Share via


ISiteAuthSettingsProperties.GoogleClientSecretSettingName Property

Definition

The app setting name that contains the client secret associated with the Google web application.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The app setting name that contains the client secret associated with\r\n        the Google web application.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="googleClientSecretSettingName")]
public string GoogleClientSecretSettingName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The app setting name that contains the client secret associated with\r\n        the Google web application.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="googleClientSecretSettingName")>]
member this.GoogleClientSecretSettingName : string with get, set
Public Property GoogleClientSecretSettingName As String

Property Value

Attributes

Applies to