tenable-sc-users
Get user list from Tenable Security Center.
Syntax
tenable-sc-users [profile=PROFILE] [verify=t|f]
- profile=PROFILE
- Optional. Connect profile code
- verify=t|f
- Optional. Verify profile (default: t). If f, returns empty on missing profile
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect Profile | Connect profile code of Tenable Security Center |
| uuid | String | UUID | User UUID |
| user | String | User | Username |
| first_name | String | First Name | User first name |
| last_name | String | Last Name | User last name |
| String | User email address | ||
| role_name | String | Role Name | User role name |
| auth_type | String | Auth Type | Authentication type |
| is_locked | Bool | Locked | Whether user is locked |
| last_login_time | Date | Last Login Time | Last login time |
| last_login_ip | IP address | Last Login IP | Last login IP address |
| failed_login_count | Integer | Failed Login Count | Number of failed login attempts |
| created | Date | Created | User creation time |
| updated | Date | Updated | User last updated time |