state property
Represents the state of the plugin.
Note this field will not be set for plugins developed via plugin framework as the state will be managed at plugin instance level.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
- "ENABLED" : The plugin is enabled.
- "DISABLED" : The plugin is disabled.
Implementation
core.String? state;