DeviceRegistrationResult interface
structure returned from the provisioning service is response to a registrationRequest or queryRegistrationStatus operation
Properties
operation |
ID of the current operation |
registration |
details on the completed registration operation |
status | registration status |
Property Details
operationId
ID of the current operation
operationId: string
Property Value
string
registrationState
details on the completed registration operation
registrationState?: DeviceRegistrationState
Property Value
DeviceRegistrationState
status
registration status
status: RegistrationStatus
Property Value
RegistrationStatus