Google Cloud Security Command Center v1 API - Class DeleteEventThreatDetectionCustomModuleRequest (3.23.0)

public sealed class DeleteEventThreatDetectionCustomModuleRequest : IMessage<DeleteEventThreatDetectionCustomModuleRequest>, IEquatable<DeleteEventThreatDetectionCustomModuleRequest>, IDeepCloneable<DeleteEventThreatDetectionCustomModuleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class DeleteEventThreatDetectionCustomModuleRequest.

Request to delete an Event Threat Detection custom module.

Inheritance

object > DeleteEventThreatDetectionCustomModuleRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

DeleteEventThreatDetectionCustomModuleRequest()

public DeleteEventThreatDetectionCustomModuleRequest()

DeleteEventThreatDetectionCustomModuleRequest(DeleteEventThreatDetectionCustomModuleRequest)

public DeleteEventThreatDetectionCustomModuleRequest(DeleteEventThreatDetectionCustomModuleRequest other)
Parameter
Name Description
other DeleteEventThreatDetectionCustomModuleRequest

Properties

EventThreatDetectionCustomModuleName

public EventThreatDetectionCustomModuleName EventThreatDetectionCustomModuleName { get; set; }

EventThreatDetectionCustomModuleName-typed view over the Name resource name property.

Property Value
Type Description
EventThreatDetectionCustomModuleName

Name

public string Name { get; set; }

Required. Name of the custom module to delete.

Its format is:

  • "organizations/{organization}/eventThreatDetectionSettings/customModules/{module}".
  • "folders/{folder}/eventThreatDetectionSettings/customModules/{module}".
  • "projects/{project}/eventThreatDetectionSettings/customModules/{module}".
Property Value
Type Description
string