View Source GoogleApi.IAM.V2.Model.GoogleIamV1BindingDelta (google_api_iam v0.44.2)
One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.
Attributes
-
action(type:String.t, default:nil) - The action that was performed on a Binding. Required -
condition(type:GoogleApi.IAM.V2.Model.GoogleTypeExpr.t, default:nil) - The condition that is associated with this binding. -
member(type:String.t, default:nil) - A single identity requesting access for a Google Cloud resource. Follows the same format of Binding.members. Required -
role(type:String.t, default:nil) - Role that is assigned tomembers. For example,roles/viewer,roles/editor, orroles/owner. Required
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V2.Model.GoogleIamV1BindingDelta{ action: String.t() | nil, condition: GoogleApi.IAM.V2.Model.GoogleTypeExpr.t() | nil, member: String.t() | nil, role: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.