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: googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@
423
423
}
424
424
}
425
425
},
426
-
"revision": "20210601",
426
+
"revision": "20210622",
427
427
"rootUrl": "https://alertcenter.googleapis.com/",
428
428
"schemas": {
429
429
"AccountWarning": {
@@ -1163,6 +1163,30 @@
1163
1163
},
1164
1164
"type": "object"
1165
1165
},
1166
+
"OutOfDomainForwarding": {
1167
+
"description": "An alert that gets triggered when a user enables autoforwarding to an email which is outside of its domain",
1168
+
"id": "OutOfDomainForwarding",
1169
+
"properties": {
1170
+
"actorEmail": {
1171
+
"description": "Email of the actor who triggered the alert.",
1172
+
"type": "string"
1173
+
},
1174
+
"enableTime": {
1175
+
"description": "The time the email forwarding was enabled",
1176
+
"format": "google-datetime",
1177
+
"type": "string"
1178
+
},
1179
+
"forwardeeEmail": {
1180
+
"description": "Email to which emails are being forwarded",
1181
+
"type": "string"
1182
+
},
1183
+
"ipAddress": {
1184
+
"description": "IP address of the user while enabling forwarding",
1185
+
"type": "string"
1186
+
}
1187
+
},
1188
+
"type": "object"
1189
+
},
1166
1190
"PhishingSpike": {
1167
1191
"description": "Alert for a spike in user reported phishing. *Warning*: This type has been deprecated. Use [MailPhishing](/admin-sdk/alertcenter/reference/rest/v1beta1/MailPhishing) instead.",
0 commit comments