Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PasswordInfoQueryDTO.md
2025-05-07 14:37:48 +00:00

990 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
v2024-password-info-query-dto PasswordInfoQueryDTO PasswordInfoQueryDTO PasswordInfoQueryDTO powershellsdk
powershell
PowerShell
sdk
PasswordInfoQueryDTO
V2024PasswordInfoQueryDTO
/tools/sdk/powershell/v2024/models/password-info-query-dto
SDK
Software Development Kit
PasswordInfoQueryDTO
V2024PasswordInfoQueryDTO

PasswordInfoQueryDTO

Properties

Name Type Description Notes
UserName String The login name of the user [optional]
SourceName String The display name of the source [optional]

Examples

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

[Back to top]