View Source GoogleApi.IAM.V2.Model.GoogleIamV1PolicyDelta (google_api_iam v0.42.0)

The difference delta between two policies.

Attributes

  • bindingDeltas (type: list(GoogleApi.IAM.V2.Model.GoogleIamV1BindingDelta.t), default: nil) - The delta for Bindings between two policies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V2.Model.GoogleIamV1PolicyDelta{
  bindingDeltas: [GoogleApi.IAM.V2.Model.GoogleIamV1BindingDelta.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.