Skip to main content

NonEmployeeApprovalDecision

Properties

NameTypeDescriptionNotes
commentstrComment on the approval item.[optional]
}

Example

from sailpoint.v3.models.non_employee_approval_decision import NonEmployeeApprovalDecision

non_employee_approval_decision = NonEmployeeApprovalDecision(
comment='Approved by manager'
)

[Back to top]