SedPatch
Patch for Suggested Entitlement Description
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| op | str | desired operation | [optional] | 
| path | str | field to be patched | [optional] | 
| value | object | value to replace with | [optional] | 
| } | 
Example
from sailpoint.v2024.models.sed_patch import SedPatch
sed_patch = SedPatch(
op='replace',
path='status',
value=approved
)