class FoldersEventThreatDetectionSettings extends Resource (View source)

The "eventThreatDetectionSettings" collection of methods.

Typical usage is:

 $securitycenterService = new Google\Service\SecurityCommandCenter(...);
 $eventThreatDetectionSettings = $securitycenterService->folders_eventThreatDetectionSettings;

Methods

validateCustomModule(string $parent, ValidateEventThreatDetectionCustomModuleRequest $postBody, array $optParams = [])

Validates the given Event Threat Detection custom module.

Details

ValidateEventThreatDetectionCustomModuleResponse validateCustomModule(string $parent, ValidateEventThreatDetectionCustomModuleRequest $postBody, array $optParams = [])

Validates the given Event Threat Detection custom module.

(eventThreatDetectionSettings.validateCustomModule)

Parameters

string $parent

Required. Resource name of the parent to validate the Custom Module under. Its format is: organizations/{organization}/eventThreatDetectionSettings. folders/{folder}/eventThreatDetectionSettings. * projects/{project}/eventThreatDetectionSettings.

ValidateEventThreatDetectionCustomModuleRequest $postBody
array $optParams

Optional parameters.

Return Value

ValidateEventThreatDetectionCustomModuleResponse

Exceptions

Exception