Uses of Enum
com.microsoft.graph.models.RiskDetail
Packages that use RiskDetail
-
Uses of RiskDetail in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RiskDetailModifier and TypeMethodDescriptionstatic RiskDetailRiskServicePrincipalActivity.getDetail()Gets the detail property value.RiskUserActivity.getDetail()Gets the detail property value.RiskDetection.getRiskDetail()Gets the riskDetail property value.RiskyServicePrincipal.getRiskDetail()Gets the riskDetail property value.RiskyUser.getRiskDetail()Gets the riskDetail property value.ServicePrincipalRiskDetection.getRiskDetail()Gets the riskDetail property value.SignIn.getRiskDetail()Gets the riskDetail property value.static RiskDetailReturns the enum constant of this type with the specified name.static RiskDetail[]RiskDetail.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 RiskDetailModifier and TypeMethodDescriptionvoidRiskServicePrincipalActivity.setDetail(RiskDetail value) Sets the detail property value.voidRiskUserActivity.setDetail(RiskDetail value) Sets the detail property value.voidRiskDetection.setRiskDetail(RiskDetail value) Sets the riskDetail property value.voidRiskyServicePrincipal.setRiskDetail(RiskDetail value) Sets the riskDetail property value.voidRiskyUser.setRiskDetail(RiskDetail value) Sets the riskDetail property value.voidServicePrincipalRiskDetection.setRiskDetail(RiskDetail value) Sets the riskDetail property value.voidSignIn.setRiskDetail(RiskDetail value) Sets the riskDetail property value.