> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# validateIgaBusinessJustification

Validate business justification via LLM.

Validate a business justification for an access request using LLM analysis.

## Parameters

| Name                      | Type   | Required | Description                                 |
| ------------------------- | ------ | -------- | ------------------------------------------- |
| `business_justification`  | string | No       | The business justification text to validate |
| `resource_name`           | string | No       | Name of the resource being requested        |
| `app_name`                | string | No       | Name of the application                     |
| `entitlement_name`        | string | No       | Name of the entitlement                     |
| `resource_description`    | string | No       | Description of the resource                 |
| `entitlement_description` | string | No       | Description of the entitlement              |
| `policy_name`             | string | No       | Name of the governing policy                |