Encryption Properties Description Args
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)