Confidential Computing V1 API - Class Google::Cloud::ConfidentialComputing::V1::VerifyConfidentialGkeRequest (v2.0.0)

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

A request for an attestation token, providing all the necessary information needed for this service to verify Confidential GKE platform 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.

#tpm_attestation

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

#tpm_attestation=

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