EncryptionSetIdentity.PrincipalId Property

Definition

Gets the object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity

[Newtonsoft.Json.JsonProperty(PropertyName="principalId")]
public string PrincipalId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="principalId")>]
member this.PrincipalId : string
Public ReadOnly Property PrincipalId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to