You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mongodbatlas/alert_configurations.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ type Notification struct {
118
118
SMSEnabled*bool`json:"smsEnabled,omitempty"`// Flag indicating if text message notifications should be sent. Populated for ORG, GROUP, and USER notifications types.
119
119
TeamIDstring`json:"teamId,omitempty"`// Unique identifier of a team.
120
120
TeamNamestring`json:"teamName,omitempty"`// Label for the team that receives this notification.
121
+
NotifierIDstring`json:"notifierId,omitempty"`// The notifierId is a system-generated unique identifier assigned to each notification method.
121
122
TypeNamestring`json:"typeName,omitempty"`// Type of alert notification.
122
123
Usernamestring`json:"username,omitempty"`// Name of the Atlas user to which to send notifications. Only a user in the project that owns the alert configuration is allowed here. Populated for the USER notifications type.
123
124
VictorOpsAPIKeystring`json:"victorOpsApiKey,omitempty"`// VictorOps API key. Populated for the VICTOR_OPS notifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
0 commit comments