Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ApprovalComment1.md
2025-04-01 09:23:12 -04:00

1.0 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
v2025-approval-comment1 ApprovalComment1 ApprovalComment1 ApprovalComment1 powershellsdk
powershell
PowerShell
sdk
ApprovalComment1
V2025ApprovalComment1
/tools/sdk/powershell/v2025/models/approval-comment1
SDK
Software Development Kit
ApprovalComment1
V2025ApprovalComment1

ApprovalComment1

Properties

Name Type Description Notes
Author ApprovalIdentity [optional]
Comment String Comment to be left on an approval [optional]
CreatedDate String Date the comment was created [optional]

Examples

  • Prepare the resource
$ApprovalComment1 = Initialize-PSSailpoint.V2025ApprovalComment1  -Author null `
 -Comment Looks good `
 -CreatedDate 2023-04-12T23:20:50.52Z
  • Convert the resource to JSON
$ApprovalComment1 | ConvertTo-JSON

[Back to top]