RegistrationRequest interface
Information necessary to start a registration
Properties
force |
true to force re-registration |
id |
ID scope for the provisioning instance |
payload | Custom payload passed to the provisioning service. |
provisioning |
global device endpoint for the provisioning service |
registration |
registration Id for this device. May be undefined when using Tpm registration |
Property Details
forceRegistration
true to force re-registration
forceRegistration?: boolean
Property Value
boolean
idScope
ID scope for the provisioning instance
idScope: string
Property Value
string
payload
Custom payload passed to the provisioning service.
payload?: ProvisioningPayload
Property Value
ProvisioningPayload
provisioningHost
global device endpoint for the provisioning service
provisioningHost: string
Property Value
string
registrationId
registration Id for this device. May be undefined when using Tpm registration
registrationId?: string
Property Value
string