Get Device Extended Information Result
data class GetDeviceExtendedInformationResult(val channelIntegrityKeyName: String? = null, val channelIntegrityKeyVersion: String? = null, val clientSecretStoreId: String? = null, val clientSecretStoreUrl: String? = null, val deviceSecrets: DeviceSecretsResponse, val encryptionKey: String? = null, val encryptionKeyThumbprint: String? = null, val id: String, val keyVaultSyncStatus: String? = null, val name: String, val resourceKey: String, val type: String)
The extended Info of the Data Box Edge/Gateway device.
Constructors
Link copied to clipboard
fun GetDeviceExtendedInformationResult(channelIntegrityKeyName: String? = null, channelIntegrityKeyVersion: String? = null, clientSecretStoreId: String? = null, clientSecretStoreUrl: String? = null, deviceSecrets: DeviceSecretsResponse, encryptionKey: String? = null, encryptionKeyThumbprint: String? = null, id: String, keyVaultSyncStatus: String? = null, name: String, resourceKey: String, type: String)