Reference documentation and code samples for the Google Cloud Container V1 Client class BinaryAuthorization.
Configuration for Binary Authorization.
Generated from protobuf message google.container.v1.BinaryAuthorization
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored. |
↳ evaluation_mode |
int
Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED. |
getEnabled
This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getEvaluationMode
Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
Returns | |
---|---|
Type | Description |
int |
setEvaluationMode
Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |