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.password_management.models.passworddigittoken import Passworddigittoken

passworddigittoken = Passworddigittoken(
digit_token='9087713',
request_id='e1267ecd-fcd9-4c73-9c55-12555efad136'
)

[Back to top]