mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
17 lines
465 B
YAML
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'
|