Uses of Class
com.microsoft.graph.models.AuthenticationCombinationConfiguration
Packages that use AuthenticationCombinationConfiguration
-
Uses of AuthenticationCombinationConfiguration in com.microsoft.graph.models
Subclasses of AuthenticationCombinationConfiguration in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassMethods in com.microsoft.graph.models that return AuthenticationCombinationConfigurationModifier and TypeMethodDescriptionAuthenticationCombinationConfiguration.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AuthenticationCombinationConfigurationModifier and TypeMethodDescriptionAuthenticationStrengthPolicy.getCombinationConfigurations()Gets the combinationConfigurations property value.AuthenticationCombinationConfigurationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationCombinationConfigurationModifier and TypeMethodDescriptionvoidAuthenticationStrengthPolicy.setCombinationConfigurations(List<AuthenticationCombinationConfiguration> value) Sets the combinationConfigurations property value.voidAuthenticationCombinationConfigurationCollectionResponse.setValue(List<AuthenticationCombinationConfiguration> value) Sets the value property value.