Class: Google::Cloud::SecurityCenterManagement::V1::CreateEventThreatDetectionCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::CreateEventThreatDetectionCustomModuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Request message for SecurityCenterManagement.CreateEventThreatDetectionCustomModule.
Instance Attribute Summary collapse
-
#event_threat_detection_custom_module ⇒ ::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#event_threat_detection_custom_module ⇒ ::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule
Returns Required. The module to create. The EventThreatDetectionCustomModule.name field is ignored; Security Command Center generates the name.
1092 1093 1094 1095 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1092 class CreateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of parent for the module, in one of the following formats:
organizations/{organization}/locations/{location}
folders/{folder}/locations/{location}
projects/{project}/locations/{location}
.
1092 1093 1094 1095 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1092 class CreateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. When set to true
, the request will be validated (including IAM
checks), but no module will be created. An OK
response indicates that the
request is valid, while an error response indicates that the request is
invalid.
If the request is valid, a subsequent request to create the module could still fail for one of the following reasons:
- The state of your cloud resources changed; for example, you lost a required IAM permission
- An error occurred during creation of the module
Defaults to false
.
1092 1093 1094 1095 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1092 class CreateEventThreatDetectionCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |