Skip to main content

QueryPasswordInfoV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.password_management.models.query_password_info_v1429_response import QueryPasswordInfoV1429Response

query_password_info_v1429_response = QueryPasswordInfoV1429Response(
message= Rate Limit Exceeded
)

[Back to top]