Skip to main content

SedPatch

Properties

NameTypeDescriptionNotes
OpStringdesired operation[optional]
PathStringfield to be patched[optional]
Value[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0value to replace with[optional]

Examples

  • Prepare the resource
$SedPatch = Initialize-PSSailpoint.V2024SedPatch  -Op replace `
-Path status `
-Value approved
  • Convert the resource to JSON
$SedPatch | ConvertTo-JSON

[Back to top]