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.password_management.models.passwordinfoquerydto import Passwordinfoquerydto
passwordinfoquerydto = Passwordinfoquerydto(
user_name='Abby.Smith',
source_name='My-AD'
)