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.
Message for getting a EventThreatDetectionCustomModule
Implements
IMessageGetEventThreatDetectionCustomModuleRequest, IEquatableGetEventThreatDetectionCustomModuleRequest, IDeepCloneableGetEventThreatDetectionCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
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 ETD custom module.
Its format is:
organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.folders/{folder}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.projects/{project}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}
.
Property Value | |
---|---|
Type | Description |
string |