Google Cloud Security Command Center Settings v1beta1 API - Class ComponentSettings.Types.DetectorSettings (2.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class ComponentSettings.Types.DetectorSettings.

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(DetectorSettings)

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

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