다음을 통해 공유


KeyVaultProperties.KeyIdentifier 속성

정의

버전이 지정된 비밀의 전체 경로를 가져오거나 설정합니다. 예 https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. 사용할 수 있도록 하려면 다음 필수 조건을 충족해야 합니다.

Batch 계정에 시스템 할당 ID가 있습니다. 계정 ID에 키/가져오기, 키/래핑 해제 및 키/래핑 해제 권한이 부여되었습니다. KeyVault에는 일시 삭제 및 제거 보호가 활성화되어 있습니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상