|
423 | 423 | }
|
424 | 424 | }
|
425 | 425 | },
|
426 |
| - "revision": "20230206", |
| 426 | + "revision": "20230216", |
427 | 427 | "rootUrl": "https://alertcenter.googleapis.com/",
|
428 | 428 | "schemas": {
|
429 |
| - "AbuseDetected": { |
430 |
| - "description": "A generic alert for abusive user activity occurring with a customer.", |
431 |
| - "id": "AbuseDetected", |
432 |
| - "properties": { |
433 |
| - "additionalDetails": { |
434 |
| - "$ref": "EntityList", |
435 |
| - "description": "List of abusive users/entities to be displayed in a table in the alert." |
436 |
| - }, |
437 |
| - "alertDescriptor": { |
438 |
| - "description": "Displayed after Customer abuse detected - {alert_descriptor}. If missing, alert name will be displayed as Customer abuse detected.", |
439 |
| - "type": "string" |
440 |
| - }, |
441 |
| - "nextSteps": { |
442 |
| - "description": "Customizable text to display in the next steps section of the alert. Will be parsed as HTML to allow new paragraphs and hyperlinks.", |
443 |
| - "type": "string" |
444 |
| - }, |
445 |
| - "product": { |
446 |
| - "description": "Product that the abuse is originating from.", |
447 |
| - "type": "string" |
448 |
| - }, |
449 |
| - "subAlertId": { |
450 |
| - "description": "Unique identifier of each alert that is onboarded.", |
451 |
| - "type": "string" |
452 |
| - }, |
453 |
| - "summary": { |
454 |
| - "description": "Customizable text to display in the summary section of the alert. Will be parsed as HTML to allow new paragraphs and hyperlinks.", |
455 |
| - "type": "string" |
456 |
| - } |
457 |
| - }, |
458 |
| - "type": "object" |
459 |
| - }, |
460 | 429 | "AccountSuspensionDetails": {
|
461 | 430 | "description": "Details about why an account is receiving an account suspension warning.",
|
462 | 431 | "id": "AccountSuspensionDetails",
|
|
1142 | 1111 | "properties": {},
|
1143 | 1112 | "type": "object"
|
1144 | 1113 | },
|
1145 |
| - "Entity": { |
1146 |
| - "description": "Individual entity affected by, or related to, an alert.", |
1147 |
| - "id": "Entity", |
1148 |
| - "properties": { |
1149 |
| - "link": { |
1150 |
| - "description": "Link to a Security Investigation Tool search based on this entity, if available.", |
1151 |
| - "type": "string" |
1152 |
| - }, |
1153 |
| - "name": { |
1154 |
| - "description": "Human-readable name of this entity, such as an email address, file ID, or device name.", |
1155 |
| - "type": "string" |
1156 |
| - }, |
1157 |
| - "values": { |
1158 |
| - "description": "Extra values beyond name. The order of values should align with headers in EntityList.", |
1159 |
| - "items": { |
1160 |
| - "type": "string" |
1161 |
| - }, |
1162 |
| - "type": "array" |
1163 |
| - } |
1164 |
| - }, |
1165 |
| - "type": "object" |
1166 |
| - }, |
1167 |
| - "EntityList": { |
1168 |
| - "description": "EntityList stores entities in a format that can be translated to a table in the Alert Center UI.", |
1169 |
| - "id": "EntityList", |
1170 |
| - "properties": { |
1171 |
| - "entities": { |
1172 |
| - "description": "List of entities affected by the alert.", |
1173 |
| - "items": { |
1174 |
| - "$ref": "Entity" |
1175 |
| - }, |
1176 |
| - "type": "array" |
1177 |
| - }, |
1178 |
| - "headers": { |
1179 |
| - "description": "Headers of the values in entities. If no value is defined in Entity, this field should be empty.", |
1180 |
| - "items": { |
1181 |
| - "type": "string" |
1182 |
| - }, |
1183 |
| - "type": "array" |
1184 |
| - }, |
1185 |
| - "name": { |
1186 |
| - "description": "Name of the key detail used to display this entity list.", |
1187 |
| - "type": "string" |
1188 |
| - } |
1189 |
| - }, |
1190 |
| - "type": "object" |
1191 |
| - }, |
1192 | 1114 | "GmailMessageInfo": {
|
1193 | 1115 | "description": "Details of a message in phishing spike alert.",
|
1194 | 1116 | "id": "GmailMessageInfo",
|
|
0 commit comments