Uses of Enum
com.microsoft.graph.models.ConditionalAccessClientApp
Packages that use ConditionalAccessClientApp
-
Uses of ConditionalAccessClientApp in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConditionalAccessClientAppModifier and TypeMethodDescriptionstatic ConditionalAccessClientAppSignInConditions.getClientAppType()Gets the clientAppType property value.static ConditionalAccessClientAppReturns the enum constant of this type with the specified name.static ConditionalAccessClientApp[]ConditionalAccessClientApp.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 ConditionalAccessClientAppModifier and TypeMethodDescriptionConditionalAccessConditionSet.getClientAppTypes()Gets the clientAppTypes property value.Methods in com.microsoft.graph.models with parameters of type ConditionalAccessClientAppModifier and TypeMethodDescriptionvoidSignInConditions.setClientAppType(ConditionalAccessClientApp value) Sets the clientAppType property value.Method parameters in com.microsoft.graph.models with type arguments of type ConditionalAccessClientAppModifier and TypeMethodDescriptionvoidConditionalAccessConditionSet.setClientAppTypes(List<ConditionalAccessClientApp> value) Sets the clientAppTypes property value.