public sealed class DetectorGroupSettings : IMessage<Settings.Types.DetectorGroupSettings>, IEquatable<Settings.Types.DetectorGroupSettings>, IDeepCloneable<Settings.Types.DetectorGroupSettings>, IBufferMessage, IMessageThe DetectorGroupSettings define the configuration for a detector group.
Implements
IMessage<Settings.Types.DetectorGroupSettings>, IEquatable<Settings.Types.DetectorGroupSettings>, IDeepCloneable<Settings.Types.DetectorGroupSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
DetectorGroupSettings()
public DetectorGroupSettings()DetectorGroupSettings(Settings.Types.DetectorGroupSettings)
public DetectorGroupSettings(Settings.Types.DetectorGroupSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
Settings.Types.DetectorGroupSettings |
Properties
State
public ComponentEnablementState State { get; set; }The state determines if the group is enabled or not.
| Property Value | |
|---|---|
| Type | Description |
ComponentEnablementState |
|