Class: Google::Cloud::Run::V2::BinaryAuthorization
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::BinaryAuthorization
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/vendor_settings.rb
Overview
Settings for Binary Authorization feature.
Instance Attribute Summary collapse
-
#breakglass_justification ⇒ ::String
Optional.
-
#policy ⇒ ::String
Optional.
-
#use_default ⇒ ::Boolean
Optional.
Instance Attribute Details
#breakglass_justification ⇒ ::String
Returns 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.
96 97 98 99 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 96 class BinaryAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::String
Returns Optional. The path to a binary authorization policy.
Format: projects/{project}/platforms/cloudRun/{policy-name}
.
96 97 98 99 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 96 class BinaryAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_default ⇒ ::Boolean
Returns Optional. If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
96 97 98 99 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 96 class BinaryAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |