List Audit Event Resource Types

Beta
GET/v1/core/audit-events/resource-types

This endpoint is idempotent. Learn more

Returns the full set of resource types that may appear on audit events.

Values are plain strings, suitable for the resource_types filter when listing audit events.

objectstringenumValues:list

Resource type identifier.

page_infoobject

Pagination metadata.

next_page_urlstringnullable

Relative URL that fetches the next page of results.

null when the last page has been reached.

previous_page_urlstringnullable

Relative URL that fetches the previous page of results.

null while on the first page.

has_next_pageboolean

Whether more results exist after this page.

has_prev_pageboolean

Whether results exist before this page.

dataarray of stringenumValues:accountactorentity

Resources in this page.

Responses

200

Successful response for List Audit Event Resource Types