Skip to content

Commit f443d68

Browse files
feat(alertcenter): update the api
#### alertcenter:v1beta1 The following keys were added: - schemas.ActionInfo (Total Keys: 2) - schemas.RuleViolationInfo.properties.triggeredActionInfo (Total Keys: 2)
1 parent 64047e0 commit f443d68

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20210123",
426+
"revision": "20210303",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AccountWarning": {
@@ -441,8 +441,14 @@
441441
},
442442
"type": "object"
443443
},
444+
"ActionInfo": {
445+
"description": "Metadata related to the action.",
446+
"id": "ActionInfo",
447+
"properties": {},
448+
"type": "object"
449+
},
444450
"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.",
446452
"id": "ActivityRule",
447453
"properties": {
448454
"actionNames": {
@@ -979,7 +985,7 @@
979985
"type": "object"
980986
},
981987
"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.",
983989
"id": "GoogleOperations",
984990
"properties": {
985991
"affectedUserEmails": {
@@ -991,14 +997,14 @@
991997
},
992998
"attachmentData": {
993999
"$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."
9951001
},
9961002
"description": {
9971003
"description": "A detailed, freeform incident description.",
9981004
"type": "string"
9991005
},
10001006
"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.",
10021008
"type": "string"
10031009
},
10041010
"title": {
@@ -1232,7 +1238,7 @@
12321238
"type": "object"
12331239
},
12341240
"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.",
12361242
"id": "RuleViolationInfo",
12371243
"properties": {
12381244
"dataSource": {
@@ -1304,6 +1310,13 @@
13041310
],
13051311
"type": "string"
13061312
},
1313+
"triggeredActionInfo": {
1314+
"description": "Metadata related to the triggered actions.",
1315+
"items": {
1316+
"$ref": "ActionInfo"
1317+
},
1318+
"type": "array"
1319+
},
13071320
"triggeredActionTypes": {
13081321
"description": "Actions applied as a consequence of the rule being triggered.",
13091322
"items": {

0 commit comments

Comments
 (0)