Skip to main content

JsonPatchOperationValue

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

Properties

NameTypeDescriptionNotes
}

Example

from sailpoint.v3.models.json_patch_operation_value import JsonPatchOperationValue

json_patch_operation_value = JsonPatchOperationValue(
)

[Back to top]