Class BinaryAuthorization
Configuration for Binary Authorization.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class BinaryAuthorization : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
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.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EvaluationMode
Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
Declaration
[JsonProperty("evaluationMode")]
public virtual string EvaluationMode { get; set; }
Property Value
Type | Description |
---|---|
string |