Files
api-specs/idn/beta/schemas/UpdateSegmentEntitlementAssignmentInput.yaml
GitHub Action Bot 03c7b80a9e Automated commit 'Merge pull request #1469 from sailpoint/devrel-1185-2
Devrel 1185 2' by github action: 6736623414
2023-11-02 18:15:05 +00:00

17 lines
432 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: './EntitlementRef.yaml'
removals:
type: array
description: Array of entitlement ids to be removed from the segment
items:
$ref: './EntitlementRef.yaml'