Class: Google::Cloud::BinaryAuthorization::V1beta1::Attestor
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1beta1::Attestor
- 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
-
#description ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#user_owned_drydock_note ⇒ ::Google::Cloud::BinaryAuthorization::V1beta1::UserOwnedDrydockNote
A Drydock ATTESTATION_AUTHORITY Note, created by the user.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
217 218 219 220 |
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 217 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.
217 218 219 220 |
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 217 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.
217 218 219 220 |
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 217 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.
217 218 219 220 |
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 217 class Attestor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |