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

#binding_deltasArray<Google::Iam::V1::BindingDelta>

Returns The delta for Bindings between two policies.

Returns:



117
118
119
120
# File 'proto_docs/google/iam/v1/policy.rb', line 117

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