Flexible Server Customer Managed Key Args
data class FlexibleServerCustomerManagedKeyArgs(val geoBackupKeyVaultKeyId: Output<String>? = null, val geoBackupUserAssignedIdentityId: Output<String>? = null, val keyVaultKeyId: Output<String>? = null, val primaryUserAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<FlexibleServerCustomerManagedKeyArgs>
Properties
Link copied to clipboard
The ID of the geo backup Key Vault Key. It can't cross region and need Customer Managed Key in same region as geo backup.
Link copied to clipboard
The geo backup user managed identity id for a Customer Managed Key. Should be added with identity_ids
. It can't cross region and need identity in same region as geo backup.
Link copied to clipboard
The ID of the Key Vault Key.
Link copied to clipboard
Specifies the primary user managed identity id for a Customer Managed Key. Should be added with identity_ids
.