Skip to main content

JsonPatchOperationsValue

The value to be used for the operation, required for "add" and "replace" operations

Properties

NameTypeDescriptionNotes
}

Example

from sailpoint.beta.models.json_patch_operations_value import JsonPatchOperationsValue

json_patch_operations_value = JsonPatchOperationsValue(
)

[Back to top]