Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DbCredentialSummary

As the name suggests, an {@code DbCredentialSummary} object contains information about an {@code DbCredential}. The DB credential is used for DB authentication with the [DB Service].

Properties

Optional description

description: undefined | string

The description you assign to the DB credential. Does not have to be unique, and it's changeable.

(For tenancies that support identity domains) You can have an empty description.

Optional id

id: undefined | string

The OCID of the DB credential.

Optional lifecycleState

lifecycleState: undefined | string

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