Class: Google::Cloud::PolicySimulator::V1::ReplayDiff

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/policysimulator/v1/simulator.rb

Overview

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 principal's access could change if the proposed policies were applied.

Instance Attribute Summary collapse

Instance Attribute Details

#access_diff::Google::Cloud::PolicySimulator::V1::AccessStateDiff

Returns A summary and comparison of the principal's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple.

The evaluation of the principal's access is reported in the AccessState field.

Returns:



291
292
293
294
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 291

class ReplayDiff
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end