Uses of Class
odata.msgraph.client.beta.enums.RiskLevel
-
Packages that use RiskLevel Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RiskLevel in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type RiskLevel Modifier and Type Field Description protected List<RiskLevel>ConditionalAccessConditionSet. servicePrincipalRiskLevelsprotected List<RiskLevel>ConditionalAccessConditionSet. signInRiskLevelsprotected List<RiskLevel>ConditionalAccessConditionSet. userRiskLevelsMethods in odata.msgraph.client.beta.complex that return types with arguments of type RiskLevel Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getServicePrincipalRiskLevels()com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getServicePrincipalRiskLevels(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getSignInRiskLevels()com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getSignInRiskLevels(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getUserRiskLevels()com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getUserRiskLevels(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type RiskLevel Modifier and Type Method Description ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. servicePrincipalRiskLevels(RiskLevel... servicePrincipalRiskLevels)ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. signInRiskLevels(RiskLevel... signInRiskLevels)ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. userRiskLevels(RiskLevel... userRiskLevels)Method parameters in odata.msgraph.client.beta.complex with type arguments of type RiskLevel Modifier and Type Method Description ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. servicePrincipalRiskLevels(List<RiskLevel> servicePrincipalRiskLevels)ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. signInRiskLevels(List<RiskLevel> signInRiskLevels)ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. userRiskLevels(List<RiskLevel> userRiskLevels) -
Uses of RiskLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RiskLevel Modifier and Type Field Description protected RiskLevelRiskDetection. riskLevelprotected RiskLevelRiskyServicePrincipal. riskLevelprotected RiskLevelRiskyUser. riskLevelprotected RiskLevelServicePrincipalRiskDetection. riskLevelprotected RiskLevelSignIn. riskLevelAggregatedprotected RiskLevelSignIn. riskLevelDuringSignInMethods in odata.msgraph.client.beta.entity that return types with arguments of type RiskLevel Modifier and Type Method Description Optional<RiskLevel>RiskDetection. getRiskLevel()Optional<RiskLevel>RiskyServicePrincipal. getRiskLevel()Optional<RiskLevel>RiskyUser. getRiskLevel()Optional<RiskLevel>ServicePrincipalRiskDetection. getRiskLevel()Optional<RiskLevel>SignIn. getRiskLevelAggregated()Optional<RiskLevel>SignIn. getRiskLevelDuringSignIn() -
Uses of RiskLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RiskLevel Modifier and Type Method Description static RiskLevelRiskLevel. valueOf(String name)Returns 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.
-