AWS Security MCP

Apache 2.0
4
  • Apple

list_user_policies

Retrieve and display all policies linked to an AWS IAM user, including inline and managed policies, with optional inclusion of full policy documents for detailed analysis.

Instructions

List all policies (both inline and attached managed policies) associated with an IAM user.

Args: user_name: Name of the IAM user include_documents: Whether to include the full policy documents (default: True) Returns: JSON string with user policy information

Input Schema

NameRequiredDescriptionDefault
include_documentsNo
user_nameYes

Input Schema (JSON Schema)

{ "properties": { "include_documents": { "default": true, "title": "Include Documents", "type": "boolean" }, "user_name": { "title": "User Name", "type": "string" } }, "required": [ "user_name" ], "title": "list_user_policiesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g