Share via


ManagedIdentityOptions.AuthorityHost Property

Definition

The host of the Azure Active Directory authority. The default is https://login.microsoftonline.com/.

[Newtonsoft.Json.JsonProperty("authorityhost")]
public Uri AuthorityHost { get; set; }
[<Newtonsoft.Json.JsonProperty("authorityhost")>]
member this.AuthorityHost : Uri with get, set
Public Property AuthorityHost As Uri

Property Value

Uri
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to