Skip to main content

LookupStep

Properties

NameTypeDescriptionNotes
ReassignedToIdStringThe ID of the Identity who work is reassigned to[optional]
ReassignedFromIdStringThe ID of the Identity who work is reassigned from[optional]
ReassignmentTypeReassignmentTypeEnum[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]