FlexibleServerCustomerManagedKey

data class FlexibleServerCustomerManagedKey(val geoBackupKeyVaultKeyId: String? = null, val geoBackupUserAssignedIdentityId: String? = null, val keyVaultKeyId: String? = null, val primaryUserAssignedIdentityId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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
val keyVaultKeyId: 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.