Pending Device Signature Created Event (v1)

Event emitted when a pending device signature is created

Architecture

Schema

Message Schema
{
"type": "record",
"name": "PendingDeviceSignatureCreated",
"namespace": "com.plumery.mfa.events",
"doc": "Event emitted when a pending device signature has been created.",
"fields": [
{
"name": "id",
"type": "string",
"doc": "Unique identifier for the event."
},
{
"name": "userId",
"type": "string",
"doc": "The id of the user for which the pending device signature was created."
},
{
"name": "pendingDeviceSignatureId",
"type": "string",
"doc": "Identifier of the pending device signature."
}
]
}