|
423 | 423 | } |
424 | 424 | } |
425 | 425 | }, |
426 | | - "revision": "20210713", |
| 426 | + "revision": "20210720", |
427 | 427 | "rootUrl": "https://alertcenter.googleapis.com/", |
428 | 428 | "schemas": { |
429 | 429 | "AccountWarning": { |
|
688 | 688 | }, |
689 | 689 | "type": "object" |
690 | 690 | }, |
| 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 | + }, |
691 | 735 | "Attachment": { |
692 | 736 | "description": "Attachment with application-specific information about an alert.", |
693 | 737 | "id": "Attachment", |
|
1163 | 1207 | }, |
1164 | 1208 | "type": "object" |
1165 | 1209 | }, |
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 | | - }, |
1190 | 1210 | "PhishingSpike": { |
1191 | 1211 | "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.", |
1192 | 1212 | "id": "PhishingSpike", |
|
0 commit comments