class Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1AccessStateDiff
A summary and comparison of the member's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple.
Attributes
How the member's access, specified in the AccessState field, changed between the current (baseline) policies and proposed (simulated) policies. Corresponds to the JSON property `accessChange` @return [String]
Details about how a set of policies, listed in ExplainedPolicy, resulted in a certain AccessState when replaying an access tuple. Corresponds to the JSON property `baseline` @return [Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1ExplainedAccess]
Details about how a set of policies, listed in ExplainedPolicy, resulted in a certain AccessState when replaying an access tuple. Corresponds to the JSON property `simulated` @return [Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1ExplainedAccess]
Public Class Methods
# File lib/google/apis/policysimulator_v1/classes.rb, line 48 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/policysimulator_v1/classes.rb, line 53 def update!(**args) @access_change = args[:access_change] if args.key?(:access_change) @baseline = args[:baseline] if args.key?(:baseline) @simulated = args[:simulated] if args.key?(:simulated) end