Class Settings.Types.DetectorGroupSettings (1.0.0-beta04)

public sealed class DetectorGroupSettings : IMessage<Settings.Types.DetectorGroupSettings>, IEquatable<Settings.Types.DetectorGroupSettings>, IDeepCloneable<Settings.Types.DetectorGroupSettings>, IBufferMessage, IMessage

The DetectorGroupSettings define the configuration for a detector group.

Inheritance

Object > Settings.Types.DetectorGroupSettings

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

DetectorGroupSettings()

public DetectorGroupSettings()

DetectorGroupSettings(Settings.Types.DetectorGroupSettings)

public DetectorGroupSettings(Settings.Types.DetectorGroupSettings other)
Parameter
NameDescription
otherSettings.Types.DetectorGroupSettings

Properties

State

public ComponentEnablementState State { get; set; }

The state determines if the group is enabled or not.

Property Value
TypeDescription
ComponentEnablementState