mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
28 lines
704 B
YAML
28 lines
704 B
YAML
type : object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: Name of the entitlement
|
|
id:
|
|
type: string
|
|
description: ID of the entitlement
|
|
description:
|
|
type: string
|
|
description: Description for the entitlement
|
|
source:
|
|
type: string
|
|
description: Source or the application for the entitlement
|
|
attribute:
|
|
type: string
|
|
description: Attribute for the entitlement
|
|
value:
|
|
type: string
|
|
description: Attribute value for the entitlement
|
|
|
|
example:
|
|
name: "Administrator"
|
|
entitlementId: "8c190e67-87aa-4ed9-a90b-d9d5344523fb"
|
|
description: "Full administrative access to IdentityNow"
|
|
source: "IdentityNow"
|
|
attribute: "assignedGroups"
|
|
value: "ORG_ADMIN" |