@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240213 → 0.0.20240302

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 +35 -27
  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: 20240213
12
+ // Revision: 20240302
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -69,9 +69,9 @@ declare namespace gapi.client {
69
69
  version?: string;
70
70
  }
71
71
  interface Application {
72
- /** The base URI that identifies the network location of the application in which the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com, http://11.22.33.44:8080 */
72
+ /** The base URI that identifies the network location of the application in which the vulnerability was detected. For example, `http://example.com`. */
73
73
  baseUri?: string;
74
- /** The full URI with payload that can be used to reproduce the vulnerability. Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=aMmYgI6H */
74
+ /** The full URI with payload that can be used to reproduce the vulnerability. For example, `http://example.com?p=aMmYgI6H`. */
75
75
  fullUri?: string;
76
76
  }
77
77
  interface AttackExposure {
@@ -91,25 +91,25 @@ declare namespace gapi.client {
91
91
  state?: string;
92
92
  }
93
93
  interface BackupDisasterRecovery {
94
- /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, backup-server-57137”. */
94
+ /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, `backup-server-57137`. */
95
95
  appliance?: string;
96
- /** The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”. */
96
+ /** The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`. */
97
97
  applications?: string[];
98
98
  /** The timestamp at which the Backup and DR backup was created. */
99
99
  backupCreateTime?: string;
100
- /** The name of a Backup and DR template which comprises one or more backup policies. See the [Backup and DR documentation](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information. For example, snap-ov”. */
100
+ /** The name of a Backup and DR template which comprises one or more backup policies. See the [Backup and DR documentation](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information. For example, `snap-ov`. */
101
101
  backupTemplate?: string;
102
- /** The backup type of the Backup and DR image. For example, Snapshot”, Remote Snapshot”, OnVault”. */
102
+ /** The backup type of the Backup and DR image. For example, `Snapshot`, `Remote Snapshot`, `OnVault`. */
103
103
  backupType?: string;
104
- /** The name of a Backup and DR host, which is managed by the backup and recovery appliance and known to the management console. The host can be of type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.), vCenter, or an ESX server. See the [Backup and DR documentation on hosts](https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-applications) for more information. For example, centos7-01”. */
104
+ /** The name of a Backup and DR host, which is managed by the backup and recovery appliance and known to the management console. The host can be of type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.), vCenter, or an ESX server. See the [Backup and DR documentation on hosts](https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-applications) for more information. For example, `centos7-01`. */
105
105
  host?: string;
106
- /** The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, onvaults”. */
106
+ /** The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, `onvaults`. */
107
107
  policies?: string[];
108
- /** The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, skipofflineappsincongrp, nounmap”. */
108
+ /** The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, `skipofflineappsincongrp, nounmap`. */
109
109
  policyOptions?: string[];
110
- /** The name of the Backup and DR resource profile that specifies the storage media for backups of application and VM data. See the [Backup and DR documentation on profiles](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#profile). For example, GCP”. */
110
+ /** The name of the Backup and DR resource profile that specifies the storage media for backups of application and VM data. See the [Backup and DR documentation on profiles](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#profile). For example, `GCP`. */
111
111
  profile?: string;
112
- /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, DiskPoolOne”. */
112
+ /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`. */
113
113
  storagePool?: string;
114
114
  }
115
115
  interface CloudDlpDataProfile {
@@ -512,6 +512,10 @@ declare namespace gapi.client {
512
512
  interface GoogleCloudSecuritycenterV1ExternalSystem {
513
513
  /** References primary/secondary etc assignees in the external system. */
514
514
  assignees?: string[];
515
+ /** The time when the case was closed, as reported by the external system. */
516
+ caseCloseTime?: string;
517
+ /** The time when the case was created, as reported by the external system. */
518
+ caseCreateTime?: string;
515
519
  /** The priority of the finding's corresponding case in the external system. */
516
520
  casePriority?: string;
517
521
  /** The SLA of the finding's corresponding case in the external system. */
@@ -740,9 +744,9 @@ declare namespace gapi.client {
740
744
  version?: string;
741
745
  }
742
746
  interface GoogleCloudSecuritycenterV2Application {
743
- /** The base URI that identifies the network location of the application in which the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com, http://11.22.33.44:8080 */
747
+ /** The base URI that identifies the network location of the application in which the vulnerability was detected. For example, `http://example.com`. */
744
748
  baseUri?: string;
745
- /** The full URI with payload that could be used to reproduce the vulnerability. Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=aMmYgI6H */
749
+ /** The full URI with payload that could be used to reproduce the vulnerability. For example, `http://example.com?p=aMmYgI6H`. */
746
750
  fullUri?: string;
747
751
  }
748
752
  interface GoogleCloudSecuritycenterV2AttackExposure {
@@ -762,25 +766,25 @@ declare namespace gapi.client {
762
766
  state?: string;
763
767
  }
764
768
  interface GoogleCloudSecuritycenterV2BackupDisasterRecovery {
765
- /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, backup-server-57137”. */
769
+ /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, `backup-server-57137`. */
766
770
  appliance?: string;
767
- /** The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”. */
771
+ /** The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`. */
768
772
  applications?: string[];
769
773
  /** The timestamp at which the Backup and DR backup was created. */
770
774
  backupCreateTime?: string;
771
- /** The name of a Backup and DR template which comprises one or more backup policies. See the [Backup and DR documentation](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information. For example, snap-ov”. */
775
+ /** The name of a Backup and DR template which comprises one or more backup policies. See the [Backup and DR documentation](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information. For example, `snap-ov`. */
772
776
  backupTemplate?: string;
773
- /** The backup type of the Backup and DR image. For example, Snapshot”, Remote Snapshot”, OnVault”. */
777
+ /** The backup type of the Backup and DR image. For example, `Snapshot`, `Remote Snapshot`, `OnVault`. */
774
778
  backupType?: string;
775
- /** The name of a Backup and DR host, which is managed by the backup and recovery appliance and known to the management console. The host can be of type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.), vCenter, or an ESX server. See the [Backup and DR documentation on hosts](https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-applications) for more information. For example, centos7-01”. */
779
+ /** The name of a Backup and DR host, which is managed by the backup and recovery appliance and known to the management console. The host can be of type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.), vCenter, or an ESX server. See the [Backup and DR documentation on hosts](https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-applications) for more information. For example, `centos7-01`. */
776
780
  host?: string;
777
- /** The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, onvaults”. */
781
+ /** The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, `onvaults`. */
778
782
  policies?: string[];
779
- /** The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, skipofflineappsincongrp, nounmap”. */
783
+ /** The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, `skipofflineappsincongrp, nounmap`. */
780
784
  policyOptions?: string[];
781
- /** The name of the Backup and DR resource profile that specifies the storage media for backups of application and VM data. See the [Backup and DR documentation on profiles](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#profile). For example, GCP”. */
785
+ /** The name of the Backup and DR resource profile that specifies the storage media for backups of application and VM data. See the [Backup and DR documentation on profiles](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#profile). For example, `GCP`. */
782
786
  profile?: string;
783
- /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, DiskPoolOne”. */
787
+ /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`. */
784
788
  storagePool?: string;
785
789
  }
786
790
  interface GoogleCloudSecuritycenterV2BigQueryExport {
@@ -965,6 +969,10 @@ declare namespace gapi.client {
965
969
  interface GoogleCloudSecuritycenterV2ExternalSystem {
966
970
  /** References primary/secondary etc assignees in the external system. */
967
971
  assignees?: string[];
972
+ /** The time when the case was closed, as reported by the external system. */
973
+ caseCloseTime?: string;
974
+ /** The time when the case was created, as reported by the external system. */
975
+ caseCreateTime?: string;
968
976
  /** The priority of the finding's corresponding case in the external system. */
969
977
  casePriority?: string;
970
978
  /** The SLA of the finding's corresponding case in the external system. */
@@ -1253,9 +1261,9 @@ declare namespace gapi.client {
1253
1261
  ns?: string;
1254
1262
  }
1255
1263
  interface GoogleCloudSecuritycenterV2PolicyDriftDetails {
1256
- /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892}`. */
1264
+ /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892"}`. */
1257
1265
  detectedValue?: string;
1258
- /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892}`. */
1266
+ /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892"}`. */
1259
1267
  expectedValue?: string;
1260
1268
  /** The name of the updated field, for example constraint.implementation.policy_rules[0].enforce */
1261
1269
  field?: string;
@@ -1550,9 +1558,9 @@ declare namespace gapi.client {
1550
1558
  ns?: string;
1551
1559
  }
1552
1560
  interface PolicyDriftDetails {
1553
- /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892}`. */
1561
+ /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892"}`. */
1554
1562
  detectedValue?: string;
1555
- /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892}`. */
1563
+ /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892"}`. */
1556
1564
  expectedValue?: string;
1557
1565
  /** The name of the updated field, for example constraint.implementation.policy_rules[0].enforce */
1558
1566
  field?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20240213",
3
+ "version": "0.0.20240302",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",