enablementState property
The state of enablement for the module at the given level of the hierarchy. 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.
- "INHERITED" : When the enablement state is inherited.
Implementation
core.String? enablementState;