Uses of Enum
com.microsoft.graph.models.RiskLevel
Packages that use RiskLevel
-
Uses of RiskLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RiskLevelModifier and TypeMethodDescriptionstatic RiskLevelRiskDetection.getRiskLevel()Gets the riskLevel property value.RiskyServicePrincipal.getRiskLevel()Gets the riskLevel property value.RiskyUser.getRiskLevel()Gets the riskLevel property value.ServicePrincipalRiskDetection.getRiskLevel()Gets the riskLevel property value.SignIn.getRiskLevelAggregated()Gets the riskLevelAggregated property value.SignIn.getRiskLevelDuringSignIn()Gets the riskLevelDuringSignIn property value.SignInConditions.getServicePrincipalRiskLevel()Gets the servicePrincipalRiskLevel property value.SignInConditions.getSignInRiskLevel()Gets the signInRiskLevel property value.SignInConditions.getUserRiskLevel()Gets the userRiskLevel property value.static RiskLevelReturns the enum constant of this type with the specified name.static RiskLevel[]RiskLevel.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 RiskLevelModifier and TypeMethodDescriptionConditionalAccessConditionSet.getServicePrincipalRiskLevels()Gets the servicePrincipalRiskLevels property value.ConditionalAccessConditionSet.getSignInRiskLevels()Gets the signInRiskLevels property value.ConditionalAccessConditionSet.getUserRiskLevels()Gets the userRiskLevels property value.Methods in com.microsoft.graph.models with parameters of type RiskLevelModifier and TypeMethodDescriptionvoidRiskDetection.setRiskLevel(RiskLevel value) Sets the riskLevel property value.voidRiskyServicePrincipal.setRiskLevel(RiskLevel value) Sets the riskLevel property value.voidRiskyUser.setRiskLevel(RiskLevel value) Sets the riskLevel property value.voidServicePrincipalRiskDetection.setRiskLevel(RiskLevel value) Sets the riskLevel property value.voidSignIn.setRiskLevelAggregated(RiskLevel value) Sets the riskLevelAggregated property value.voidSignIn.setRiskLevelDuringSignIn(RiskLevel value) Sets the riskLevelDuringSignIn property value.voidSignInConditions.setServicePrincipalRiskLevel(RiskLevel value) Sets the servicePrincipalRiskLevel property value.voidSignInConditions.setSignInRiskLevel(RiskLevel value) Sets the signInRiskLevel property value.voidSignInConditions.setUserRiskLevel(RiskLevel value) Sets the userRiskLevel property value.Method parameters in com.microsoft.graph.models with type arguments of type RiskLevelModifier and TypeMethodDescriptionvoidConditionalAccessConditionSet.setServicePrincipalRiskLevels(List<RiskLevel> value) Sets the servicePrincipalRiskLevels property value.voidConditionalAccessConditionSet.setSignInRiskLevels(List<RiskLevel> value) Sets the signInRiskLevels property value.voidConditionalAccessConditionSet.setUserRiskLevels(List<RiskLevel> value) Sets the userRiskLevels property value.