Class: Google::Cloud::BinaryAuthorization::V1beta1::Attestor

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb

Overview

An attestor that attests to container image artifacts. An existing attestor cannot be modified except where indicated.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.

Returns:

  • (::String)

    Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.



176
177
178
179
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 176

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

#name::String

Returns Required. The resource name, in the format: projects/*/attestors/*. This field may not be updated.

Returns:

  • (::String)

    Required. The resource name, in the format: projects/*/attestors/*. This field may not be updated.



176
177
178
179
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 176

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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when the attestor was last updated.

Returns:



176
177
178
179
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 176

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

#user_owned_drydock_note::Google::Cloud::BinaryAuthorization::V1beta1::UserOwnedDrydockNote

Returns A Drydock ATTESTATION_AUTHORITY Note, created by the user.

Returns:



176
177
178
179
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 176

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