Class JobHttpTargetOidcToken
Inheritance
System.Object
JobHttpTargetOidcToken
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudScheduler.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobHttpTargetOidcToken
Fields
View SourceAudience
Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.
Declaration
public readonly string Audience
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceAccountEmail
Service account email to be used for generating OAuth token. The service account must be within the same project as the job.
Declaration
public readonly string ServiceAccountEmail
Field Value
| Type | Description |
|---|---|
| System.String |