Skip to main content

JsonPatchOperation

Import this model from the entry point of its package:

import { JsonPatchOperation } from '@sailpoint/angular-sdk/sim_integrations';

Properties

NameTypeDescriptionNotes
opstringThe operation to be performed[default to undefined]
pathstringA string JSON Pointer representing the target path to an element to be affected by the operation[default to undefined]
value(optional) JsonPatchOperationValue[default to undefined]