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.
1874 1875 1876 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1874 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
1872 1873 1874 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1872 def binding_deltas @binding_deltas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1879 1880 1881 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1879 def update!(**args) @binding_deltas = args[:binding_deltas] if args.key?(:binding_deltas) end |