AccountCustomerManagedKeyArgs

data class AccountCustomerManagedKeyArgs(val identityClientId: Output<String>? = null, val keyVaultKeyId: Output<String>) : ConvertibleToJava<AccountCustomerManagedKeyArgs>

Constructors

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

Properties

Link copied to clipboard
val identityClientId: Output<String>? = null

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
val keyVaultKeyId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AccountCustomerManagedKeyArgs