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.suggested_entitlement_description.models.sedpatch import Sedpatch
sedpatch = Sedpatch(
op='replace',
path='status',
value=approved
)