accessManagement

Create an entitlement

Create a new identity entitlement. Requires app_id and type. The entitlement can then be associated with policies and granted to users.

post/api/v1/iga/entitlements

Headers

X-Api-Keystring required
X-Workspace-Idstring

Request body

namestring required

Name of the entitlement

descriptionstring

Description of the entitlement

app_idinteger required

ID of the identity resource app this entitlement belongs to

status'UNPUBLISHED' | 'PUBLISHED'

Status of the entitlement. Defaults to PUBLISHED if not specified.

Response

Successful response

AccessManagementPostapiV1IgaEntitlementsResponse200 required

Empty response body

Changes

Changed in 2 of the 4 revisions of this API.21

    • the description request property's maxLength was set to 1000

      request-property-max-length-set

    • the name request property's maxLength was set to 255

      request-property-max-length-set

    • api operation id postapi-v-1-iga-entitlements removed and replaced with postapi_v1_iga_entitlements

      api-operation-id-removed