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

21 lines
468 B
YAML

description: Details of the reviewer for certification.
type: object
required:
- type
- id
- name
allOf:
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
properties:
type:
description: The type of object that the reviewer is.
enum:
- "IDENTITY"
- "GOVERNANCE_GROUP"
example: IDENTITY
email:
type: string
nullable: true
description: 'The email of the reviewing identity. Only applicable to `IDENTITY`'
example: reviewer@test.com