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"]],[["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-07-02 UTC."],[[["The `OidcToken` class in the Google Cloud Scheduler v1 API is used for generating OpenID Connect tokens for authorization, useful in scenarios like calling Cloud Run or validating tokens at custom endpoints."],["This class, `OidcToken`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object` and allowing for diverse uses."],["The `OidcToken` class has two constructors, a default constructor and one that takes another `OidcToken` instance for cloning."],["Key properties of `OidcToken` include `Audience`, which specifies the intended recipient of the token, and `ServiceAccountEmail`, which designates the service account used for token generation, all needing the same project as the job."],["The latest version of the Google Cloud Scheduler v1 API documentation for `OidcToken` is version 3.5.0, with older versions ranging from 3.4.0 down to 2.2.0 also documented."]]],[]]