Gathering Login Profile Info from IAM Users in AWS
Hi! We are trying to find the table to extract the login profile associated with local IAM users, but we didn’t see anyone in the AWS plugin. Basically, the table that parses this API: LoginProfile API
Hey
The LoginProfile call is not currently being extracted, but a superset of that data is available in the aws_iam_credential_reports table.
ah that’s great, I think I can extract the data I need from there (if console access is enabled).
I’ll give it a try.
thanks!