Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/JsonPatchOperationValue.md
2025-02-20 12:59:19 -05:00

871 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-json-patch-operation-value JsonPatchOperationValue JsonPatchOperationValue JsonPatchOperationValue pythonsdk
python
Python
sdk
JsonPatchOperationValue
V2024JsonPatchOperationValue
/tools/sdk/python/v2024/models/json-patch-operation-value
SDK
Software Development Kit
JsonPatchOperationValue
V2024JsonPatchOperationValue

JsonPatchOperationValue

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

Properties

Name Type Description Notes
}

Example

from sailpoint.v2024.models.json_patch_operation_value import JsonPatchOperationValue

json_patch_operation_value = JsonPatchOperationValue(
)

[Back to top]