Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Action.
The type of action performed on a Binding in a policy.
Protobuf type google.cloud.securitycenter.v2.IamBinding.Action
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ IamBindingMethods
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;