Skip to content

Commit 0a137f3

Browse files
feat(securitycenter): update the api
#### securitycenter:v1 The following keys were added: - schemas.DataRetentionDeletionEvent (Total Keys: 9) - schemas.Finding.properties.dataRetentionDeletionEvents (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2DataRetentionDeletionEvent (Total Keys: 9) - schemas.GoogleCloudSecuritycenterV2Finding.properties.dataRetentionDeletionEvents (Total Keys: 2) #### securitycenter:v1beta1 The following keys were added: - schemas.DataRetentionDeletionEvent (Total Keys: 9) - schemas.Finding.properties.dataRetentionDeletionEvents (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2DataRetentionDeletionEvent (Total Keys: 9) - schemas.GoogleCloudSecuritycenterV2Finding.properties.dataRetentionDeletionEvents (Total Keys: 2) #### securitycenter:v1beta2 The following keys were added: - schemas.DataRetentionDeletionEvent (Total Keys: 9) - schemas.Finding.properties.dataRetentionDeletionEvents (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2DataRetentionDeletionEvent (Total Keys: 9) - schemas.GoogleCloudSecuritycenterV2Finding.properties.dataRetentionDeletionEvents (Total Keys: 2)
1 parent 024a0ec commit 0a137f3

9 files changed

+409
-3
lines changed

docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.customModules.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,14 @@ <h3>Method Details</h3>
768768
&quot;violatedLocation&quot;: &quot;A String&quot;, # Non-compliant location of the principal or the data destination.
769769
},
770770
],
771+
&quot;dataRetentionDeletionEvents&quot;: [ # Data retention deletion events associated with the finding.
772+
{ # Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
773+
&quot;dataObjectCount&quot;: &quot;A String&quot;, # Number of objects that violated the policy for this resource. If the number is less than 1,000, then the value of this field is the exact number. If the number of objects that violated the policy is greater than or equal to 1,000, then the value of this field is 1000.
774+
&quot;eventDetectionTime&quot;: &quot;A String&quot;, # Timestamp indicating when the event was detected.
775+
&quot;eventType&quot;: &quot;A String&quot;, # Type of the DRD event.
776+
&quot;maxRetentionAllowed&quot;: &quot;A String&quot;, # 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 set 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.
777+
},
778+
],
771779
&quot;database&quot;: { # Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided. # Database associated with the finding.
772780
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the database that the user connected to.
773781
&quot;grantees&quot;: [ # The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change.

docs/dyn/securitycenter_v1.folders.sources.findings.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,14 @@ <h3>Method Details</h3>
337337
&quot;violatedLocation&quot;: &quot;A String&quot;, # Non-compliant location of the principal or the data destination.
338338
},
339339
],
340+
&quot;dataRetentionDeletionEvents&quot;: [ # Data retention deletion events associated with the finding.
341+
{ # Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
342+
&quot;dataObjectCount&quot;: &quot;A String&quot;, # Number of objects that violated the policy for this resource. If the number is less than 1,000, then the value of this field is the exact number. If the number of objects that violated the policy is greater than or equal to 1,000, then the value of this field is 1000.
343+
&quot;eventDetectionTime&quot;: &quot;A String&quot;, # Timestamp indicating when the event was detected.
344+
&quot;eventType&quot;: &quot;A String&quot;, # Type of the DRD event.
345+
&quot;maxRetentionAllowed&quot;: &quot;A String&quot;, # 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 set 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.
346+
},
347+
],
340348
&quot;database&quot;: { # Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided. # Database associated with the finding.
341349
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the database that the user connected to.
342350
&quot;grantees&quot;: [ # The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change.
@@ -1003,6 +1011,14 @@ <h3>Method Details</h3>
10031011
&quot;violatedLocation&quot;: &quot;A String&quot;, # Non-compliant location of the principal or the data destination.
10041012
},
10051013
],
1014+
&quot;dataRetentionDeletionEvents&quot;: [ # Data retention deletion events associated with the finding.
1015+
{ # Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
1016+
&quot;dataObjectCount&quot;: &quot;A String&quot;, # Number of objects that violated the policy for this resource. If the number is less than 1,000, then the value of this field is the exact number. If the number of objects that violated the policy is greater than or equal to 1,000, then the value of this field is 1000.
1017+
&quot;eventDetectionTime&quot;: &quot;A String&quot;, # Timestamp indicating when the event was detected.
1018+
&quot;eventType&quot;: &quot;A String&quot;, # Type of the DRD event.
1019+
&quot;maxRetentionAllowed&quot;: &quot;A String&quot;, # 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 set 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.
1020+
},
1021+
],
10061022
&quot;database&quot;: { # Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided. # Database associated with the finding.
10071023
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the database that the user connected to.
10081024
&quot;grantees&quot;: [ # The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change.
@@ -1583,6 +1599,14 @@ <h3>Method Details</h3>
15831599
&quot;violatedLocation&quot;: &quot;A String&quot;, # Non-compliant location of the principal or the data destination.
15841600
},
15851601
],
1602+
&quot;dataRetentionDeletionEvents&quot;: [ # Data retention deletion events associated with the finding.
1603+
{ # Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
1604+
&quot;dataObjectCount&quot;: &quot;A String&quot;, # Number of objects that violated the policy for this resource. If the number is less than 1,000, then the value of this field is the exact number. If the number of objects that violated the policy is greater than or equal to 1,000, then the value of this field is 1000.
1605+
&quot;eventDetectionTime&quot;: &quot;A String&quot;, # Timestamp indicating when the event was detected.
1606+
&quot;eventType&quot;: &quot;A String&quot;, # Type of the DRD event.
1607+
&quot;maxRetentionAllowed&quot;: &quot;A String&quot;, # 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 set 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.
1608+
},
1609+
],
15861610
&quot;database&quot;: { # Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided. # Database associated with the finding.
15871611
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the database that the user connected to.
15881612
&quot;grantees&quot;: [ # The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change.
@@ -2176,6 +2200,14 @@ <h3>Method Details</h3>
21762200
&quot;violatedLocation&quot;: &quot;A String&quot;, # Non-compliant location of the principal or the data destination.
21772201
},
21782202
],
2203+
&quot;dataRetentionDeletionEvents&quot;: [ # Data retention deletion events associated with the finding.
2204+
{ # Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
2205+
&quot;dataObjectCount&quot;: &quot;A String&quot;, # Number of objects that violated the policy for this resource. If the number is less than 1,000, then the value of this field is the exact number. If the number of objects that violated the policy is greater than or equal to 1,000, then the value of this field is 1000.
2206+
&quot;eventDetectionTime&quot;: &quot;A String&quot;, # Timestamp indicating when the event was detected.
2207+
&quot;eventType&quot;: &quot;A String&quot;, # Type of the DRD event.
2208+
&quot;maxRetentionAllowed&quot;: &quot;A String&quot;, # 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 set 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.
2209+
},
2210+
],
21792211
&quot;database&quot;: { # Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided. # Database associated with the finding.
21802212
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the database that the user connected to.
21812213
&quot;grantees&quot;: [ # The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change.
@@ -2770,6 +2802,14 @@ <h3>Method Details</h3>
27702802
&quot;violatedLocation&quot;: &quot;A String&quot;, # Non-compliant location of the principal or the data destination.
27712803
},
27722804
],
2805+
&quot;dataRetentionDeletionEvents&quot;: [ # Data retention deletion events associated with the finding.
2806+
{ # Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
2807+
&quot;dataObjectCount&quot;: &quot;A String&quot;, # Number of objects that violated the policy for this resource. If the number is less than 1,000, then the value of this field is the exact number. If the number of objects that violated the policy is greater than or equal to 1,000, then the value of this field is 1000.
2808+
&quot;eventDetectionTime&quot;: &quot;A String&quot;, # Timestamp indicating when the event was detected.
2809+
&quot;eventType&quot;: &quot;A String&quot;, # Type of the DRD event.
2810+
&quot;maxRetentionAllowed&quot;: &quot;A String&quot;, # 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 set 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.
2811+
},
2812+
],
27732813
&quot;database&quot;: { # Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided. # Database associated with the finding.
27742814
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the database that the user connected to.
27752815
&quot;grantees&quot;: [ # The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change.

docs/dyn/securitycenter_v1.organizations.securityHealthAnalyticsSettings.customModules.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,14 @@ <h3>Method Details</h3>
768768
&quot;violatedLocation&quot;: &quot;A String&quot;, # Non-compliant location of the principal or the data destination.
769769
},
770770
],
771+
&quot;dataRetentionDeletionEvents&quot;: [ # Data retention deletion events associated with the finding.
772+
{ # Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
773+
&quot;dataObjectCount&quot;: &quot;A String&quot;, # Number of objects that violated the policy for this resource. If the number is less than 1,000, then the value of this field is the exact number. If the number of objects that violated the policy is greater than or equal to 1,000, then the value of this field is 1000.
774+
&quot;eventDetectionTime&quot;: &quot;A String&quot;, # Timestamp indicating when the event was detected.
775+
&quot;eventType&quot;: &quot;A String&quot;, # Type of the DRD event.
776+
&quot;maxRetentionAllowed&quot;: &quot;A String&quot;, # 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 set 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.
777+
},
778+
],
771779
&quot;database&quot;: { # Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided. # Database associated with the finding.
772780
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the database that the user connected to.
773781
&quot;grantees&quot;: [ # The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change.

0 commit comments

Comments
 (0)