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