GetDeviceExtendedInformationResult

data class GetDeviceExtendedInformationResult(val channelIntegrityKeyName: String? = null, val channelIntegrityKeyVersion: String? = null, val clientSecretStoreId: String? = null, val clientSecretStoreUrl: String? = null, val cloudWitnessContainerName: String, val cloudWitnessStorageAccountName: String, val cloudWitnessStorageEndpoint: String, val clusterWitnessType: String, val deviceSecrets: Map<String, SecretResponse>, val encryptionKey: String? = null, val encryptionKeyThumbprint: String? = null, val fileShareWitnessLocation: String, val fileShareWitnessUsername: String, val id: String, val keyVaultSyncStatus: String? = null, val name: String, val resourceKey: String, val systemData: SystemDataResponse, 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, cloudWitnessContainerName: String, cloudWitnessStorageAccountName: String, cloudWitnessStorageEndpoint: String, clusterWitnessType: String, deviceSecrets: Map<String, SecretResponse>, encryptionKey: String? = null, encryptionKeyThumbprint: String? = null, fileShareWitnessLocation: String, fileShareWitnessUsername: String, id: String, keyVaultSyncStatus: String? = null, name: String, resourceKey: String, systemData: SystemDataResponse, 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

The Container for cloud witness in the storage account.

Link copied to clipboard

The Cloud Witness Storage account name.

Link copied to clipboard

The Azure service endpoint of the cloud witness storage account.

Link copied to clipboard

Cluster Witness Type

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

The witness location of file share.

Link copied to clipboard

The username of file share.

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

Metadata pertaining to creation and last modification of DataBoxEdgeDevice

Link copied to clipboard

The hierarchical type of the object.