JsonPatchOperationValue
The value to be used for the operation, required for "add" and "replace" operations
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| } |
Example
from sailpoint.auth_profile.models.json_patch_operation_value import JsonPatchOperationValue
json_patch_operation_value = JsonPatchOperationValue(
)