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
100 101 102 103 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 100 class BinaryAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::String
100 101 102 103 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 100 class BinaryAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_default ⇒ ::Boolean
100 101 102 103 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 100 class BinaryAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |