Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SendAccountVerificationRequest.md
2025-02-03 22:09:17 +00:00

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
powershell
PowerShell
sdk
SendAccountVerificationRequest
V2024SendAccountVerificationRequest
/tools/sdk/powershell/v2024/models/send-account-verification-request
SDK
Software Development Kit
SendAccountVerificationRequest
V2024SendAccountVerificationRequest

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-PSSailpoint.V2024SendAccountVerificationRequest  -SourceName Active Directory Source `
 -Via EMAIL_WORK
  • Convert the resource to JSON
$SendAccountVerificationRequest | ConvertTo-JSON

[Back to top]