Resource Library
Resource LibraryApplications
List applications
client.zeroTrust.resourceLibrary.applications.list(ApplicationListParams { account_id, filter, limit, 3 more } params, RequestOptionsoptions?): SinglePage<ApplicationListResponse { id, application_confidence_score, application_source, 15 more } >
GET/accounts/{account_id}/resource-library/applications
Get application
client.zeroTrust.resourceLibrary.applications.get(stringid, ApplicationGetParams { account_id } params, RequestOptionsoptions?): ApplicationGetResponse { id, application_confidence_score, application_source, 15 more }
GET/accounts/{account_id}/resource-library/applications/{id}
Resource LibraryCategories
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}