Skip to main content

DeviceUnpaired

Emitted when a device is unpaired from its verification hash.

Properties

PropertyTypeRequiredDescription
idstringUnique identifier of the event instance, generated when the event is emitted
kind"domain"Kind of the event
type"Device.Verification.DeviceUnpaired"Type of the event
payloadobjectEvent-specific payload data

Example

{
"id": "string",
"kind": "domain",
"type": "Device.Verification.DeviceUnpaired",
"payload": {
"type": "Device.Verification.DeviceUnpaired",
"originator": {
"accountId": 3630,
"organizationUid": "f5d40061xxxxxxxxxxxxxxxx4ae8dbef",
"policyUid": "7616ffb6xxxxxxxxxxxxxxxx6e384f7c"
},
"deviceUid": "9c48dff3xxxxxxxxxxxxxxxx3553691d",
"verificationHash": "e76491d2xxxxxxxxxxxxxxxx1fa0e11e"
}
}

Shape

{
"id": "string",
"kind": "domain",
"type": "Device.Verification.DeviceUnpaired",
"payload": {
"type": "Device.Verification.DeviceUnpaired",
"originator?": {
"accountId?": "number",
"organizationUid?": "string",
"policyUid?": "string"
},
"deviceUid": "string",
"verificationHash": "string"
}
}