mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
985 B
985 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-password-info-query-dto | PasswordInfoQueryDTO | PasswordInfoQueryDTO | PasswordInfoQueryDTO | powershellsdk |
|
/tools/sdk/powershell/beta/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-BetaPasswordInfoQueryDTO -UserName Abby.Smith `
-SourceName My-AD
- Convert the resource to JSON
$PasswordInfoQueryDTO | ConvertTo-JSON