Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/requests-tickets/identity-governance-iga/create-iga-entitlement

# createIgaEntitlement

Create a new identity entitlement.

Create a new identity entitlement in the IGA system.

## Parameters

| Name          | Type                         | Required | Description                                                        |
| ------------- | ---------------------------- | -------- | ------------------------------------------------------------------ |
| `name`        | string                       | Yes      | Name of the entitlement                                            |
| `description` | string                       | No       | Description of the entitlement                                     |
| `app_id`      | integer                      | Yes      | ID of the identity resource app this entitlement belongs to        |
| `status`      | `UNPUBLISHED` \| `PUBLISHED` | No       | Status of the entitlement. Defaults to PUBLISHED if not specified. |
