List managed credentials

Lists managed credentials where you have been assigned at least CAN USE (32) permissions.

Note: This endpoint does not list scan-specific or policy-specific credentials (that is, credentials stored in either a scan or a policy). To view a list of scan-specific or policy-specific credentials, use the editor details endpoint (GET /editor/{type}/{id}).

Requires the Can Use [32] credential permission or the VM.VM_SCAN.VM_SCAN_MANAGED_CREDENTIAL.READ custom role privilege. See Roles and Permissions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

A filter condition in the following format: field:operator:value. For managed credentials, you can only filter on the name field, using the following operators:

  • eq—The name of the returned credential is equal to the text you specify.
  • neq—The returned list of managed credentials excludes the credential object where the name is equal to the text you specify.
  • match—The returned list includes managed credentials where the name contains the text you specify at least partially.

You can specify multiple f parameters, separated by ampersand (&) characters. If you specify multiple f parameters, use the ft parameter to specify how Tenable Vulnerability Management applies the multiple filter conditions.

string

The operator that Tenable Vulnerability Management applies if multiple `f` parameters are present. The OR and AND operators are supported. If you omit this parameter and multiple f parameters are present, Tenable Vulnerability Management applies the AND operator by default.

string

The UUID of a scan owner. This parameter limits the returned data to managed credentials assigned to scans owned by the specified user.

int32
1 to 300

The number of records to retrieve. If this parameter is omitted, Tenable Vulnerability Management uses the default value of 50. This parameter has a minimum value of 1 and a maximum value of 300.

int32

The starting record to retrieve. If this parameter is omitted, Tenable Vulnerability Management uses the default value of 0.

string

The field you want to use to sort the results by along with the sort order. The field is specified first, followed by a colon, and the order is specified second (asc or desc). For example, name:asc would sort results by the name field in ascending order.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Returned if the query parameters in your request were invalid.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html