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}
Create application
client.ZeroTrust.ResourceLibrary.Applications.New(ctx, params) (*ResourceLibraryApplicationNewResponse, error)
POST/accounts/{account_id}/resource-library/applications
Update application
client.ZeroTrust.ResourceLibrary.Applications.Update(ctx, id, params) (*ResourceLibraryApplicationUpdateResponse, error)
PATCH/accounts/{account_id}/resource-library/applications/{id}
Delete application
client.ZeroTrust.ResourceLibrary.Applications.Delete(ctx, id, body) (*ResourceLibraryApplicationDeleteResponse, error)
DELETE/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}