EncryptionPropertiesArgs

data class EncryptionPropertiesArgs(val identity: Output<EncryptionPropertiesIdentityArgs>? = null, val keySource: Output<EncryptionKeySourceType>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>

The encryption settings for automation account

Constructors

Link copied to clipboard
constructor(identity: Output<EncryptionPropertiesIdentityArgs>? = null, keySource: Output<EncryptionKeySourceType>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)

Properties

Link copied to clipboard

User identity used for CMK.

Link copied to clipboard
val keySource: Output<EncryptionKeySourceType>? = null

Encryption Key Source

Link copied to clipboard

Key vault properties.

Functions

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