Skip to main content

CompletedApprovalRequesterComment

Properties

NameTypeDescriptionNotes
CommentStringComment content.[optional]
CreatedSystem.DateTimeDate and time comment was created.[optional]
AuthorCommentDtoAuthor[optional]

Examples

  • Prepare the resource
$CompletedApprovalRequesterComment = Initialize-PSSailpoint.V3CompletedApprovalRequesterComment  -Comment This is a comment. `
-Created 2017-07-11T18:45:37.098Z `
-Author null
  • Convert the resource to JSON
$CompletedApprovalRequesterComment | ConvertTo-JSON

[Back to top]