Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/ManualWorkItemState.md
2025-02-20 12:59:19 -05:00

1.1 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-state ManualWorkItemState ManualWorkItemState ManualWorkItemState pythonsdk
python
Python
sdk
ManualWorkItemState
BetaManualWorkItemState
/tools/sdk/python/beta/models/manual-work-item-state
SDK
Software Development Kit
ManualWorkItemState
BetaManualWorkItemState

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]