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.beta.models.password_digit_token import PasswordDigitToken
password_digit_token = PasswordDigitToken(
digit_token='09087713',
request_id='e1267ecd-fcd9-4c73-9c55-12555efad136'
)