PreventionSetting
PreventionSetting
| Name | Description | Schema | Default |
|---|---|---|---|
| is_use_prevention optional | Auto Generation prevent use state Example : True | any of [boolean, null] | True |
| receivers optional | Prevention notification recipient email list. Example : ['test_user1@test.com', 'test_user2@test.com'] | any of [array[string], null] | [’test_user1@test.com’, ’test_user2@test.com'] |
| threshold optional | Threshold for receiving prevention notification email: 70/80/90/100. Example : 80 | any of [integer, null] | 80 |