Class: Google::Cloud::SecurityCenter::V1::ValidateEventThreatDetectionCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ValidateEventThreatDetectionCustomModuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request to validate an Event Threat Detection custom module.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#raw_text ⇒ ::String
Required.
-
#type ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Resource name of the parent to validate the Custom Module under.
Its format is:
organizations/{organization}/eventThreatDetectionSettings
.folders/{folder}/eventThreatDetectionSettings
.projects/{project}/eventThreatDetectionSettings
.
1929 1930 1931 1932 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1929 class ValidateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#raw_text ⇒ ::String
Returns Required. The raw text of the module's contents. Used to generate error messages.
1929 1930 1931 1932 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1929 class ValidateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
1929 1930 1931 1932 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1929 class ValidateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |