Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class GlobalPolicyEvaluationMode.
Protobuf type google.cloud.binaryauthorization.v1.Policy.GlobalPolicyEvaluationMode
Namespace
Google \ Cloud \ BinaryAuthorization \ V1 \ PolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GLOBAL_POLICY_EVALUATION_MODE_UNSPECIFIED
Value: 0Not specified: DISABLE is assumed.
Generated from protobuf enum GLOBAL_POLICY_EVALUATION_MODE_UNSPECIFIED = 0;
ENABLE
Value: 1Enables system policy evaluation.
Generated from protobuf enum ENABLE = 1;
DISABLE
Value: 2Disables system policy evaluation.
Generated from protobuf enum DISABLE = 2;