Share via


HostnameConfiguration.IdentityClientId Property

Definition

Gets or sets system or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.

[Newtonsoft.Json.JsonProperty(PropertyName="identityClientId")]
public string IdentityClientId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identityClientId")>]
member this.IdentityClientId : string with get, set
Public Property IdentityClientId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to