KeyVaultContractCreateProperties.IdentityClientId Property

Definition

Gets or sets systemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret.

[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