mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
880 B
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 |
|
/tools/sdk/python/beta/models/json-patch-operations-value |
|
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(
)