| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected BitLockerRecoveryOptions |
BitLockerSystemDrivePolicy.recoveryOptions |
protected BitLockerRecoveryOptions |
BitLockerFixedDrivePolicy.recoveryOptions |
| Modifier and Type | Method and Description |
|---|---|
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.Builder.build() |
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withBlockDataRecoveryAgent(Boolean blockDataRecoveryAgent)
Returns an immutable copy of
this with just the blockDataRecoveryAgent field changed. |
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withEnableBitLockerAfterRecoveryInformationToStore(Boolean enableBitLockerAfterRecoveryInformationToStore)
Returns an immutable copy of
this with just the enableBitLockerAfterRecoveryInformationToStore field changed. |
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withEnableRecoveryInformationSaveToStore(Boolean enableRecoveryInformationSaveToStore)
Returns an immutable copy of
this with just the enableRecoveryInformationSaveToStore field changed. |
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withHideRecoveryOptions(Boolean hideRecoveryOptions)
Returns an immutable copy of
this with just the hideRecoveryOptions field changed. |
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withRecoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)
Returns an immutable copy of
this with just the recoveryInformationToStore field changed. |
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withRecoveryKeyUsage(ConfigurationUsage recoveryKeyUsage)
Returns an immutable copy of
this with just the recoveryKeyUsage
field changed. |
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withRecoveryPasswordUsage(ConfigurationUsage recoveryPasswordUsage)
Returns an immutable copy of
this with just the recoveryPasswordUsage field changed. |
| Modifier and Type | Method and Description |
|---|---|
Optional<BitLockerRecoveryOptions> |
BitLockerSystemDrivePolicy.getRecoveryOptions()
“Allows to recover BitLocker encrypted operating system drives in the absence of
the required startup key information.
|
Optional<BitLockerRecoveryOptions> |
BitLockerFixedDrivePolicy.getRecoveryOptions()
“This policy setting allows you to control how BitLocker-protected fixed data
drives are recovered in the absence of the required credentials.
|
| Modifier and Type | Method and Description |
|---|---|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.recoveryOptions(BitLockerRecoveryOptions recoveryOptions)
“Allows to recover BitLocker encrypted operating system drives in the absence of
the required startup key information.
|
BitLockerFixedDrivePolicy.Builder |
BitLockerFixedDrivePolicy.Builder.recoveryOptions(BitLockerRecoveryOptions recoveryOptions)
“This policy setting allows you to control how BitLocker-protected fixed data
drives are recovered in the absence of the required credentials.
|
BitLockerSystemDrivePolicy |
BitLockerSystemDrivePolicy.withRecoveryOptions(BitLockerRecoveryOptions recoveryOptions)
Returns an immutable copy of
this with just the recoveryOptions
field changed. |
BitLockerFixedDrivePolicy |
BitLockerFixedDrivePolicy.withRecoveryOptions(BitLockerRecoveryOptions recoveryOptions)
Returns an immutable copy of
this with just the recoveryOptions
field changed. |
Copyright © 2018–2020. All rights reserved.