Skip to main content

GetStatusBySourceIdV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.source_usages.models.get_status_by_source_id_v1401_response import GetStatusBySourceIdV1401Response

get_status_by_source_id_v1401_response = GetStatusBySourceIdV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]