We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4385247 commit f97b2e4Copy full SHA for f97b2e4
client_alert_resource.go
@@ -9,7 +9,7 @@ const (
9
ResourceNameUserGroup = "sls.common.user_group"
10
ResourceNameContentTemplate = "sls.alert.content_template"
11
ResourceNameGlobalConfig = "sls.alert.global_config"
12
- ResourceNameWebhookIntegration = "sls.alert.webhook_application"
+ ResourceNameWebhookIntegration = "sls.alert.action_webhook"
13
)
14
15
type (
@@ -100,6 +100,7 @@ type (
100
Url string `json:"url"`
101
Type string `json:"type"`
102
Headers []*ResourceWebhookHeader `json:"headers"`
103
+ Secret string `json:"secret"`
104
}
105
106
// GlobalConfig is the global configuration for alerts.
0 commit comments