Method: projects.eventThreatDetectionSettings.effectiveCustomModules.get

Gets an effective Event Threat Detection custom module at the given level.

HTTP request

GET https://securitycenter.googleapis.com/v1/{name=projects/*/eventThreatDetectionSettings/effectiveCustomModules/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the effective Event Threat Detection custom module.

Its format is:

  • "organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}".
  • "folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}".
  • "projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}".

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of EffectiveEventThreatDetectionCustomModule.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.