Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/RoleMiningPotentialRoleEditEntitlements.yaml
2022-09-26 21:59:54 -04:00

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