Partager via


KeyVaultProperties.KeyIdentifier Propriété

Définition

Obtient ou définit le chemin d’accès complet au secret versionné. Par exemple : https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. Pour être utilisable, les conditions préalables suivantes doivent être remplies :

Le compte Batch a une identité affectée par le système L’identité du compte a reçu les autorisations Clé/Get, Key/Unwrap et Key/Wrap Le KeyVault a la suppression réversible et la protection contre la purge activée

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à