mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
---
|
||||
id: v2025-manual-work-item-state
|
||||
title: ManualWorkItemState
|
||||
pagination_label: ManualWorkItemState
|
||||
sidebar_label: ManualWorkItemState
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ManualWorkItemState', 'V2025ManualWorkItemState']
|
||||
slug: /tools/sdk/python/v2025/models/manual-work-item-state
|
||||
tags: ['SDK', 'Software Development Kit', 'ManualWorkItemState', 'V2025ManualWorkItemState']
|
||||
---
|
||||
|
||||
# ManualWorkItemState
|
||||
|
||||
Indicates the state of the request processing for this item: * PENDING: The request for this item is awaiting processing. * APPROVED: The request for this item has been approved. * REJECTED: The request for this item was rejected. * EXPIRED: The request for this item expired with no action taken. * CANCELLED: The request for this item was cancelled with no user action. * ARCHIVED: The request for this item has been archived after completion.
|
||||
|
||||
## Enum
|
||||
|
||||
* `PENDING` (value: `'PENDING'`)
|
||||
|
||||
* `APPROVED` (value: `'APPROVED'`)
|
||||
|
||||
* `REJECTED` (value: `'REJECTED'`)
|
||||
|
||||
* `EXPIRED` (value: `'EXPIRED'`)
|
||||
|
||||
* `CANCELLED` (value: `'CANCELLED'`)
|
||||
|
||||
* `ARCHIVED` (value: `'ARCHIVED'`)
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user