Skip to main content

ListIdentityCertificationsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.certifications.models.list_identity_certifications_v1401_response import ListIdentityCertificationsV1401Response

list_identity_certifications_v1401_response = ListIdentityCertificationsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]