state property
The state of the service (enabled or disabled in the configuration).
Output only. Possible string values are:
- "UNSPECIFIED_STATE" : The state is unspecified and has not been checked yet.
- "SUCCESS_STATE" : The state is successful (enabled, granted, fully functional).
- "FAILURE_STATE" : The state is failed (disabled, denied, not fully functional).
- "ERROR_STATE" : There was an internal error while checking the state, state is unknown.
Implementation
core.String? state;