Data Encryption Args
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
Geo-backup encryption key status for Data encryption enabled server.
Link copied to clipboard
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
Primary encryption key status for Data encryption enabled server.
Link copied to clipboard
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
Data encryption type to depict if it is System Managed vs Azure Key vault.