DataBoxEdgeDeviceExtendedInfo interface
The extended Info of the Data Box Edge/Gateway device.
- Extends
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 |
| device |
Device secrets, will be returned only with ODataFilter $expand=deviceSecrets NOTE: This property will not be serialized. It can only be populated by the server. |
| encryption |
The public part of the encryption certificate. Client uses this to encrypt any secret. |
| encryption |
The digital signature of encrypted certificate. |
| key |
Key vault sync status |
| resource |
The Resource ID of the Resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
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
deviceSecrets
Device secrets, will be returned only with ODataFilter $expand=deviceSecrets NOTE: This property will not be serialized. It can only be populated by the server.
deviceSecrets?: {[propertyName: string]: Secret}
Property Value
{[propertyName: 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
keyVaultSyncStatus
Key vault sync status
keyVaultSyncStatus?: string
Property Value
string
resourceKey
The Resource ID of the Resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceKey?: string
Property Value
string
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type