Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/CertificationReference.yaml
2022-11-03 16:41:48 +00:00

24 lines
735 B
YAML

description: The previous certification
type: object
allOf:
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
- type: object
properties:
reviewer:
$ref: './Reviewer.yaml'
description: Certification reviewer
properties:
type:
description: The type of object that the reviewer is.
enum:
- "CERTIFICATION"
example: CERTIFICATION
correlatedStatus:
description: >-
The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated.
An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source).
enum:
- "CORRELATED"
- "UNCORRELATED"
example: CORRELATED