| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected BitLockerRecoveryPasswordRotationType |
Windows10EndpointProtectionConfiguration.bitLockerRecoveryPasswordRotation |
| Modifier and Type | Method and Description |
|---|---|
Optional<BitLockerRecoveryPasswordRotationType> |
Windows10EndpointProtectionConfiguration.getBitLockerRecoveryPasswordRotation()
“This setting initiates a client-driven recovery password rotation after an OS
drive recovery (either by using bootmgr or WinRE).”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.bitLockerRecoveryPasswordRotation(BitLockerRecoveryPasswordRotationType bitLockerRecoveryPasswordRotation)
“This setting initiates a client-driven recovery password rotation after an OS
drive recovery (either by using bootmgr or WinRE).”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withBitLockerRecoveryPasswordRotation(BitLockerRecoveryPasswordRotationType bitLockerRecoveryPasswordRotation)
Returns an immutable copy of
this with just the bitLockerRecoveryPasswordRotation field changed. |
| Modifier and Type | Method and Description |
|---|---|
static BitLockerRecoveryPasswordRotationType |
BitLockerRecoveryPasswordRotationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitLockerRecoveryPasswordRotationType[] |
BitLockerRecoveryPasswordRotationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.