Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SmtpCredentialSummary

As the name suggests, an {@code SmtpCredentialSummary} object contains information about an {@code SmtpCredential}. The SMTP credential is used for SMTP authentication with the Email Delivery Service.

Properties

Optional description

description: undefined | string

The description you assign to the SMTP 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 SMTP credential.

Optional inactiveStatus

inactiveStatus: 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 SMTP credential, make sure its {@code lifecycleState} changes from CREATING to ACTIVE before using it.

Optional timeCreated

timeCreated: Date

Date and time the {@code SmtpCredential} 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 SMTP credential belongs to.

Optional username

username: undefined | string

The SMTP user name.

Functions

getDeserializedJsonObj

getJsonObj