Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
UserExtBypassCodes |
UserExtBypassCodes.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<UserExtBypassCodes> |
ExtensionMfaUser.getBypassCodes()
A list of bypass codes that belongs to the user.
|
Modifier and Type | Method and Description |
---|---|
UserExtBypassCodes.Builder |
UserExtBypassCodes.Builder.copy(UserExtBypassCodes model) |
Modifier and Type | Method and Description |
---|---|
ExtensionMfaUser.Builder |
ExtensionMfaUser.Builder.bypassCodes(List<UserExtBypassCodes> bypassCodes)
A list of bypass codes that belongs to the user.
|
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.