FlexibleServerCustomerManagedKeyArgs

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>

Constructors

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

Properties

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

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

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.

Functions

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