Uses of Enum
com.microsoft.graph.models.AuthenticationStrengthRequirements
Packages that use AuthenticationStrengthRequirements
-
Uses of AuthenticationStrengthRequirements in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationStrengthRequirementsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AuthenticationStrengthRequirements[]AuthenticationStrengthRequirements.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type AuthenticationStrengthRequirementsModifier and TypeMethodDescriptionAuthenticationStrengthPolicy.getRequirementsSatisfied()Gets the requirementsSatisfied property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationStrengthRequirementsModifier and TypeMethodDescriptionvoidAuthenticationStrengthPolicy.setRequirementsSatisfied(EnumSet<AuthenticationStrengthRequirements> value) Sets the requirementsSatisfied property value.