mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
14 lines
320 B
YAML
14 lines
320 B
YAML
type: object
|
|
properties:
|
|
ids:
|
|
description: The list of entitlement ids to be edited
|
|
type: array
|
|
items:
|
|
type: string
|
|
exclude:
|
|
type: boolean
|
|
description: If true, add ids to be exclusion list. If false, remove ids from the exclusion list.
|
|
example:
|
|
ids: ["entId1", "entId2"]
|
|
exclude: true
|