PasswordInfoQueryDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| user_name | str | The login name of the user | [optional] |
| source_name | str | The display name of the source | [optional] |
| } |
Example
from sailpoint.v2025.models.password_info_query_dto import PasswordInfoQueryDTO
password_info_query_dto = PasswordInfoQueryDTO(
user_name='Abby.Smith',
source_name='My-AD'
)