Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 605 Bytes

PasswordDictionaryCommon.md

File metadata and controls

21 lines (15 loc) · 605 Bytes

PasswordDictionaryCommon

Properties

Name Type Description Notes
Exclude Boolean [optional] [default to $false]

Examples

  • Prepare the resource
$PasswordDictionaryCommon = Initialize-Okta.PowerShellPasswordDictionaryCommon  -Exclude null
  • Convert the resource to JSON
$PasswordDictionaryCommon | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]