Skip to main content

ApprovalComment

Properties

NameTypeDescriptionNotes
AuthorApprovalIdentity[optional]
CommentStringComment to be left on an approval[optional]
CreatedDateStringDate the comment was created[optional]

Examples

  • Prepare the resource
$ApprovalComment = Initialize-PSSailpoint.BetaApprovalComment  -Author null `
-Comment Looks good `
-CreatedDate 2023-04-12T23:20:50.52Z
  • Convert the resource to JSON
$ApprovalComment | ConvertTo-JSON

[Back to top]