Files
api-specs/idn/beta/schemas/IaiDataRoleIdentityEntitlement.yaml
2022-09-02 10:59:29 -04:00

39 lines
1.0 KiB
YAML

type : object
description: An object containing entitlement metadata for a role.
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
popularityInRole:
type: number
format: double
description: The popularity of this entitlement in the given role
popularityInOrg:
type: number
format: double
description: The popularity of this entitlement in the given org
example:
name: "Administrator"
entitlementId: "8c190e67-87aa-4ed9-a90b-d9d5344523fb"
description: "Full administrative access to IdentityNow"
source: "IdentityNow"
attribute: "assignedGroups"
value: "ORG_ADMIN"
popularity: 80.00
popularityInOrg: 100.00