Uses of Class
odata.msgraph.client.beta.enums.LanManagerAuthenticationLevel
-
Packages that use LanManagerAuthenticationLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of LanManagerAuthenticationLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as LanManagerAuthenticationLevel Modifier and Type Field Description protected LanManagerAuthenticationLevelWindows10EndpointProtectionConfiguration. lanManagerAuthenticationLevelMethods in odata.msgraph.client.beta.entity that return types with arguments of type LanManagerAuthenticationLevel Modifier and Type Method Description Optional<LanManagerAuthenticationLevel>Windows10EndpointProtectionConfiguration. getLanManagerAuthenticationLevel()“This security setting determines which challenge/response authentication protocol is used for network logons.”Methods in odata.msgraph.client.beta.entity with parameters of type LanManagerAuthenticationLevel Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. lanManagerAuthenticationLevel(LanManagerAuthenticationLevel lanManagerAuthenticationLevel)“This security setting determines which challenge/response authentication protocol is used for network logons.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withLanManagerAuthenticationLevel(LanManagerAuthenticationLevel lanManagerAuthenticationLevel)Returns an immutable copy ofthiswith just thelanManagerAuthenticationLevelfield changed. -
Uses of LanManagerAuthenticationLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LanManagerAuthenticationLevel Modifier and Type Method Description static LanManagerAuthenticationLevelLanManagerAuthenticationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LanManagerAuthenticationLevel[]LanManagerAuthenticationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-