Class: Google::Apis::IamV1::PolicyDelta
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::PolicyDelta
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ PolicyDelta
Returns a new instance of PolicyDelta.
1517 1518 1519 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1517 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
1515 1516 1517 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1515 def binding_deltas @binding_deltas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1522 1523 1524 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1522 def update!(**args) @binding_deltas = args[:binding_deltas] if args.key?(:binding_deltas) end |