Show / Hide Table of Contents

Class JobHttpTargetOauthTokenArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobHttpTargetOauthTokenArgs
Inherited Members
ResourceArgs.Empty
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 JobHttpTargetOauthTokenArgs : ResourceArgs

Constructors

View Source

JobHttpTargetOauthTokenArgs()

Declaration
public JobHttpTargetOauthTokenArgs()

Properties

View Source

Scope

OAuth scope to be used for generating OAuth access token. If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used.

Declaration
public Input<string> Scope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.