ISiteAuthSettingsProperties.GoogleClientSecretSettingName Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="googleClientSecretSettingName", Update=true)]
public string GoogleClientSecretSettingName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="googleClientSecretSettingName", Update=true)>]
member this.GoogleClientSecretSettingName : string with get, set
Public Property GoogleClientSecretSettingName As String

Property Value

Attributes

Applies to