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-PSSailpoint.V2024CompletedApprovalReviewerComment -Comment This is a comment. `
-Created 2017-07-11T18:45:37.098Z `
-Author null
- Convert the resource to JSON
$CompletedApprovalReviewerComment | ConvertTo-JSON