|
423 | 423 | }
|
424 | 424 | }
|
425 | 425 | },
|
426 |
| - "revision": "20210123", |
| 426 | + "revision": "20210303", |
427 | 427 | "rootUrl": "https://alertcenter.googleapis.com/",
|
428 | 428 | "schemas": {
|
429 | 429 | "AccountWarning": {
|
|
441 | 441 | },
|
442 | 442 | "type": "object"
|
443 | 443 | },
|
| 444 | + "ActionInfo": { |
| 445 | + "description": "Metadata related to the action.", |
| 446 | + "id": "ActionInfo", |
| 447 | + "properties": {}, |
| 448 | + "type": "object" |
| 449 | + }, |
444 | 450 | "ActivityRule": {
|
445 |
| - "description": "Alerts from G Suite Security Center rules service configured by admin.", |
| 451 | + "description": "Alerts from Google Workspace Security Center rules service configured by an admin.", |
446 | 452 | "id": "ActivityRule",
|
447 | 453 | "properties": {
|
448 | 454 | "actionNames": {
|
|
979 | 985 | "type": "object"
|
980 | 986 | },
|
981 | 987 | "GoogleOperations": {
|
982 |
| - "description": "An incident reported by Google Operations for a G Suite application.", |
| 988 | + "description": "An incident reported by Google Operations for a Google Workspace application.", |
983 | 989 | "id": "GoogleOperations",
|
984 | 990 | "properties": {
|
985 | 991 | "affectedUserEmails": {
|
|
991 | 997 | },
|
992 | 998 | "attachmentData": {
|
993 | 999 | "$ref": "Attachment",
|
994 |
| - "description": "Optional. Application-specific data for an incident, provided when the G Suite application which reported the incident cannot be completely restored to a valid state." |
| 1000 | + "description": "Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state." |
995 | 1001 | },
|
996 | 1002 | "description": {
|
997 | 1003 | "description": "A detailed, freeform incident description.",
|
998 | 1004 | "type": "string"
|
999 | 1005 | },
|
1000 | 1006 | "header": {
|
1001 |
| - "description": "A header to display above the incident message. Typcially used to attach a localized notice on the timeline for followup comms translations.", |
| 1007 | + "description": "A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations.", |
1002 | 1008 | "type": "string"
|
1003 | 1009 | },
|
1004 | 1010 | "title": {
|
|
1232 | 1238 | "type": "object"
|
1233 | 1239 | },
|
1234 | 1240 | "RuleViolationInfo": {
|
1235 |
| - "description": "Common alert information about violated rules that are configured by G Suite administrators.", |
| 1241 | + "description": "Common alert information about violated rules that are configured by Google Workspace administrators.", |
1236 | 1242 | "id": "RuleViolationInfo",
|
1237 | 1243 | "properties": {
|
1238 | 1244 | "dataSource": {
|
|
1304 | 1310 | ],
|
1305 | 1311 | "type": "string"
|
1306 | 1312 | },
|
| 1313 | + "triggeredActionInfo": { |
| 1314 | + "description": "Metadata related to the triggered actions.", |
| 1315 | + "items": { |
| 1316 | + "$ref": "ActionInfo" |
| 1317 | + }, |
| 1318 | + "type": "array" |
| 1319 | + }, |
1307 | 1320 | "triggeredActionTypes": {
|
1308 | 1321 | "description": "Actions applied as a consequence of the rule being triggered.",
|
1309 | 1322 | "items": {
|
|
0 commit comments