Google Kubernetes Engine v1 API - Class BinaryAuthorization (3.25.0)

public sealed class BinaryAuthorization : IMessage<BinaryAuthorization>, IEquatable<BinaryAuthorization>, IDeepCloneable<BinaryAuthorization>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class BinaryAuthorization.

Configuration for Binary Authorization.

Inheritance

object > BinaryAuthorization

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

BinaryAuthorization()

public BinaryAuthorization()

BinaryAuthorization(BinaryAuthorization)

public BinaryAuthorization(BinaryAuthorization other)
Parameter
NameDescription
otherBinaryAuthorization

Properties

Enabled

[Obsolete]
public bool Enabled { get; set; }

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.

Property Value
TypeDescription
bool

EvaluationMode

public BinaryAuthorization.Types.EvaluationMode EvaluationMode { get; set; }

Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.

Property Value
TypeDescription
BinaryAuthorizationTypesEvaluationMode