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
-
(::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
-
value (::String) —
Required. Resource name of the parent to validate the Custom Module under.
Its format is:
- "organizations/{organization}/locations/{location}".
-
(::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
- (::String) — Required. The raw text of the module's contents. Used to generate error messages.
#raw_text=
def raw_text=(value) -> ::String
- value (::String) — Required. The raw text of the module's contents. Used to generate error messages.
- (::String) — Required. The raw text of the module's contents. Used to generate error messages.
#type
def type() -> ::String
- (::String) — Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
#type=
def type=(value) -> ::String
- value (::String) — Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
- (::String) — Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).