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
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
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)
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
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 |