Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/PutPasswordDictionaryRequest.md
2025-05-07 14:37:48 +00:00

946 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
put-password-dictionary-request PutPasswordDictionaryRequest PutPasswordDictionaryRequest PutPasswordDictionaryRequest powershellsdk
powershell
PowerShell
sdk
PutPasswordDictionaryRequest
PutPasswordDictionaryRequest
/tools/sdk/powershell/v3/models/put-password-dictionary-request
SDK
Software Development Kit
PutPasswordDictionaryRequest
PutPasswordDictionaryRequest

PutPasswordDictionaryRequest

Properties

Name Type Description Notes
File System.IO.FileInfo [optional]

Examples

  • Prepare the resource
$PutPasswordDictionaryRequest = Initialize-PutPasswordDictionaryRequest  -File null
  • Convert the resource to JSON
$PutPasswordDictionaryRequest | ConvertTo-JSON

[Back to top]