ListAuditLogEventTypesResponse
ListAuditLogEventTypesResponse is the catalog of audit log event types that an organization’s audit log can contain.
Properties
- The audit log event types, sorted by identifier.
- ↳
eventstring requiredThe event type identifier, as it appears in the ’event’ field of an audit log entry and as accepted by the ’eventFilter’ query parameter. - ↳
displayNamestring requiredThe event type’s name, for display in a user interface or a report. - ↳
descriptionstring requiredWhat the event records, written for someone auditing an organization. - ↳
requiresOrgAdminboolean requiredWhether the action that records this event requires the organization ADMIN role. - ↳
requiresStackAdminboolean requiredWhether the action that records this event requires the stack ADMIN role. - ↳
authenticationFailureboolean requiredWhether this event records a failed authorization check rather than a completed action. - ↳
deprecatedboolean requiredWhether 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. - ↳
replacedBystring optionalThe identifier of the event type that supersedes this one, absent when this event type is not deprecated or has no successor.