Share via


ICodelessApiPollingDataConnector.AuthRedirectionEndpoint Property

Definition

The redirect endpoint where we will get the authorization code, used in Oauth 2.0 flow

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The redirect endpoint where we will get the authorization code, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="redirectionEndpoint")]
public string AuthRedirectionEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The redirect endpoint where we will get the authorization code, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="redirectionEndpoint")>]
member this.AuthRedirectionEndpoint : string with get, set
Public Property AuthRedirectionEndpoint As String

Property Value

Attributes

Applies to