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

1.2 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-cancelled-request-details CancelledRequestDetails CancelledRequestDetails CancelledRequestDetails powershellsdk
powershell
PowerShell
sdk
CancelledRequestDetails
V2025CancelledRequestDetails
/tools/sdk/powershell/v2025/models/cancelled-request-details
SDK
Software Development Kit
CancelledRequestDetails
V2025CancelledRequestDetails

CancelledRequestDetails

Properties

Name Type Description Notes
Comment String Comment made by the owner when cancelling the associated request. [optional]
Owner OwnerDto [optional]
Modified System.DateTime Date comment was added by the owner when cancelling the associated request. [optional]

Examples

  • Prepare the resource
$CancelledRequestDetails = Initialize-PSSailpoint.V2025CancelledRequestDetails  -Comment This request must be cancelled. `
 -Owner null `
 -Modified 2019-12-20T09:17:12.192Z
  • Convert the resource to JSON
$CancelledRequestDetails | ConvertTo-JSON

[Back to top]