DataBoxEdgeDeviceExtendedInfo interface

The extended Info of the Data Box Edge/Gateway device.

Extends

Properties

channelIntegrityKeyName

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

channelIntegrityKeyVersion

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

clientSecretStoreId

The Key Vault ARM Id for client secrets

clientSecretStoreUrl

The url to access the Client Key Vault

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.

encryptionKey

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

encryptionKeyThumbprint

The digital signature of encrypted certificate.

keyVaultSyncStatus

Key vault sync status

resourceKey

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