mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
915 B
915 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-put-password-dictionary-request | PutPasswordDictionaryRequest | PutPasswordDictionaryRequest | PutPasswordDictionaryRequest | pythonsdk |
|
/tools/sdk/python/v2025/models/put-password-dictionary-request |
|
PutPasswordDictionaryRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| file | bytearray | [optional] | |
| } |
Example
from sailpoint.v2025.models.put_password_dictionary_request import PutPasswordDictionaryRequest
put_password_dictionary_request = PutPasswordDictionaryRequest(
file=bytes(b'blah')
)