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.V3PasswordInfoQueryDTO -UserName Abby.Smith `
-SourceName My-AD
- Convert the resource to JSON
$PasswordInfoQueryDTO | ConvertTo-JSON