GetMFAOktaConfigV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A 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
)