@maxim_mazurok/gapi.client.securitycenter-v1 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260223
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -569,6 +569,8 @@ declare namespace gapi.client {
|
|
|
569
569
|
eventType?: string;
|
|
570
570
|
/** 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. */
|
|
571
571
|
maxRetentionAllowed?: string;
|
|
572
|
+
/** 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. */
|
|
573
|
+
minRetentionAllowed?: string;
|
|
572
574
|
}
|
|
573
575
|
interface Dataset {
|
|
574
576
|
/** The user defined display name of dataset, e.g. plants-dataset */
|
|
@@ -1675,6 +1677,8 @@ declare namespace gapi.client {
|
|
|
1675
1677
|
eventType?: string;
|
|
1676
1678
|
/** 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. */
|
|
1677
1679
|
maxRetentionAllowed?: string;
|
|
1680
|
+
/** 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. */
|
|
1681
|
+
minRetentionAllowed?: string;
|
|
1678
1682
|
}
|
|
1679
1683
|
interface GoogleCloudSecuritycenterV2Dataset {
|
|
1680
1684
|
/** The user defined display name of dataset, e.g. plants-dataset */
|