public sealed class GcpCredentials : IMessage<GcpCredentials>, IEquatable<GcpCredentials>, IDeepCloneable<GcpCredentials>, IBufferMessage, IMessageReference 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.
Implements
IMessageGcpCredentials, IEquatableGcpCredentials, IDeepCloneableGcpCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.ConfidentialComputing.V1Assembly
Google.Cloud.ConfidentialComputing.V1.dll
Constructors
GcpCredentials()
public GcpCredentials()GcpCredentials(GcpCredentials)
public GcpCredentials(GcpCredentials other)| Parameter | |
|---|---|
| Name | Description |
other |
GcpCredentials |
Properties
ServiceAccountIdTokens
public RepeatedField<string> ServiceAccountIdTokens { get; }Same as id_tokens, but as a string.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|