Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/AmsRightSet.yaml
2022-09-26 21:59:54 -04:00

26 lines
569 B
YAML

type: object
description: Authorization model named set of rights
properties:
id:
type: string
description: ID of the right set
example: sp:config-export-import
name:
type: string
description: The descriptive name of the right set
example: Export/Import configuration
rights:
type: array
items:
type: string
example: sp:config:export
description: A list of rights belonging to this right set
example: >-
[
"sp:config:export",
"sp:config:import"
]
required:
- id
- name
- rights