adding powershell sdk docs back

This commit is contained in:
darrell-thobe-sp
2025-01-28 13:29:29 -05:00
parent 248e4afe6b
commit c69a78b807
2822 changed files with 201703 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
---
id: beta-verification-poll-request
title: VerificationPollRequest
pagination_label: VerificationPollRequest
sidebar_label: VerificationPollRequest
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'VerificationPollRequest', 'BetaVerificationPollRequest']
slug: /tools/sdk/powershell/beta/models/verification-poll-request
tags: ['SDK', 'Software Development Kit', 'VerificationPollRequest', 'BetaVerificationPollRequest']
---
# VerificationPollRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestId** | **String** | Verification request Id | [required]
## Examples
- Prepare the resource
```powershell
$VerificationPollRequest = Initialize-PSSailpoint.BetaVerificationPollRequest -RequestId 089899f13a8f4da7824996191587bab9
```
- Convert the resource to JSON
```powershell
$VerificationPollRequest | ConvertTo-JSON
```
[[Back to top]](#)