moduleEnablementState property

String? moduleEnablementState
getter/setter pair

Whether the detector is enabled at a specified level of the resource hierarchy. Possible string values are:

  • "ENABLEMENT_STATE_UNSPECIFIED" : Default value. This value is unused.
  • "ENABLED" : The detector or custom module is enabled.
  • "DISABLED" : The detector or custom module is disabled.

Implementation

core.String? moduleEnablementState;