mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-send-account-verification-request | SendAccountVerificationRequest | SendAccountVerificationRequest | SendAccountVerificationRequest | pythonsdk |
|
/tools/sdk/python/beta/models/send-account-verification-request |
|
SendAccountVerificationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| source_name | str | The source name where identity account password should be reset | [optional] |
| via | Enum [ 'EMAIL_WORK', 'EMAIL_PERSONAL', 'LINK_WORK', 'LINK_PERSONAL' ] | The method to send notification | [required] |
| } |
Example
from sailpoint.beta.models.send_account_verification_request import SendAccountVerificationRequest
send_account_verification_request = SendAccountVerificationRequest(
source_name='Active Directory Source',
via='EMAIL_WORK'
)