Skip to main content

GetTotalCountV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.api_usage.models.get_total_count_v1401_response import GetTotalCountV1401Response

get_total_count_v1401_response = GetTotalCountV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]