Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ApprovalCommentsRequest.md
2025-07-30 20:42:10 +00:00

946 B

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-comments-request ApprovalCommentsRequest ApprovalCommentsRequest ApprovalCommentsRequest powershellsdk
powershell
PowerShell
sdk
ApprovalCommentsRequest
V2025ApprovalCommentsRequest
/tools/sdk/powershell/v2025/models/approval-comments-request
SDK
Software Development Kit
ApprovalCommentsRequest
V2025ApprovalCommentsRequest

ApprovalCommentsRequest

Properties

Name Type Description Notes
Comment String Comment associated with the request. [optional]

Examples

  • Prepare the resource
$ApprovalCommentsRequest = Initialize-V2025ApprovalCommentsRequest  -Comment Approval comment.
  • Convert the resource to JSON
$ApprovalCommentsRequest | ConvertTo-JSON

[Back to top]