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