mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
adding v3 docs back in
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: reassignment-trail-dto
|
||||
title: ReassignmentTrailDTO
|
||||
pagination_label: ReassignmentTrailDTO
|
||||
sidebar_label: ReassignmentTrailDTO
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ReassignmentTrailDTO']
|
||||
slug: /tools/sdk/powershell/v3/models/reassignment-trail-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'ReassignmentTrailDTO']
|
||||
---
|
||||
|
||||
|
||||
# ReassignmentTrailDTO
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**PreviousOwner** | Pointer to **String** | The ID of previous owner identity. | [optional]
|
||||
**NewOwner** | Pointer to **String** | The ID of new owner identity. | [optional]
|
||||
**ReassignmentType** | Pointer to **String** | The type of reassignment. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ReassignmentTrailDTO = Initialize-PSSailpoint.V3ReassignmentTrailDTO -PreviousOwner ef38f94347e94562b5bb8424a56397d8 `
|
||||
-NewOwner ef38f94347e94562b5bb8424a56397a3 `
|
||||
-ReassignmentType AUTOMATIC_REASSIGNMENT
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ReassignmentTrailDTO | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user