Skip to content
Start here

Categories

List application categories
zero_trust.resource_library.categories.list(CategoryListParams**kwargs) -> SyncSinglePage[CategoryListResponse]
GET/accounts/{account_id}/resource-library/categories
Get application category
zero_trust.resource_library.categories.get(strid, CategoryGetParams**kwargs) -> CategoryGetResponse
GET/accounts/{account_id}/resource-library/categories/{id}
ModelsExpand Collapse
class CategoryListResponse:
id: str

Returns the category ID.

created_at: str

Returns the category creation time.

description: str

Returns the category description.

name: str

Returns the category name.

class CategoryGetResponse:
id: str

Returns the category ID.

created_at: str

Returns the category creation time.

description: str

Returns the category description.

name: str

Returns the category name.