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

880 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
beta-json-patch-operations-value JsonPatchOperationsValue JsonPatchOperationsValue JsonPatchOperationsValue pythonsdk
python
Python
sdk
JsonPatchOperationsValue
BetaJsonPatchOperationsValue
/tools/sdk/python/beta/models/json-patch-operations-value
SDK
Software Development Kit
JsonPatchOperationsValue
BetaJsonPatchOperationsValue

JsonPatchOperationsValue

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

Properties

Name Type Description Notes
}

Example

from sailpoint.beta.models.json_patch_operations_value import JsonPatchOperationsValue

json_patch_operations_value = JsonPatchOperationsValue(
)

[Back to top]