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