QueryPasswordInfoV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A 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
)