mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
IDA-15006 Added sort/filters to GET list role-mining-potential-roles' by github action: 4077966926
14 lines
294 B
YAML
14 lines
294 B
YAML
type: object
|
|
properties:
|
|
attributeName:
|
|
type: string
|
|
description: Id of the potential role
|
|
example: "department"
|
|
distribution:
|
|
type: array
|
|
items:
|
|
type: object
|
|
additionalProperties:
|
|
type: string
|
|
example: [{"attributeValue":"NM Tier 3","count":6}]
|