Skip to main content

GetMFAOktaConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.mfa_configuration.models.get_mfa_okta_config_v1401_response import GetMFAOktaConfigV1401Response

get_mfa_okta_config_v1401_response = GetMFAOktaConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]