RegistrationRequest interface

Information necessary to start a registration

Properties

forceRegistration

true to force re-registration

idScope

ID scope for the provisioning instance

payload

Custom payload passed to the provisioning service.

provisioningHost

global device endpoint for the provisioning service

registrationId

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