Skip to content

Commit d3c6642

Browse files
chore(securitycenter): update the api
1 parent c06723d commit d3c6642

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

googleapiclient/discovery_cache/documents/securitycenter.v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@
18161816
}
18171817
}
18181818
},
1819-
"revision": "20211015",
1819+
"revision": "20211029",
18201820
"rootUrl": "https://securitycenter.googleapis.com/",
18211821
"schemas": {
18221822
"Asset": {
@@ -2188,14 +2188,16 @@
21882188
"THREAT",
21892189
"VULNERABILITY",
21902190
"MISCONFIGURATION",
2191-
"OBSERVATION"
2191+
"OBSERVATION",
2192+
"SCC_ERROR"
21922193
],
21932194
"enumDescriptions": [
21942195
"Unspecified finding class.",
21952196
"Describes unwanted or malicious activity.",
21962197
"Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability.",
21972198
"Describes a potential weakness in cloud resource/asset configuration that increases risk.",
2198-
"Describes a security observation that is for informational purposes."
2199+
"Describes a security observation that is for informational purposes.",
2200+
"Describes an error that prevents some SCC functionality."
21992201
],
22002202
"type": "string"
22012203
},

googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
}
897897
}
898898
},
899-
"revision": "20211015",
899+
"revision": "20211029",
900900
"rootUrl": "https://securitycenter.googleapis.com/",
901901
"schemas": {
902902
"Asset": {
@@ -1259,14 +1259,16 @@
12591259
"THREAT",
12601260
"VULNERABILITY",
12611261
"MISCONFIGURATION",
1262-
"OBSERVATION"
1262+
"OBSERVATION",
1263+
"SCC_ERROR"
12631264
],
12641265
"enumDescriptions": [
12651266
"Unspecified finding class.",
12661267
"Describes unwanted or malicious activity.",
12671268
"Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability.",
12681269
"Describes a potential weakness in cloud resource/asset configuration that increases risk.",
1269-
"Describes a security observation that is for informational purposes."
1270+
"Describes a security observation that is for informational purposes.",
1271+
"Describes an error that prevents some SCC functionality."
12701272
],
12711273
"type": "string"
12721274
},

googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@
13281328
}
13291329
}
13301330
},
1331-
"revision": "20211015",
1331+
"revision": "20211029",
13321332
"rootUrl": "https://securitycenter.googleapis.com/",
13331333
"schemas": {
13341334
"Config": {
@@ -1673,14 +1673,16 @@
16731673
"THREAT",
16741674
"VULNERABILITY",
16751675
"MISCONFIGURATION",
1676-
"OBSERVATION"
1676+
"OBSERVATION",
1677+
"SCC_ERROR"
16771678
],
16781679
"enumDescriptions": [
16791680
"Unspecified finding class.",
16801681
"Describes unwanted or malicious activity.",
16811682
"Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability.",
16821683
"Describes a potential weakness in cloud resource/asset configuration that increases risk.",
1683-
"Describes a security observation that is for informational purposes."
1684+
"Describes a security observation that is for informational purposes.",
1685+
"Describes an error that prevents some SCC functionality."
16841686
],
16851687
"type": "string"
16861688
},

0 commit comments

Comments
 (0)