AccountCustomerManagedKey

data class AccountCustomerManagedKey(val identityClientId: String? = null, val keyVaultKeyId: String)

Constructors

Link copied to clipboard
constructor(identityClientId: String? = null, keyVaultKeyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Client ID of the User Assigned Identity that has access to the key. This property only needs to be specified when there're multiple identities attached to the Cognitive Account.

Link copied to clipboard

The ID of the Key Vault Key which should be used to Encrypt the data in this Cognitive Account.