Skip to content

Commit 547eb4a

Browse files
feat(alertcenter): update the api
#### alertcenter:v1beta1 The following keys were deleted: - schemas.AbuseDetected (Total Keys: 8) - schemas.Entity (Total Keys: 13)
1 parent c546cc6 commit 547eb4a

File tree

1 file changed

+1
-79
lines changed

1 file changed

+1
-79
lines changed

googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json

Lines changed: 1 addition & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -423,40 +423,9 @@
423423
}
424424
}
425425
},
426-
"revision": "20230206",
426+
"revision": "20230216",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"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-
},
460429
"AccountSuspensionDetails": {
461430
"description": "Details about why an account is receiving an account suspension warning.",
462431
"id": "AccountSuspensionDetails",
@@ -1142,53 +1111,6 @@
11421111
"properties": {},
11431112
"type": "object"
11441113
},
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-
},
11921114
"GmailMessageInfo": {
11931115
"description": "Details of a message in phishing spike alert.",
11941116
"id": "GmailMessageInfo",

0 commit comments

Comments
 (0)