Confidential Computing v1 API - Class VerifyConfidentialGkeResponse (1.9.0)

public sealed class VerifyConfidentialGkeResponse : IMessage<VerifyConfidentialGkeResponse>, IEquatable<VerifyConfidentialGkeResponse>, IDeepCloneable<VerifyConfidentialGkeResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Confidential Computing v1 API class VerifyConfidentialGkeResponse.

VerifyConfidentialGkeResponse response is returened once a Confidential GKE attestation has been successfully verified, containing a signed OIDC token.

Inheritance

object > VerifyConfidentialGkeResponse

Namespace

Google.Cloud.ConfidentialComputing.V1

Assembly

Google.Cloud.ConfidentialComputing.V1.dll

Constructors

VerifyConfidentialGkeResponse()

public VerifyConfidentialGkeResponse()

VerifyConfidentialGkeResponse(VerifyConfidentialGkeResponse)

public VerifyConfidentialGkeResponse(VerifyConfidentialGkeResponse other)
Parameter
Name Description
other VerifyConfidentialGkeResponse

Properties

AttestationToken

public string AttestationToken { get; set; }

Output only. The attestation token issued by this service for Confidential GKE. It contains specific platform claims based on the contents of the provided attestation.

Property Value
Type Description
string