google_api_iam v0.26.4 GoogleApi.IAM.V1.Model.BindingDelta View Source
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.V1.Model.Expr.t
, default:nil
) - The condition that is associated with this binding. -
member
(type:String.t
, default:nil
) - A single identity requesting access for a Cloud Platform 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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.IAM.V1.Model.BindingDelta{ action: String.t(), condition: GoogleApi.IAM.V1.Model.Expr.t(), member: String.t(), role: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.