mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
39 lines
1.0 KiB
YAML
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 |