public sealed class OidcToken : IMessage<OidcToken>, IEquatable<OidcToken>, IDeepCloneable<OidcToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Scheduler v1 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 job. 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eOidcToken\u003c/code\u003e class in the Google Cloud Scheduler v1 API is used to generate OpenID Connect tokens for authorization, suitable for calling Cloud Run or other endpoints that require token validation.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eOidcToken\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Scheduler.V1\u003c/code\u003e namespace, and the current page specifically references version 3.3.0, while the latest version is 3.5.0, it can also be used with versions as low as 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOidcToken\u003c/code\u003e class has two constructors, \u003ccode\u003eOidcToken()\u003c/code\u003e for creating a new instance and \u003ccode\u003eOidcToken(OidcToken other)\u003c/code\u003e for creating a copy, where the other \u003ccode\u003eOidcToken\u003c/code\u003e acts as the source.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two key properties: \u003ccode\u003eAudience\u003c/code\u003e, which specifies the audience for the OIDC token, and \u003ccode\u003eServiceAccountEmail\u003c/code\u003e, which indicates the service account to be used for token generation.\u003c/p\u003e\n"]]],[],null,[]]