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

1.2 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-reassignment-trail-dto ReassignmentTrailDTO ReassignmentTrailDTO ReassignmentTrailDTO powershellsdk
powershell
PowerShell
sdk
ReassignmentTrailDTO
V2024ReassignmentTrailDTO
/tools/sdk/powershell/v2024/models/reassignment-trail-dto
SDK
Software Development Kit
ReassignmentTrailDTO
V2024ReassignmentTrailDTO

ReassignmentTrailDTO

Properties

Name Type Description Notes
PreviousOwner String The ID of previous owner identity. [optional]
NewOwner String The ID of new owner identity. [optional]
ReassignmentType String The 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]