@maxim_mazurok/gapi.client.securitycenter-v1 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=v1
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 Asset {
@@ -169,25 +169,25 @@ declare namespace gapi.client {
169
169
  logType?: string;
170
170
  }
171
171
  interface BackupDisasterRecovery {
172
- /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, backup-server-57137”. */
172
+ /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, `backup-server-57137`. */
173
173
  appliance?: string;
174
- /** 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”. */
174
+ /** 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`. */
175
175
  applications?: string[];
176
176
  /** The timestamp at which the Backup and DR backup was created. */
177
177
  backupCreateTime?: string;
178
- /** 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”. */
178
+ /** 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`. */
179
179
  backupTemplate?: string;
180
- /** The backup type of the Backup and DR image. For example, Snapshot”, Remote Snapshot”, OnVault”. */
180
+ /** The backup type of the Backup and DR image. For example, `Snapshot`, `Remote Snapshot`, `OnVault`. */
181
181
  backupType?: string;
182
- /** 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”. */
182
+ /** 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`. */
183
183
  host?: string;
184
- /** 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”. */
184
+ /** 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`. */
185
185
  policies?: string[];
186
- /** 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”. */
186
+ /** 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`. */
187
187
  policyOptions?: string[];
188
- /** 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”. */
188
+ /** 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`. */
189
189
  profile?: string;
190
- /** 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”. */
190
+ /** 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`. */
191
191
  storagePool?: string;
192
192
  }
193
193
  interface BatchCreateResourceValueConfigsRequest {
@@ -638,6 +638,10 @@ declare namespace gapi.client {
638
638
  interface GoogleCloudSecuritycenterV1ExternalSystem {
639
639
  /** References primary/secondary etc assignees in the external system. */
640
640
  assignees?: string[];
641
+ /** The time when the case was closed, as reported by the external system. */
642
+ caseCloseTime?: string;
643
+ /** The time when the case was created, as reported by the external system. */
644
+ caseCreateTime?: string;
641
645
  /** The priority of the finding's corresponding case in the external system. */
642
646
  casePriority?: string;
643
647
  /** The SLA of the finding's corresponding case in the external system. */
@@ -866,9 +870,9 @@ declare namespace gapi.client {
866
870
  version?: string;
867
871
  }
868
872
  interface GoogleCloudSecuritycenterV2Application {
869
- /** 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 */
873
+ /** The base URI that identifies the network location of the application in which the vulnerability was detected. For example, `http://example.com`. */
870
874
  baseUri?: string;
871
- /** 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 */
875
+ /** The full URI with payload that could be used to reproduce the vulnerability. For example, `http://example.com?p=aMmYgI6H`. */
872
876
  fullUri?: string;
873
877
  }
874
878
  interface GoogleCloudSecuritycenterV2AttackExposure {
@@ -888,25 +892,25 @@ declare namespace gapi.client {
888
892
  state?: string;
889
893
  }
890
894
  interface GoogleCloudSecuritycenterV2BackupDisasterRecovery {
891
- /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, backup-server-57137”. */
895
+ /** The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, `backup-server-57137`. */
892
896
  appliance?: string;
893
- /** 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”. */
897
+ /** 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`. */
894
898
  applications?: string[];
895
899
  /** The timestamp at which the Backup and DR backup was created. */
896
900
  backupCreateTime?: string;
897
- /** 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”. */
901
+ /** 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`. */
898
902
  backupTemplate?: string;
899
- /** The backup type of the Backup and DR image. For example, Snapshot”, Remote Snapshot”, OnVault”. */
903
+ /** The backup type of the Backup and DR image. For example, `Snapshot`, `Remote Snapshot`, `OnVault`. */
900
904
  backupType?: string;
901
- /** 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”. */
905
+ /** 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`. */
902
906
  host?: string;
903
- /** 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”. */
907
+ /** 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`. */
904
908
  policies?: string[];
905
- /** 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”. */
909
+ /** 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`. */
906
910
  policyOptions?: string[];
907
- /** 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”. */
911
+ /** 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`. */
908
912
  profile?: string;
909
- /** 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”. */
913
+ /** 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`. */
910
914
  storagePool?: string;
911
915
  }
912
916
  interface GoogleCloudSecuritycenterV2BigQueryExport {
@@ -1091,6 +1095,10 @@ declare namespace gapi.client {
1091
1095
  interface GoogleCloudSecuritycenterV2ExternalSystem {
1092
1096
  /** References primary/secondary etc assignees in the external system. */
1093
1097
  assignees?: string[];
1098
+ /** The time when the case was closed, as reported by the external system. */
1099
+ caseCloseTime?: string;
1100
+ /** The time when the case was created, as reported by the external system. */
1101
+ caseCreateTime?: string;
1094
1102
  /** The priority of the finding's corresponding case in the external system. */
1095
1103
  casePriority?: string;
1096
1104
  /** The SLA of the finding's corresponding case in the external system. */
@@ -1379,9 +1387,9 @@ declare namespace gapi.client {
1379
1387
  ns?: string;
1380
1388
  }
1381
1389
  interface GoogleCloudSecuritycenterV2PolicyDriftDetails {
1382
- /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892}`. */
1390
+ /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892"}`. */
1383
1391
  detectedValue?: string;
1384
- /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892}`. */
1392
+ /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892"}`. */
1385
1393
  expectedValue?: string;
1386
1394
  /** The name of the updated field, for example constraint.implementation.policy_rules[0].enforce */
1387
1395
  field?: string;
@@ -1904,9 +1912,9 @@ declare namespace gapi.client {
1904
1912
  version?: number;
1905
1913
  }
1906
1914
  interface PolicyDriftDetails {
1907
- /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892}`. */
1915
+ /** The detected value that violates the deployed posture, for example, `false` or `allowed_values={"projects/22831892"}`. */
1908
1916
  detectedValue?: string;
1909
- /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892}`. */
1917
+ /** The value of this field that was configured in a posture, for example, `true` or `allowed_values={"projects/29831892"}`. */
1910
1918
  expectedValue?: string;
1911
1919
  /** The name of the updated field, for example constraint.implementation.policy_rules[0].enforce */
1912
1920
  field?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1",
3
- "version": "0.0.20240213",
3
+ "version": "0.0.20240302",
4
4
  "description": "TypeScript typings for Security Command Center API v1",
5
5
  "repository": {
6
6
  "type": "git",