Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class EventType.
Type of the DRD event.
Protobuf type google.cloud.securitycenter.v2.DataRetentionDeletionEvent.EventType
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ DataRetentionDeletionEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0Unspecified event type.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
EVENT_TYPE_MAX_TTL_EXCEEDED
Value: 1The maximum retention time has been exceeded.
Generated from protobuf enum EVENT_TYPE_MAX_TTL_EXCEEDED = 1;