Uses of Enum
com.microsoft.graph.models.MultiFactorAuthConfiguration
Packages that use MultiFactorAuthConfiguration
-
Uses of MultiFactorAuthConfiguration in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MultiFactorAuthConfigurationModifier and TypeMethodDescriptionstatic MultiFactorAuthConfigurationDeviceRegistrationPolicy.getMultiFactorAuthConfiguration()Gets the multiFactorAuthConfiguration property value.static MultiFactorAuthConfigurationReturns the enum constant of this type with the specified name.static MultiFactorAuthConfiguration[]MultiFactorAuthConfiguration.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type MultiFactorAuthConfigurationModifier and TypeMethodDescriptionvoidDeviceRegistrationPolicy.setMultiFactorAuthConfiguration(MultiFactorAuthConfiguration value) Sets the multiFactorAuthConfiguration property value.