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,37 +0,0 @@
---
id: reassignment
title: Reassignment
pagination_label: Reassignment
sidebar_label: Reassignment
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'Reassignment']
slug: /tools/sdk/powershell/beta/models/reassignment
tags: ['SDK', 'Software Development Kit', 'Reassignment']
---
# Reassignment
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**VarFrom** | Pointer to [**CertificationReference**](certification-reference) | | [optional]
**Comment** | Pointer to **String** | Comments from the previous reviewer. | [optional]
## Examples
- Prepare the resource
```powershell
$Reassignment = Initialize-PSSailpoint.BetaReassignment -VarFrom null `
-Comment Please review
```
- Convert the resource to JSON
```powershell
$Reassignment | ConvertTo-JSON
```
[[Back to top]](#)