Skip to main content

GetPasswordDictionaryV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.password_dictionary.models.get_password_dictionary_v1401_response import GetPasswordDictionaryV1401Response

get_password_dictionary_v1401_response = GetPasswordDictionaryV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]