Skip to main content

ListSourcesV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.sources.models.list_sources_v1401_response import ListSourcesV1401Response

list_sources_v1401_response = ListSourcesV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]