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

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
python
Python
sdk
NonEmployeeApprovalDecision
BetaNonEmployeeApprovalDecision
/tools/sdk/python/beta/models/non-employee-approval-decision
SDK
Software Development Kit
NonEmployeeApprovalDecision
BetaNonEmployeeApprovalDecision

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=''
)

[Back to top]