Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AuditLogEventTypeCatalogEntry

AuditLogEventTypeCatalogEntry

    AuditLogEventTypeCatalogEntry describes one audit log event type.

    Properties

    • event string required
      The event type identifier, as it appears in the ’event’ field of an audit log entry and as accepted by the ’eventFilter’ query parameter.
    • displayName string required
      The event type’s name, for display in a user interface or a report.
    • description string required
      What the event records, written for someone auditing an organization.
    • requiresOrgAdmin boolean required
      Whether the action that records this event requires the organization ADMIN role.
    • requiresStackAdmin boolean required
      Whether the action that records this event requires the stack ADMIN role.
    • authenticationFailure boolean required
      Whether this event records a failed authorization check rather than a completed action.
    • deprecated boolean required
      Whether this event type is no longer recorded. A deprecated event type stays in the catalog because it names events already in an organization’s audit log and exports, and stays valid as an ’eventFilter’ value.
    • replacedBy string optional
      The identifier of the event type that supersedes this one, absent when this event type is not deprecated or has no successor.

      The infrastructure as code platform for any cloud.