你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyVaultProperties interface
Properties
current |
The current key used to encrypt the Media Services account, including the key version. NOTE: This property will not be serialized. It can only be populated by the server. |
key |
The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey). |
Property Details
currentKeyIdentifier
The current key used to encrypt the Media Services account, including the key version. NOTE: This property will not be serialized. It can only be populated by the server.
currentKeyIdentifier?: string
Property Value
string
keyIdentifier
The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
keyIdentifier?: string
Property Value
string