public interface BinaryAuthorizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BinaryAuthorization.BinauthzMethodCase |
getBinauthzMethodCase() |
String |
getBreakglassJustification()
Optional.
|
com.google.protobuf.ByteString |
getBreakglassJustificationBytes()
Optional.
|
String |
getPolicy()
Optional.
|
com.google.protobuf.ByteString |
getPolicyBytes()
Optional.
|
boolean |
getUseDefault()
Optional.
|
boolean |
hasPolicy()
Optional.
|
boolean |
hasUseDefault()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUseDefault()
Optional. If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
bool use_default = 1 [(.google.api.field_behavior) = OPTIONAL];boolean getUseDefault()
Optional. If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
bool use_default = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasPolicy()
Optional. The path to a binary authorization policy.
Format: `projects/{project}/platforms/cloudRun/{policy-name}`
string policy = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
String getPolicy()
Optional. The path to a binary authorization policy.
Format: `projects/{project}/platforms/cloudRun/{policy-name}`
string policy = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getPolicyBytes()
Optional. The path to a binary authorization policy.
Format: `projects/{project}/platforms/cloudRun/{policy-name}`
string policy = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
String getBreakglassJustification()
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
string breakglass_justification = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getBreakglassJustificationBytes()
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
string breakglass_justification = 2 [(.google.api.field_behavior) = OPTIONAL];BinaryAuthorization.BinauthzMethodCase getBinauthzMethodCase()
Copyright © 2025 Google LLC. All rights reserved.