Bagikan melalui


WebActivityAuthentication.UserTenant Property

Definition

Gets or sets tenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="userTenant")]
public object UserTenant { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userTenant")>]
member this.UserTenant : obj with get, set
Public Property UserTenant As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to