Skip to main content

MfaConfigTestResponse

Properties

NameTypeDescriptionNotes
StateEnum [ "SUCCESS", "FAILED" ]The configuration test result.[optional] [readonly]
VarErrorStringThe error message to indicate the failure of configuration test.[optional] [readonly]

Examples

  • Prepare the resource
$MfaConfigTestResponse = Initialize-PSSailpoint.BetaMfaConfigTestResponse  -State SUCCESS `
-VarError MFA Method is disabled.
  • Convert the resource to JSON
$MfaConfigTestResponse | ConvertTo-JSON

[Back to top]