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

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

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

Request to get an EffectiveEventThreatDetectionCustomModule.

Inheritance

object > GetEffectiveEventThreatDetectionCustomModuleRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.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 effective Event Threat Detection custom module.

Its format is:

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