Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PutPasswordDictionaryRequest.md
2025-02-03 22:09:17 +00:00

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

PutPasswordDictionaryRequest

Properties

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

Examples

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

[Back to top]