@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.3.20260605 → 0.3.20260619

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 +19 -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: 20260605
12
+ // Revision: 20260619
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -459,6 +459,7 @@ declare namespace gapi.client {
459
459
  loadBalancerFirewallPolicy?: string;
460
460
  networkEndpointGroup?: string;
461
461
  networkIngressFirewallPolicy?: string;
462
+ networkPathInsightsGenerationTime?: string;
462
463
  privateIpAddress?: string;
463
464
  privatePort?: string;
464
465
  pscNetworkAttachment?: string;
@@ -541,6 +542,7 @@ declare namespace gapi.client {
541
542
  | 'SECRET';
542
543
  groupMemberships?: GroupMembership[];
543
544
  iamBindings?: IamBinding[];
545
+ iamDetails?: GoogleCloudSecuritycenterV1IamDetails;
544
546
  indicator?: Indicator;
545
547
  ipRules?: IpRules;
546
548
  job?: Job;
@@ -671,6 +673,13 @@ declare namespace gapi.client {
671
673
  status?: string;
672
674
  ticketInfo?: TicketInfo;
673
675
  }
676
+ interface GoogleCloudSecuritycenterV1IamDetails {
677
+ iamRolePermissions?: GoogleCloudSecuritycenterV1IamRolePermission[];
678
+ }
679
+ interface GoogleCloudSecuritycenterV1IamRolePermission {
680
+ name?: string;
681
+ role?: string;
682
+ }
674
683
  interface GoogleCloudSecuritycenterV1MuteConfig {
675
684
  createTime?: string;
676
685
  description?: string;
@@ -1245,6 +1254,7 @@ declare namespace gapi.client {
1245
1254
  loadBalancerFirewallPolicy?: string;
1246
1255
  networkEndpointGroup?: string;
1247
1256
  networkIngressFirewallPolicy?: string;
1257
+ networkPathInsightsGenerationTime?: string;
1248
1258
  privateIpAddress?: string;
1249
1259
  privatePort?: string;
1250
1260
  pscNetworkAttachment?: string;
@@ -1341,6 +1351,7 @@ declare namespace gapi.client {
1341
1351
  | 'SECRET';
1342
1352
  groupMemberships?: GoogleCloudSecuritycenterV2GroupMembership[];
1343
1353
  iamBindings?: GoogleCloudSecuritycenterV2IamBinding[];
1354
+ iamDetails?: GoogleCloudSecuritycenterV2IamDetails;
1344
1355
  indicator?: GoogleCloudSecuritycenterV2Indicator;
1345
1356
  ipRules?: GoogleCloudSecuritycenterV2IpRules;
1346
1357
  job?: GoogleCloudSecuritycenterV2Job;
@@ -1418,6 +1429,13 @@ declare namespace gapi.client {
1418
1429
  member?: string;
1419
1430
  role?: string;
1420
1431
  }
1432
+ interface GoogleCloudSecuritycenterV2IamDetails {
1433
+ iamRolePermissions?: GoogleCloudSecuritycenterV2IamRolePermission[];
1434
+ }
1435
+ interface GoogleCloudSecuritycenterV2IamRolePermission {
1436
+ name?: string;
1437
+ role?: string;
1438
+ }
1421
1439
  interface GoogleCloudSecuritycenterV2Indicator {
1422
1440
  domains?: string[];
1423
1441
  ipAddresses?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.3.20260605",
3
+ "version": "0.3.20260619",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",