mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: manual-work-item-details-original-owner
|
||||
title: ManualWorkItemDetailsOriginalOwner
|
||||
pagination_label: ManualWorkItemDetailsOriginalOwner
|
||||
sidebar_label: ManualWorkItemDetailsOriginalOwner
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ManualWorkItemDetailsOriginalOwner', 'ManualWorkItemDetailsOriginalOwner']
|
||||
slug: /tools/sdk/powershell/v3/models/manual-work-item-details-original-owner
|
||||
tags: ['SDK', 'Software Development Kit', 'ManualWorkItemDetailsOriginalOwner', 'ManualWorkItemDetailsOriginalOwner']
|
||||
---
|
||||
|
||||
|
||||
# ManualWorkItemDetailsOriginalOwner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **Enum** [ "GOVERNANCE_GROUP", "IDENTITY" ] | DTO type of original work item owner's identity. | [optional]
|
||||
**Id** | Pointer to **String** | ID of original work item owner's identity. | [optional]
|
||||
**Name** | Pointer to **String** | Display name of original work item owner. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ManualWorkItemDetailsOriginalOwner = Initialize-PSSailpoint.V3ManualWorkItemDetailsOriginalOwner -Type IDENTITY `
|
||||
-Id 2c7180a46faadee4016fb4e018c20642 `
|
||||
-Name Michael Michaels
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ManualWorkItemDetailsOriginalOwner | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user