Skip to main content

CancelledRequestDetails

Properties

NameTypeDescriptionNotes
CommentStringComment made by the owner when cancelling the associated request.[optional]
OwnerOwnerDto[optional]
ModifiedSystem.DateTimeDate 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]