Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorInitiator.PreferenceType
-
Packages that use MyAuthenticationFactorInitiator.PreferenceType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorInitiator.PreferenceType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorInitiator.PreferenceType Modifier and Type Method Description static MyAuthenticationFactorInitiator.PreferenceTypeMyAuthenticationFactorInitiator.PreferenceType. create(String key)MyAuthenticationFactorInitiator.PreferenceTypeMyAuthenticationFactorInitiator. getPreferenceType()Indicates whether to user passwordless factor to be updated or mfa factor to be updatedstatic MyAuthenticationFactorInitiator.PreferenceTypeMyAuthenticationFactorInitiator.PreferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static MyAuthenticationFactorInitiator.PreferenceType[]MyAuthenticationFactorInitiator.PreferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorInitiator.PreferenceType Modifier and Type Method Description MyAuthenticationFactorInitiator.BuilderMyAuthenticationFactorInitiator.Builder. preferenceType(MyAuthenticationFactorInitiator.PreferenceType preferenceType)Indicates whether to user passwordless factor to be updated or mfa factor to be updatedConstructors in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorInitiator.PreferenceType Constructor Description MyAuthenticationFactorInitiator(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, MyAuthenticationFactorInitiator.AuthFactor authFactor, String deviceId, MyAuthenticationFactorInitiator.Type type, String requestId, String userName, MyAuthenticationFactorInitiator.Scenario scenario, MyAuthenticationFactorInitiatorThirdPartyFactor thirdPartyFactor, MyAuthenticationFactorInitiator.PreferenceType preferenceType, List<MyAuthenticationFactorInitiatorAdditionalAttributes> additionalAttributes, Boolean isAccRecEnabled)Deprecated.
-