public sealed class ComponentSettings.Types.DetectorSettings : IMessage<ComponentSettings.Types.DetectorSettings>, IEquatable<ComponentSettings.Types.DetectorSettings>, IDeepCloneable<ComponentSettings.Types.DetectorSettings>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class ComponentSettings.Types.DetectorSettings.
Settings for each detector.
Implements
IMessageComponentSettingsTypesDetectorSettings, IEquatableComponentSettingsTypesDetectorSettings, IDeepCloneableComponentSettingsTypesDetectorSettings, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
DetectorSettings()
public DetectorSettings()DetectorSettings(DetectorSettings)
public DetectorSettings(ComponentSettings.Types.DetectorSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
ComponentSettingsTypesDetectorSettings |
Properties
State
public ComponentEnablementState State { get; set; }ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.
| Property Value | |
|---|---|
| Type | Description |
ComponentEnablementState |
|