AccountEncryption interface
Defines how the Video Analyzer account is (optionally) encrypted.
Properties
identity | The Key Vault identity. |
key |
The properties of the key used to encrypt the account. |
status | The current status of the Key Vault mapping. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of key used to encrypt the Account Key. |
Property Details
identity
keyVaultProperties
The properties of the key used to encrypt the account.
keyVaultProperties?: KeyVaultProperties
Property Value
status
The current status of the Key Vault mapping. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
type
The type of key used to encrypt the Account Key.
type: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript