SentNotification
idint64
namestring
typestringrequired
targetstringrequired
Possible values: [REALM, USER, ASSET, CUSTOM]
targetIdstringrequired
sourcestringrequired
Possible values: [INTERNAL, CLIENT, GLOBAL_RULESET, REALM_RULESET, ASSET_RULESET]
sourceIdstring
message object
type string
Possible values: []
errorstring
sentOndate-time
deliveredOndate-time
acknowledgedOndate-time
acknowledgementstring
SentNotification
{
  "id": 0,
  "name": "string",
  "type": "string",
  "target": "REALM",
  "targetId": "string",
  "source": "INTERNAL",
  "sourceId": "string",
  "message": {
    "type": "string"
  },
  "error": "string",
  "sentOn": "2024-07-29T15:51:28.071Z",
  "deliveredOn": "2024-07-29T15:51:28.071Z",
  "acknowledgedOn": "2024-07-29T15:51:28.071Z",
  "acknowledgement": "string"
}