EventThreatDetectionSettings

Resource capturing the settings for the Event Threat Detection service.

JSON representation
{
  "name": string,
  "serviceEnablementState": enum (EnablementState),
  "modules": {
    string: {
      object (Config)
    },
    ...
  },
  "updateTime": string
}
Fields
name

string

The resource name of the EventThreatDetectionSettings.

Formats:

  • organizations/{organization}/eventThreatDetectionSettings
  • folders/{folder}/eventThreatDetectionSettings
  • projects/{project}/eventThreatDetectionSettings
serviceEnablementState

enum (EnablementState)

The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.

modules

map (key: string, value: object (Config))

The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

updateTime

string (Timestamp format)

Output only. The time the settings were last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".