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

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

PutPasswordDictionaryRequest

Properties

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

Examples

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

[Back to top]