Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/ApprovalStatus.md
2025-04-01 09:23:12 -04:00

656 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
v2025-approval-status ApprovalStatus ApprovalStatus ApprovalStatus pythonsdk
python
Python
sdk
ApprovalStatus
V2025ApprovalStatus
/tools/sdk/python/v2025/models/approval-status
SDK
Software Development Kit
ApprovalStatus
V2025ApprovalStatus

ApprovalStatus

Enum representing the non-employee request approval status

Enum

  • APPROVED (value: 'APPROVED')

  • REJECTED (value: 'REJECTED')

  • PENDING (value: 'PENDING')

  • NOT_READY (value: 'NOT_READY')

  • CANCELLED (value: 'CANCELLED')

[Back to top]