Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static MfaTotpDeviceSummary.LifecycleState |
MfaTotpDeviceSummary.LifecycleState.create(String key) |
MfaTotpDeviceSummary.LifecycleState |
MfaTotpDeviceSummary.getLifecycleState()
The MFA TOTP device’s current state.
|
static MfaTotpDeviceSummary.LifecycleState |
MfaTotpDeviceSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MfaTotpDeviceSummary.LifecycleState[] |
MfaTotpDeviceSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MfaTotpDeviceSummary.Builder |
MfaTotpDeviceSummary.Builder.lifecycleState(MfaTotpDeviceSummary.LifecycleState lifecycleState)
The MFA TOTP device’s current state.
|
Constructor and Description |
---|
MfaTotpDeviceSummary(String id,
String userId,
Date timeCreated,
Date timeExpires,
MfaTotpDeviceSummary.LifecycleState lifecycleState,
Long inactiveStatus,
Boolean isActivated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.