@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.4.20260619 → 0.4.20260710

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 +53 -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: 20260619
12
+ // Revision: 20260710
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -66,12 +66,24 @@ declare namespace gapi.client {
66
66
  interface AffectedResources {
67
67
  count?: string;
68
68
  }
69
+ interface Agent {
70
+ displayName?: string;
71
+ id?: string;
72
+ }
73
+ interface AgentAnomaly {
74
+ confidenceScore?: number;
75
+ detectorReferences?: DetectorReference[];
76
+ invocationReferences?: InvocationReference[];
77
+ }
69
78
  interface AgentDataAccessEvent {
70
79
  eventId?: string;
71
80
  eventTime?: string;
72
81
  operation?: 'OPERATION_UNSPECIFIED' | 'READ' | 'MOVE' | 'COPY';
73
82
  principalSubject?: string;
74
83
  }
84
+ interface AgentSession {
85
+ sessionId?: string;
86
+ }
75
87
  interface AiModel {
76
88
  deploymentPlatform?:
77
89
  | 'DEPLOYMENT_PLATFORM_UNSPECIFIED'
@@ -365,6 +377,14 @@ declare namespace gapi.client {
365
377
  binary?: string;
366
378
  percentPagesMatched?: number;
367
379
  }
380
+ interface DetectorReference {
381
+ detectorId?: string;
382
+ displayName?: string;
383
+ explanation?: string;
384
+ recommendation?: string;
385
+ severity?:
386
+ 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH' | 'MEDIUM' | 'LOW';
387
+ }
368
388
  interface DiscoveredWorkload {
369
389
  confidence?: 'CONFIDENCE_UNSPECIFIED' | 'CONFIDENCE_HIGH';
370
390
  detectedRelevantHardware?: boolean;
@@ -464,7 +484,10 @@ declare namespace gapi.client {
464
484
  interface Finding {
465
485
  access?: Access;
466
486
  affectedResources?: AffectedResources;
487
+ agent?: Agent;
488
+ agentAnomaly?: AgentAnomaly;
467
489
  agentDataAccessEvents?: AgentDataAccessEvent[];
490
+ agentSessions?: AgentSession[];
468
491
  aiModel?: AiModel;
469
492
  application?: Application;
470
493
  artifactGuardPolicies?: ArtifactGuardPolicies;
@@ -843,12 +866,24 @@ declare namespace gapi.client {
843
866
  interface GoogleCloudSecuritycenterV2AffectedResources {
844
867
  count?: string;
845
868
  }
869
+ interface GoogleCloudSecuritycenterV2Agent {
870
+ displayName?: string;
871
+ id?: string;
872
+ }
873
+ interface GoogleCloudSecuritycenterV2AgentAnomaly {
874
+ confidenceScore?: number;
875
+ detectorReferences?: GoogleCloudSecuritycenterV2DetectorReference[];
876
+ invocationReferences?: GoogleCloudSecuritycenterV2InvocationReference[];
877
+ }
846
878
  interface GoogleCloudSecuritycenterV2AgentDataAccessEvent {
847
879
  eventId?: string;
848
880
  eventTime?: string;
849
881
  operation?: 'OPERATION_UNSPECIFIED' | 'READ' | 'MOVE' | 'COPY';
850
882
  principalSubject?: string;
851
883
  }
884
+ interface GoogleCloudSecuritycenterV2AgentSession {
885
+ sessionId?: string;
886
+ }
852
887
  interface GoogleCloudSecuritycenterV2AiModel {
853
888
  deploymentPlatform?:
854
889
  | 'DEPLOYMENT_PLATFORM_UNSPECIFIED'
@@ -1130,6 +1165,14 @@ declare namespace gapi.client {
1130
1165
  binary?: string;
1131
1166
  percentPagesMatched?: number;
1132
1167
  }
1168
+ interface GoogleCloudSecuritycenterV2DetectorReference {
1169
+ detectorId?: string;
1170
+ displayName?: string;
1171
+ explanation?: string;
1172
+ recommendation?: string;
1173
+ severity?:
1174
+ 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH' | 'MEDIUM' | 'LOW';
1175
+ }
1133
1176
  interface GoogleCloudSecuritycenterV2DiscoveredWorkload {
1134
1177
  confidence?: 'CONFIDENCE_UNSPECIFIED' | 'CONFIDENCE_HIGH';
1135
1178
  detectedRelevantHardware?: boolean;
@@ -1224,7 +1267,10 @@ declare namespace gapi.client {
1224
1267
  interface GoogleCloudSecuritycenterV2Finding {
1225
1268
  access?: GoogleCloudSecuritycenterV2Access;
1226
1269
  affectedResources?: GoogleCloudSecuritycenterV2AffectedResources;
1270
+ agent?: GoogleCloudSecuritycenterV2Agent;
1271
+ agentAnomaly?: GoogleCloudSecuritycenterV2AgentAnomaly;
1227
1272
  agentDataAccessEvents?: GoogleCloudSecuritycenterV2AgentDataAccessEvent[];
1273
+ agentSessions?: GoogleCloudSecuritycenterV2AgentSession[];
1228
1274
  aiModel?: GoogleCloudSecuritycenterV2AiModel;
1229
1275
  application?: GoogleCloudSecuritycenterV2Application;
1230
1276
  artifactGuardPolicies?: GoogleCloudSecuritycenterV2ArtifactGuardPolicies;
@@ -1365,6 +1411,9 @@ declare namespace gapi.client {
1365
1411
  sensitivityScore?: GoogleCloudSecuritycenterV2SensitivityScore;
1366
1412
  version?: string;
1367
1413
  }
1414
+ interface GoogleCloudSecuritycenterV2InvocationReference {
1415
+ invocationId?: string;
1416
+ }
1368
1417
  interface GoogleCloudSecuritycenterV2IpRule {
1369
1418
  portRanges?: GoogleCloudSecuritycenterV2PortRange[];
1370
1419
  protocol?: string;
@@ -2203,6 +2252,9 @@ declare namespace gapi.client {
2203
2252
  sensitivityScore?: SensitivityScore;
2204
2253
  version?: string;
2205
2254
  }
2255
+ interface InvocationReference {
2256
+ invocationId?: string;
2257
+ }
2206
2258
  interface IpRule {
2207
2259
  portRanges?: PortRange[];
2208
2260
  protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.4.20260619",
3
+ "version": "0.4.20260710",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",