EncryptionPropertiesDescriptionResponse

data class EncryptionPropertiesDescriptionResponse(val keySource: String? = null, val keyVaultProperties: List<KeyVaultKeyPropertiesResponse>? = null)

The encryption properties for the IoT hub.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keySource: String? = null

The source of the key.

Link copied to clipboard

The properties of the KeyVault key.