Skip to content
Start here

Categories

List application categories
client.zeroTrust.resourceLibrary.categories.list(CategoryListParams { account_id, limit, offset } params, RequestOptionsoptions?): SinglePage<CategoryListResponse { id, created_at, description, name } >
GET/accounts/{account_id}/resource-library/categories
Get application category
client.zeroTrust.resourceLibrary.categories.get(stringid, CategoryGetParams { account_id } params, RequestOptionsoptions?): CategoryGetResponse { id, created_at, description, name }
GET/accounts/{account_id}/resource-library/categories/{id}
ModelsExpand Collapse
CategoryListResponse { id, created_at, description, name }
id: string

Returns the category ID.

created_at: string

Returns the category creation time.

description: string

Returns the category description.

name: string

Returns the category name.

CategoryGetResponse { id, created_at, description, name }
id: string

Returns the category ID.

created_at: string

Returns the category creation time.

description: string

Returns the category description.

name: string

Returns the category name.