GetDeviceExtendedInformationResult

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of Channel Integrity Key stored in the Client Key Vault

Link copied to clipboard

The version of Channel Integrity Key stored in the Client Key Vault

Link copied to clipboard

The Key Vault ARM Id for client secrets

Link copied to clipboard

The url to access the Client Key Vault

Link copied to clipboard

Device secrets, will be returned only with ODataFilter $expand=deviceSecrets

Link copied to clipboard
val encryptionKey: String? = null

The public part of the encryption certificate. Client uses this to encrypt any secret.

Link copied to clipboard

The digital signature of encrypted certificate.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Key vault sync status

Link copied to clipboard

The object name.

Link copied to clipboard

The Resource ID of the Resource.

Link copied to clipboard

The hierarchical type of the object.