Class: Google::Cloud::ConfidentialComputing::V1::VerifyAttestationResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#oidc_claims_token::String (readonly)

Returns Output only. Same as claims_token, but as a string.

Returns:

  • (::String)

    Output only. Same as claims_token, but as a string.



97
98
99
100
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 97

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.

Returns:

  • (::Array<::Google::Rpc::Status>)

    Output only. A list of messages that carry the partial error details related to VerifyAttestation.



97
98
99
100
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 97

class VerifyAttestationResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end