List Audit Event Resource Types
BetaGET
/v1/core/audit-events/resource-typesThis 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:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of stringenumValues:accountactorentityResources in this page.
Responses
200
Successful response for List Audit Event Resource Types