Security Center Management v1 API - Class GetEffectiveEventThreatDetectionCustomModuleRequest (1.2.0)

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

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

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

Inheritance

object > GetEffectiveEventThreatDetectionCustomModuleRequest

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

GetEffectiveEventThreatDetectionCustomModuleRequest()

public GetEffectiveEventThreatDetectionCustomModuleRequest()

GetEffectiveEventThreatDetectionCustomModuleRequest(GetEffectiveEventThreatDetectionCustomModuleRequest)

public GetEffectiveEventThreatDetectionCustomModuleRequest(GetEffectiveEventThreatDetectionCustomModuleRequest other)
Parameter
Name Description
other GetEffectiveEventThreatDetectionCustomModuleRequest

Properties

EffectiveEventThreatDetectionCustomModuleName

public EffectiveEventThreatDetectionCustomModuleName EffectiveEventThreatDetectionCustomModuleName { get; set; }

EffectiveEventThreatDetectionCustomModuleName-typed view over the Name resource name property.

Property Value
Type Description
EffectiveEventThreatDetectionCustomModuleName

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}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
Property Value
Type Description
string