DataEncryptionArgs

data class DataEncryptionArgs(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(primaryKeyURI: Output<String>? = null, primaryUserAssignedIdentityId: Output<String>? = null, type: Output<Either<String, ArmServerKeyType>>? = null)

Properties

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

URI for the key for data encryption for primary server.

Link copied to clipboard

Resource Id for the User assigned identity to be used for data encryption for 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