Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CreateEventThreatDetectionCustomModuleRequest.
Request to create an Event Threat Detection custom module.
Generated from protobuf message google.cloud.securitycenter.v1.CreateEventThreatDetectionCustomModuleRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The new custom module's parent. Its format is: * |
↳ event_threat_detection_custom_module |
Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule
Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated. |
getParent
Required. The new custom module's parent.
Its format is:
organizations/{organization}/eventThreatDetectionSettings
.folders/{folder}/eventThreatDetectionSettings
.projects/{project}/eventThreatDetectionSettings
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The new custom module's parent.
Its format is:
organizations/{organization}/eventThreatDetectionSettings
.folders/{folder}/eventThreatDetectionSettings
.projects/{project}/eventThreatDetectionSettings
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEventThreatDetectionCustomModule
Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule|null |
hasEventThreatDetectionCustomModule
clearEventThreatDetectionCustomModule
setEventThreatDetectionCustomModule
Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The new custom module's parent. Its format is:
|
eventThreatDetectionCustomModule |
Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule
Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\CreateEventThreatDetectionCustomModuleRequest |