Purpose

Specifies the user name that is used to connect to the database. A user name is required if user ID/password or Entra ID authentication is enabled on your database. The following identifiers are used for authentication:
  • The user name that is used to connect to your database. This is used when userIdPassword authentication is enabled.
  • The Entra ID user name. This is used when entraIDPassword authentication is enabled.
  • The client ID of the service principal. This is used when entraIDServicePrincipal authentication is enabled.

Valid Values

string

where:

string
is a valid user name or the client ID. The user name is case-sensitive.

Data Source Methods

public String getUser()

public void setUser(String)

Default

No default value

Data Type

String