mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-password-info-query-dto | PasswordInfoQueryDTO | PasswordInfoQueryDTO | PasswordInfoQueryDTO | powershellsdk |
|
/tools/sdk/powershell/v2024/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.V2024PasswordInfoQueryDTO -UserName Abby.Smith `
-SourceName My-AD
- Convert the resource to JSON
$PasswordInfoQueryDTO | ConvertTo-JSON