Uses of Enum
com.microsoft.graph.models.ConditionalAccessInsiderRiskLevels
Packages that use ConditionalAccessInsiderRiskLevels
-
Uses of ConditionalAccessInsiderRiskLevels in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConditionalAccessInsiderRiskLevelsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ConditionalAccessInsiderRiskLevels[]ConditionalAccessInsiderRiskLevels.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 ConditionalAccessInsiderRiskLevelsModifier and TypeMethodDescriptionConditionalAccessConditionSet.getInsiderRiskLevels()Gets the insiderRiskLevels property value.Method parameters in com.microsoft.graph.models with type arguments of type ConditionalAccessInsiderRiskLevelsModifier and TypeMethodDescriptionvoidConditionalAccessConditionSet.setInsiderRiskLevels(EnumSet<ConditionalAccessInsiderRiskLevels> value) Sets the insiderRiskLevels property value.