Aracılığıyla paylaş


AzureActiveDirectoryLogin.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.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> LoginParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Owned)>]
member this.LoginParameter : System.Collections.Generic.List<string> with get, set
Public Property LoginParameter As List(Of String)

Property Value

Implements

Attributes

Applies to