Skip to main content

ListAccountsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.accounts.models.list_accounts_v1401_response import ListAccountsV1401Response

list_accounts_v1401_response = ListAccountsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]