Skip to content

List admin audit resource types

GET
/api/admin/admin-audit-log/resource-types/list
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/admin-audit-log/resource-types/list \
--header 'Authorization: Bearer <token>'

Returns distinct non-null resource types observed in admin audit logs for the current tenant.

String list response.

Media type application/json
object
items
required
Array<string>
total
required
integer
key
additional properties
Example
{
"items": [
"admin_policy.create",
"admin_policy.update"
],
"total": 2
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}