Autowritesettingpatch
Patch operation for Auto-Write Setting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| op | Enum [ 'replace' ] | The operation to perform. Only "replace" is supported. | [required] |
| path | str | The field to update. Allowed values: /enabled, /includedSourceIds, /excludedSourceIds | [required] |
| value | AutowritesettingpatchValue | [required] | |
| } |
Example
from sailpoint.suggested_entitlement_description.models.autowritesettingpatch import Autowritesettingpatch
autowritesettingpatch = Autowritesettingpatch(
op='replace',
path='/enabled',
value=true
)