Class: Google::Cloud::SecurityCenter::V1::GetEffectiveEventThreatDetectionCustomModuleRequest

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 get an EffectiveEventThreatDetectionCustomModule.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the effective Event Threat Detection custom module.

Its format is:

  • organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}.
  • folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}.
  • projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}.

Returns:

  • (::String)

    Required. The resource name of the effective Event Threat Detection custom module.

    Its format is:

    • organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}.
    • folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}.
    • projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}.


2086
2087
2088
2089
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 2086

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