Class ComponentSettings.Types.DetectorSettings (1.0.0-beta04)

public sealed class DetectorSettings : IMessage<ComponentSettings.Types.DetectorSettings>, IEquatable<ComponentSettings.Types.DetectorSettings>, IDeepCloneable<ComponentSettings.Types.DetectorSettings>, IBufferMessage, IMessage

Settings for each detector.

Inheritance

Object > ComponentSettings.Types.DetectorSettings

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

DetectorSettings()

public DetectorSettings()

DetectorSettings(ComponentSettings.Types.DetectorSettings)

public DetectorSettings(ComponentSettings.Types.DetectorSettings other)
Parameter
NameDescription
otherComponentSettings.Types.DetectorSettings

Properties

State

public ComponentEnablementState State { get; set; }

ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.

Property Value
TypeDescription
ComponentEnablementState