Skip to main content

PutPasswordDictionaryRequest

Properties

NameTypeDescriptionNotes
filebytearray[optional]
}

Example

from sailpoint.v3.models.put_password_dictionary_request import PutPasswordDictionaryRequest

put_password_dictionary_request = PutPasswordDictionaryRequest(
file=bytes(b'blah')
)

[Back to top]