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."],[[["This documentation covers the `GcpCredentials` class within the Confidential Computing v1alpha1 API, providing details on its structure and functionality in version 1.0.0-alpha04."],["The `GcpCredentials` class, which inherits from `object` and implements multiple interfaces, represents credentials issued by GCP that are linked to platform attestation and verified server-side."],["`GcpCredentials` has two constructors: a default constructor `GcpCredentials()` and a copy constructor `GcpCredentials(GcpCredentials other)`."],["The `IdTokens` property within `GcpCredentials` holds a list of service account OpenID Connect ID tokens, generated via `serviceAccounts.generateIdToken`, to identify service account identities."],["`GcpCredentials` belongs to the `Google.Cloud.ConfidentialComputing.V1Alpha1` namespace and is part of the `Google.Cloud.ConfidentialComputing.V1Alpha1.dll` assembly."]]],[]]