Class: Google::Cloud::SecurityCenter::V1::GetEventThreatDetectionCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::GetEventThreatDetectionCustomModuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request to get an Event Threat Detection custom module.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the custom module to get.
Its format is:
organizations/{organization}/eventThreatDetectionSettings/customModules/{module}.folders/{folder}/eventThreatDetectionSettings/customModules/{module}.projects/{project}/eventThreatDetectionSettings/customModules/{module}.
1979 1980 1981 1982 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1979 class GetEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |