Method: organizations.locations.effectiveEventThreatDetectionCustomModules.get

Ruft das effektive benutzerdefinierte Event Threat Detection-Modul auf der angegebenen Ebene ab.

Der Unterschied zwischen einem EffectiveEventThreatDetectionCustomModule und einem EventThreatDetectionCustomModule besteht darin, dass die Felder für eine EffectiveEventThreatDetectionCustomModule bei Bedarf von Vorfahren berechnet werden. Der Aktivierungsstatus für eine EventThreatDetectionCustomModule kann beispielsweise ENABLED, DISABLED oder INHERITED sein. Der Aktivierungsstatus für eine EffectiveEventThreatDetectionCustomModule wird dagegen immer als ENABLED oder DISABLED berechnet.

HTTP-Anfrage

GET https://securitycentermanagement.googleapis.com/v1/{name=organizations/*/locations/*/effectiveEventThreatDetectionCustomModules/*}

Die URL verwendet die Syntax der gRPC-Transcodierung.

Pfadparameter

Parameter
name

string

Pflichtangabe. Der Ressourcenname des benutzerdefinierten Moduls für Event Threat Detection in einem der folgenden Formate:

  • organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}

Anfragetext

Der Anfragetext muss leer sein.

Antworttext

Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von EffectiveEventThreatDetectionCustomModule.

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

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

Weitere Informationen finden Sie in der Authentifizierungsübersicht.

IAM-Berechtigungen

Erfordert die folgende IAM-Berechtigung für die Ressource name:

  • securitycentermanagement.effectiveEventThreatDetectionCustomModules.get

Weitere Informationen finden Sie in der IAM-Dokumentation.