Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsBypassCodeSettings
-
Packages that use AuthenticationFactorSettingsBypassCodeSettings Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorSettingsBypassCodeSettings in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettingsBypassCodeSettings Modifier and Type Method Description AuthenticationFactorSettingsBypassCodeSettings
AuthenticationFactorSettingsBypassCodeSettings.Builder. build()
AuthenticationFactorSettingsBypassCodeSettings
AuthenticationFactorSetting. getBypassCodeSettings()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsBypassCodeSettings Modifier and Type Method Description AuthenticationFactorSetting.Builder
AuthenticationFactorSetting.Builder. bypassCodeSettings(AuthenticationFactorSettingsBypassCodeSettings bypassCodeSettings)
AuthenticationFactorSettingsBypassCodeSettings.Builder
AuthenticationFactorSettingsBypassCodeSettings.Builder. copy(AuthenticationFactorSettingsBypassCodeSettings model)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsBypassCodeSettings Constructor Description AuthenticationFactorSetting(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, Boolean emailEnabled, Boolean smsEnabled, Boolean phoneCallEnabled, Boolean totpEnabled, Boolean pushEnabled, Boolean bypassCodeEnabled, Boolean securityQuestionsEnabled, Boolean fidoAuthenticatorEnabled, Boolean yubicoOtpEnabled, String mfaEnrollmentType, String mfaEnabledCategory, Boolean hideBackupFactorEnabled, Boolean autoEnrollEmailFactorDisabled, List<AuthenticationFactorSetting.UserEnrollmentDisabledFactors> userEnrollmentDisabledFactors, AuthenticationFactorSettingsEmailSettings emailSettings, AuthenticationFactorSettingsThirdPartyFactor thirdPartyFactor, AuthenticationFactorSettingsNotificationSettings notificationSettings, AuthenticationFactorSettingsIdentityStoreSettings identityStoreSettings, AuthenticationFactorSettingsBypassCodeSettings bypassCodeSettings, AuthenticationFactorSettingsClientAppSettings clientAppSettings, AuthenticationFactorSettingsEndpointRestrictions endpointRestrictions, List<AuthenticationFactorSettingsCompliancePolicy> compliancePolicy, AuthenticationFactorSettingsTotpSettings totpSettings, ExtensionThirdPartyAuthenticationFactorSettings urnIetfParamsScimSchemasOracleIdcsExtensionThirdPartyAuthenticationFactorSettings, ExtensionFidoAuthenticationFactorSettings urnIetfParamsScimSchemasOracleIdcsExtensionFidoAuthenticationFactorSettings)
Deprecated.
-