mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign * ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign * ISCCOMPLI-834: add totalCertifications and completedCertifications * ISCCOMPLI-834: add integer format * ISCCOMPLI-834: move created field from Campaign to SlimCampaign' by github action: 7023526642
12 lines
212 B
YAML
12 lines
212 B
YAML
type: object
|
|
properties:
|
|
status:
|
|
type: string
|
|
enum:
|
|
- PENDING
|
|
- SUCCESS
|
|
- FAILED
|
|
- LOCKOUT
|
|
- NOT_ENOUGH_DATA
|
|
description: MFA Authentication status
|
|
example: PENDING |