Class: Google::Apis::IamV1::PolicyDelta

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PolicyDelta

Returns a new instance of PolicyDelta.



946
947
948
# File 'generated/google/apis/iam_v1/classes.rb', line 946

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#binding_deltasArray<Google::Apis::IamV1::BindingDelta>

The delta for Bindings between two policies. Corresponds to the JSON property bindingDeltas



944
945
946
# File 'generated/google/apis/iam_v1/classes.rb', line 944

def binding_deltas
  @binding_deltas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



951
952
953
# File 'generated/google/apis/iam_v1/classes.rb', line 951

def update!(**args)
  @binding_deltas = args[:binding_deltas] if args.key?(:binding_deltas)
end