Skip to main content

ListBusinessApplicationsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.business_applications.models.list_business_applications_v1401_response import ListBusinessApplicationsV1401Response

list_business_applications_v1401_response = ListBusinessApplicationsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]