| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationUsage |
BitLockerRecoveryOptions.recoveryKeyUsage |
protected ConfigurationUsage |
BitLockerRecoveryOptions.recoveryPasswordUsage |
protected ConfigurationUsage |
BitLockerSystemDrivePolicy.startupAuthenticationTpmKeyUsage |
protected ConfigurationUsage |
BitLockerSystemDrivePolicy.startupAuthenticationTpmPinAndKeyUsage |
protected ConfigurationUsage |
BitLockerSystemDrivePolicy.startupAuthenticationTpmPinUsage |
protected ConfigurationUsage |
BitLockerSystemDrivePolicy.startupAuthenticationTpmUsage |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigurationUsage> |
BitLockerRecoveryOptions.getRecoveryKeyUsage()
“Indicates whether users are allowed or required to generate a 256-bit recovery
key for fixed or system disk.”
|
Optional<ConfigurationUsage> |
BitLockerRecoveryOptions.getRecoveryPasswordUsage()
“Indicates whether users are allowed or required to generate a 48-digit recovery
password for fixed or system disk.”
|
Optional<ConfigurationUsage> |
BitLockerSystemDrivePolicy.getStartupAuthenticationTpmKeyUsage()
“Indicates if TPM startup key is allowed/required/disallowed.”
|
Optional<ConfigurationUsage> |
BitLockerSystemDrivePolicy.getStartupAuthenticationTpmPinAndKeyUsage()
“Indicates if TPM startup pin key and key are allowed/required/disallowed.”
|
Optional<ConfigurationUsage> |
BitLockerSystemDrivePolicy.getStartupAuthenticationTpmPinUsage()
“Indicates if TPM startup pin is allowed/required/disallowed.”
|
Optional<ConfigurationUsage> |
BitLockerSystemDrivePolicy.getStartupAuthenticationTpmUsage()
“Indicates if TPM startup is allowed/required/disallowed.”
|
| Modifier and Type | Method and Description |
|---|---|
BitLockerRecoveryOptions.Builder |
BitLockerRecoveryOptions.Builder.recoveryKeyUsage(ConfigurationUsage recoveryKeyUsage)
“Indicates whether users are allowed or required to generate a 256-bit recovery
key for fixed or system disk.”
|
BitLockerRecoveryOptions.Builder |
BitLockerRecoveryOptions.Builder.recoveryPasswordUsage(ConfigurationUsage recoveryPasswordUsage)
“Indicates whether users are allowed or required to generate a 48-digit recovery
password for fixed or system disk.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmKeyUsage(ConfigurationUsage startupAuthenticationTpmKeyUsage)
“Indicates if TPM startup key is allowed/required/disallowed.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmPinAndKeyUsage(ConfigurationUsage startupAuthenticationTpmPinAndKeyUsage)
“Indicates if TPM startup pin key and key are allowed/required/disallowed.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmPinUsage(ConfigurationUsage startupAuthenticationTpmPinUsage)
“Indicates if TPM startup pin is allowed/required/disallowed.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmUsage(ConfigurationUsage startupAuthenticationTpmUsage)
“Indicates if TPM startup is allowed/required/disallowed.”
|
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. |
BitLockerSystemDrivePolicy |
BitLockerSystemDrivePolicy.withStartupAuthenticationTpmKeyUsage(ConfigurationUsage startupAuthenticationTpmKeyUsage)
Returns an immutable copy of
this with just the startupAuthenticationTpmKeyUsage field changed. |
BitLockerSystemDrivePolicy |
BitLockerSystemDrivePolicy.withStartupAuthenticationTpmPinAndKeyUsage(ConfigurationUsage startupAuthenticationTpmPinAndKeyUsage)
Returns an immutable copy of
this with just the startupAuthenticationTpmPinAndKeyUsage field changed. |
BitLockerSystemDrivePolicy |
BitLockerSystemDrivePolicy.withStartupAuthenticationTpmPinUsage(ConfigurationUsage startupAuthenticationTpmPinUsage)
Returns an immutable copy of
this with just the startupAuthenticationTpmPinUsage field changed. |
BitLockerSystemDrivePolicy |
BitLockerSystemDrivePolicy.withStartupAuthenticationTpmUsage(ConfigurationUsage startupAuthenticationTpmUsage)
Returns an immutable copy of
this with just the startupAuthenticationTpmUsage field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationUsage |
Windows10GeneralConfiguration.cellularData |
protected ConfigurationUsage |
WindowsIdentityProtectionConfiguration.pinLowercaseCharactersUsage |
protected ConfigurationUsage |
WindowsIdentityProtectionConfiguration.pinSpecialCharactersUsage |
protected ConfigurationUsage |
WindowsIdentityProtectionConfiguration.pinUppercaseCharactersUsage |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigurationUsage> |
Windows10GeneralConfiguration.getCellularData()
“Whether or not to allow the cellular data channel on the device.
|
Optional<ConfigurationUsage> |
WindowsIdentityProtectionConfiguration.getPinLowercaseCharactersUsage()
“This value configures the use of lowercase characters in the Windows Hello for
Business PIN.”
|
Optional<ConfigurationUsage> |
WindowsIdentityProtectionConfiguration.getPinSpecialCharactersUsage()
“Controls the ability to use special characters in the Windows Hello for Business
PIN.”
|
Optional<ConfigurationUsage> |
WindowsIdentityProtectionConfiguration.getPinUppercaseCharactersUsage()
“This value configures the use of uppercase characters in the Windows Hello for
Business PIN.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.cellularData(ConfigurationUsage cellularData)
“Whether or not to allow the cellular data channel on the device.
|
WindowsIdentityProtectionConfiguration.Builder |
WindowsIdentityProtectionConfiguration.Builder.pinLowercaseCharactersUsage(ConfigurationUsage pinLowercaseCharactersUsage)
“This value configures the use of lowercase characters in the Windows Hello for
Business PIN.”
|
WindowsIdentityProtectionConfiguration.Builder |
WindowsIdentityProtectionConfiguration.Builder.pinSpecialCharactersUsage(ConfigurationUsage pinSpecialCharactersUsage)
“Controls the ability to use special characters in the Windows Hello for Business
PIN.”
|
WindowsIdentityProtectionConfiguration.Builder |
WindowsIdentityProtectionConfiguration.Builder.pinUppercaseCharactersUsage(ConfigurationUsage pinUppercaseCharactersUsage)
“This value configures the use of uppercase characters in the Windows Hello for
Business PIN.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withCellularData(ConfigurationUsage cellularData)
Returns an immutable copy of
this with just the cellularData
field changed. |
WindowsIdentityProtectionConfiguration |
WindowsIdentityProtectionConfiguration.withPinLowercaseCharactersUsage(ConfigurationUsage pinLowercaseCharactersUsage)
Returns an immutable copy of
this with just the pinLowercaseCharactersUsage field changed. |
WindowsIdentityProtectionConfiguration |
WindowsIdentityProtectionConfiguration.withPinSpecialCharactersUsage(ConfigurationUsage pinSpecialCharactersUsage)
Returns an immutable copy of
this with just the pinSpecialCharactersUsage field changed. |
WindowsIdentityProtectionConfiguration |
WindowsIdentityProtectionConfiguration.withPinUppercaseCharactersUsage(ConfigurationUsage pinUppercaseCharactersUsage)
Returns an immutable copy of
this with just the pinUppercaseCharactersUsage field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationUsage |
ConfigurationUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationUsage[] |
ConfigurationUsage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.