mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-send-account-verification-request
|
||||
title: SendAccountVerificationRequest
|
||||
pagination_label: SendAccountVerificationRequest
|
||||
sidebar_label: SendAccountVerificationRequest
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SendAccountVerificationRequest', 'BetaSendAccountVerificationRequest']
|
||||
slug: /tools/sdk/powershell/beta/models/send-account-verification-request
|
||||
tags: ['SDK', 'Software Development Kit', 'SendAccountVerificationRequest', 'BetaSendAccountVerificationRequest']
|
||||
---
|
||||
|
||||
|
||||
# SendAccountVerificationRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**SourceName** | Pointer to **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
|
||||
```powershell
|
||||
$SendAccountVerificationRequest = Initialize-PSSailpoint.BetaSendAccountVerificationRequest -SourceName Active Directory Source `
|
||||
-Via EMAIL_WORK
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SendAccountVerificationRequest | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user