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

ListAuditLogEventTypesResponse

    ListAuditLogEventTypesResponse is the catalog of audit log event types that an organization’s audit log can contain.

    Properties

    • eventTypes array[AuditLogEventTypeCatalogEntry] required
      The audit log event types, sorted by identifier.
    • 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.