| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected LanManagerAuthenticationLevel |
Windows10EndpointProtectionConfiguration.lanManagerAuthenticationLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<LanManagerAuthenticationLevel> |
Windows10EndpointProtectionConfiguration.getLanManagerAuthenticationLevel()
“This security setting determines which challenge/response authentication
protocol is used for network logons.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.lanManagerAuthenticationLevel(LanManagerAuthenticationLevel lanManagerAuthenticationLevel)
“This security setting determines which challenge/response authentication
protocol is used for network logons.”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withLanManagerAuthenticationLevel(LanManagerAuthenticationLevel lanManagerAuthenticationLevel)
Returns an immutable copy of
this with just the lanManagerAuthenticationLevel field changed. |
| Modifier and Type | Method and Description |
|---|---|
static LanManagerAuthenticationLevel |
LanManagerAuthenticationLevel.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.
|
Copyright © 2018–2020. All rights reserved.