Skip to main content

GetMFAOktaConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.mfa_configuration.models.get_mfa_okta_config_v1429_response import GetMFAOktaConfigV1429Response

get_mfa_okta_config_v1429_response = GetMFAOktaConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]