Skip to main content

ApprovalComment2

Properties

NameTypeDescriptionNotes
CommentStringThe comment text[optional]
CommenterStringThe name of the commenter[optional]
DateSystem.DateTimeA date-time in ISO-8601 format[optional]

Examples

  • Prepare the resource
$ApprovalComment2 = Initialize-PSSailpoint.V2024ApprovalComment2  -Comment This request was autoapproved by our automated ETS subscriber. `
-Commenter Automated AR Approval `
-Date 2018-06-25T20:22:28.104Z
  • Convert the resource to JSON
$ApprovalComment2 | ConvertTo-JSON

[Back to top]