NotificationSettingNew
NotificationSettingNew
| Name | Description | Schema | Default |
|---|---|---|---|
| is_use_notification optional | Notification use state Example : True | any of [boolean, null] | True |
| notification_send_period optional | The notification frequency can be FIRST, DAILY, or NONE Example : FIRST | any of [string, null] | FIRST |
| receivers optional | Threshold exceed 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'] |
| thresholds optional | 예산 초과 알림 이메일에 허용되는 임계치 값은 70/80/90/100 입니다. Example : [80] | any of [array[integer], null] | [80] |