-
Notifications
You must be signed in to change notification settings - Fork 552
Description
Describe the resource
Adding additional Identity Center Information about Permission Sets, specifically IAM.
- Permissions Boundaries
- Customer Managed Policies
- Managed Policies
- Revisit Inline Policies
Current table for permission sets: https://www.cloudquery.io/docs/plugins/sources/aws/tables/aws_ssoadmin_permission_sets (With inline policies)
Use Case
Permission Sets are used as templates that define a collection of IAM policies that help with assignment of AWS account access for IAM Identity Center users and groups.
This issue is to add in Customer Managed Policies, Managed Policies, and Permissions Boundary relationships to Permission Sets to understand effective permissions for an Identity Center Permission Set (along with the inline policies).
https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PermissionSet.html
Link to API documentation
https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_Types.html
Additional Context
- https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetPermissionsBoundaryForPermissionSet.html
- https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListCustomerManagedPolicyReferencesInPermissionSet.html
- https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListManagedPoliciesInPermissionSet.html
- https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetInlinePolicyForPermissionSet.html
Related: #10844
Pull request (optional)
- I can submit a pull request