Skip to main content

QueryPasswordInfoV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.password_management.models.query_password_info_v1401_response import QueryPasswordInfoV1401Response

query_password_info_v1401_response = QueryPasswordInfoV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]