ICodelessApiPollingDataConnector.AuthTokenEndpoint Property

Definition

The endpoint used to issue a token, used in Oauth 2.0 flow

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The endpoint used to issue a token, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tokenEndpoint", Update=true)]
public string AuthTokenEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The endpoint used to issue a token, used in Oauth 2.0 flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tokenEndpoint", Update=true)>]
member this.AuthTokenEndpoint : string with get, set
Public Property AuthTokenEndpoint As String

Property Value

Attributes

Applies to