DataEncryptionArgs

data class DataEncryptionArgs(val geoBackupEncryptionKeyStatus: Output<Either<String, KeyStatusEnum>>? = null, val geoBackupKeyURI: Output<String>? = null, val geoBackupUserAssignedIdentityId: Output<String>? = null, val primaryEncryptionKeyStatus: Output<Either<String, KeyStatusEnum>>? = null, val primaryKeyURI: Output<String>? = null, val primaryKeyUri: Output<String>? = null, val primaryUserAssignedIdentityId: Output<String>? = null, val type: Output<Any>? = null) : ConvertibleToJava<DataEncryptionArgs>

The data encryption properties of a cluster.

Constructors

Link copied to clipboard
constructor(geoBackupEncryptionKeyStatus: Output<Either<String, KeyStatusEnum>>? = null, geoBackupKeyURI: Output<String>? = null, geoBackupUserAssignedIdentityId: Output<String>? = null, primaryEncryptionKeyStatus: Output<Either<String, KeyStatusEnum>>? = null, primaryKeyURI: Output<String>? = null, primaryKeyUri: Output<String>? = null, primaryUserAssignedIdentityId: Output<String>? = null, type: Output<Any>? = null)

Properties

Link copied to clipboard
val geoBackupEncryptionKeyStatus: Output<Either<String, KeyStatusEnum>>? = null

Geo-backup encryption key status for Data encryption enabled server.

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

URI for the key in keyvault for data encryption for geo-backup of server.

Link copied to clipboard

Resource Id for the User assigned identity to be used for data encryption for geo-backup of server.

Link copied to clipboard
val primaryEncryptionKeyStatus: Output<Either<String, KeyStatusEnum>>? = null

Primary encryption key status for Data encryption enabled server.

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

URI for the key in keyvault for data encryption of the primary server.

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

URI for the key in keyvault for data encryption of the primary server.

Link copied to clipboard

Resource Id for the User assigned identity to be used for data encryption of the primary server.

Link copied to clipboard
val type: Output<Any>? = null

Functions

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