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

660 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-pending-approval-action PendingApprovalAction PendingApprovalAction PendingApprovalAction pythonsdk
python
Python
sdk
PendingApprovalAction
V2024PendingApprovalAction
/tools/sdk/python/v2024/models/pending-approval-action
SDK
Software Development Kit
PendingApprovalAction
V2024PendingApprovalAction

PendingApprovalAction

Enum represents action that is being processed on an approval.

Enum

  • APPROVED (value: 'APPROVED')

  • REJECTED (value: 'REJECTED')

  • FORWARDED (value: 'FORWARDED')

[Back to top]