'AWS IAM API Endpoints
I've been looking for an API that returns the various privileges assigned for IAM in AWS. I haven't found anything on the AWS site or third party services that do this. Am I missing this or does it not exist? Any help or guidance would be greatly appreciated!
Clarification: If I'm the owner of an AWS organization or account, I want to be able to answer questions like
What resources does this user have access to?
Who has access to resource x?
etc etc...
Is there an API that can provide the answer to these questions?
Solution 1:[1]
Solution 2:[2]
To enable horizontal scrolling, you should add something like this in CSS:
.enableHorizScrolling {
max-width : 10000px;
overflow-x : auto;
}
max-width will instruct your element to keep adding team icons to the right, and overflow-x is for deciding if/when to show a scrollbar
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | bballboy8 |
| Solution 2 | ControlAltDel |
