AccountEncryptionResponse

data class AccountEncryptionResponse(val identity: ResourceIdentityResponse? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null, val status: String, val type: String)

Defines how the Video Analyzer account is (optionally) encrypted.

Constructors

Link copied to clipboard
constructor(identity: ResourceIdentityResponse? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Key Vault identity.

Link copied to clipboard

The properties of the key used to encrypt the account.

Link copied to clipboard

The current status of the Key Vault mapping.

Link copied to clipboard

The type of key used to encrypt the Account Key.