Skip to main content

Sendaccountverificationrequest

Properties

NameTypeDescriptionNotes
source_namestrThe source name where identity account password should be reset[optional]
viaEnum [ 'EMAIL_WORK', 'EMAIL_PERSONAL', 'LINK_WORK', 'LINK_PERSONAL' ]The method to send notification[required]
}

Example

from sailpoint.identities.models.sendaccountverificationrequest import Sendaccountverificationrequest

sendaccountverificationrequest = Sendaccountverificationrequest(
source_name='Active Directory Source',
via='EMAIL_WORK'
)

[Back to top]