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

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