public sealed class OidcToken : IMessage<OidcToken>, IEquatable<OidcToken>, IDeepCloneable<OidcToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class OidcToken.
Contains information needed for generating an
OpenID Connect
token.
This type of authorization can be used for many scenarios, including
calling Cloud Run, or endpoints where you intend to validate the token
yourself.
Service account email
to be used for generating OIDC token.
The service account must be within the same project as the queue. The
caller must have iam.serviceAccounts.actAs permission for the service
account.
[[["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 `OidcToken` class in the Google Cloud Tasks v2beta3 API facilitates the generation of OpenID Connect tokens for authorization."],["`OidcToken` can be used for various authorization scenarios, including calls to Cloud Run and endpoints requiring token validation."],["The `Audience` property allows specifying the intended audience for the OIDC token, defaulting to the target URI if not provided."],["The `ServiceAccountEmail` property allows you to specify the service account email for OIDC token generation, requiring the caller to have `iam.serviceAccounts.actAs` permission."],["The `OidcToken` class can be constructed either without parameters, or by providing another `OidcToken` instance as an argument."]]],[]]