Class: Google::Cloud::ConfidentialComputing::V1::VerifyAttestationResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::VerifyAttestationResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
A response once an attestation has been successfully verified, containing a signed OIDC token.
Instance Attribute Summary collapse
-
#oidc_claims_token ⇒ ::String
readonly
Output only.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
readonly
Output only.
Instance Attribute Details
#oidc_claims_token ⇒ ::String (readonly)
Returns Output only. Same as claims_token, but as a string.
144 145 146 147 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 144 class VerifyAttestationResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status> (readonly)
Returns Output only. A list of messages that carry the partial error details related to VerifyAttestation.
144 145 146 147 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 144 class VerifyAttestationResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |