Skip to content

Commit 40db084

Browse files
committed
Fix typo in readme
1 parent 4e7dab5 commit 40db084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reporting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This directory provides a series of scripts demonstrating how to use the CLI to
88
## User vault access reports
99
The following scripts provide information about people who are directly granted access to vaults. It does not include groups.
1010

11-
### ['user-access-list.py`](./user-access-list.py)
11+
### [`user-access-list.py`](./user-access-list.py)
1212
- Creates a csv file for each user in your 1Password account, and includes the following columns:
1313
- userName, userEmail, userUUID, userState, userCreatedAt, userUpdatedAt, directlyAssignedVaults, groups
1414
- where `userState` is their status (e.g., ACTIVE, SUSPENDED, etc), `directlyAssignedVaults` refers to vaults the user has been granted access to directly (not by group membership) and `groups` is a list of groups the person is a member of.

0 commit comments

Comments
 (0)