@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250218 → 0.0.20250228
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.
- package/index.d.ts +5 -5
- 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:
|
|
12
|
+
// Revision: 20250228
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -391,7 +391,7 @@ declare namespace gapi.client {
|
|
|
391
391
|
eventDetectionTime?: string;
|
|
392
392
|
/** Type of the DRD event. */
|
|
393
393
|
eventType?: string;
|
|
394
|
-
/** Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user
|
|
394
|
+
/** Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user sets the max TTL for a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the max_retention_allowed is 90 days. */
|
|
395
395
|
maxRetentionAllowed?: string;
|
|
396
396
|
}
|
|
397
397
|
interface Denied {
|
|
@@ -413,7 +413,7 @@ declare namespace gapi.client {
|
|
|
413
413
|
percentPagesMatched?: number;
|
|
414
414
|
}
|
|
415
415
|
interface Disk {
|
|
416
|
-
/** The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-id/zones/zone-id/disks/disk-id". */
|
|
416
|
+
/** The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-id}/zones/{zone-id}/disks/{disk-id}". */
|
|
417
417
|
name?: string;
|
|
418
418
|
}
|
|
419
419
|
interface DiskPath {
|
|
@@ -1265,7 +1265,7 @@ declare namespace gapi.client {
|
|
|
1265
1265
|
eventDetectionTime?: string;
|
|
1266
1266
|
/** Type of the DRD event. */
|
|
1267
1267
|
eventType?: string;
|
|
1268
|
-
/** Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user
|
|
1268
|
+
/** Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user sets the max TTL for a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the max_retention_allowed is 90 days. */
|
|
1269
1269
|
maxRetentionAllowed?: string;
|
|
1270
1270
|
}
|
|
1271
1271
|
interface GoogleCloudSecuritycenterV2Denied {
|
|
@@ -1279,7 +1279,7 @@ declare namespace gapi.client {
|
|
|
1279
1279
|
percentPagesMatched?: number;
|
|
1280
1280
|
}
|
|
1281
1281
|
interface GoogleCloudSecuritycenterV2Disk {
|
|
1282
|
-
/** The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-id/zones/zone-id/disks/disk-id". */
|
|
1282
|
+
/** The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-id}/zones/{zone-id}/disks/{disk-id}". */
|
|
1283
1283
|
name?: string;
|
|
1284
1284
|
}
|
|
1285
1285
|
interface GoogleCloudSecuritycenterV2DiskPath {
|