mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
removing beta docs
This commit is contained in:
@@ -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]](#)
|
||||
|
||||
Reference in New Issue
Block a user