state property

String? state
getter/setter pair

The state for the AutokeyConfig.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state of the AutokeyConfig is unspecified.
  • "ACTIVE" : The AutokeyConfig is currently active.
  • "KEY_PROJECT_DELETED" : A previously configured key project has been deleted and the current AutokeyConfig is unusable.
  • "UNINITIALIZED" : The AutokeyConfig is not yet initialized or has been reset to its default uninitialized state.

Implementation

core.String? state;