Show / Hide Table of Contents

Class SourceCodeTokenArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SourceCodeTokenArgs
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.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SourceCodeTokenArgs : ResourceArgs

Constructors

View Source

SourceCodeTokenArgs()

Declaration
public SourceCodeTokenArgs()

Properties

View Source

Token

The OAuth access token.

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

TokenSecret

The OAuth access token secret.

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

Type

The source control type. Possible values are BitBucket, Dropbox, GitHub and OneDrive.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.