public sealed class OidcToken : IMessage<OidcToken>, IEquatable<OidcToken>, IDeepCloneable<OidcToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 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."],[[["This webpage provides documentation for the `OidcToken` class within the Google Cloud Tasks v2 API, specifically for version 3.4.0, and includes links to other versions, with 3.5.0 being the latest."],["The `OidcToken` class is used to generate OpenID Connect tokens, suitable for authorizing access to services like Cloud Run or for endpoints requiring token validation."],["The `OidcToken` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that allows for creating a new `OidcToken` from an existing `OidcToken`."],["The class has two key properties: `Audience`, which defines the intended recipient of the token, and `ServiceAccountEmail`, which specifies the service account used to generate the token, with constraints on its project and permissions."]]],[]]