IAM Group
Identity and Access Management (IAM) Group
Last updated
Was this helpful?
Identity and Access Management (IAM) Group
Last updated
Was this helpful?
Was this helpful?
{
"AccountId": "123456789012",
"Arn": "arn:aws:iam::123456789012:group/example-group",
"Id": "111",
"InlinePolicies": null,
"ManagedPolicyARNs": [
"arn:aws:iam::aws:policy/IAMUserChangePassword"
],
"Name": "example-group",
"Path": "/",
"Region": "global",
"ResourceId": "arn:aws:iam::123456789012:group/example-group",
"ResourceType": "AWS.IAM.Group",
"Tags": null,
"TimeCreated": "2019-01-01T00:00:00.000Z",
"Users": [
{
"Arn": "arn:aws:iam::123456789012:user/example-user",
"CreateDate": "2019-01-01T00:00:00Z",
"PasswordLastUsed": "2019-01-01T00:00:00Z",
"Path": "/",
"PermissionsBoundary": null,
"Tags": null,
"UserId": "2222",
"UserName": "example-user"
}
]
}