Class: Google::Cloud::SecurityCenter::V1::CreateEventThreatDetectionCustomModuleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

Request to create an Event Threat Detection custom module.

Instance Attribute Summary collapse

Instance Attribute Details

#event_threat_detection_custom_module::Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule

Returns Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

Returns:



1907
1908
1909
1910
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1907

class CreateEventThreatDetectionCustomModuleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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.


1907
1908
1909
1910
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1907

class CreateEventThreatDetectionCustomModuleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end