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

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

Request message for SecurityCenterManagement.ValidateEventThreatDetectionCustomModule.

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 modules under, in one of the following formats:

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

#parent=

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

    Required. Resource name of the parent to validate the custom modules under, in one of the following formats:

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

    Required. Resource name of the parent to validate the custom modules under, in one of the following formats:

    • 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. For example, CONFIGURABLE_BAD_IP.

#type=

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