mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,23 +16,23 @@ tags: ['SDK', 'Software Development Kit', 'WorkItems', 'BetaWorkItems']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | ID of the work item | [optional]
|
||||
**RequesterId** | Pointer to **String** | ID of the requester | [optional]
|
||||
**RequesterDisplayName** | Pointer to **String** | The displayname of the requester | [optional]
|
||||
**OwnerId** | Pointer to **String** | The ID of the owner | [optional]
|
||||
**OwnerName** | Pointer to **String** | The name of the owner | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | | [optional]
|
||||
**Description** | Pointer to **String** | The description of the work item | [optional]
|
||||
**State** | Pointer to [**WorkItemState**](work-item-state) | | [optional]
|
||||
**Type** | Pointer to [**WorkItemType**](work-item-type) | | [optional]
|
||||
**RemediationItems** | Pointer to [**[]RemediationItemDetails**](remediation-item-details) | | [optional]
|
||||
**ApprovalItems** | Pointer to [**[]ApprovalItemDetails**](approval-item-details) | | [optional]
|
||||
**Name** | Pointer to **String** | The work item name | [optional]
|
||||
**Completed** | Pointer to **System.DateTime** | | [optional]
|
||||
**NumItems** | Pointer to **Int32** | The number of items in the work item | [optional]
|
||||
**Errors** | Pointer to **[]String** | | [optional]
|
||||
**Form** | Pointer to [**FormDetails**](form-details) | | [optional]
|
||||
**Id** | **String** | ID of the work item | [optional]
|
||||
**RequesterId** | **String** | ID of the requester | [optional]
|
||||
**RequesterDisplayName** | **String** | The displayname of the requester | [optional]
|
||||
**OwnerId** | **String** | The ID of the owner | [optional]
|
||||
**OwnerName** | **String** | The name of the owner | [optional]
|
||||
**Created** | **System.DateTime** | | [optional]
|
||||
**Modified** | **System.DateTime** | | [optional]
|
||||
**Description** | **String** | The description of the work item | [optional]
|
||||
**State** | [**WorkItemState**](work-item-state) | | [optional]
|
||||
**Type** | [**WorkItemType**](work-item-type) | | [optional]
|
||||
**RemediationItems** | [**[]RemediationItemDetails**](remediation-item-details) | | [optional]
|
||||
**ApprovalItems** | [**[]ApprovalItemDetails**](approval-item-details) | | [optional]
|
||||
**Name** | **String** | The work item name | [optional]
|
||||
**Completed** | **System.DateTime** | | [optional]
|
||||
**NumItems** | **Int32** | The number of items in the work item | [optional]
|
||||
**Errors** | **[]String** | | [optional]
|
||||
**Form** | [**FormDetails**](form-details) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user