mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-send-account-verification-request | SendAccountVerificationRequest | SendAccountVerificationRequest | SendAccountVerificationRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/send-account-verification-request |
|
SendAccountVerificationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SourceName | String | 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] |
Examples
- Prepare the resource
$SendAccountVerificationRequest = Initialize-V2024SendAccountVerificationRequest -SourceName Active Directory Source `
-Via EMAIL_WORK
- Convert the resource to JSON
$SendAccountVerificationRequest | ConvertTo-JSON