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

33 lines
940 B
YAML

title: Certification Signed Off
type: object
required:
- certification
properties:
certification:
description: The certification campaign that was signed off on.
required:
- id
- name
- created
allOf:
- $ref: '../../CertificationDto.yaml'
properties:
id:
type: string
description: Unique ID of the certification.
example: 2c91808576f886190176f88caf0d0067
name:
type: string
description: The name of the certification.
example: Manager Access Review for Alice Baker
created:
type: string
format: date-time
description: The date and time the certification was created.
example: "2020-02-16T03:04:45.815Z"
modified:
nullable: true
type: string
format: date-time
description: The date and time the certification was last modified.
example: "2020-02-16T03:06:45.815Z"