Class EffectiveEventThreatDetectionCustomModule
Inheritance
EffectiveEventThreatDetectionCustomModule
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class EffectiveEventThreatDetectionCustomModule : IDirectResponseSchema
Properties
CloudProvider
Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
Config
Declaration
[JsonProperty("config")]
public virtual IDictionary<string, object> Config { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnablementState
Declaration
[JsonProperty("enablementState")]
public virtual string EnablementState { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements