Class: Google::Iam::V1::PolicyDelta

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

Overview

The difference delta between two policies.

Instance Attribute Summary collapse

Instance Attribute Details

#audit_config_deltas::Array<::Google::Iam::V1::AuditConfigDelta>

Returns The delta for AuditConfigs between two policies.

Returns:



167
168
169
170
# File 'proto_docs/google/iam/v1/policy.rb', line 167

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

#binding_deltas::Array<::Google::Iam::V1::BindingDelta>

Returns The delta for Bindings between two policies.

Returns:



167
168
169
170
# File 'proto_docs/google/iam/v1/policy.rb', line 167

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