Skip to main content

ApprovalComment3

Properties

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

Examples

  • Prepare the resource
$ApprovalComment3 = Initialize-ApprovalComment3  -Author null `
-Comment Looks good `
-CreatedDate 2023-04-12T23:20:50.52Z `
-CommentId 38453251-6be2-5f8f-df93-5ce19e295837
  • Convert the resource to JSON
$ApprovalComment3 | ConvertTo-JSON

[Back to top]