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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides information about the `DetectorGroupSettings` class, which is used to configure detector groups within Google Cloud Security Center."],["The `DetectorGroupSettings` class is found in the `Google.Cloud.SecurityCenter.Settings.V1Beta1` namespace and is part of the `Google.Cloud.SecurityCenter.Settings.V1Beta1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has a `State` property of type `ComponentEnablementState` which determines if the detector group is enabled."],["There are two constructors available for creating instances of the `DetectorGroupSettings` class, including one that allows for cloning from an existing `DetectorGroupSettings` object."]]],[]]