Skip to content

Commit

Permalink
feat(alertcenter): update the api
Browse files Browse the repository at this point in the history
#### alertcenter:v1beta1

The following keys were deleted:
- schemas.OutOfDomainForwarding (Total Keys: 7)

The following keys were added:
- schemas.AppsOutage (Total Keys: 10)
  • Loading branch information
yoshi-automation committed Jul 27, 2021
1 parent 187b008 commit 70810a5
Showing 1 changed file with 45 additions and 25 deletions.
70 changes: 45 additions & 25 deletions googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20210713",
"revision": "20210720",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AccountWarning": {
Expand Down Expand Up @@ -688,6 +688,50 @@
},
"type": "object"
},
"AppsOutage": {
"description": "An outage incident reported by Google for a Google Workspace (formerly G Suite) application.",
"id": "AppsOutage",
"properties": {
"dashboardUri": {
"description": "Link to the outage event in Google Workspace Status Dashboard",
"type": "string"
},
"nextUpdateTime": {
"description": "Timestamp by which the next update shall be provided.",
"format": "google-datetime",
"type": "string"
},
"products": {
"description": "List of products impacted by the outage.",
"items": {
"type": "string"
},
"type": "array"
},
"resolutionTime": {
"description": "Timestamp of the outage expected or confirmed resolution. (Used only when known).",
"format": "google-datetime",
"type": "string"
},
"status": {
"description": "Current outage status.",
"enum": [
"STATUS_UNSPECIFIED",
"NEW",
"ONGOING",
"RESOLVED"
],
"enumDescriptions": [
"Status is unspecified.",
"The incident has just been reported.",
"The incidnet is ongoing.",
"The incident has been resolved."
],
"type": "string"
}
},
"type": "object"
},
"Attachment": {
"description": "Attachment with application-specific information about an alert.",
"id": "Attachment",
Expand Down Expand Up @@ -1163,30 +1207,6 @@
},
"type": "object"
},
"OutOfDomainForwarding": {
"description": "An alert that gets triggered when a user enables autoforwarding to an email which is outside of its domain",
"id": "OutOfDomainForwarding",
"properties": {
"actorEmail": {
"description": "Email of the actor who triggered the alert.",
"type": "string"
},
"enableTime": {
"description": "The time the email forwarding was enabled",
"format": "google-datetime",
"type": "string"
},
"forwardeeEmail": {
"description": "Email to which emails are being forwarded",
"type": "string"
},
"ipAddress": {
"description": "IP address of the user while enabling forwarding",
"type": "string"
}
},
"type": "object"
},
"PhishingSpike": {
"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.",
"id": "PhishingSpike",
Expand Down

0 comments on commit 70810a5

Please sign in to comment.