public RepeatedField<ByteString> IdTokens { get; }
A list of service account OpenID Connect ID tokens identifying which
service account identities should be included in the claims_token. These
can be generated by calling serviceAccounts.generateIdToken. The
Challenge.name must be used as the audience parameter, and the
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GcpCredentials` class, part of the Confidential Computing v1alpha1 API, represents credentials issued by GCP for platform attestation verification."],["This class is sealed, inherits from `object`, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GcpCredentials` can be instantiated either as a default object or by copying an existing `GcpCredentials` object."],["The `IdTokens` property, a `RepeatedField` of `ByteString`, stores a list of service account OpenID Connect ID tokens that identify the service account identities included in the claims token."],["The `GcpCredentials` class is part of the `Google.Cloud.ConfidentialComputing.V1Alpha1` namespace within the `Google.Cloud.ConfidentialComputing.V1Alpha1.dll` assembly."]]],[]]