Skip to main content

ListControlsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.sod_controls.models.list_controls_v1401_response import ListControlsV1401Response

list_controls_v1401_response = ListControlsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]