Skip to main content

Approvalcommentsrequest

Properties

NameTypeDescriptionNotes
commentstrComment associated with the request.[optional]
}

Example

from sailpoint.approvals.models.approvalcommentsrequest import Approvalcommentsrequest

approvalcommentsrequest = Approvalcommentsrequest(
comment='Approval comment.'
)

[Back to top]