DataBoxEdgeDeviceExtendedInfoProperties interface
The properties of the Data Box Edge/Gateway device extended info.
Properties
| channel |
The name of Channel Integrity Key stored in the Client Key Vault |
| channel |
The version of Channel Integrity Key stored in the Client Key Vault |
| client |
The Key Vault ARM Id for client secrets |
| client |
The url to access the Client Key Vault |
| cloud |
The Container for cloud witness in the storage account. |
| cloud |
The Cloud Witness Storage account name. |
| cloud |
The Azure service endpoint of the cloud witness storage account. |
| cluster |
Cluster Witness Type |
| device |
Device secrets, will be returned only with ODataFilter $expand=deviceSecrets |
| encryption |
The public part of the encryption certificate. Client uses this to encrypt any secret. |
| encryption |
The digital signature of encrypted certificate. |
| file |
The witness location of file share. |
| file |
The username of file share. |
| key |
Key vault sync status |
| resource |
The Resource ID of the Resource. |
Property Details
channelIntegrityKeyName
The name of Channel Integrity Key stored in the Client Key Vault
channelIntegrityKeyName?: string
Property Value
string
channelIntegrityKeyVersion
The version of Channel Integrity Key stored in the Client Key Vault
channelIntegrityKeyVersion?: string
Property Value
string
clientSecretStoreId
The Key Vault ARM Id for client secrets
clientSecretStoreId?: string
Property Value
string
clientSecretStoreUrl
The url to access the Client Key Vault
clientSecretStoreUrl?: string
Property Value
string
cloudWitnessContainerName
The Container for cloud witness in the storage account.
cloudWitnessContainerName?: string
Property Value
string
cloudWitnessStorageAccountName
The Cloud Witness Storage account name.
cloudWitnessStorageAccountName?: string
Property Value
string
cloudWitnessStorageEndpoint
The Azure service endpoint of the cloud witness storage account.
cloudWitnessStorageEndpoint?: string
Property Value
string
clusterWitnessType
Cluster Witness Type
clusterWitnessType?: string
Property Value
string
deviceSecrets
Device secrets, will be returned only with ODataFilter $expand=deviceSecrets
deviceSecrets?: Record<string, Secret>
Property Value
Record<string, Secret>
encryptionKey
The public part of the encryption certificate. Client uses this to encrypt any secret.
encryptionKey?: string
Property Value
string
encryptionKeyThumbprint
The digital signature of encrypted certificate.
encryptionKeyThumbprint?: string
Property Value
string
fileShareWitnessLocation
The witness location of file share.
fileShareWitnessLocation?: string
Property Value
string
fileShareWitnessUsername
The username of file share.
fileShareWitnessUsername?: string
Property Value
string
keyVaultSyncStatus
Key vault sync status
keyVaultSyncStatus?: string
Property Value
string
resourceKey
The Resource ID of the Resource.
resourceKey?: string
Property Value
string