{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttachedPolicy", "title": "AttachedPolicy", "type": "object", "properties": { "PolicyName": { "allOf": [ { "$ref": "#/components/schemas/policyNameType" }, { "description": "The friendly name of the attached policy." } ] }, "PolicyArn": { "$ref": "#/components/schemas/arnType" } }, "description": "
Contains information about an attached policy.
An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies, ListAttachedRolePolicies, ListAttachedUserPolicies, and GetAccountAuthorizationDetails operations.
For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.
" }