Purpose

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

Valid Values

string

where:

string
is a valid password or the client secret. The password is case-sensitive.

Data Source Methods

public String getPassword()

public void setPassword(String)

Default

No default value

Data Type

String