Share via


IAzureActiveDirectory.LoginParameter Property

Definition

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Login parameters to send to the OpenID Connect authorization endpoint when\r\n        a user logs in. Each parameter must be in the form "key=value".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="loginParameters")]
public string[] LoginParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Login parameters to send to the OpenID Connect authorization endpoint when\r\n        a user logs in. Each parameter must be in the form "key=value".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="loginParameters")>]
member this.LoginParameter : string[] with get, set
Public Property LoginParameter As String()

Property Value

String[]
Attributes

Applies to