EncryptionPropertiesDescriptionArgs

data class EncryptionPropertiesDescriptionArgs(val keySource: Output<String>? = null, val keyVaultProperties: Output<List<KeyVaultKeyPropertiesArgs>>? = null) : ConvertibleToJava<EncryptionPropertiesDescriptionArgs>

The encryption properties for the IoT hub.

Constructors

Link copied to clipboard
constructor(keySource: Output<String>? = null, keyVaultProperties: Output<List<KeyVaultKeyPropertiesArgs>>? = null)

Properties

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

The source of the key.

Link copied to clipboard

The properties of the KeyVault key.

Functions

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