ISiteAuthSettingsProperties.GoogleOAuthScope Property

Definition

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.\r\n        This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.\r\n        Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="googleOAuthScopes", Update=true)]
public System.Collections.Generic.List<string> GoogleOAuthScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.\r\n        This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.\r\n        Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="googleOAuthScopes", Update=true)>]
member this.GoogleOAuthScope : System.Collections.Generic.List<string> with get, set
Public Property GoogleOAuthScope As List(Of String)

Property Value

Attributes

Applies to