Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/PutPasswordDictionaryRequest.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

PutPasswordDictionaryRequest

Properties

Name Type Description Notes
File Pointer to 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]