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

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"