authenticationType property

String? authenticationType
getter/setter pair

Used authentication mechanism to access Snowflake.

Optional. Possible string values are:

  • "AUTHENTICATION_TYPE_UNSPECIFIED" : Authentication type not specified.
  • "BASIC" : Basic authentication.
  • "KEY_PAIR" : Key pair authentication.

Implementation

core.String? authenticationType;