mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
16 lines
394 B
YAML
16 lines
394 B
YAML
type: object
|
|
properties:
|
|
feature:
|
|
type: string
|
|
description: The type of feature
|
|
example: 'department'
|
|
numerator:
|
|
type: integer
|
|
format: int32
|
|
example: 14
|
|
description: The number of identities that have access to the feature
|
|
denominator:
|
|
type: integer
|
|
format: int32
|
|
example: 14
|
|
description: The number of identities with the corresponding feature |