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

916 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-reject-request ApprovalRejectRequest ApprovalRejectRequest ApprovalRejectRequest powershellsdk
powershell
PowerShell
sdk
ApprovalRejectRequest
V2025ApprovalRejectRequest
/tools/sdk/powershell/v2025/models/approval-reject-request
SDK
Software Development Kit
ApprovalRejectRequest
V2025ApprovalRejectRequest

ApprovalRejectRequest

Properties

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

Examples

  • Prepare the resource
$ApprovalRejectRequest = Initialize-V2025ApprovalRejectRequest  -Comment string
  • Convert the resource to JSON
$ApprovalRejectRequest | ConvertTo-JSON

[Back to top]