Skip to main content

PutPasswordDictionaryV1Request

Properties

NameTypeDescriptionNotes
FileSystem.IO.FileInfo[optional]

Examples

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

[Back to top]