Skip to main content

ReassignmentTrailDTO

Properties

NameTypeDescriptionNotes
PreviousOwnerStringThe ID of previous owner identity.[optional]
NewOwnerStringThe ID of new owner identity.[optional]
ReassignmentTypeStringThe type of reassignment.[optional]

Examples

  • Prepare the resource
$ReassignmentTrailDTO = Initialize-PSSailpoint.V2024ReassignmentTrailDTO  -PreviousOwner ef38f94347e94562b5bb8424a56397d8 `
-NewOwner ef38f94347e94562b5bb8424a56397a3 `
-ReassignmentType AUTOMATIC_REASSIGNMENT
  • Convert the resource to JSON
$ReassignmentTrailDTO | ConvertTo-JSON

[Back to top]