Skip to content

Commit 70810a5

Browse files
feat(alertcenter): update the api
#### alertcenter:v1beta1 The following keys were deleted: - schemas.OutOfDomainForwarding (Total Keys: 7) The following keys were added: - schemas.AppsOutage (Total Keys: 10)
1 parent 187b008 commit 70810a5

File tree

1 file changed

+45
-25
lines changed

1 file changed

+45
-25
lines changed

googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json

+45-25
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20210713",
426+
"revision": "20210720",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AccountWarning": {
@@ -688,6 +688,50 @@
688688
},
689689
"type": "object"
690690
},
691+
"AppsOutage": {
692+
"description": "An outage incident reported by Google for a Google Workspace (formerly G Suite) application.",
693+
"id": "AppsOutage",
694+
"properties": {
695+
"dashboardUri": {
696+
"description": "Link to the outage event in Google Workspace Status Dashboard",
697+
"type": "string"
698+
},
699+
"nextUpdateTime": {
700+
"description": "Timestamp by which the next update shall be provided.",
701+
"format": "google-datetime",
702+
"type": "string"
703+
},
704+
"products": {
705+
"description": "List of products impacted by the outage.",
706+
"items": {
707+
"type": "string"
708+
},
709+
"type": "array"
710+
},
711+
"resolutionTime": {
712+
"description": "Timestamp of the outage expected or confirmed resolution. (Used only when known).",
713+
"format": "google-datetime",
714+
"type": "string"
715+
},
716+
"status": {
717+
"description": "Current outage status.",
718+
"enum": [
719+
"STATUS_UNSPECIFIED",
720+
"NEW",
721+
"ONGOING",
722+
"RESOLVED"
723+
],
724+
"enumDescriptions": [
725+
"Status is unspecified.",
726+
"The incident has just been reported.",
727+
"The incidnet is ongoing.",
728+
"The incident has been resolved."
729+
],
730+
"type": "string"
731+
}
732+
},
733+
"type": "object"
734+
},
691735
"Attachment": {
692736
"description": "Attachment with application-specific information about an alert.",
693737
"id": "Attachment",
@@ -1163,30 +1207,6 @@
11631207
},
11641208
"type": "object"
11651209
},
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-
},
11901210
"PhishingSpike": {
11911211
"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.",
11921212
"id": "PhishingSpike",

0 commit comments

Comments
 (0)