Skip to main content

AuthorizationEventDataMetaDTO

Metadata DTO for an individual Aembit Access Authorization Event

clientIPstringnullable

Remote Client IP Address of the Access Authorization Request

timestampdate-time

Timestamp of the Access Authorization Request

eventTypestringnullable

Event Type of the Access Authorization Request

eventIduuid

Unique ID of the Access Authorization Event

resourceSetIduuid

Resource Set ID of the Access Authorization Event

contextIduuid

Context ID of the Access Authorization Events for a single Access Authorization Request

directiveIduuid

Directive ID of the Access Authorization Event (if available)

severitystringnullable

Severity of the Access Authorization Event (e.g. Info, Warning, Error)

AuthorizationEventDataMetaDTO
{
"clientIP": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"eventType": "string",
"eventId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"resourceSetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"contextId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"directiveId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"severity": "string"
}