Class: Google::Apis::IamV1::PolicyDelta
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::PolicyDelta
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/iam_v1/classes.rb,
generated/google/apis/iam_v1/representations.rb,
generated/google/apis/iam_v1/representations.rb
Overview
The difference delta between two policies.
Instance Attribute Summary collapse
-
#binding_deltas ⇒ Array<Google::Apis::IamV1::BindingDelta>
The delta for Bindings between two policies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyDelta
constructor
A new instance of PolicyDelta.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PolicyDelta
Returns a new instance of PolicyDelta
432 433 434 |
# File 'generated/google/apis/iam_v1/classes.rb', line 432 def initialize(**args) update!(**args) end |
Instance Attribute Details
#binding_deltas ⇒ Array<Google::Apis::IamV1::BindingDelta>
The delta for Bindings between two policies.
Corresponds to the JSON property bindingDeltas
430 431 432 |
# File 'generated/google/apis/iam_v1/classes.rb', line 430 def binding_deltas @binding_deltas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
437 438 439 |
# File 'generated/google/apis/iam_v1/classes.rb', line 437 def update!(**args) @binding_deltas = args[:binding_deltas] if args.key?(:binding_deltas) end |