mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
16 lines
416 B
YAML
16 lines
416 B
YAML
description: Response model for configuration test of a given MFA method
|
|
type: object
|
|
properties:
|
|
state:
|
|
type: string
|
|
enum:
|
|
- SUCCESS
|
|
- FAILED
|
|
description: The configuration test result.
|
|
example: SUCCESS
|
|
readOnly: true
|
|
error:
|
|
type: string
|
|
example: MFA Method is disabled.
|
|
description: The error message to indicate the failure of configuration test.
|
|
readOnly: true |