CXSEvent.AuthenticationError Data Shape
The CXSEvent.AuthenticationError Data Shape defines a set of fields that are associated with an AuthenticationError event.
Fields
The CXSEvent.AuthenticationError Data Shape includes the following fields:
Field Name
Base Type
Description
id
STRING
Defines the event identifier, which is typically a UUID.
message
STRING
Defines the message for the event, which provides details about the authentication failure.
ThingName
STRING
Provides the name of the Thing that failed to authenticate.
context
JSON
Provides additional context information as a JSON object.
Was this helpful?