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-PSSailpoint.BetaSedPatch -Op replace `
-Path status `
-Value approved
- Convert the resource to JSON
$SedPatch | ConvertTo-JSON