Uses of Class
odata.msgraph.client.entity.AuthenticationMethodConfiguration
-
Packages that use AuthenticationMethodConfiguration Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationMethodConfiguration in odata.msgraph.client.entity
Subclasses of AuthenticationMethodConfiguration in odata.msgraph.client.entity Modifier and Type Class Description classEmailAuthenticationMethodConfigurationclassFido2AuthenticationMethodConfigurationclassMicrosoftAuthenticatorAuthenticationMethodConfigurationclassTemporaryAccessPassAuthenticationMethodConfigurationclassX509CertificateAuthenticationMethodConfigurationMethods in odata.msgraph.client.entity that return AuthenticationMethodConfiguration Modifier and Type Method Description AuthenticationMethodConfigurationAuthenticationMethodConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationMethodConfigurationAuthenticationMethodConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationMethodConfigurationAuthenticationMethodConfiguration. withState(AuthenticationMethodState state)AuthenticationMethodConfigurationAuthenticationMethodConfiguration. withUnmappedField(String name, String value)
-