Class: Google::Cloud::SecurityCenterManagement::V1::GetEventThreatDetectionCustomModuleRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Event Threat Detection custom module, in one of the following formats:

  • organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}
  • folders/{folder}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}
  • projects/{project}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}.

Returns:

  • (::String)

    Required. The resource name of the Event Threat Detection custom module, in one of the following formats:

    • organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}
    • folders/{folder}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}
    • projects/{project}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}


1058
1059
1060
1061
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1058

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