public sealed class BinaryAuthorization : IMessage<BinaryAuthorization>, IEquatable<BinaryAuthorization>, IDeepCloneable<BinaryAuthorization>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class BinaryAuthorization.
Settings for Binary Authorization feature.
Implements
IMessageBinaryAuthorization, IEquatableBinaryAuthorization, IDeepCloneableBinaryAuthorization, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
BinaryAuthorization()
public BinaryAuthorization()
BinaryAuthorization(BinaryAuthorization)
public BinaryAuthorization(BinaryAuthorization other)
Parameter | |
---|---|
Name | Description |
other | BinaryAuthorization |
Properties
BinauthzMethodCase
public BinaryAuthorization.BinauthzMethodOneofCase BinauthzMethodCase { get; }
Property Value | |
---|---|
Type | Description |
BinaryAuthorizationBinauthzMethodOneofCase |
BreakglassJustification
public string BreakglassJustification { get; set; }
If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
Property Value | |
---|---|
Type | Description |
string |
HasUseDefault
public bool HasUseDefault { get; }
Gets whether the "use_default" field is set
Property Value | |
---|---|
Type | Description |
bool |
UseDefault
public bool UseDefault { get; set; }
If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
Property Value | |
---|---|
Type | Description |
bool |