mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
871 B
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 |
|
/tools/sdk/python/v2024/models/json-patch-operation-value |
|
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(
)