Skip to main content

ParameterStorageJsonPatch

Import this model from the entry point of its package:

import { ParameterStorageJsonPatch } from '@sailpoint/angular-sdk/parameter_storage';

Properties

NameTypeDescriptionNotes
opstringThe operation to perform (add, remove, replace, move, copy, test)[default to undefined]
pathstringA JSON-Pointer describing the target location[default to undefined]
value(optional) anyThe value to be used within the operations. Required for add/replace/test.[default to undefined]
from(optional) stringA JSON-Pointer describing the source location for move/copy.[default to undefined]