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: beta-manual-work-item-details-current-owner
|
||||
title: ManualWorkItemDetailsCurrentOwner
|
||||
pagination_label: ManualWorkItemDetailsCurrentOwner
|
||||
sidebar_label: ManualWorkItemDetailsCurrentOwner
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ManualWorkItemDetailsCurrentOwner', 'BetaManualWorkItemDetailsCurrentOwner']
|
||||
slug: /tools/sdk/powershell/beta/models/manual-work-item-details-current-owner
|
||||
tags: ['SDK', 'Software Development Kit', 'ManualWorkItemDetailsCurrentOwner', 'BetaManualWorkItemDetailsCurrentOwner']
|
||||
---
|
||||
|
||||
|
||||
# ManualWorkItemDetailsCurrentOwner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **Enum** [ "GOVERNANCE_GROUP", "IDENTITY" ] | DTO type of current work item owner's identity. | [optional]
|
||||
**Id** | Pointer to **String** | ID of current work item owner's identity. | [optional]
|
||||
**Name** | Pointer to **String** | Display name of current work item owner. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ManualWorkItemDetailsCurrentOwner = Initialize-PSSailpoint.BetaManualWorkItemDetailsCurrentOwner -Type IDENTITY `
|
||||
-Id 2c3780a46faadee4016fb4e018c20652 `
|
||||
-Name Allen Albertson
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ManualWorkItemDetailsCurrentOwner | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user