AWSIAMPolicyEntities
No description
type AWSIAMPolicyEntities {
groups: [AWSIAMPolicyGroup!]!
roles: [AWSIAMPolicyRole!]!
users: [AWSIAMPolicyUser!]!
}
Fields
AWSIAMPolicyEntities.groups
● [AWSIAMPolicyGroup!]!
non-null object
A list of IAM groups that the policy is attached to
AWSIAMPolicyEntities.roles
● [AWSIAMPolicyRole!]!
non-null object
A list of IAM roles that the policy is attached to
AWSIAMPolicyEntities.users
● [AWSIAMPolicyUser!]!
non-null object
A list of IAM users that the policy is attached to
Member of
AWSIAMPolicy
object