authenticationType property

String? authenticationType
getter/setter pair

Used authentication mechanism to access Schema Registry.

Optional. Possible string values are:

  • "AUTHENTICATION_TYPE_UNSPECIFIED" : Authentication type not specified.
  • "NONE" : No authentication.
  • "BASIC" : Basic authentication.
  • "MUTUAL" : Mutual authentication.

Implementation

core.String? authenticationType;