--- id: v2025-put-password-dictionary-request title: PutPasswordDictionaryRequest pagination_label: PutPasswordDictionaryRequest sidebar_label: PutPasswordDictionaryRequest sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'PutPasswordDictionaryRequest', 'V2025PutPasswordDictionaryRequest'] slug: /tools/sdk/powershell/v2025/models/put-password-dictionary-request tags: ['SDK', 'Software Development Kit', 'PutPasswordDictionaryRequest', 'V2025PutPasswordDictionaryRequest'] --- # PutPasswordDictionaryRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **File** | **System.IO.FileInfo** | | [optional] ## Examples - Prepare the resource ```powershell $PutPasswordDictionaryRequest = Initialize-V2025PutPasswordDictionaryRequest -File null ``` - Convert the resource to JSON ```powershell $PutPasswordDictionaryRequest | ConvertTo-JSON ``` [[Back to top]](#)