IAppserviceGithubToken.GotToken Property

Definition

True if valid github token received, False otherwise

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="True if valid github token received, False otherwise", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="gotToken")]
public bool? GotToken { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="True if valid github token received, False otherwise", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="gotToken")>]
member this.GotToken : Nullable<bool> with get, set
Public Property GotToken As Nullable(Of Boolean)

Property Value

Attributes

Applies to