Skip to main content

JsonpatchoperationValue

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

Properties

NameTypeDescriptionNotes
}

Example

from sailpoint.managed_clusters.models.jsonpatchoperation_value import JsonpatchoperationValue

jsonpatchoperation_value = JsonpatchoperationValue(
)

[Back to top]