Uses of Enum
com.microsoft.graph.models.RiskState
Packages that use RiskState
-
Uses of RiskState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RiskStateModifier and TypeMethodDescriptionstatic RiskStateRiskDetection.getRiskState()Gets the riskState property value.RiskyServicePrincipal.getRiskState()Gets the riskState property value.RiskyUser.getRiskState()Gets the riskState property value.ServicePrincipalRiskDetection.getRiskState()Gets the riskState property value.SignIn.getRiskState()Gets the riskState property value.static RiskStateReturns the enum constant of this type with the specified name.static RiskState[]RiskState.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 RiskStateModifier and TypeMethodDescriptionvoidRiskDetection.setRiskState(RiskState value) Sets the riskState property value.voidRiskyServicePrincipal.setRiskState(RiskState value) Sets the riskState property value.voidRiskyUser.setRiskState(RiskState value) Sets the riskState property value.voidServicePrincipalRiskDetection.setRiskState(RiskState value) Sets the riskState property value.voidSignIn.setRiskState(RiskState value) Sets the riskState property value.