ssxlogfields
Home > @spruceid/ssx-server > SSXLogFields
SSXLogFields interface
Allowed fields for an SSX Log.
Signature:
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | Record<string, any> | Any JSON stringifiable structure to be logged. | ||
string | (Optional) RFC-3339 time of resource generation, defaults to now. | ||
Type of content being logged. | |||
string | Unique identifier for the user, formatted as a DID. |
Last updated