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."],[[["The `OidcToken` class in the Google Cloud Tasks v2 API is designed to manage the necessary information for generating OpenID Connect (OIDC) tokens, which are useful for various authorization scenarios."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data integrity within the Google Cloud environment."],["`OidcToken` includes two properties: `Audience`, which defines the target audience for the token, and `ServiceAccountEmail`, which specifies the service account used to generate the token, with the service account needing to be in the same project as the queue."],["The class is part of the `Google.Cloud.Tasks.V2` namespace and the `Google.Cloud.Tasks.V2.dll` assembly, and versions ranging from 2.2.0 up to the latest version 3.5.0 are available for use."]]],[]]