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