mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
24 lines
735 B
YAML
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
|