Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MfaTotpDeviceSummary

As the name suggests, a {@code MfaTotpDeviceSummary} object contains information about a {@code MfaTotpDevice}.

Properties

id

id: string

The OCID of the MFA TOTP Device.

Optional inactiveStatus

inactiveStatus: undefined | number

The detailed status of INACTIVE lifecycleState. Allowed values are:

  • 1 - SUSPENDED
  • 2 - DISABLED
  • 4 - BLOCKED
  • 8 - LOCKED Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

isActivated

isActivated: boolean

Flag to indicate if the MFA TOTP device has been activated

lifecycleState

lifecycleState: LifecycleState

The MFA TOTP device's current state.

timeCreated

timeCreated: Date

Date and time the {@code MfaTotpDevice} 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 MFA TOTP device will expire, in the format defined by RFC3339. Null if it never expires.

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

userId

userId: string

The OCID of the user the MFA TOTP device belongs to.

Functions

getDeserializedJsonObj

getJsonObj