Skip to main content

List Policies

Returns a list of policies.

Requires STANDARD [32] user permissions. See [Permissions](doc:permissions).

External Documentation

To learn more, visit the Tenable documentation.

Example Output

{
"value": {
"policies": [
{
"creation_date": 1545938690,
"description": "An example policy.",
"id": 43,
"last_modification_date": 1545938690,
"name": "Test Policy 1",
"no_target": "false",
"owner": "api@api.demo",
"owner_id": 3,
"shared": 1,
"template_uuid": "d684f1a6-bcf1-4a24-9bac-4a3b9bab086bd24bd260ef5f9e66",
"user_permissions": 128,
"visibility": "shared"
},
{
"creation_date": 1545938735,
"description": "An example policy using the Shellshock template.",
"id": 44,
"last_modification_date": 1545938735,
"name": "Test Policy 2",
"no_target": "false",
"owner": "api@api.demo",
"owner_id": 3,
"shared": 1,
"template_uuid": "41df2f51-8214-4a9e-b0e9-cd560ad1949f08a510a44374a167",
"user_permissions": 128,
"visibility": "shared"
}
]
}
}

Workflow Library Example

List Policies with Tenable and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop