Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/JsonPatch.md
2025-02-03 22:09:17 +00:00

788 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-json-patch JsonPatch JsonPatch JsonPatch powershellsdk
powershell
PowerShell
sdk
JsonPatch
BetaJsonPatch
/tools/sdk/powershell/beta/models/json-patch
SDK
Software Development Kit
JsonPatch
BetaJsonPatch

JsonPatch

Properties

Name Type Description Notes
Operations []JsonPatchOperation Operations to be applied [optional]

Examples

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

[Back to top]