Skip to main content

GetManagedClientsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.managed_clients.models.get_managed_clients_v1401_response import GetManagedClientsV1401Response

get_managed_clients_v1401_response = GetManagedClientsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]