Reference documentation and code samples for the Google API Common Protos V1 Client class Action.
The type of action performed on an audit configuration in a policy.
Protobuf type google.iam.v1.AuditConfigDelta.Action
Namespace
Google \ Cloud \ Iam \ V1 \ AuditConfigDeltaMethods
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 an audit configuration.
Generated from protobuf enum ADD = 1;
REMOVE
Value: 2Removal of an audit configuration.
Generated from protobuf enum REMOVE = 2;