mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
995 B
995 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-sed-approval-status | SedApprovalStatus | SedApprovalStatus | SedApprovalStatus | pythonsdk |
|
/tools/sdk/python/v2024/models/sed-approval-status |
|
SedApprovalStatus
SED Approval Status
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| failed_reason | str | failed reason will be display if status is failed | [optional] |
| id | str | Sed id | [optional] |
| status | str | SUCCESS | FAILED |
| } |
Example
from sailpoint.v2024.models.sed_approval_status import SedApprovalStatus
sed_approval_status = SedApprovalStatus(
failed_reason='invalid status',
id='016629d1-1d25-463f-97f3-0c6686846650',
status='SUCCESS'
)