mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
14 lines
324 B
YAML
14 lines
324 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: ID of the access item to retrieve the recommendation for.
|
|
example: '2c938083633d259901633d2623ec0375'
|
|
type:
|
|
type: string
|
|
example: ENTITLEMENT
|
|
description: Access item's type.
|
|
enum:
|
|
- ENTITLEMENT
|
|
- ACCESS_PROFILE
|
|
- ROLE |