Uses of Enum
com.microsoft.graph.models.InsiderRiskLevel
Packages that use InsiderRiskLevel
-
Uses of InsiderRiskLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return InsiderRiskLevelModifier and TypeMethodDescriptionstatic InsiderRiskLevelSignInConditions.getInsiderRiskLevel()Gets the insiderRiskLevel property value.static InsiderRiskLevelReturns the enum constant of this type with the specified name.static InsiderRiskLevel[]InsiderRiskLevel.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 InsiderRiskLevelModifier and TypeMethodDescriptionvoidSignInConditions.setInsiderRiskLevel(InsiderRiskLevel value) Sets the insiderRiskLevel property value.