Security Center Management V1 API - Class Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleRequest (v0.1.0)

Reference documentation and code samples for the Security Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::ValidateEventThreatDetectionCustomModuleRequest.

Request to validate an Event Threat Detection custom module.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) —

    Required. Resource name of the parent to validate the Custom Module under.

    Its format is:

    • "organizations/{organization}/locations/{location}".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. Resource name of the parent to validate the Custom Module under.

    Its format is:

    • "organizations/{organization}/locations/{location}".
Returns
  • (::String) —

    Required. Resource name of the parent to validate the Custom Module under.

    Its format is:

    • "organizations/{organization}/locations/{location}".

#raw_text

def raw_text() -> ::String
Returns
  • (::String) — Required. The raw text of the module's contents. Used to generate error messages.

#raw_text=

def raw_text=(value) -> ::String
Parameter
  • value (::String) — Required. The raw text of the module's contents. Used to generate error messages.
Returns
  • (::String) — Required. The raw text of the module's contents. Used to generate error messages.

#type

def type() -> ::String
Returns
  • (::String) — Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
Returns
  • (::String) — Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).