mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1002 B
1002 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-password-info-query-dto | PasswordInfoQueryDTO | PasswordInfoQueryDTO | PasswordInfoQueryDTO | powershellsdk |
|
/tools/sdk/powershell/v2025/models/password-info-query-dto |
|
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-PSSailpoint.V2025PasswordInfoQueryDTO -UserName Abby.Smith `
-SourceName My-AD
- Convert the resource to JSON
$PasswordInfoQueryDTO | ConvertTo-JSON