public sealed class GetEventThreatDetectionCustomModuleRequest : IMessage<GetEventThreatDetectionCustomModuleRequest>, IEquatable<GetEventThreatDetectionCustomModuleRequest>, IDeepCloneable<GetEventThreatDetectionCustomModuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetEventThreatDetectionCustomModuleRequest.
Request to get an Event Threat Detection custom module.
Implements
IMessageGetEventThreatDetectionCustomModuleRequest, IEquatableGetEventThreatDetectionCustomModuleRequest, IDeepCloneableGetEventThreatDetectionCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.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. Name of the custom module to get.
Its format is:
organizations/{organization}/eventThreatDetectionSettings/customModules/{module}
.folders/{folder}/eventThreatDetectionSettings/customModules/{module}
.projects/{project}/eventThreatDetectionSettings/customModules/{module}
.
Property Value | |
---|---|
Type | Description |
string |