Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/CancelledRequestDetails.md
2025-01-28 13:29:29 -05: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
v2024-cancelled-request-details CancelledRequestDetails CancelledRequestDetails CancelledRequestDetails powershellsdk
powershell
PowerShell
sdk
CancelledRequestDetails
V2024CancelledRequestDetails
/tools/sdk/powershell/v2024/models/cancelled-request-details
SDK
Software Development Kit
CancelledRequestDetails
V2024CancelledRequestDetails

CancelledRequestDetails

Properties

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

Examples

  • Prepare the resource
$CancelledRequestDetails = Initialize-PSSailpoint.V2024CancelledRequestDetails  -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]