Skip to main content

List users and permissions inside AWS Identity Center

Project description

List user permissions for AWS Identity Center(AWS IDC)

List all users and their corresponding permission set within an AWS Identity Center instance. AWS Identity Center is the new name for AWS SSO.

This will iterate through all users, and determine their permission sets (either directly attached to the user, or via a Group).

Install & Use

As a pre-requisite, you will need Python 3.9 and above to run.

Run the following command to pip install the package:

pip install list-user-permissions-for-aws-idc

Use

list-user-permissions-for-aws-idc

Ensure that the you run this in the account where AWS Identity Center (previously AWS SSO) instance is setup, and the in the correct region.

You may supply a region and aws profile if you use the non default:

list-user-permissions-for-aws-idc --profile my-org-profile --region us-east-1

Output

The script outputs two files, a short 5 column CSV, and a long jsonl file.

The jsonl file contains all details about the user, account, permission set, and group (if applicable), in a denormalized jsonl file. This file contains one json document per line, to make discovery easy.

The csv file contains only the 5 columns:

  • User Name (this is the user's display name in AWS IDC)
  • Account Name (the name of the account in AWS Organizations)
  • Permission Set Name (the name of the permission set)
  • InheritfromGroup (a column to indicate if the user inherited the permissions from a group or not)
  • GroupName (if the user inherited this permission set from a group, this is the name of that group)

Notes

If an account or permission set exists with no users attached to it, this report will not have a item on the list for it. Only permissions sets with account assignments associated with actual users will appear on the list.

Similarly, groups with no users as members will also not appear on the list.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file list_user_permissions_for_aws_idc-0.1.3.tar.gz.

File metadata

File hashes

Hashes for list_user_permissions_for_aws_idc-0.1.3.tar.gz
Algorithm Hash digest
SHA256 81c028e7ded235b90ea10a10eb5205c13bebaab76ba733bb4530ae05e8101af4
MD5 bb10c895f627fa839986bd7b64e1dfc1
BLAKE2b-256 0a51bc3cafa099876d0b0ee5010b88022ee1d6b8bc3a98926d9f60408eedc469

See more details on using hashes here.

File details

Details for the file list_user_permissions_for_aws_idc-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for list_user_permissions_for_aws_idc-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 55c6f48d442b98a17290ef126b6b7343e805207c319f294f64ccdf3d48f71598
MD5 f18b39525598093aa7e8a16d62041c90
BLAKE2b-256 226762c445dcbb77e2ad1dd8b609890dc32d42907c38016bce29bcdbaaf9b696

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page