mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
781 B
781 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-json-patch | JsonPatch | JsonPatch | JsonPatch | powershellsdk |
|
/tools/sdk/powershell/v2024/models/json-patch |
|
JsonPatch
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Operations | []JsonPatchOperation | Operations to be applied | [optional] |
Examples
- Prepare the resource
$JsonPatch = Initialize-V2024JsonPatch -Operations null
- Convert the resource to JSON
$JsonPatch | ConvertTo-JSON