EncryptionDetails.KekVaultId Property

Definition

Gets or sets ID of Key Vault where KEK is stored.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to