- JSON representation
- BinaryAuthorizationConfig.EvaluationMode
- BinaryAuthorizationConfig.PolicyBinding
BinaryAuthorizationConfig defines the fleet level configuration of binary authorization feature.
| JSON representation |
|---|
{ "evaluationMode": enum ( |
| Fields | |
|---|---|
evaluationMode |
Optional. Mode of operation for binauthz policy evaluation. |
policyBindings[] |
Optional. Binauthz policies that apply to this cluster. |
BinaryAuthorizationConfig.EvaluationMode
Binary Authorization mode of operation.
| Enums | |
|---|---|
EVALUATION_MODE_UNSPECIFIED |
Default value |
DISABLED |
Disable BinaryAuthorization |
POLICY_BINDINGS |
Use Binary Authorization with the policies specified in policyBindings. |
BinaryAuthorizationConfig.PolicyBinding
Binauthz policy that applies to this cluster.
| JSON representation |
|---|
{ "name": string } |
| Fields | |
|---|---|
name |
The relative resource name of the binauthz platform policy to audit. GKE platform policies have the following format: |