Share via


ICodelessConnectorPollingAuthProperties.AuthorizationEndpoint Property

Definition

The endpoint used to authorize the user, used in Oauth 2.0 flow

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The endpoint used to authorize the user, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="authorizationEndpoint")]
public string AuthorizationEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The endpoint used to authorize the user, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="authorizationEndpoint")>]
member this.AuthorizationEndpoint : string with get, set
Public Property AuthorizationEndpoint As String

Property Value

Attributes

Applies to