KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val currentKeyIdentifier: String, val keyIdentifier: String)

The details for accessing the encryption keys in Key Vault.

Constructors

Link copied to clipboard
constructor(currentKeyIdentifier: String, keyIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current key used to encrypt Video Analyzer account, including the key version.

Link copied to clipboard

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).