Skip to main content

PasswordDigitToken

Properties

NameTypeDescriptionNotes
digit_tokenstrThe digit token for password management[optional]
request_idstrThe 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'
)

[Back to top]