authenticationType property

String? authenticationType
getter/setter pair

Authentication type for Redis.

Optional. Possible string values are:

  • "REDIS_AUTHENTICATION_TYPE_UNSPECIFIED" : Authentication type not specified.
  • "NONE" : No authentication.
  • "BASIC" : Basic authentication.

Implementation

core.String? authenticationType;