EncryptionPropertiesResponse

data class EncryptionPropertiesResponse(val identity: EncryptionPropertiesResponseIdentity? = null, val keySource: String? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null)

The encryption settings for automation account

Constructors

Link copied to clipboard
constructor(identity: EncryptionPropertiesResponseIdentity? = null, keySource: String? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User identity used for CMK.

Link copied to clipboard
val keySource: String? = null

Encryption Key Source

Link copied to clipboard

Key vault properties.