mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
967 B
967 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-sed-patch | SedPatch | SedPatch | SedPatch | powershellsdk |
|
/tools/sdk/powershell/beta/models/sed-patch |
|
SedPatch
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Op | String | desired operation | [optional] |
| Path | String | field to be patched | [optional] |
| Value | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | value to replace with | [optional] |
Examples
- Prepare the resource
$SedPatch = Initialize-BetaSedPatch -Op replace `
-Path status `
-Value approved
- Convert the resource to JSON
$SedPatch | ConvertTo-JSON