Class JobHttpTargetOidcTokenArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobHttpTargetOidcTokenArgs : ResourceArgs
Constructors
View SourceJobHttpTargetOidcTokenArgs()
Declaration
public JobHttpTargetOidcTokenArgs()
Properties
View SourceAudience
Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.
Declaration
public Input<string> Audience { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ServiceAccountEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |