IAM Policy
Identity and Access Management (IAM) Policy
Resource Type
AWS.IAM.Policy
Resource ID Format
For IAM Policies, the resource ID is the ARN.
arn:aws:iam::123456789012:policy/example-policy
Background
This resource represents an IAM Policy, which is an entity that, when attached to an identity or resource, defines their permissions. Entities that can have an IAM Policy attached are linked below:
IAM UserIAM GroupIAM RoleAWS Managed Policies
Panther will only store an AWS managed policy if it is attached to an IAM entity.
Since IAM Policies exist within a globally-unique namespace, Panther preserves the stored ARN but modifies the Resource ID as follows:
Fields
Field | Type | Description |
|
| This has three keys, |
|
| The number of entities (users, groups, and roles) that the policy is attached to. |
|
| The identifier for the version of the policy that is set as the default version. |
|
| A friendly description of the policy. |
|
| Specifies whether the policy can be attached to an IAM user, group, or role. |
|
| The path to the policy. |
|
| A JSON policy document describing what permissions this policy grants. |
|
| The date and time, in ISO 8601 date-time format, when the policy was last updated. |
Example
Last updated