Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/CompletedApprovalReviewerComment.md
2025-05-07 14:37:48 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
completed-approval-reviewer-comment CompletedApprovalReviewerComment CompletedApprovalReviewerComment CompletedApprovalReviewerComment powershellsdk
powershell
PowerShell
sdk
CompletedApprovalReviewerComment
CompletedApprovalReviewerComment
/tools/sdk/powershell/v3/models/completed-approval-reviewer-comment
SDK
Software Development Kit
CompletedApprovalReviewerComment
CompletedApprovalReviewerComment

CompletedApprovalReviewerComment

Properties

Name Type Description Notes
Comment String Comment content. [optional]
Created System.DateTime Date and time comment was created. [optional]
Author CommentDtoAuthor [optional]

Examples

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

[Back to top]