Uses of Class
odata.msgraph.client.entity.AuthenticationStrengthRoot
-
Packages that use AuthenticationStrengthRoot Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationStrengthRoot in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationStrengthRoot Modifier and Type Field Description protected AuthenticationStrengthRootConditionalAccessRoot. authenticationStrengthMethods in odata.msgraph.client.entity that return AuthenticationStrengthRoot Modifier and Type Method Description AuthenticationStrengthRootAuthenticationStrengthRoot.Builder. build()AuthenticationStrengthRootAuthenticationStrengthRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationStrengthRootAuthenticationStrengthRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationStrengthRootAuthenticationStrengthRoot. withAuthenticationMethodModes(List<AuthenticationMethodModeDetail> authenticationMethodModes)AuthenticationStrengthRootAuthenticationStrengthRoot. withCombinations(List<AuthenticationMethodModes> combinations)AuthenticationStrengthRootAuthenticationStrengthRoot. withPolicies(List<AuthenticationStrengthPolicy> policies)AuthenticationStrengthRootAuthenticationStrengthRoot. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AuthenticationStrengthRoot Modifier and Type Method Description ConditionalAccessRoot.BuilderConditionalAccessRoot.Builder. authenticationStrength(AuthenticationStrengthRoot authenticationStrength)ConditionalAccessRootConditionalAccessRoot. withAuthenticationStrength(AuthenticationStrengthRoot authenticationStrength)
-