Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DbCredential

Database credentials are needed for onboarding cloud database to identity. The DB credentials are used for DB authentication with the service.

Properties

Optional id

id: undefined | string

The OCID of the DB credential.

Optional lifecycleDetails

lifecycleDetails: undefined | number

The detailed status of INACTIVE lifecycleState. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional lifecycleState

lifecycleState: LifecycleState

The credential's current state. After creating a DB credential, make sure its {@code lifecycleState} changes from CREATING to ACTIVE before using it.

Optional timeCreated

timeCreated: Date

Date and time the {@code DbCredential} object was created, in the format defined by RFC3339.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeExpires

timeExpires: Date

Date and time when this credential will expire, in the format defined by RFC3339. Null if it never expires.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional userId

userId: undefined | string

The OCID of the user the DB credential belongs to.

Functions

getDeserializedJsonObj

getJsonObj