Security Center Management v1 API - Class GetEventThreatDetectionCustomModuleRequest (1.2.0)

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

Reference documentation and code samples for the Security Center Management v1 API class GetEventThreatDetectionCustomModuleRequest.

Request message for [SecurityCenterManagement.GetEventThreatDetectionCustomModule][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetEventThreatDetectionCustomModule].

Inheritance

object > GetEventThreatDetectionCustomModuleRequest

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

GetEventThreatDetectionCustomModuleRequest()

public GetEventThreatDetectionCustomModuleRequest()

GetEventThreatDetectionCustomModuleRequest(GetEventThreatDetectionCustomModuleRequest)

public GetEventThreatDetectionCustomModuleRequest(GetEventThreatDetectionCustomModuleRequest other)
Parameter
Name Description
other GetEventThreatDetectionCustomModuleRequest

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. The resource name of the Event Threat Detection custom module, in one of the following formats:

  • organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}
  • folders/{folder}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}
  • projects/{project}/locations/{location}/eventThreatDetectionCustomModules/{custom_module}
Property Value
Type Description
string