enablementState property

String? enablementState
getter/setter pair

The effective state of enablement for the module at the given level of the hierarchy.

Output only. Possible string values are:

  • "ENABLEMENT_STATE_UNSPECIFIED" : Unspecified enablement state.
  • "ENABLED" : The module is enabled at the given level.
  • "DISABLED" : The module is disabled at the given level.

Implementation

core.String? enablementState;