Confidential Computing v1 API - Class GcpCredentials (1.2.0)

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

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

Credentials issued by GCP which are linked to the platform attestation. These will be verified server-side as part of attestaion verification.

Inheritance

object > GcpCredentials

Namespace

Google.Cloud.ConfidentialComputing.V1

Assembly

Google.Cloud.ConfidentialComputing.V1.dll

Constructors

GcpCredentials()

public GcpCredentials()

GcpCredentials(GcpCredentials)

public GcpCredentials(GcpCredentials other)
Parameter
NameDescription
otherGcpCredentials

Properties

ServiceAccountIdTokens

public RepeatedField<string> ServiceAccountIdTokens { get; }

Same as id_tokens, but as a string.

Property Value
TypeDescription
RepeatedFieldstring