createIgaPolicy
Create a new identity policy.
Create a new identity policy in the IGA system.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name of the policy |
description | string | No | Description of the policy |
type | BIRTH_RIGHT | SELF_SERVICE | Yes | Policy type: BIRTH_RIGHT (auto-grant) or SELF_SERVICE (request-based) |
status | DRAFT | PUBLISHED | ARCHIVED | UNPUBLISHED | Yes | Policy status: DRAFT, PUBLISHED, ARCHIVED, or UNPUBLISHED |
is_active | boolean | No | Whether the policy is active |
entitlements | integer[] | No | List of entitlement IDs to associate with this policy |
app_id | integer | Yes | ID of the identity resource app this policy belongs to |
is_business_justification_required | boolean | No | Whether business justification is required for requests under this policy |

