Skip to main content

ListRequestableObjectsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.requestable_objects.models.list_requestable_objects_v1401_response import ListRequestableObjectsV1401Response

list_requestable_objects_v1401_response = ListRequestableObjectsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]