authenticationType property

String? authenticationType
getter/setter pair

Authentication type for Databricks.

Optional. Possible string values are:

  • "DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED" : Authentication type not specified.
  • "PERSONAL_ACCESS_TOKEN" : Personal access token authentication.
  • "OAUTH_M2M" : OAuth M2M authentication.

Implementation

core.String? authenticationType;