state property

String? state
getter/setter pair

Potential issues with the underlying Pub/Sub subscription configuration.

Only populated on get requests. Possible string values are:

  • "STATE_UNSPECIFIED" : The webhook auth configuration not been checked.
  • "OK" : The auth configuration is properly setup.
  • "SECRET_DELETED" : The secret provided in auth_method has been deleted.

Implementation

core.String? state;