Skip to main content

ApprovalCommentsRequest

Properties

NameTypeDescriptionNotes
commentstrComment associated with the request.[optional]
}

Example

from sailpoint.v2025.models.approval_comments_request import ApprovalCommentsRequest

approval_comments_request = ApprovalCommentsRequest(
comment='Approval comment.'
)

[Back to top]