Skip to content

Commit c2209ae

Browse files
feat(securitycenter): update the API
#### securitycenter:v1beta1 The following keys were added: - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.description - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.format - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.type - schemas.Process.properties.userId.description - schemas.Process.properties.userId.format - schemas.Process.properties.userId.type #### securitycenter:v1beta2 The following keys were added: - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.description - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.format - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.type - schemas.Process.properties.userId.description - schemas.Process.properties.userId.format - schemas.Process.properties.userId.type #### securitycenter:v1 The following keys were added: - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.description - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.format - schemas.GoogleCloudSecuritycenterV2Process.properties.userId.type - schemas.Process.properties.userId.description - schemas.Process.properties.userId.format - schemas.Process.properties.userId.type
1 parent 1e5ca36 commit c2209ae

File tree

7 files changed

+58
-4
lines changed

7 files changed

+58
-4
lines changed

‎discovery/securitycenter-v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5938,7 +5938,7 @@
59385938
}
59395939
}
59405940
},
5941-
"revision": "20250616",
5941+
"revision": "20250625",
59425942
"rootUrl": "https://securitycenter.googleapis.com/",
59435943
"schemas": {
59445944
"Access": {
@@ -12820,6 +12820,11 @@
1282012820
"script": {
1282112821
"$ref": "GoogleCloudSecuritycenterV2File",
1282212822
"description": "When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter."
12823+
},
12824+
"userId": {
12825+
"description": "The ID of the user that executed the process. E.g. If this is the root user this will always be 0.",
12826+
"format": "int64",
12827+
"type": "string"
1282312828
}
1282412829
},
1282512830
"type": "object"
@@ -15442,6 +15447,11 @@
1544215447
"script": {
1544315448
"$ref": "File",
1544415449
"description": "When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter."
15450+
},
15451+
"userId": {
15452+
"description": "The ID of the user that executed the process. E.g. If this is the root user this will always be 0.",
15453+
"format": "int64",
15454+
"type": "string"
1544515455
}
1544615456
},
1544715457
"type": "object"

‎discovery/securitycenter-v1beta1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250616",
916+
"revision": "20250625",
917917
"rootUrl": "https://securitycenter.googleapis.com/",
918918
"schemas": {
919919
"Access": {
@@ -7490,6 +7490,11 @@
74907490
"script": {
74917491
"$ref": "GoogleCloudSecuritycenterV2File",
74927492
"description": "When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter."
7493+
},
7494+
"userId": {
7495+
"description": "The ID of the user that executed the process. E.g. If this is the root user this will always be 0.",
7496+
"format": "int64",
7497+
"type": "string"
74937498
}
74947499
},
74957500
"type": "object"
@@ -9767,6 +9772,11 @@
97679772
"script": {
97689773
"$ref": "File",
97699774
"description": "When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter."
9775+
},
9776+
"userId": {
9777+
"description": "The ID of the user that executed the process. E.g. If this is the root user this will always be 0.",
9778+
"format": "int64",
9779+
"type": "string"
97709780
}
97719781
},
97729782
"type": "object"

‎discovery/securitycenter-v1beta2.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@
20032003
}
20042004
}
20052005
},
2006-
"revision": "20250616",
2006+
"revision": "20250625",
20072007
"rootUrl": "https://securitycenter.googleapis.com/",
20082008
"schemas": {
20092009
"Access": {
@@ -8483,6 +8483,11 @@
84838483
"script": {
84848484
"$ref": "GoogleCloudSecuritycenterV2File",
84858485
"description": "When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter."
8486+
},
8487+
"userId": {
8488+
"description": "The ID of the user that executed the process. E.g. If this is the root user this will always be 0.",
8489+
"format": "int64",
8490+
"type": "string"
84868491
}
84878492
},
84888493
"type": "object"
@@ -10426,6 +10431,11 @@
1042610431
"script": {
1042710432
"$ref": "File",
1042810433
"description": "When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter."
10434+
},
10435+
"userId": {
10436+
"description": "The ID of the user that executed the process. E.g. If this is the root user this will always be 0.",
10437+
"format": "int64",
10438+
"type": "string"
1042910439
}
1043010440
},
1043110441
"type": "object"

‎src/apis/securitycenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/securitycenter/v1.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4452,6 +4452,10 @@ export namespace securitycenter_v1 {
44524452
* When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter.
44534453
*/
44544454
script?: Schema$GoogleCloudSecuritycenterV2File;
4455+
/**
4456+
* The ID of the user that executed the process. E.g. If this is the root user this will always be 0.
4457+
*/
4458+
userId?: string | null;
44554459
}
44564460
/**
44574461
* Indicates what signature matched this process.
@@ -5869,6 +5873,10 @@ export namespace securitycenter_v1 {
58695873
* When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter.
58705874
*/
58715875
script?: Schema$File;
5876+
/**
5877+
* The ID of the user that executed the process. E.g. If this is the root user this will always be 0.
5878+
*/
5879+
userId?: string | null;
58725880
}
58735881
/**
58745882
* Indicates what signature matched this process.

‎src/apis/securitycenter/v1beta1.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4258,6 +4258,10 @@ export namespace securitycenter_v1beta1 {
42584258
* When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter.
42594259
*/
42604260
script?: Schema$GoogleCloudSecuritycenterV2File;
4261+
/**
4262+
* The ID of the user that executed the process. E.g. If this is the root user this will always be 0.
4263+
*/
4264+
userId?: string | null;
42614265
}
42624266
/**
42634267
* Indicates what signature matched this process.
@@ -5422,6 +5426,10 @@ export namespace securitycenter_v1beta1 {
54225426
* When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter.
54235427
*/
54245428
script?: Schema$File;
5429+
/**
5430+
* The ID of the user that executed the process. E.g. If this is the root user this will always be 0.
5431+
*/
5432+
userId?: string | null;
54255433
}
54265434
/**
54275435
* Indicates what signature matched this process.

‎src/apis/securitycenter/v1beta2.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4169,6 +4169,10 @@ export namespace securitycenter_v1beta2 {
41694169
* When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter.
41704170
*/
41714171
script?: Schema$GoogleCloudSecuritycenterV2File;
4172+
/**
4173+
* The ID of the user that executed the process. E.g. If this is the root user this will always be 0.
4174+
*/
4175+
userId?: string | null;
41724176
}
41734177
/**
41744178
* Indicates what signature matched this process.
@@ -5088,6 +5092,10 @@ export namespace securitycenter_v1beta2 {
50885092
* When the process represents the invocation of a script, `binary` provides information about the interpreter, while `script` provides information about the script file provided to the interpreter.
50895093
*/
50905094
script?: Schema$File;
5095+
/**
5096+
* The ID of the user that executed the process. E.g. If this is the root user this will always be 0.
5097+
*/
5098+
userId?: string | null;
50915099
}
50925100
/**
50935101
* Indicates what signature matched this process.

0 commit comments

Comments
 (0)