ncloud_get_policy_detail
Retrieve a policy's full details, including its permission statements, to identify the exact services, actions, and resource NRNs allowed.
Instructions
Get a policy's details including its permission statements (which service, actions and resource NRNs it allows). Use this to inspect what a policy actually grants — ncloud_list_policies only returns names and descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policyId | Yes | Policy ID to query (see ncloud_list_policies) | |
| withPermissions | No | Include the permission statements. Defaults to true here (the API itself defaults to false) |