Resource Library
Resource LibraryApplications
List applications
client.zeroTrust.resourceLibrary.applications.list(ApplicationListParams { account_id, fields, filter, 4 more } params, RequestOptionsoptions?): SinglePage<ApplicationListResponse { id, application_confidence_score, application_score_composition, 16 more } >
GET/accounts/{account_id}/resource-library/applications
Get application
client.zeroTrust.resourceLibrary.applications.get(numberid, ApplicationGetParams { account_id } params, RequestOptionsoptions?): ApplicationGetResponse { id, application_confidence_score, application_source, 15 more }
GET/accounts/{account_id}/resource-library/applications/{id}
Create application
client.zeroTrust.resourceLibrary.applications.create(ApplicationCreateParams { account_id, category_id, human_id, 5 more } params, RequestOptionsoptions?): ApplicationCreateResponse { id, application_confidence_score, application_source, 15 more }
POST/accounts/{account_id}/resource-library/applications
Update application
client.zeroTrust.resourceLibrary.applications.update(numberid, ApplicationUpdateParams { account_id, hostnames, ip_subnets, 2 more } params, RequestOptionsoptions?): ApplicationUpdateResponse { id, application_confidence_score, application_source, 15 more }
PATCH/accounts/{account_id}/resource-library/applications/{id}
Delete application
client.zeroTrust.resourceLibrary.applications.delete(numberid, ApplicationDeleteParams { account_id } params, RequestOptionsoptions?): ApplicationDeleteResponse | null
DELETE/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(numberid, CategoryGetParams { account_id } params, RequestOptionsoptions?): CategoryGetResponse { id, created_at, description, name }
GET/accounts/{account_id}/resource-library/categories/{id}