Skip to main content

AuditLogLeaf

An audit log event returned in list results.

type AuditLogLeaf {
id: ID!
occurredAt: DateTime!
type: String!
source: String!
subject: String
data: Map
actor: V1AuditLogActor!
}

Fields

AuditLogLeaf.id ● ID! non-null scalar {#id}

Unique event identifier

AuditLogLeaf.occurredAt ● DateTime! non-null scalar {#occurred-at}

When the event occurred (UTC)

AuditLogLeaf.type ● String! non-null scalar {#type}

Event type (e.g., 'project.created')

AuditLogLeaf.source ● String! non-null scalar {#source}

Where the event originated

AuditLogLeaf.subject ● String scalar {#subject}

Resource the event applies to (MRI format)

AuditLogLeaf.data ● Map scalar {#data}

Event payload with context and resource details

AuditLogLeaf.actor ● V1AuditLogActor! non-null object {#actor}

Who performed this action

Member Of

AuditLogsPage object