次の方法で共有


IAzureActiveDirectoryLogin.LoginParameter Property

Definition

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

Property Value

Attributes

Applies to