1password-item-usages
Get item usages from 1Password
1password-item-usages [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
- profile=PROFILE
- 1Password connect profile code
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10s
means data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Profile name of 1Password |
_time | Date | Time | |
src_ip | IP address | Source IP | IP address of the client |
src_country_name | String | Country Name | Country name where the item was used |
user_uuid | String | User UUID | UUID of the user who used the item |
user_name | String | User Name | Name of the user who used the item |
user_email | String | User Email | Email of the user who used the item |
action | String | Action | Action performed on the item |
vault_uuid | String | Vault UUID | UUID of the vault containing the item |
item_uuid | String | Item UUID | UUID of the item that was used |
client_name | String | Client Name | Name of the client application |
client_version | String | Client Version | Version of the client application |
os_name | String | Client OS | Operating system name of the client |
os_ver | String | Client OS Version | Operating system version of the client |
platform_name | String | Client Platform | Platform name of the client |
platform_ver | String | Client Platform Version | Platform version of the client |
src_region | String | Region | Region where the item was used |
src_city | String | City | City where the item was used |
src_latitude | Double | Latitude | Latitude where the item was used |
src_longitude | Double | Longitude | Longitude where the item was used |
log_uuid | String | UUID | Usage record UUID |
used_version | Long | Used Version | Version of the item when used |