Class: Google::Iam::V1::PolicyDelta
- Inherits:
-
Object
- Object
- Google::Iam::V1::PolicyDelta
- 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
-
#audit_config_deltas ⇒ ::Array<::Google::Iam::V1::AuditConfigDelta>
The delta for AuditConfigs between two policies.
-
#binding_deltas ⇒ ::Array<::Google::Iam::V1::BindingDelta>
The delta for Bindings between two policies.
Instance Attribute Details
#audit_config_deltas ⇒ ::Array<::Google::Iam::V1::AuditConfigDelta>
Returns The delta for AuditConfigs between two policies.
345 346 347 348 |
# File 'proto_docs/google/iam/v1/policy.rb', line 345 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.
345 346 347 348 |
# File 'proto_docs/google/iam/v1/policy.rb', line 345 class PolicyDelta include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |