Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ResponseAuditLogs

ResponseAuditLogs

    ResponseAuditLogs represents the audit event logs response given when listing audit log events. Contains a continuation token for pagination as well as a list of the AuditLogEvent objects.

    Properties

    • continuationToken string optional
      A continuation token for paginating through audit log results.
    • auditLogEvents array[AuditLogEvent] required
      The list of audit log events.
    • timestamp integer required
      Unix epoch timestamp (seconds) when the event occurred.
    • sourceIP string required
      IP address of the client that triggered the event.
    • event string required
      The audit event type identifier (e.g. ‘stack.update’, ‘member.added’).
    • description string required
      Human-readable description of the event.
    • user UserInfo required
      The user who performed the action.
    • tokenID string optional
      ID of the access token used to authenticate, if applicable.
    • tokenName string optional
      Name of the access token used to authenticate, if applicable.
    • reqOrgAdmin boolean optional
      Whether the action that triggered this event required the organization ADMIN role.
    • reqStackAdmin boolean optional
      Whether the action required stack admin privileges.
    • authFailure boolean optional
      Whether this event represents a failed authentication attempt.
    • actorName string optional
      Display name of the non-human actor (e.g. deploy token name) that triggered the event.
    • actorUrn string optional
      Pulumi URN of the non-human actor that triggered the event.