ProvisioningDetails interface
Details Related To Provision Resource.
Properties
| auto |
Auto Provisioning Details. |
| device |
Proof of possession details. |
| management |
Management Resource ArmId. |
| provisioning |
Provisioning Resource Arm ID. |
| provisioning |
Provisioning End Point. |
| quantity | Quantity of the devices. |
| ready |
Arc Enabled Resource Arm id. |
| serial |
Serial Number for the Device. |
| unique |
Unique Identity for a Device. |
| vendor |
Vendor Name for the Device , (for 1P devices - Microsoft). |
Property Details
autoProvisioningStatus
Auto Provisioning Details.
autoProvisioningStatus?: string
Property Value
string
devicePresenceVerification
Proof of possession details.
devicePresenceVerification?: DevicePresenceVerificationDetails
Property Value
managementResourceArmId
Management Resource ArmId.
managementResourceArmId?: string
Property Value
string
provisioningArmId
Provisioning Resource Arm ID.
provisioningArmId?: string
Property Value
string
provisioningEndPoint
Provisioning End Point.
provisioningEndPoint?: string
Property Value
string
quantity
Quantity of the devices.
quantity?: number
Property Value
number
readyToConnectArmId
Arc Enabled Resource Arm id.
readyToConnectArmId?: string
Property Value
string
serialNumber
Serial Number for the Device.
serialNumber?: string
Property Value
string
uniqueDeviceIdentifier
Unique Identity for a Device.
uniqueDeviceIdentifier?: string
Property Value
string
vendorName
Vendor Name for the Device , (for 1P devices - Microsoft).
vendorName?: string
Property Value
string