state property

String? state
getter/setter pair

State of Event Subscription resource.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default state.
  • "ACTIVE" : EndUserAuthentication is in Active state.
  • "ERROR" : EndUserAuthentication is in Error state.

Implementation

core.String? state;