Uses of Class
odata.msgraph.client.entity.AuthenticationCombinationConfiguration
-
Packages that use AuthenticationCombinationConfiguration Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationCombinationConfiguration in odata.msgraph.client.entity
Subclasses of AuthenticationCombinationConfiguration in odata.msgraph.client.entity Modifier and Type Class Description classFido2CombinationConfigurationFields in odata.msgraph.client.entity with type parameters of type AuthenticationCombinationConfiguration Modifier and Type Field Description protected List<AuthenticationCombinationConfiguration>AuthenticationStrengthPolicy. combinationConfigurationsMethods in odata.msgraph.client.entity that return AuthenticationCombinationConfiguration Modifier and Type Method Description AuthenticationCombinationConfigurationAuthenticationCombinationConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationCombinationConfigurationAuthenticationCombinationConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationCombinationConfigurationAuthenticationCombinationConfiguration. withAppliesToCombinations(List<AuthenticationMethodModes> appliesToCombinations)AuthenticationCombinationConfigurationAuthenticationCombinationConfiguration. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AuthenticationCombinationConfiguration Modifier and Type Method Description AuthenticationStrengthPolicy.BuilderAuthenticationStrengthPolicy.Builder. combinationConfigurations(AuthenticationCombinationConfiguration... combinationConfigurations)Method parameters in odata.msgraph.client.entity with type arguments of type AuthenticationCombinationConfiguration Modifier and Type Method Description AuthenticationStrengthPolicy.BuilderAuthenticationStrengthPolicy.Builder. combinationConfigurations(List<AuthenticationCombinationConfiguration> combinationConfigurations)AuthenticationStrengthPolicyAuthenticationStrengthPolicy. withCombinationConfigurations(List<AuthenticationCombinationConfiguration> combinationConfigurations)
-