User Device Passcode Disabled Event (v1)

Event emitted when a user's device passcode has been disabled

Architecture

Schema

Message Schema
{
"type": "record",
"name": "UserDevicePasscodeDisabled",
"namespace": "com.plumery.authentication.events",
"doc": "Event emitted when a user device passcode was disabled by staff.",
"fields": [
{
"name": "id",
"type": "string",
"doc": "Unique identifier for the event."
},
{
"name": "userId",
"type": "string",
"doc": "Identifier of the user."
},
{
"name": "deviceId",
"type": "string",
"doc": "Identifier of the device."
}
]
}