Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ApprovalComment2.md
2025-02-03 22:09:17 +00:00

1.1 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
v2024-approval-comment2 ApprovalComment2 ApprovalComment2 ApprovalComment2 powershellsdk
powershell
PowerShell
sdk
ApprovalComment2
V2024ApprovalComment2
/tools/sdk/powershell/v2024/models/approval-comment2
SDK
Software Development Kit
ApprovalComment2
V2024ApprovalComment2

ApprovalComment2

Properties

Name Type Description Notes
Comment String The comment text [optional]
Commenter String The name of the commenter [optional]
Date System.DateTime A date-time in ISO-8601 format [optional]

Examples

  • Prepare the resource
$ApprovalComment2 = Initialize-PSSailpoint.V2024ApprovalComment2  -Comment This request was autoapproved by our automated ETS subscriber. `
 -Commenter Automated AR Approval `
 -Date 2018-06-25T20:22:28.104Z
  • Convert the resource to JSON
$ApprovalComment2 | ConvertTo-JSON

[Back to top]