Class: Google::Cloud::SecurityCenter::V1::DeleteEventThreatDetectionCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::DeleteEventThreatDetectionCustomModuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request to delete 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 delete.
Its format is:
organizations/{organization}/eventThreatDetectionSettings/customModules/{module}
.folders/{folder}/eventThreatDetectionSettings/customModules/{module}
.projects/{project}/eventThreatDetectionSettings/customModules/{module}
.
1954 1955 1956 1957 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1954 class DeleteEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |