Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsTotpSettings
-
Packages that use AuthenticationFactorSettingsTotpSettings Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorSettingsTotpSettings in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettingsTotpSettings Modifier and Type Method Description AuthenticationFactorSettingsTotpSettings
AuthenticationFactorSettingsTotpSettings.Builder. build()
AuthenticationFactorSettingsTotpSettings
AuthenticationFactorSetting. getTotpSettings()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsTotpSettings Modifier and Type Method Description AuthenticationFactorSettingsTotpSettings.Builder
AuthenticationFactorSettingsTotpSettings.Builder. copy(AuthenticationFactorSettingsTotpSettings model)
AuthenticationFactorSetting.Builder
AuthenticationFactorSetting.Builder. totpSettings(AuthenticationFactorSettingsTotpSettings totpSettings)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsTotpSettings 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.
-