Skip to content

Commit c54ebfe

Browse files
yoshi-automationsofisl
authored andcommitted
fix(securitycenter): update the API
#### securitycenter:v1beta1 The following keys were changed: - schemas.GcpMetadata.description - schemas.GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enum - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enumDescriptions - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enum - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enumDescriptions - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enumDescriptions - schemas.MitreAttack.properties.additionalTechniques.items.enum - schemas.MitreAttack.properties.additionalTechniques.items.enumDescriptions - schemas.MitreAttack.properties.primaryTechniques.items.enum - schemas.MitreAttack.properties.primaryTechniques.items.enumDescriptions - schemas.VulnerabilitySnapshot.properties.cloudProvider.enumDescriptions #### securitycenter:v1 The following keys were changed: - schemas.EffectiveEventThreatDetectionCustomModule.properties.cloudProvider.enumDescriptions - schemas.GcpMetadata.description - schemas.GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enum - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enumDescriptions - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enum - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enumDescriptions - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enumDescriptions - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enumDescriptions - schemas.MitreAttack.properties.additionalTechniques.items.enum - schemas.MitreAttack.properties.additionalTechniques.items.enumDescriptions - schemas.MitreAttack.properties.primaryTechniques.items.enum - schemas.MitreAttack.properties.primaryTechniques.items.enumDescriptions - schemas.Resource.properties.cloudProvider.enumDescriptions - schemas.Simulation.properties.cloudProvider.enumDescriptions - schemas.VulnerabilitySnapshot.properties.cloudProvider.enumDescriptions
1 parent 0b88b86 commit c54ebfe

File tree

4 files changed

+37
-21
lines changed

4 files changed

+37
-21
lines changed

discovery/securitycenter-v1.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5938,7 +5938,7 @@
59385938
}
59395939
}
59405940
},
5941-
"revision": "20250625",
5941+
"revision": "20250707",
59425942
"rootUrl": "https://securitycenter.googleapis.com/",
59435943
"schemas": {
59445944
"Access": {
@@ -7535,7 +7535,7 @@
75357535
],
75367536
"enumDescriptions": [
75377537
"Unspecified cloud provider.",
7538-
"Google Cloud Platform.",
7538+
"Google Cloud.",
75397539
"Amazon Web Services.",
75407540
"Microsoft Azure."
75417541
],
@@ -8235,7 +8235,7 @@
82358235
"type": "object"
82368236
},
82378237
"GcpMetadata": {
8238-
"description": "GCP metadata associated with the resource, only applicable if the finding's cloud provider is Google Cloud Platform.",
8238+
"description": "Google Cloud metadata associated with the resource. Only applicable if the finding's cloud provider is Google Cloud.",
82398239
"id": "GcpMetadata",
82408240
"properties": {
82418241
"folders": {
@@ -8453,7 +8453,7 @@
84538453
],
84548454
"enumDescriptions": [
84558455
"Unspecified cloud provider.",
8456-
"Google Cloud Platform.",
8456+
"Google Cloud.",
84578457
"Amazon Web Services.",
84588458
"Microsoft Azure."
84598459
],
@@ -8666,7 +8666,7 @@
86668666
],
86678667
"enumDescriptions": [
86688668
"The cloud provider is unspecified.",
8669-
"The cloud provider is Google Cloud Platform.",
8669+
"The cloud provider is Google Cloud.",
86708670
"The cloud provider is Amazon Web Services.",
86718671
"The cloud provider is Microsoft Azure."
86728672
],
@@ -8759,7 +8759,7 @@
87598759
],
87608760
"enumDescriptions": [
87618761
"The cloud provider is unspecified.",
8762-
"The cloud provider is Google Cloud Platform.",
8762+
"The cloud provider is Google Cloud.",
87638763
"The cloud provider is Amazon Web Services.",
87648764
"The cloud provider is Microsoft Azure."
87658765
],
@@ -11960,6 +11960,7 @@
1196011960
"CREDENTIALS_FROM_PASSWORD_STORES",
1196111961
"MODIFY_AUTHENTICATION_PROCESS",
1196211962
"PLUGGABLE_AUTHENTICATION_MODULES",
11963+
"MULTI_FACTOR_AUTHENTICATION",
1196311964
"IMPAIR_DEFENSES",
1196411965
"DISABLE_OR_MODIFY_TOOLS",
1196511966
"INDICATOR_BLOCKING",
@@ -12099,6 +12100,7 @@
1209912100
"T1555",
1210012101
"T1556",
1210112102
"T1556.003",
12103+
"T1556.006",
1210212104
"T1562",
1210312105
"T1562.001",
1210412106
"T1562.006",
@@ -12283,6 +12285,7 @@
1228312285
"CREDENTIALS_FROM_PASSWORD_STORES",
1228412286
"MODIFY_AUTHENTICATION_PROCESS",
1228512287
"PLUGGABLE_AUTHENTICATION_MODULES",
12288+
"MULTI_FACTOR_AUTHENTICATION",
1228612289
"IMPAIR_DEFENSES",
1228712290
"DISABLE_OR_MODIFY_TOOLS",
1228812291
"INDICATOR_BLOCKING",
@@ -12422,6 +12425,7 @@
1242212425
"T1555",
1242312426
"T1556",
1242412427
"T1556.003",
12428+
"T1556.006",
1242512429
"T1562",
1242612430
"T1562.001",
1242712431
"T1562.006",
@@ -12922,7 +12926,7 @@
1292212926
],
1292312927
"enumDescriptions": [
1292412928
"The cloud provider is unspecified.",
12925-
"The cloud provider is Google Cloud Platform.",
12929+
"The cloud provider is Google Cloud.",
1292612930
"The cloud provider is Amazon Web Services.",
1292712931
"The cloud provider is Microsoft Azure."
1292812932
],
@@ -13034,7 +13038,7 @@
1303413038
],
1303513039
"enumDescriptions": [
1303613040
"The cloud provider is unspecified.",
13037-
"The cloud provider is Google Cloud Platform.",
13041+
"The cloud provider is Google Cloud.",
1303813042
"The cloud provider is Amazon Web Services.",
1303913043
"The cloud provider is Microsoft Azure."
1304013044
],
@@ -14512,6 +14516,7 @@
1451214516
"CREDENTIALS_FROM_PASSWORD_STORES",
1451314517
"MODIFY_AUTHENTICATION_PROCESS",
1451414518
"PLUGGABLE_AUTHENTICATION_MODULES",
14519+
"MULTI_FACTOR_AUTHENTICATION",
1451514520
"IMPAIR_DEFENSES",
1451614521
"DISABLE_OR_MODIFY_TOOLS",
1451714522
"INDICATOR_BLOCKING",
@@ -14651,6 +14656,7 @@
1465114656
"T1555",
1465214657
"T1556",
1465314658
"T1556.003",
14659+
"T1556.006",
1465414660
"T1562",
1465514661
"T1562.001",
1465614662
"T1562.006",
@@ -14835,6 +14841,7 @@
1483514841
"CREDENTIALS_FROM_PASSWORD_STORES",
1483614842
"MODIFY_AUTHENTICATION_PROCESS",
1483714843
"PLUGGABLE_AUTHENTICATION_MODULES",
14844+
"MULTI_FACTOR_AUTHENTICATION",
1483814845
"IMPAIR_DEFENSES",
1483914846
"DISABLE_OR_MODIFY_TOOLS",
1484014847
"INDICATOR_BLOCKING",
@@ -14974,6 +14981,7 @@
1497414981
"T1555",
1497514982
"T1556",
1497614983
"T1556.003",
14984+
"T1556.006",
1497714985
"T1562",
1497814986
"T1562.001",
1497914987
"T1562.006",
@@ -15549,7 +15557,7 @@
1554915557
],
1555015558
"enumDescriptions": [
1555115559
"The cloud provider is unspecified.",
15552-
"The cloud provider is Google Cloud Platform.",
15560+
"The cloud provider is Google Cloud.",
1555315561
"The cloud provider is Amazon Web Services.",
1555415562
"The cloud provider is Microsoft Azure."
1555515563
],
@@ -16031,7 +16039,7 @@
1603116039
],
1603216040
"enumDescriptions": [
1603316041
"The cloud provider is unspecified.",
16034-
"The cloud provider is Google Cloud Platform.",
16042+
"The cloud provider is Google Cloud.",
1603516043
"The cloud provider is Amazon Web Services.",
1603616044
"The cloud provider is Microsoft Azure."
1603716045
],
@@ -16422,7 +16430,7 @@
1642216430
],
1642316431
"enumDescriptions": [
1642416432
"The cloud provider is unspecified.",
16425-
"The cloud provider is Google Cloud Platform.",
16433+
"The cloud provider is Google Cloud.",
1642616434
"The cloud provider is Amazon Web Services.",
1642716435
"The cloud provider is Microsoft Azure."
1642816436
],

discovery/securitycenter-v1beta1.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250625",
916+
"revision": "20250707",
917917
"rootUrl": "https://securitycenter.googleapis.com/",
918918
"schemas": {
919919
"Access": {
@@ -2824,7 +2824,7 @@
28242824
"type": "object"
28252825
},
28262826
"GcpMetadata": {
2827-
"description": "GCP metadata associated with the resource, only applicable if the finding's cloud provider is Google Cloud Platform.",
2827+
"description": "Google Cloud metadata associated with the resource. Only applicable if the finding's cloud provider is Google Cloud.",
28282828
"id": "GcpMetadata",
28292829
"properties": {
28302830
"folders": {
@@ -3042,7 +3042,7 @@
30423042
],
30433043
"enumDescriptions": [
30443044
"Unspecified cloud provider.",
3045-
"Google Cloud Platform.",
3045+
"Google Cloud.",
30463046
"Amazon Web Services.",
30473047
"Microsoft Azure."
30483048
],
@@ -3255,7 +3255,7 @@
32553255
],
32563256
"enumDescriptions": [
32573257
"The cloud provider is unspecified.",
3258-
"The cloud provider is Google Cloud Platform.",
3258+
"The cloud provider is Google Cloud.",
32593259
"The cloud provider is Amazon Web Services.",
32603260
"The cloud provider is Microsoft Azure."
32613261
],
@@ -3348,7 +3348,7 @@
33483348
],
33493349
"enumDescriptions": [
33503350
"The cloud provider is unspecified.",
3351-
"The cloud provider is Google Cloud Platform.",
3351+
"The cloud provider is Google Cloud.",
33523352
"The cloud provider is Amazon Web Services.",
33533353
"The cloud provider is Microsoft Azure."
33543354
],
@@ -6630,6 +6630,7 @@
66306630
"CREDENTIALS_FROM_PASSWORD_STORES",
66316631
"MODIFY_AUTHENTICATION_PROCESS",
66326632
"PLUGGABLE_AUTHENTICATION_MODULES",
6633+
"MULTI_FACTOR_AUTHENTICATION",
66336634
"IMPAIR_DEFENSES",
66346635
"DISABLE_OR_MODIFY_TOOLS",
66356636
"INDICATOR_BLOCKING",
@@ -6769,6 +6770,7 @@
67696770
"T1555",
67706771
"T1556",
67716772
"T1556.003",
6773+
"T1556.006",
67726774
"T1562",
67736775
"T1562.001",
67746776
"T1562.006",
@@ -6953,6 +6955,7 @@
69536955
"CREDENTIALS_FROM_PASSWORD_STORES",
69546956
"MODIFY_AUTHENTICATION_PROCESS",
69556957
"PLUGGABLE_AUTHENTICATION_MODULES",
6958+
"MULTI_FACTOR_AUTHENTICATION",
69566959
"IMPAIR_DEFENSES",
69576960
"DISABLE_OR_MODIFY_TOOLS",
69586961
"INDICATOR_BLOCKING",
@@ -7092,6 +7095,7 @@
70927095
"T1555",
70937096
"T1556",
70947097
"T1556.003",
7098+
"T1556.006",
70957099
"T1562",
70967100
"T1562.001",
70977101
"T1562.006",
@@ -7592,7 +7596,7 @@
75927596
],
75937597
"enumDescriptions": [
75947598
"The cloud provider is unspecified.",
7595-
"The cloud provider is Google Cloud Platform.",
7599+
"The cloud provider is Google Cloud.",
75967600
"The cloud provider is Amazon Web Services.",
75977601
"The cloud provider is Microsoft Azure."
75987602
],
@@ -7704,7 +7708,7 @@
77047708
],
77057709
"enumDescriptions": [
77067710
"The cloud provider is unspecified.",
7707-
"The cloud provider is Google Cloud Platform.",
7711+
"The cloud provider is Google Cloud.",
77087712
"The cloud provider is Amazon Web Services.",
77097713
"The cloud provider is Microsoft Azure."
77107714
],
@@ -8901,6 +8905,7 @@
89018905
"CREDENTIALS_FROM_PASSWORD_STORES",
89028906
"MODIFY_AUTHENTICATION_PROCESS",
89038907
"PLUGGABLE_AUTHENTICATION_MODULES",
8908+
"MULTI_FACTOR_AUTHENTICATION",
89048909
"IMPAIR_DEFENSES",
89058910
"DISABLE_OR_MODIFY_TOOLS",
89068911
"INDICATOR_BLOCKING",
@@ -9040,6 +9045,7 @@
90409045
"T1555",
90419046
"T1556",
90429047
"T1556.003",
9048+
"T1556.006",
90439049
"T1562",
90449050
"T1562.001",
90459051
"T1562.006",
@@ -9224,6 +9230,7 @@
92249230
"CREDENTIALS_FROM_PASSWORD_STORES",
92259231
"MODIFY_AUTHENTICATION_PROCESS",
92269232
"PLUGGABLE_AUTHENTICATION_MODULES",
9233+
"MULTI_FACTOR_AUTHENTICATION",
92279234
"IMPAIR_DEFENSES",
92289235
"DISABLE_OR_MODIFY_TOOLS",
92299236
"INDICATOR_BLOCKING",
@@ -9363,6 +9370,7 @@
93639370
"T1555",
93649371
"T1556",
93659372
"T1556.003",
9373+
"T1556.006",
93669374
"T1562",
93679375
"T1562.001",
93689376
"T1562.006",
@@ -10407,7 +10415,7 @@
1040710415
],
1040810416
"enumDescriptions": [
1040910417
"The cloud provider is unspecified.",
10410-
"The cloud provider is Google Cloud Platform.",
10418+
"The cloud provider is Google Cloud.",
1041110419
"The cloud provider is Amazon Web Services.",
1041210420
"The cloud provider is Microsoft Azure."
1041310421
],

src/apis/securitycenter/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ export namespace securitycenter_v1 {
17001700
resourceFolderDisplayName?: string | null;
17011701
}
17021702
/**
1703-
* GCP metadata associated with the resource, only applicable if the finding's cloud provider is Google Cloud Platform.
1703+
* Google Cloud metadata associated with the resource. Only applicable if the finding's cloud provider is Google Cloud.
17041704
*/
17051705
export interface Schema$GcpMetadata {
17061706
/**

src/apis/securitycenter/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ export namespace securitycenter_v1beta1 {
14481448
resourceFolderDisplayName?: string | null;
14491449
}
14501450
/**
1451-
* GCP metadata associated with the resource, only applicable if the finding's cloud provider is Google Cloud Platform.
1451+
* Google Cloud metadata associated with the resource. Only applicable if the finding's cloud provider is Google Cloud.
14521452
*/
14531453
export interface Schema$GcpMetadata {
14541454
/**

0 commit comments

Comments
 (0)