NonEmployeeApprovalDecision
Properties
Name | Type | Description | Notes |
---|---|---|---|
comment | str | Comment on the approval item. | [optional] |
} |
Example
from sailpoint.v2024.models.non_employee_approval_decision import NonEmployeeApprovalDecision
non_employee_approval_decision = NonEmployeeApprovalDecision(
comment='Approved by manager'
)