Resource Library
Resource LibraryApplications
List applications
client.ZeroTrust.ResourceLibrary.Applications.List(ctx, params) (*SinglePage[ResourceLibraryApplicationListResponse], error)
GET/accounts/{account_id}/resource-library/applications
Get application
client.ZeroTrust.ResourceLibrary.Applications.Get(ctx, id, query) (*ResourceLibraryApplicationGetResponse, error)
GET/accounts/{account_id}/resource-library/applications/{id}
Resource LibraryCategories
List application categories
client.ZeroTrust.ResourceLibrary.Categories.List(ctx, params) (*SinglePage[ResourceLibraryCategoryListResponse], error)
GET/accounts/{account_id}/resource-library/categories
Get application category
client.ZeroTrust.ResourceLibrary.Categories.Get(ctx, id, query) (*ResourceLibraryCategoryGetResponse, error)
GET/accounts/{account_id}/resource-library/categories/{id}