Skip to main content

JsonPatch

Properties

NameTypeDescriptionNotes
Operations[]JsonPatchOperationOperations to be applied[optional]

Examples

  • Prepare the resource
$JsonPatch = Initialize-PSSailpoint.V2024JsonPatch  -Operations null
  • Convert the resource to JSON
$JsonPatch | ConvertTo-JSON

[Back to top]