Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CreateEventThreatDetectionCustomModuleRequest.
Request to create an Event Threat Detection custom module.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_threat_detection_custom_module
def event_threat_detection_custom_module() -> ::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule
Returns
- (::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule) — Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
#event_threat_detection_custom_module=
def event_threat_detection_custom_module=(value) -> ::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule
Parameter
- value (::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule) — Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
Returns
- (::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule) — Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
#parent
def parent() -> ::String
Returns
-
(::String) —
Required. The new custom module's parent.
Its format is:
organizations/{organization}/eventThreatDetectionSettings
.folders/{folder}/eventThreatDetectionSettings
.projects/{project}/eventThreatDetectionSettings
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) —
Required. The new custom module's parent.
Its format is:
organizations/{organization}/eventThreatDetectionSettings
.folders/{folder}/eventThreatDetectionSettings
.projects/{project}/eventThreatDetectionSettings
.
Returns
-
(::String) —
Required. The new custom module's parent.
Its format is:
organizations/{organization}/eventThreatDetectionSettings
.folders/{folder}/eventThreatDetectionSettings
.projects/{project}/eventThreatDetectionSettings
.