class Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1ReplayDiff
The difference between the results of evaluating an access tuple under the current (baseline) policies and under the proposed (simulated) policies. This difference explains how a member's access could change if the proposed policies were applied.
Attributes
access_diff[RW]
A summary and comparison of the member's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple. Corresponds to the JSON property `accessDiff` @return [Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1AccessStateDiff]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/policysimulator_v1/classes.rb, line 451 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/policysimulator_v1/classes.rb, line 456 def update!(**args) @access_diff = args[:access_diff] if args.key?(:access_diff) end