Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorInitiator.Scenario
-
Packages that use MyAuthenticationFactorInitiator.Scenario Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorInitiator.Scenario in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorInitiator.Scenario Modifier and Type Method Description static MyAuthenticationFactorInitiator.ScenarioMyAuthenticationFactorInitiator.Scenario. create(String key)MyAuthenticationFactorInitiator.ScenarioMyAuthenticationFactorInitiator. getScenario()Specifies the scenario to initiate.static MyAuthenticationFactorInitiator.ScenarioMyAuthenticationFactorInitiator.Scenario. valueOf(String name)Returns the enum constant of this type with the specified name.static MyAuthenticationFactorInitiator.Scenario[]MyAuthenticationFactorInitiator.Scenario. 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.Scenario Modifier and Type Method Description MyAuthenticationFactorInitiator.BuilderMyAuthenticationFactorInitiator.Builder. scenario(MyAuthenticationFactorInitiator.Scenario scenario)Specifies the scenario to initiate.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorInitiator.Scenario 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.
-