Key Vault Properties Response
data class KeyVaultPropertiesResponse(val currentKeyIdentifier: String, val keyIdentifier: String? = null)
Properties
Link copied to clipboard
The current key used to encrypt the Media Services 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).