Skip to main content

ListIdentitiesV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.identities.models.list_identities_v1401_response import ListIdentitiesV1401Response

list_identities_v1401_response = ListIdentitiesV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]