Files
api-specs/idn/beta/schemas/Reviewer.yaml
GitHub Action Bot 03c7b80a9e Automated commit 'Merge pull request #1469 from sailpoint/devrel-1185-2
Devrel 1185 2' by github action: 6736623414
2023-11-02 18:15:05 +00:00

28 lines
614 B
YAML

description: Details of the reviewer for certification.
type: object
required:
- type
- id
- name
properties:
type:
type: string
description: The reviewer's DTO type.
enum:
- IDENTITY
- GOVERNANCE_GROUP
example: IDENTITY
id:
type: string
description: The reviewer's ID.
example: 2c7180a46faadee4016fb4e018c20642
name:
type: string
description: The reviewer's display name.
example: Michael Michaels
email:
type: string
nullable: true
description: The reviewing identity's email. Only applicable to `IDENTITY`.
example: reviewer@test.com