Class: Google::Cloud::BinaryAuthorization::V1::ValidateAttestationOccurrenceResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::ValidateAttestationOccurrenceResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/service.rb
Overview
Response message for ValidationHelperV1.ValidateAttestationOccurrence.
Defined Under Namespace
Modules: Result
Instance Attribute Summary collapse
-
#denial_reason ⇒ ::String
The reason for denial if the Attestation couldn't be validated.
-
#result ⇒ ::Google::Cloud::BinaryAuthorization::V1::ValidateAttestationOccurrenceResponse::Result
The result of the Attestation validation.
Instance Attribute Details
#denial_reason ⇒ ::String
Returns The reason for denial if the Attestation couldn't be validated.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 170 class ValidateAttestationOccurrenceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The enum returned in the "result" field. module Result # Unspecified. RESULT_UNSPECIFIED = 0 # The Attestation was able to verified by the Attestor. VERIFIED = 1 # The Attestation was not able to verified by the Attestor. ATTESTATION_NOT_VERIFIABLE = 2 end end |
#result ⇒ ::Google::Cloud::BinaryAuthorization::V1::ValidateAttestationOccurrenceResponse::Result
Returns The result of the Attestation validation.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 170 class ValidateAttestationOccurrenceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The enum returned in the "result" field. module Result # Unspecified. RESULT_UNSPECIFIED = 0 # The Attestation was able to verified by the Attestor. VERIFIED = 1 # The Attestation was not able to verified by the Attestor. ATTESTATION_NOT_VERIFIABLE = 2 end end |