@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.2.20260219 → 0.2.20260223
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 -1
- 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: 20260223
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -465,6 +465,8 @@ declare namespace gapi.client {
|
|
|
465
465
|
eventType?: string;
|
|
466
466
|
/** 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. */
|
|
467
467
|
maxRetentionAllowed?: string;
|
|
468
|
+
/** Min duration of retention allowed from the DSPM retention control. This field is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION. */
|
|
469
|
+
minRetentionAllowed?: string;
|
|
468
470
|
}
|
|
469
471
|
interface Dataset {
|
|
470
472
|
/** The user defined display name of dataset, e.g. plants-dataset */
|
|
@@ -1542,6 +1544,8 @@ declare namespace gapi.client {
|
|
|
1542
1544
|
eventType?: string;
|
|
1543
1545
|
/** 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. */
|
|
1544
1546
|
maxRetentionAllowed?: string;
|
|
1547
|
+
/** Min duration of retention allowed from the DSPM retention control. This field is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION. */
|
|
1548
|
+
minRetentionAllowed?: string;
|
|
1545
1549
|
}
|
|
1546
1550
|
interface GoogleCloudSecuritycenterV2Dataset {
|
|
1547
1551
|
/** The user defined display name of dataset, e.g. plants-dataset */
|