Resource Library
Resource LibraryApplications
List applications
zero_trust.resource_library.applications.list(ApplicationListParams**kwargs) -> SyncSinglePage[ApplicationListResponse]
GET/accounts/{account_id}/resource-library/applications
Get application
zero_trust.resource_library.applications.get(strid, ApplicationGetParams**kwargs) -> ApplicationGetResponse
GET/accounts/{account_id}/resource-library/applications/{id}
Resource LibraryCategories
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}