IApiPollingParameters.AuthAuthorizationEndpointQueryParameter 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.
The query parameters used in authorization request, used in Oauth 2.0 flow
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The query parameters used in authorization request, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny) }, ReadOnly=false, Required=false, SerializedName="authorizationEndpointQueryParameters")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny AuthAuthorizationEndpointQueryParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The query parameters used in authorization request, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny) }, ReadOnly=false, Required=false, SerializedName="authorizationEndpointQueryParameters")>]
member this.AuthAuthorizationEndpointQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny with get, set
Public Property AuthAuthorizationEndpointQueryParameter As IAny
Property Value
- Attributes