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

641 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
pending-approval-action PendingApprovalAction PendingApprovalAction PendingApprovalAction pythonsdk
python
Python
sdk
PendingApprovalAction
PendingApprovalAction
/tools/sdk/python/v3/models/pending-approval-action
SDK
Software Development Kit
PendingApprovalAction
PendingApprovalAction

PendingApprovalAction

Enum represents action that is being processed on an approval.

Enum

  • APPROVED (value: 'APPROVED')

  • REJECTED (value: 'REJECTED')

  • FORWARDED (value: 'FORWARDED')

[Back to top]