Class: Google::Cloud::BinaryAuthorization::V1::Attestor
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::Attestor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/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_grafeas_note ⇒ ::Google::Cloud::BinaryAuthorization::V1::UserOwnedGrafeasNote
This specifies how an attestation will be read, and how it will be used during policy enforcement.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
215 216 217 218 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/resources.rb', line 215 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.
215 216 217 218 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/resources.rb', line 215 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.
215 216 217 218 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/resources.rb', line 215 class Attestor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_owned_grafeas_note ⇒ ::Google::Cloud::BinaryAuthorization::V1::UserOwnedGrafeasNote
Returns This specifies how an attestation will be read, and how it will be used during policy enforcement.
215 216 217 218 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/resources.rb', line 215 class Attestor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |