Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

List Task Attributes

view on GitHub

List Task Attributes is available as both a pgutil command and an HTTP Request, and will a list describing all existing Task attributes.

Command Specification (CLI)

The security tasks attributes list command is used to list all Task attributes.

Listing all Task attributes requires no additional options:

pgutil security tasks attributes list

Example output:

 - Feeds_ViewFeed*
 - Feeds_DownloadPackage*
 - Feeds_DeletePackage*
 - Feeds_AddPackage*
 - Feeds_PullPackage*
 - Admin_ManageConnectors*
...

HTTP Request Specification

To list all Task attributes, simply GET to the following URL with an appropriate API Key:

GET /api/security/attributes/list

HTTP Response Specification

An array of SecurityTaskAttribute (see SecurityTaskAttribute.cs) objects will be returned on a successful 200 response. A 403 response indicates a missing, unknown, or unauthorized API Key.