|
423 | 423 | }
|
424 | 424 | }
|
425 | 425 | },
|
426 |
| - "revision": "20210720", |
| 426 | + "revision": "20210803", |
427 | 427 | "rootUrl": "https://alertcenter.googleapis.com/",
|
428 | 428 | "schemas": {
|
| 429 | + "AccountSuspensionDetails": { |
| 430 | + "description": "Details about why an account is receiving an account suspension warning.", |
| 431 | + "id": "AccountSuspensionDetails", |
| 432 | + "properties": { |
| 433 | + "abuseReason": { |
| 434 | + "description": "The reason why this account is receiving an account suspension warning.", |
| 435 | + "enum": [ |
| 436 | + "ACCOUNT_SUSPENSION_ABUSE_REASON_UNSPECIFIED", |
| 437 | + "TOS_VIOLATION", |
| 438 | + "SPAM", |
| 439 | + "PHISHING", |
| 440 | + "TRAFFIC_PUMPING", |
| 441 | + "FRAUD", |
| 442 | + "NUMBER_HARVESTING", |
| 443 | + "PAYMENTS_FRAUD" |
| 444 | + ], |
| 445 | + "enumDescriptions": [ |
| 446 | + "Abuse reason is unspecified.", |
| 447 | + "This account is being suspended for a Terms of Service violation.", |
| 448 | + "This account is being suspended for spam.", |
| 449 | + "This account is being suspended for phishing.", |
| 450 | + "This account is being suspended for artificially boosting traffic to a website.", |
| 451 | + "This account is being suspended for fraud.", |
| 452 | + "This account is being suspended for number harvesting.", |
| 453 | + "This account is being suspended for payments fraud." |
| 454 | + ], |
| 455 | + "type": "string" |
| 456 | + }, |
| 457 | + "productName": { |
| 458 | + "description": "The name of the product being abused. This is restricted to only the following values: \"Gmail\" \"Payments\" \"Voice\" \"Workspace\" \"Other\"", |
| 459 | + "type": "string" |
| 460 | + } |
| 461 | + }, |
| 462 | + "type": "object" |
| 463 | + }, |
| 464 | + "AccountSuspensionWarning": { |
| 465 | + "description": "A warning that the customer's account is about to be suspended.", |
| 466 | + "id": "AccountSuspensionWarning", |
| 467 | + "properties": { |
| 468 | + "appealWindow": { |
| 469 | + "description": "The amount of time remaining to appeal an imminent suspension. After this window has elapsed, the account will be suspended. Only populated if the account suspension is in WARNING state.", |
| 470 | + "format": "google-duration", |
| 471 | + "type": "string" |
| 472 | + }, |
| 473 | + "state": { |
| 474 | + "description": "Account suspension warning state.", |
| 475 | + "enum": [ |
| 476 | + "ACCOUNT_SUSPENSION_WARNING_STATE_UNSPECIFIED", |
| 477 | + "WARNING", |
| 478 | + "SUSPENDED", |
| 479 | + "APPEAL_APPROVED", |
| 480 | + "APPEAL_SUBMITTED" |
| 481 | + ], |
| 482 | + "enumDescriptions": [ |
| 483 | + "State is unspecified.", |
| 484 | + "Customer is receiving a warning about imminent suspension.", |
| 485 | + "Customer is being notified that their account has been suspended.", |
| 486 | + "Customer is being notified that their suspension appeal was approved.", |
| 487 | + "Customer has submitted their appeal, which is pending review." |
| 488 | + ], |
| 489 | + "type": "string" |
| 490 | + }, |
| 491 | + "suspensionDetails": { |
| 492 | + "description": "Details about why an account is being suspended.", |
| 493 | + "items": { |
| 494 | + "$ref": "AccountSuspensionDetails" |
| 495 | + }, |
| 496 | + "type": "array" |
| 497 | + } |
| 498 | + }, |
| 499 | + "type": "object" |
| 500 | + }, |
429 | 501 | "AccountWarning": {
|
430 | 502 | "description": "Alerts for user account warning events.",
|
431 | 503 | "id": "AccountWarning",
|
|
558 | 630 | "type": "string"
|
559 | 631 | },
|
560 | 632 | "source": {
|
561 |
| - "description": "Required. A unique identifier for the system that reported the alert. This is output only after alert is created. Supported sources are any of the following: * Google Operations * Mobile device management * Gmail phishing * Data Loss Prevention * Domain wide takeout * State sponsored attack * Google identity", |
| 633 | + "description": "Required. A unique identifier for the system that reported the alert. This is output only after alert is created. Supported sources are any of the following: * Google Operations * Mobile device management * Gmail phishing * Data Loss Prevention * Domain wide takeout * State sponsored attack * Google identity * Apps outage", |
562 | 634 | "type": "string"
|
563 | 635 | },
|
564 | 636 | "startTime": {
|
|
689 | 761 | "type": "object"
|
690 | 762 | },
|
691 | 763 | "AppsOutage": {
|
692 |
| - "description": "An outage incident reported by Google for a Google Workspace (formerly G Suite) application.", |
| 764 | + "description": "An outage incident reported for a Google Workspace service.", |
693 | 765 | "id": "AppsOutage",
|
694 | 766 | "properties": {
|
695 | 767 | "dashboardUri": {
|
696 | 768 | "description": "Link to the outage event in Google Workspace Status Dashboard",
|
697 | 769 | "type": "string"
|
698 | 770 | },
|
699 | 771 | "nextUpdateTime": {
|
700 |
| - "description": "Timestamp by which the next update shall be provided.", |
| 772 | + "description": "Timestamp by which the next update is expected to arrive.", |
701 | 773 | "format": "google-datetime",
|
702 | 774 | "type": "string"
|
703 | 775 | },
|
|
709 | 781 | "type": "array"
|
710 | 782 | },
|
711 | 783 | "resolutionTime": {
|
712 |
| - "description": "Timestamp of the outage expected or confirmed resolution. (Used only when known).", |
| 784 | + "description": "Timestamp when the outage is expected to be resolved, or has confirmed resolution. Provided only when known.", |
713 | 785 | "format": "google-datetime",
|
714 | 786 | "type": "string"
|
715 | 787 | },
|
|
724 | 796 | "enumDescriptions": [
|
725 | 797 | "Status is unspecified.",
|
726 | 798 | "The incident has just been reported.",
|
727 |
| - "The incidnet is ongoing.", |
| 799 | + "The incident is ongoing.", |
728 | 800 | "The incident has been resolved."
|
729 | 801 | ],
|
730 | 802 | "type": "string"
|
|
0 commit comments