Class: Google::Cloud::Run::V2::BinaryAuthorization

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#breakglass_justification::String

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

Returns:



92
93
94
95
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 92

class BinaryAuthorization
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#use_default::Boolean

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

Returns:

  • (::Boolean)

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



92
93
94
95
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 92

class BinaryAuthorization
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end