Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DatabaseCredentials

The database credentials used to perform management activity. Provide one of the following attribute set. (userName, password, role) OR (userName, secretId, role) OR (namedCredentialId)

Properties

Optional password

password: undefined | string

The password for the database user name.

Optional role

role: Role

The role of the database user. Indicates whether the database user is a normal user or sysdba.

Optional secretId

secretId: undefined | string

The OCID of the secret containing the user password.

Optional userName

userName: undefined | string

The database user name used to perform management activity.

Functions

getDeserializedJsonObj

getJsonObj