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