public sealed class OidcToken : IMessage<OidcToken>, IEquatable<OidcToken>, IDeepCloneable<OidcToken>, IBufferMessage, IMessage
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 details the `OidcToken` class within the `Google.Cloud.Tasks.V2` namespace, providing information for generating OpenID Connect tokens."],["The `OidcToken` class, available across multiple versions with 3.5.0 being the latest, allows for authorization in scenarios like calling Cloud Run."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `OidcToken` class include `Audience`, which specifies the target audience, and `ServiceAccountEmail`, which identifies the service account for token generation."],["There are two constructors for creating the `OidcToken` class, one being a parameterless constructor and the other having a parameter of type `OidcToken`."]]],[]]