Skip to content

Commit 7a488d3

Browse files
feat(alertcenter): update the api
#### alertcenter:v1beta1 The following keys were added: - schemas.OutOfDomainForwarding (Total Keys: 7)
1 parent 355f0a2 commit 7a488d3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20210601",
426+
"revision": "20210622",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AccountWarning": {
@@ -1163,6 +1163,30 @@
11631163
},
11641164
"type": "object"
11651165
},
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+
},
11661190
"PhishingSpike": {
11671191
"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.",
11681192
"id": "PhishingSpike",

0 commit comments

Comments
 (0)