Skip to main content

NonEmployeeApprovalDecision

Properties

NameTypeDescriptionNotes
commentstrComment 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]