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

1.5 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-requested-item-status-cancelled-request-details RequestedItemStatusCancelledRequestDetails RequestedItemStatusCancelledRequestDetails RequestedItemStatusCancelledRequestDetails powershellsdk
powershell
PowerShell
sdk
RequestedItemStatusCancelledRequestDetails
V2025RequestedItemStatusCancelledRequestDetails
/tools/sdk/powershell/v2025/models/requested-item-status-cancelled-request-details
SDK
Software Development Kit
RequestedItemStatusCancelledRequestDetails
V2025RequestedItemStatusCancelledRequestDetails

RequestedItemStatusCancelledRequestDetails

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
$RequestedItemStatusCancelledRequestDetails = Initialize-PSSailpoint.V2025RequestedItemStatusCancelledRequestDetails  -Comment This request must be cancelled. `
 -Owner null `
 -Modified 2019-12-20T09:17:12.192Z
  • Convert the resource to JSON
$RequestedItemStatusCancelledRequestDetails | ConvertTo-JSON

[Back to top]