Class: Google::Cloud::BinaryAuthorization::V1::ValidateAttestationOccurrenceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::ValidateAttestationOccurrenceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/service.rb
Overview
Request message for ValidationHelperV1.ValidateAttestationOccurrence.
Instance Attribute Summary collapse
-
#attestation ⇒ ::Grafeas::V1::AttestationOccurrence
Required.
-
#attestor ⇒ ::String
Required.
-
#occurrence_note ⇒ ::String
Required.
-
#occurrence_resource_uri ⇒ ::String
Required.
Instance Attribute Details
#attestation ⇒ ::Grafeas::V1::AttestationOccurrence
Returns Required. An AttestationOccurrence to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence.
157 158 159 160 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 157 class ValidateAttestationOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attestor ⇒ ::String
Returns Required. The resource name of the Attestor of the
[occurrence][grafeas.v1.Occurrence], in the format
projects/*/attestors/*
.
157 158 159 160 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 157 class ValidateAttestationOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#occurrence_note ⇒ ::String
Returns Required. The resource name of the [Note][grafeas.v1.Note] to which the containing [Occurrence][grafeas.v1.Occurrence] is associated.
157 158 159 160 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 157 class ValidateAttestationOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#occurrence_resource_uri ⇒ ::String
Returns Required. The URI of the artifact (e.g. container image) that is the subject of the containing [Occurrence][grafeas.v1.Occurrence].
157 158 159 160 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 157 class ValidateAttestationOccurrenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |