AccountCustomerManagedKeyArgs

data class AccountCustomerManagedKeyArgs(val keyVaultKeyId: Output<String>, val userAssignedIdentityId: Output<String>) : ConvertibleToJava<AccountCustomerManagedKeyArgs>

Constructors

Link copied to clipboard
fun AccountCustomerManagedKeyArgs(keyVaultKeyId: Output<String>, userAssignedIdentityId: Output<String>)

Functions

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

Properties

Link copied to clipboard
val keyVaultKeyId: Output<String>

The ID of the Key Vault Key, supplying a version-less key ID will enable auto-rotation of this key.

Link copied to clipboard

The ID of a user assigned identity.