Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/LookupStep.md
2025-02-03 22:09:17 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-lookup-step LookupStep LookupStep LookupStep powershellsdk
powershell
PowerShell
sdk
LookupStep
V2024LookupStep
/tools/sdk/powershell/v2024/models/lookup-step
SDK
Software Development Kit
LookupStep
V2024LookupStep

LookupStep

Properties

Name Type Description Notes
ReassignedToId String The ID of the Identity who work is reassigned to [optional]
ReassignedFromId String The ID of the Identity who work is reassigned from [optional]
ReassignmentType ReassignmentTypeEnum [optional]

Examples

  • Prepare the resource
$LookupStep = Initialize-PSSailpoint.V2024LookupStep  -ReassignedToId 869320b6b6f34a169b6178b1a865e66f `
 -ReassignedFromId 51948a8f306a4e7a9a6f8f5d032fa59e `
 -ReassignmentType null
  • Convert the resource to JSON
$LookupStep | ConvertTo-JSON

[Back to top]