Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static ExtensionMfaUser.PreferredAuthenticationFactor |
ExtensionMfaUser.PreferredAuthenticationFactor.create(String key) |
ExtensionMfaUser.PreferredAuthenticationFactor |
ExtensionMfaUser.getPreferredAuthenticationFactor()
The preferred authentication factor type.
|
static ExtensionMfaUser.PreferredAuthenticationFactor |
ExtensionMfaUser.PreferredAuthenticationFactor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionMfaUser.PreferredAuthenticationFactor[] |
ExtensionMfaUser.PreferredAuthenticationFactor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExtensionMfaUser.Builder |
ExtensionMfaUser.Builder.preferredAuthenticationFactor(ExtensionMfaUser.PreferredAuthenticationFactor preferredAuthenticationFactor)
The preferred authentication factor type.
|
Constructor and Description |
---|
ExtensionMfaUser(ExtensionMfaUser.PreferredAuthenticationFactor preferredAuthenticationFactor,
ExtensionMfaUser.MfaStatus mfaStatus,
String preferredThirdPartyVendor,
String preferredAuthenticationMethod,
Integer loginAttempts,
String mfaEnabledOn,
List<String> mfaIgnoredApps,
UserExtPreferredDevice preferredDevice,
List<UserExtDevices> devices,
List<UserExtBypassCodes> bypassCodes,
List<UserExtTrustedUserAgents> trustedUserAgents)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.