Share via


ISiteAuthSettings.GitHubClientSecretSettingName Property

Definition

The app setting name that contains the client secret of the Github app used for GitHub Login.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The app setting name that contains the client secret of the Github\r\n        app used for GitHub Login.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="gitHubClientSecretSettingName")]
public string GitHubClientSecretSettingName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The app setting name that contains the client secret of the Github\r\n        app used for GitHub Login.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="gitHubClientSecretSettingName")>]
member this.GitHubClientSecretSettingName : string with get, set
Public Property GitHubClientSecretSettingName As String

Property Value

Attributes

Applies to