exo-iam
Verified for current stable LTS
Exo Iam Command: Show Iam Role Policy
Use for show iam role policy with Exo Iam. Exact CLI syntax to show iam role policy using Exo Iam.
When to use this: Use for show iam role policy with Exo Iam.
Command Syntax
exo iam role show <iam_role_name> --policy -O <json> | jq . exo iam role show <iam_role_name> --policy -O <json> | jq . Command Breakdown
--policy- Command Option
- Tool-specific option used by this command invocation.
-O- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to show iam role policy using Exo Iam.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Exo Iam Command: List All Iam Roles
exo iam role list Exo Iam Command: Create New Api Key exo iam api-key create <api_key_name> <iam_role_name> Exo Iam Command: Create New Iam Role cat <path/to/policy.json> | exo iam role create <iam_role_name> --editable --policy - Exo Iam Command: Update Default Organization Policy cat <path/to/policy.json> | exo iam org-policy update - Aws Iam Command: Describe Iam Policy aws iam get-policy --policy-arn arn:aws:iam::aws:policy/<policy_name>