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

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

PasswordInfoQueryDTO

Properties

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

Examples

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

[Back to top]