Reference documentation and code samples for the Google API Common Protos V1 Client class Action.
The type of action performed on a Binding in a policy.
Protobuf type google.iam.v1.BindingDelta.Action
Namespace
Google \ Cloud \ Iam \ V1 \ BindingDeltaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTION_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum ACTION_UNSPECIFIED = 0;
ADD
Value: 1Addition of a Binding.
Generated from protobuf enum ADD = 1;
REMOVE
Value: 2Removal of a Binding.
Generated from protobuf enum REMOVE = 2;