mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
920 B
920 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 | pythonsdk |
|
/tools/sdk/python/beta/models/password-info-query-dto |
|
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.beta.models.password_info_query_dto import PasswordInfoQueryDTO
password_info_query_dto = PasswordInfoQueryDTO(
user_name='Abby.Smith',
source_name='My-AD'
)