Show / Hide Table of Contents

Class GoogleCloudRunV2BinaryAuthorization

Settings for Binary Authorization feature.

Inheritance
object
GoogleCloudRunV2BinaryAuthorization
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.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2BinaryAuthorization : IDirectResponseSchema

Properties

BreakglassJustification

Optional. 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

Declaration
[JsonProperty("breakglassJustification")]
public virtual string BreakglassJustification { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Policy

Optional. The path to a binary authorization policy. Format: projects/{project}/platforms/cloudRun/{policy-name}

Declaration
[JsonProperty("policy")]
public virtual string Policy { get; set; }
Property Value
Type Description
string

UseDefault

Optional. If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.

Declaration
[JsonProperty("useDefault")]
public virtual bool? UseDefault { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX