mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-manual-work-item-details-current-owner | ManualWorkItemDetailsCurrentOwner | ManualWorkItemDetailsCurrentOwner | ManualWorkItemDetailsCurrentOwner | powershellsdk |
|
/tools/sdk/powershell/beta/models/manual-work-item-details-current-owner |
|
ManualWorkItemDetailsCurrentOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "GOVERNANCE_GROUP", "IDENTITY" ] | DTO type of current work item owner's identity. | [optional] |
| Id | String | ID of current work item owner's identity. | [optional] |
| Name | String | Display name of current work item owner. | [optional] |
Examples
- Prepare the resource
$ManualWorkItemDetailsCurrentOwner = Initialize-BetaManualWorkItemDetailsCurrentOwner -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
- Convert the resource to JSON
$ManualWorkItemDetailsCurrentOwner | ConvertTo-JSON