mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 04:19:37 +00:00
913 B
913 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-non-employee-approval-decision | NonEmployeeApprovalDecision | NonEmployeeApprovalDecision | NonEmployeeApprovalDecision | pythonsdk |
|
/tools/sdk/python/beta/models/non-employee-approval-decision |
|
NonEmployeeApprovalDecision
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| comment | str | Comment on the approval item. | [optional] |
| } |
Example
from sailpoint.beta.models.non_employee_approval_decision import NonEmployeeApprovalDecision
non_employee_approval_decision = NonEmployeeApprovalDecision(
comment=''
)