@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250616 → 0.0.20250707

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +5 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
12
- // Revision: 20250616
12
+ // Revision: 20250707
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1958,6 +1958,8 @@ declare namespace gapi.client {
1958
1958
  pid?: string;
1959
1959
  /** 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. */
1960
1960
  script?: GoogleCloudSecuritycenterV2File;
1961
+ /** The ID of the user that executed the process. E.g. If this is the root user this will always be 0. */
1962
+ userId?: string;
1961
1963
  }
1962
1964
  interface GoogleCloudSecuritycenterV2ProcessSignature {
1963
1965
  /** Signature indicating that a binary family was matched. */
@@ -2395,6 +2397,8 @@ declare namespace gapi.client {
2395
2397
  pid?: string;
2396
2398
  /** 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. */
2397
2399
  script?: File;
2400
+ /** The ID of the user that executed the process. E.g. If this is the root user this will always be 0. */
2401
+ userId?: string;
2398
2402
  }
2399
2403
  interface ProcessSignature {
2400
2404
  /** Signature indicating that a binary family was matched. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20250616",
3
+ "version": "0.0.20250707",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",