Skip to main content

ApprovalComment2

Properties

NameTypeDescriptionNotes
commentstrThe comment text[optional]
commenterstrThe name of the commenter[optional]
var_datedatetimeA date-time in ISO-8601 format[optional]
}

Example

from sailpoint.v2024.models.approval_comment2 import ApprovalComment2

approval_comment2 = ApprovalComment2(
comment='This request was autoapproved by our automated ETS subscriber.',
commenter='Automated AR Approval',
var_date='2018-06-25T20:22:28.104Z'
)

[Back to top]