Skip to main content

ExportSpConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.sp_config.models.export_sp_config_v1401_response import ExportSpConfigV1401Response

export_sp_config_v1401_response = ExportSpConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]