DeviceDetails interface
Device details.
Properties
| display |
Device serial number to be displayed. |
| management |
Management Resource Id. |
| management |
Management Resource Tenant ID. |
| provisioning |
Provisioning Details for the device. |
| provisioning |
Determining nature of provisioning that the configuration supports. |
| serial |
Device serial number. |
Property Details
displaySerialNumber
Device serial number to be displayed.
displaySerialNumber?: string
Property Value
string
managementResourceId
Management Resource Id.
managementResourceId?: string
Property Value
string
managementResourceTenantId
Management Resource Tenant ID.
managementResourceTenantId?: string
Property Value
string
provisioningDetails
Provisioning Details for the device.
provisioningDetails?: ProvisioningDetails
Property Value
provisioningSupport
Determining nature of provisioning that the configuration supports.
provisioningSupport?: string
Property Value
string
serialNumber
Device serial number.
serialNumber?: string
Property Value
string