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

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

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

Request to create an Event Threat Detection custom module.

Inheritance

object > CreateEventThreatDetectionCustomModuleRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

CreateEventThreatDetectionCustomModuleRequest()

public CreateEventThreatDetectionCustomModuleRequest()

CreateEventThreatDetectionCustomModuleRequest(CreateEventThreatDetectionCustomModuleRequest)

public CreateEventThreatDetectionCustomModuleRequest(CreateEventThreatDetectionCustomModuleRequest other)
Parameter
Name Description
other CreateEventThreatDetectionCustomModuleRequest

Properties

EventThreatDetectionCustomModule

public EventThreatDetectionCustomModule EventThreatDetectionCustomModule { get; set; }

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

Property Value
Type Description
EventThreatDetectionCustomModule

Parent

public string Parent { get; set; }

Required. The new custom module's parent.

Its format is:

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

ParentAsEventThreatDetectionSettingsName

public EventThreatDetectionSettingsName ParentAsEventThreatDetectionSettingsName { get; set; }

EventThreatDetectionSettingsName-typed view over the Parent resource name property.

Property Value
Type Description
EventThreatDetectionSettingsName