Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DatabasePasswordCredentialDetails

User provides a password to be used to connect to the database.

Properties

Const credentialType

credentialType: string = "PASSWORD"

password

password: string

The database user's password encoded using BASE64 scheme.

Optional role

role: Role

The role of the database user.

Optional username

username: undefined | string

The user to connect to the database.

Methods

getDeserializedJsonObj

getJsonObj