Skip to main content

AuditEvent

An audit event recorded for an application or environment.

type AuditEvent {
actor: AuditEventActor
app: App
description: String
environment: AppEnvironment
environmentId: Int
id: String
meta: [AuditEventMeta]
recordedTime: Date
source: AuditEventSource
target: AuditEventTarget
title: String
type: String
}

Fields

AuditEvent.actor ● AuditEventActor object common

The actor that triggered the event.

AuditEvent.app ● App object common

The application associated with the event.

AuditEvent.description ● String scalar common

The event description.

AuditEvent.environment ● AppEnvironment object common

The environment associated with the event.

AuditEvent.environmentId ● Int scalar common

The environment ID associated with the event.

AuditEvent.id ● String scalar common

The unique identifier for the audit event.

AuditEvent.meta ● [AuditEventMeta] list object common

Additional metadata attached to the event.

AuditEvent.recordedTime ● Date scalar common

When the event was recorded.

AuditEvent.source ● AuditEventSource object common

The source system that produced the event.

AuditEvent.target ● AuditEventTarget object common

The target affected by the event.

AuditEvent.title ● String scalar common

The event title.

AuditEvent.type ● String scalar common

The event type.

Member Of

AuditEventList object