IIdentityProviders.LegacyMicrosoftAccountLoginScope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of the scopes that should be requested while authenticating.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="A list of the scopes that should be requested while authenticating.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scopes")]
public string[] LegacyMicrosoftAccountLoginScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="A list of the scopes that should be requested while authenticating.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scopes")>]
member this.LegacyMicrosoftAccountLoginScope : string[] with get, set
Public Property LegacyMicrosoftAccountLoginScope As String()
Property Value
String[]
- Attributes