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 primaryUserAssignedIdentityId: Output<String>? = null, val type: Output<Either<String, ArmServerKeyType>>? = null) : ConvertibleToJava<DataEncryptionArgs>

Data encryption properties of a server

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, primaryUserAssignedIdentityId: Output<String>? = null, type: Output<Either<String, ArmServerKeyType>>? = 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

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

Link copied to clipboard
val type: Output<Either<String, ArmServerKeyType>>? = null

Data encryption type to depict if it is System Managed vs Azure Key vault.

Functions

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