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.
Implements
IMessage<BinaryAuthorization>, IEquatable<BinaryAuthorization>, IDeepCloneable<BinaryAuthorization>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
BinaryAuthorization()
public BinaryAuthorization()
BinaryAuthorization(BinaryAuthorization)
public BinaryAuthorization(BinaryAuthorization other)
Parameter | |
---|---|
Name | Description |
other | BinaryAuthorization |
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 | |
---|---|
Type | Description |
Boolean |
EvaluationMode
public BinaryAuthorization.Types.EvaluationMode EvaluationMode { get; set; }
Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
Property Value | |
---|---|
Type | Description |
BinaryAuthorization.Types.EvaluationMode |