Confidential Computing V1 API - Class Google::Cloud::ConfidentialComputing::V1::VerifyAttestationRequest (v0.5.0)

Reference documentation and code samples for the Confidential Computing V1 API class Google::Cloud::ConfidentialComputing::V1::VerifyAttestationRequest.

A request for an OIDC token, providing all the necessary information needed for this service to verify the plaform state of the requestor.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#challenge

def challenge() -> ::String
Returns
  • (::String) — Required. The name of the Challenge whose nonce was used to generate the attestation, in the format projects/*/locations/*/challenges/*. The provided Challenge will be consumed, and cannot be used again.

#challenge=

def challenge=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Challenge whose nonce was used to generate the attestation, in the format projects/*/locations/*/challenges/*. The provided Challenge will be consumed, and cannot be used again.
Returns
  • (::String) — Required. The name of the Challenge whose nonce was used to generate the attestation, in the format projects/*/locations/*/challenges/*. The provided Challenge will be consumed, and cannot be used again.

#confidential_space_info

def confidential_space_info() -> ::Google::Cloud::ConfidentialComputing::V1::ConfidentialSpaceInfo
Returns

#confidential_space_info=

def confidential_space_info=(value) -> ::Google::Cloud::ConfidentialComputing::V1::ConfidentialSpaceInfo
Parameter
Returns

#gcp_credentials

def gcp_credentials() -> ::Google::Cloud::ConfidentialComputing::V1::GcpCredentials
Returns

#gcp_credentials=

def gcp_credentials=(value) -> ::Google::Cloud::ConfidentialComputing::V1::GcpCredentials
Parameter
Returns

#token_options

def token_options() -> ::Google::Cloud::ConfidentialComputing::V1::TokenOptions
Returns

#token_options=

def token_options=(value) -> ::Google::Cloud::ConfidentialComputing::V1::TokenOptions
Parameter
Returns

#tpm_attestation

def tpm_attestation() -> ::Google::Cloud::ConfidentialComputing::V1::TpmAttestation
Returns

#tpm_attestation=

def tpm_attestation=(value) -> ::Google::Cloud::ConfidentialComputing::V1::TpmAttestation
Parameter
Returns