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,39 +0,0 @@
---
id: lookup-step
title: LookupStep
pagination_label: LookupStep
sidebar_label: LookupStep
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'LookupStep']
slug: /tools/sdk/powershell/beta/models/lookup-step
tags: ['SDK', 'Software Development Kit', 'LookupStep']
---
# LookupStep
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ReassignedToId** | Pointer to **String** | The ID of the Identity who work is reassigned to | [optional]
**ReassignedFromId** | Pointer to **String** | The ID of the Identity who work is reassigned from | [optional]
**ReassignmentType** | Pointer to [**ReassignmentTypeEnum**](reassignment-type-enum) | | [optional]
## Examples
- Prepare the resource
```powershell
$LookupStep = Initialize-PSSailpoint.BetaLookupStep -ReassignedToId 869320b6b6f34a169b6178b1a865e66f `
-ReassignedFromId 51948a8f306a4e7a9a6f8f5d032fa59e `
-ReassignmentType null
```
- Convert the resource to JSON
```powershell
$LookupStep | ConvertTo-JSON
```
[[Back to top]](#)