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
- (::Google::Cloud::ConfidentialComputing::V1::TpmAttestation) — The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
#tpm_attestation=
def tpm_attestation=(value) -> ::Google::Cloud::ConfidentialComputing::V1::TpmAttestation
Parameter
- value (::Google::Cloud::ConfidentialComputing::V1::TpmAttestation) — The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
Returns
- (::Google::Cloud::ConfidentialComputing::V1::TpmAttestation) — The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.