Skip to main content

StartPredictSodViolationsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.sod_violations.models.start_predict_sod_violations_v1401_response import StartPredictSodViolationsV1401Response

start_predict_sod_violations_v1401_response = StartPredictSodViolationsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]