public sealed class Settings.Types.DetectorGroupSettings : IMessage<Settings.Types.DetectorGroupSettings>, IEquatable<Settings.Types.DetectorGroupSettings>, IDeepCloneable<Settings.Types.DetectorGroupSettings>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class Settings.Types.DetectorGroupSettings.
The DetectorGroupSettings define the configuration for a detector group.
Implements
IMessageSettingsTypesDetectorGroupSettings, IEquatableSettingsTypesDetectorGroupSettings, IDeepCloneableSettingsTypesDetectorGroupSettings, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
DetectorGroupSettings()
public DetectorGroupSettings()DetectorGroupSettings(DetectorGroupSettings)
public DetectorGroupSettings(Settings.Types.DetectorGroupSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
SettingsTypesDetectorGroupSettings |
Properties
State
public ComponentEnablementState State { get; set; }The state determines if the group is enabled or not.
| Property Value | |
|---|---|
| Type | Description |
ComponentEnablementState |
|