Class SourceCodeTokenArgs
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.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SourceCodeTokenArgs : ResourceArgs
Constructors
View SourceSourceCodeTokenArgs()
Declaration
public SourceCodeTokenArgs()
Properties
View SourceToken
The OAuth access token.
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TokenSecret
The OAuth access token secret.
Declaration
public Input<string> TokenSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |