public sealed class EventThreatDetectionCustomModule : IMessage<EventThreatDetectionCustomModule>, IEquatable<EventThreatDetectionCustomModule>, IDeepCloneable<EventThreatDetectionCustomModule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class 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.
Implements
IMessageEventThreatDetectionCustomModule, IEquatableEventThreatDetectionCustomModule, IDeepCloneableEventThreatDetectionCustomModule, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
EventThreatDetectionCustomModule()
public EventThreatDetectionCustomModule()
EventThreatDetectionCustomModule(EventThreatDetectionCustomModule)
public EventThreatDetectionCustomModule(EventThreatDetectionCustomModule other)
Parameter | |
---|---|
Name | Description |
other |
EventThreatDetectionCustomModule |
Properties
AncestorModule
public string AncestorModule { get; set; }
Output only. The closest ancestor module that this module inherits the enablement state from. The format is the same as the EventThreatDetectionCustomModule resource name.
Property Value | |
---|---|
Type | Description |
string |
AncestorModuleAsEventThreatDetectionCustomModuleName
public EventThreatDetectionCustomModuleName AncestorModuleAsEventThreatDetectionCustomModuleName { get; set; }
EventThreatDetectionCustomModuleName-typed view over the AncestorModule resource name property.
Property Value | |
---|---|
Type | Description |
EventThreatDetectionCustomModuleName |
Config
public Struct Config { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Struct |
Description
public string Description { get; set; }
The description for the module.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
The human readable name to be displayed for the module.
Property Value | |
---|---|
Type | Description |
string |
EnablementState
public EventThreatDetectionCustomModule.Types.EnablementState EnablementState { get; set; }
The state of enablement for the module at the given level of the hierarchy.
Property Value | |
---|---|
Type | Description |
EventThreatDetectionCustomModuleTypesEnablementState |
EventThreatDetectionCustomModuleName
public EventThreatDetectionCustomModuleName EventThreatDetectionCustomModuleName { get; set; }
EventThreatDetectionCustomModuleName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EventThreatDetectionCustomModuleName |
LastEditor
public string LastEditor { get; set; }
Output only. The editor the module was last updated by.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Immutable. The resource name of the Event Threat Detection custom module.
Its format is:
organizations/{organization}/eventThreatDetectionSettings/customModules/{module}
.folders/{folder}/eventThreatDetectionSettings/customModules/{module}
.projects/{project}/eventThreatDetectionSettings/customModules/{module}
.
Property Value | |
---|---|
Type | Description |
string |
Type
public string Type { get; set; }
Type for the module. e.g. CONFIGURABLE_BAD_IP.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time the module was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |