DeviceUnpaired
Emitted when a device is unpaired from its verification hash.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | Unique 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 |
payload | object | ✅ | Event-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"
}
}