|
423 | 423 | }
|
424 | 424 | }
|
425 | 425 | },
|
426 |
| - "revision": "20221024", |
| 426 | + "revision": "20221219", |
427 | 427 | "rootUrl": "https://alertcenter.googleapis.com/",
|
428 | 428 | "schemas": {
|
429 | 429 | "AbuseDetected": {
|
|
768 | 768 | "id": "ApnsCertificateExpirationInfo",
|
769 | 769 | "properties": {
|
770 | 770 | "appleId": {
|
771 |
| - "description": "The Apple ID used for the certificate, may be blank if admins did not enter it.", |
| 771 | + "description": "The Apple ID used for the certificate may be blank if admins didn't enter it.", |
772 | 772 | "type": "string"
|
773 | 773 | },
|
774 | 774 | "expirationTime": {
|
|
1606 | 1606 | "DRIVE_WARN_ON_EXTERNAL_SHARING",
|
1607 | 1607 | "ALERT",
|
1608 | 1608 | "RULE_ACTIVATE",
|
1609 |
| - "RULE_DEACTIVATE" |
| 1609 | + "RULE_DEACTIVATE", |
| 1610 | + "DELETE_WEBPROTECT_EVIDENCE" |
1610 | 1611 | ],
|
1611 | 1612 | "enumDescriptions": [
|
1612 | 1613 | "Action type is unspecified.",
|
1613 | 1614 | "Block sharing a file externally.",
|
1614 | 1615 | "Show a warning message when sharing a file externally.",
|
1615 | 1616 | "Send alert.",
|
1616 | 1617 | "Activate Rule Action",
|
1617 |
| - "Deactivate Rule Action" |
| 1618 | + "Deactivate Rule Action", |
| 1619 | + "Chrome actions Delete web protect evidence file" |
1618 | 1620 | ],
|
1619 | 1621 | "type": "string"
|
1620 | 1622 | },
|
|
1648 | 1650 | "DRIVE_WARN_ON_EXTERNAL_SHARING",
|
1649 | 1651 | "ALERT",
|
1650 | 1652 | "RULE_ACTIVATE",
|
1651 |
| - "RULE_DEACTIVATE" |
| 1653 | + "RULE_DEACTIVATE", |
| 1654 | + "DELETE_WEBPROTECT_EVIDENCE" |
1652 | 1655 | ],
|
1653 | 1656 | "enumDescriptions": [
|
1654 | 1657 | "Action type is unspecified.",
|
1655 | 1658 | "Block sharing a file externally.",
|
1656 | 1659 | "Show a warning message when sharing a file externally.",
|
1657 | 1660 | "Send alert.",
|
1658 | 1661 | "Activate Rule Action",
|
1659 |
| - "Deactivate Rule Action" |
| 1662 | + "Deactivate Rule Action", |
| 1663 | + "Chrome actions Delete web protect evidence file" |
1660 | 1664 | ],
|
1661 | 1665 | "type": "string"
|
1662 | 1666 | },
|
|
1866 | 1870 | },
|
1867 | 1871 | "type": "object"
|
1868 | 1872 | },
|
| 1873 | + "TransferError": { |
| 1874 | + "description": "Details for an invalid transfer or forward.", |
| 1875 | + "id": "TransferError", |
| 1876 | + "properties": { |
| 1877 | + "email": { |
| 1878 | + "description": "User's email address. This may be unavailable if the entity was deleted.", |
| 1879 | + "type": "string" |
| 1880 | + }, |
| 1881 | + "entityType": { |
| 1882 | + "description": "Type of entity being transferred to. For ring group members, this should always be USER.", |
| 1883 | + "enum": [ |
| 1884 | + "TRANSFER_ENTITY_TYPE_UNSPECIFIED", |
| 1885 | + "TRANSFER_AUTO_ATTENDANT", |
| 1886 | + "TRANSFER_RING_GROUP", |
| 1887 | + "TRANSFER_USER" |
| 1888 | + ], |
| 1889 | + "enumDescriptions": [ |
| 1890 | + "Entity type wasn't set.", |
| 1891 | + "Transfer to auto attendant.", |
| 1892 | + "Transfer to ring group.", |
| 1893 | + "Transfer to user." |
| 1894 | + ], |
| 1895 | + "type": "string" |
| 1896 | + }, |
| 1897 | + "id": { |
| 1898 | + "description": "Ring group or auto attendant ID. Not set for users.", |
| 1899 | + "type": "string" |
| 1900 | + }, |
| 1901 | + "invalidReason": { |
| 1902 | + "description": "Reason for the error.", |
| 1903 | + "enum": [ |
| 1904 | + "TRANSFER_INVALID_REASON_UNSPECIFIED", |
| 1905 | + "TRANSFER_TARGET_DELETED", |
| 1906 | + "UNLICENSED", |
| 1907 | + "SUSPENDED", |
| 1908 | + "NO_PHONE_NUMBER" |
| 1909 | + ], |
| 1910 | + "enumDescriptions": [ |
| 1911 | + "Reason wasn't specified.", |
| 1912 | + "The transfer target can't be found—most likely it was deleted.", |
| 1913 | + "The user's Google Voice license was removed.", |
| 1914 | + "The user's Google Workspace account was suspended.", |
| 1915 | + "The transfer target no longer has a phone number. This reason should become deprecated once we support numberless transfer." |
| 1916 | + ], |
| 1917 | + "type": "string" |
| 1918 | + }, |
| 1919 | + "name": { |
| 1920 | + "description": "User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted.", |
| 1921 | + "type": "string" |
| 1922 | + } |
| 1923 | + }, |
| 1924 | + "type": "object" |
| 1925 | + }, |
| 1926 | + "TransferMisconfiguration": { |
| 1927 | + "description": "Error related to transferring or forwarding a phone call.", |
| 1928 | + "id": "TransferMisconfiguration", |
| 1929 | + "properties": { |
| 1930 | + "errors": { |
| 1931 | + "description": "Details for each invalid transfer or forward.", |
| 1932 | + "items": { |
| 1933 | + "$ref": "TransferError" |
| 1934 | + }, |
| 1935 | + "type": "array" |
| 1936 | + } |
| 1937 | + }, |
| 1938 | + "type": "object" |
| 1939 | + }, |
1869 | 1940 | "UndeleteAlertRequest": {
|
1870 | 1941 | "description": "A request to undelete a specific alert that was marked for deletion.",
|
1871 | 1942 | "id": "UndeleteAlertRequest",
|
|
1917 | 1988 | }
|
1918 | 1989 | },
|
1919 | 1990 | "type": "object"
|
| 1991 | + }, |
| 1992 | + "VoiceMisconfiguration": { |
| 1993 | + "description": "An alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.", |
| 1994 | + "id": "VoiceMisconfiguration", |
| 1995 | + "properties": { |
| 1996 | + "entityName": { |
| 1997 | + "description": "Name of the entity whose configuration is now invalid.", |
| 1998 | + "type": "string" |
| 1999 | + }, |
| 2000 | + "entityType": { |
| 2001 | + "description": "Type of the entity whose configuration is now invalid.", |
| 2002 | + "enum": [ |
| 2003 | + "ENTITY_TYPE_UNSPECIFIED", |
| 2004 | + "AUTO_ATTENDANT", |
| 2005 | + "RING_GROUP" |
| 2006 | + ], |
| 2007 | + "enumDescriptions": [ |
| 2008 | + "Entity type wasn't set.", |
| 2009 | + "Invalid auto attendant.", |
| 2010 | + "Invalid ring group." |
| 2011 | + ], |
| 2012 | + "type": "string" |
| 2013 | + }, |
| 2014 | + "fixUri": { |
| 2015 | + "description": "Link that the admin can follow to fix the issue.", |
| 2016 | + "type": "string" |
| 2017 | + }, |
| 2018 | + "membersMisconfiguration": { |
| 2019 | + "$ref": "TransferMisconfiguration", |
| 2020 | + "description": "Issue(s) with members of a ring group." |
| 2021 | + }, |
| 2022 | + "transferMisconfiguration": { |
| 2023 | + "$ref": "TransferMisconfiguration", |
| 2024 | + "description": "Issue(s) with transferring or forwarding to an external entity." |
| 2025 | + }, |
| 2026 | + "voicemailMisconfiguration": { |
| 2027 | + "$ref": "VoicemailMisconfiguration", |
| 2028 | + "description": "Issue(s) with sending to voicemail." |
| 2029 | + } |
| 2030 | + }, |
| 2031 | + "type": "object" |
| 2032 | + }, |
| 2033 | + "VoicemailMisconfiguration": { |
| 2034 | + "description": "Issue(s) with sending to voicemail.", |
| 2035 | + "id": "VoicemailMisconfiguration", |
| 2036 | + "properties": { |
| 2037 | + "errors": { |
| 2038 | + "description": "Issue(s) with voicemail recipients.", |
| 2039 | + "items": { |
| 2040 | + "$ref": "VoicemailRecipientError" |
| 2041 | + }, |
| 2042 | + "type": "array" |
| 2043 | + } |
| 2044 | + }, |
| 2045 | + "type": "object" |
| 2046 | + }, |
| 2047 | + "VoicemailRecipientError": { |
| 2048 | + "description": "Issue(s) with a voicemail recipient.", |
| 2049 | + "id": "VoicemailRecipientError", |
| 2050 | + "properties": { |
| 2051 | + "email": { |
| 2052 | + "description": "Email address of the invalid recipient. This may be unavailable if the recipient was deleted.", |
| 2053 | + "type": "string" |
| 2054 | + }, |
| 2055 | + "invalidReason": { |
| 2056 | + "description": "Reason for the error.", |
| 2057 | + "enum": [ |
| 2058 | + "EMAIL_INVALID_REASON_UNSPECIFIED", |
| 2059 | + "OUT_OF_QUOTA", |
| 2060 | + "RECIPIENT_DELETED" |
| 2061 | + ], |
| 2062 | + "enumDescriptions": [ |
| 2063 | + "Reason wasn't specified.", |
| 2064 | + "User can't receive emails due to insufficient quota.", |
| 2065 | + "All recipients were deleted." |
| 2066 | + ], |
| 2067 | + "type": "string" |
| 2068 | + } |
| 2069 | + }, |
| 2070 | + "type": "object" |
1920 | 2071 | }
|
1921 | 2072 | },
|
1922 | 2073 | "servicePath": "",
|
|
0 commit comments