subscriptionType property

String? subscriptionType
getter/setter pair

The webhook model supported by this connector. Possible string values are:

  • "SUBSCRIPTION_TYPE_UNSPECIFIED" : Default value.
  • "SHARED" : Managed via admin credentials. Handles global or system-wide events.
  • "USER_SPECIFIC" : Managed via individual user credentials. Isolates data per user.

Implementation

core.String? subscriptionType;