Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/UpdateSegmentEntitlementAssignmentInput.yaml
2022-10-10 20:04:24 +00:00

17 lines
465 B
YAML

type: object
properties:
segmentId:
type: string
description: Segment id
example: 313c28e5-3c3f-4bfe-bdd6-748afc123576
assignments:
type: array
description: Array of entitlement ids to be assigned to the segment
items:
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
removals:
type: array
description: Array of entitlement ids to be removed from the segment
items:
$ref: '../../v3/schemas/BaseReferenceDto.yaml'