Show / Hide Table of Contents

Class BinaryAuthorization

Configuration for Binary Authorization.

Inheritance
object
BinaryAuthorization
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.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

PolicyBindings

Optional. Binauthz policies that apply to this cluster.

Declaration
[JsonProperty("policyBindings")]
public virtual IList<PolicyBinding> PolicyBindings { get; set; }
Property Value
Type Description
IList<PolicyBinding>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX