Class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent
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.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent : IDirectResponseSchema
Properties
DataObjectCount
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.
Declaration
[JsonProperty("dataObjectCount")]
public virtual long? DataObjectCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventDetectionTime
object representation of EventDetectionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventDetectionTimeDateTimeOffset instead.")]
public virtual object EventDetectionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EventDetectionTimeDateTimeOffset
DateTimeOffset representation of EventDetectionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventDetectionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventDetectionTimeRaw
Timestamp indicating when the event was detected.
Declaration
[JsonProperty("eventDetectionTime")]
public virtual string EventDetectionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
EventType
Type of the DRD event.
Declaration
[JsonProperty("eventType")]
public virtual string EventType { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxRetentionAllowed
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.
Declaration
[JsonProperty("maxRetentionAllowed")]
public virtual object MaxRetentionAllowed { get; set; }
Property Value
Type | Description |
---|---|
object |