Class GoogleCloudRunV2BinaryAuthorization
Settings for Binary Authorization feature.
Implements
Inherited Members
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? |