removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,35 +0,0 @@
---
id: verification-poll-request
title: VerificationPollRequest
pagination_label: VerificationPollRequest
sidebar_label: VerificationPollRequest
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'VerificationPollRequest']
slug: /tools/sdk/powershell/beta/models/verification-poll-request
tags: ['SDK', 'Software Development Kit', 'VerificationPollRequest']
---
# 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]](#)