Skip to main content

PasswordInfoQueryDTO

Properties

NameTypeDescriptionNotes
UserNameStringThe login name of the user[optional]
SourceNameStringThe display name of the source[optional]

Examples

  • Prepare the resource
$PasswordInfoQueryDTO = Initialize-PSSailpoint.V3PasswordInfoQueryDTO  -UserName Abby.Smith `
-SourceName My-AD
  • Convert the resource to JSON
$PasswordInfoQueryDTO | ConvertTo-JSON

[Back to top]