Reference documentation and code samples for the Google Cloud Asset V1 Client class ActionType.
Allow or deny type.
Protobuf type google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType
Namespace
Google \ Cloud \ Asset \ V1 \ AnalyzerOrgPolicyConstraint \ CustomConstraintMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTION_TYPE_UNSPECIFIED
Value: 0Unspecified. Will results in user error.
Generated from protobuf enum ACTION_TYPE_UNSPECIFIED = 0;
ALLOW
Value: 1Allowed action type.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2Deny action type.
Generated from protobuf enum DENY = 2;