mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
961 B
961 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-password-digit-token | PasswordDigitToken | PasswordDigitToken | PasswordDigitToken | pythonsdk |
|
/tools/sdk/python/v2025/models/password-digit-token |
|
PasswordDigitToken
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| digit_token | str | The digit token for password management | [optional] |
| request_id | str | The reference ID of the digit token generation request | [optional] |
| } |
Example
from sailpoint.v2025.models.password_digit_token import PasswordDigitToken
password_digit_token = PasswordDigitToken(
digit_token='09087713',
request_id='e1267ecd-fcd9-4c73-9c55-12555efad136'
)