Resource: EventThreatDetectionCustomModule
Represents an instance of an Event Threat Detection custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by child folders and projects.
JSON representation |
---|
{
"name": string,
"config": {
object
},
"ancestorModule": string,
"enablementState": enum ( |
Fields | |
---|---|
name |
Immutable. The resource name of the Event Threat Detection custom module. Its format is:
|
config |
Config for the module. For the resident module, its config value is defined at this level. For the inherited module, its config value is inherited from the ancestor module. |
ancestor |
Output only. The closest ancestor module that this module inherits the enablement state from. The format is the same as the EventThreatDetectionCustomModule resource name. |
enablement |
The state of enablement for the module at the given level of the hierarchy. |
type |
Type for the module. e.g. CONFIGURABLE_BAD_IP. |
display |
The human readable name to be displayed for the module. |
description |
The description for the module. |
update |
Output only. The time the module was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
last |
Output only. The editor the module was last updated by. |
Methods |
|
---|---|
|
Creates a resident Event Threat Detection custom module at the scope of the given Resource Manager parent, and also creates inherited custom modules for all descendants of the given parent. |
|
Deletes the specified Event Threat Detection custom module and all of its descendants in the Resource Manager hierarchy. |
|
Gets an Event Threat Detection custom module. |
|
Lists all Event Threat Detection custom modules for the given Resource Manager parent. |
|
Lists all resident Event Threat Detection custom modules under the given Resource Manager parent and its descendants. |
|
Updates the Event Threat Detection custom module with the given name based on the given update mask. |