JsonPatch
Properties
Name | Type | Description | Notes |
---|---|---|---|
Operations | []JsonPatchOperation | Operations to be applied | [optional] |
Examples
- Prepare the resource
$JsonPatch = Initialize-PSSailpoint.V2024JsonPatch -Operations null
- Convert the resource to JSON
$JsonPatch | ConvertTo-JSON