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

Property Value

Attributes

Applies to