Google Cloud Tasks v2 API - Class OidcToken (3.4.0)

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.

Inheritance

object > OidcToken

Namespace

Google.Cloud.Tasks.V2

Assembly

Google.Cloud.Tasks.V2.dll

Constructors

OidcToken()

public OidcToken()

OidcToken(OidcToken)

public OidcToken(OidcToken other)
Parameter
NameDescription
otherOidcToken

Properties

Audience

public string Audience { get; set; }

Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.

Property Value
TypeDescription
string

ServiceAccountEmail

public string ServiceAccountEmail { get; set; }

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.

Property Value
TypeDescription
string