Skip to main content

GetSSFConfigurationV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.shared_signals_framework_ssf.models.get_ssf_configuration_v1401_response import GetSSFConfigurationV1401Response

get_ssf_configuration_v1401_response = GetSSFConfigurationV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]