Reference documentation and code samples for the Security Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::CreateEventThreatDetectionCustomModuleRequest.
Message for creating a EventThreatDetectionCustomModule
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_threat_detection_custom_module
def event_threat_detection_custom_module() -> ::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule
- (::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule) — Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
#event_threat_detection_custom_module=
def event_threat_detection_custom_module=(value) -> ::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule
- value (::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule) — Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
- (::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule) — Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
#parent
def parent() -> ::String
-
(::String) — Required. Name of parent for the module. Its format is
organizations/{organization}/locations/{location}
,folders/{folder}/locations/{location}
, orprojects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Name of parent for the module. Its format is
organizations/{organization}/locations/{location}
,folders/{folder}/locations/{location}
, orprojects/{project}/locations/{location}
-
(::String) — Required. Name of parent for the module. Its format is
organizations/{organization}/locations/{location}
,folders/{folder}/locations/{location}
, orprojects/{project}/locations/{location}
#validate_only
def validate_only() -> ::Boolean
-
(::Boolean) —
Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or
- A failure occurred during creation of the module.
#validate_only=
def validate_only=(value) -> ::Boolean
-
value (::Boolean) —
Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or
- A failure occurred during creation of the module.
-
(::Boolean) —
Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or
- A failure occurred during creation of the module.