Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorInitiator.AuthFactor
-
Packages that use MyAuthenticationFactorInitiator.AuthFactor Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorInitiator.AuthFactor in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorInitiator.AuthFactor Modifier and Type Method Description static MyAuthenticationFactorInitiator.AuthFactor
MyAuthenticationFactorInitiator.AuthFactor. create(String key)
MyAuthenticationFactorInitiator.AuthFactor
MyAuthenticationFactorInitiator. getAuthFactor()
Auth Factor represents the type of multi-factor authentication channel for which the request has been initiated.static MyAuthenticationFactorInitiator.AuthFactor
MyAuthenticationFactorInitiator.AuthFactor. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyAuthenticationFactorInitiator.AuthFactor[]
MyAuthenticationFactorInitiator.AuthFactor. 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.AuthFactor Modifier and Type Method Description MyAuthenticationFactorInitiator.Builder
MyAuthenticationFactorInitiator.Builder. authFactor(MyAuthenticationFactorInitiator.AuthFactor authFactor)
Auth Factor represents the type of multi-factor authentication channel for which the request has been initiated.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorInitiator.AuthFactor 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.
-