Uses of Class
odata.msgraph.client.beta.enums.ConfigurationUsage
-
Packages that use ConfigurationUsage Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ConfigurationUsage in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ConfigurationUsage Modifier and Type Field Description protected ConfigurationUsageBitLockerRecoveryOptions. recoveryKeyUsageprotected ConfigurationUsageBitLockerRecoveryOptions. recoveryPasswordUsageprotected ConfigurationUsageBitLockerSystemDrivePolicy. startupAuthenticationTpmKeyUsageprotected ConfigurationUsageBitLockerSystemDrivePolicy. startupAuthenticationTpmPinAndKeyUsageprotected ConfigurationUsageBitLockerSystemDrivePolicy. startupAuthenticationTpmPinUsageprotected ConfigurationUsageBitLockerSystemDrivePolicy. startupAuthenticationTpmUsageMethods in odata.msgraph.client.beta.complex that return types with arguments of type ConfigurationUsage Modifier and Type Method 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.”Methods in odata.msgraph.client.beta.complex with parameters of type ConfigurationUsage Modifier and Type Method Description BitLockerRecoveryOptions.BuilderBitLockerRecoveryOptions.Builder. recoveryKeyUsage(ConfigurationUsage recoveryKeyUsage)“Indicates whether users are allowed or required to generate a 256-bit recovery key for fixed or system disk.”BitLockerRecoveryOptions.BuilderBitLockerRecoveryOptions.Builder. recoveryPasswordUsage(ConfigurationUsage recoveryPasswordUsage)“Indicates whether users are allowed or required to generate a 48-digit recovery password for fixed or system disk.”BitLockerSystemDrivePolicy.BuilderBitLockerSystemDrivePolicy.Builder. startupAuthenticationTpmKeyUsage(ConfigurationUsage startupAuthenticationTpmKeyUsage)“Indicates if TPM startup key is allowed/required/disallowed.”BitLockerSystemDrivePolicy.BuilderBitLockerSystemDrivePolicy.Builder. startupAuthenticationTpmPinAndKeyUsage(ConfigurationUsage startupAuthenticationTpmPinAndKeyUsage)“Indicates if TPM startup pin key and key are allowed/required/disallowed.”BitLockerSystemDrivePolicy.BuilderBitLockerSystemDrivePolicy.Builder. startupAuthenticationTpmPinUsage(ConfigurationUsage startupAuthenticationTpmPinUsage)“Indicates if TPM startup pin is allowed/required/disallowed.”BitLockerSystemDrivePolicy.BuilderBitLockerSystemDrivePolicy.Builder. startupAuthenticationTpmUsage(ConfigurationUsage startupAuthenticationTpmUsage)“Indicates if TPM startup is allowed/required/disallowed.”BitLockerRecoveryOptionsBitLockerRecoveryOptions. withRecoveryKeyUsage(ConfigurationUsage recoveryKeyUsage)Returns an immutable copy ofthiswith just therecoveryKeyUsagefield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withRecoveryPasswordUsage(ConfigurationUsage recoveryPasswordUsage)Returns an immutable copy ofthiswith just therecoveryPasswordUsagefield changed.BitLockerSystemDrivePolicyBitLockerSystemDrivePolicy. withStartupAuthenticationTpmKeyUsage(ConfigurationUsage startupAuthenticationTpmKeyUsage)Returns an immutable copy ofthiswith just thestartupAuthenticationTpmKeyUsagefield changed.BitLockerSystemDrivePolicyBitLockerSystemDrivePolicy. withStartupAuthenticationTpmPinAndKeyUsage(ConfigurationUsage startupAuthenticationTpmPinAndKeyUsage)Returns an immutable copy ofthiswith just thestartupAuthenticationTpmPinAndKeyUsagefield changed.BitLockerSystemDrivePolicyBitLockerSystemDrivePolicy. withStartupAuthenticationTpmPinUsage(ConfigurationUsage startupAuthenticationTpmPinUsage)Returns an immutable copy ofthiswith just thestartupAuthenticationTpmPinUsagefield changed.BitLockerSystemDrivePolicyBitLockerSystemDrivePolicy. withStartupAuthenticationTpmUsage(ConfigurationUsage startupAuthenticationTpmUsage)Returns an immutable copy ofthiswith just thestartupAuthenticationTpmUsagefield changed. -
Uses of ConfigurationUsage in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ConfigurationUsage Modifier and Type Field Description protected ConfigurationUsageWindows10GeneralConfiguration. cellularDataprotected ConfigurationUsageWindowsIdentityProtectionConfiguration. pinLowercaseCharactersUsageprotected ConfigurationUsageWindowsIdentityProtectionConfiguration. pinSpecialCharactersUsageprotected ConfigurationUsageWindowsIdentityProtectionConfiguration. pinUppercaseCharactersUsageMethods in odata.msgraph.client.beta.entity that return types with arguments of type ConfigurationUsage Modifier and Type Method 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.”Methods in odata.msgraph.client.beta.entity with parameters of type ConfigurationUsage Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. cellularData(ConfigurationUsage cellularData)“Whether or not to allow the cellular data channel on the device.WindowsIdentityProtectionConfiguration.BuilderWindowsIdentityProtectionConfiguration.Builder. pinLowercaseCharactersUsage(ConfigurationUsage pinLowercaseCharactersUsage)“This value configures the use of lowercase characters in the Windows Hello for Business PIN.”WindowsIdentityProtectionConfiguration.BuilderWindowsIdentityProtectionConfiguration.Builder. pinSpecialCharactersUsage(ConfigurationUsage pinSpecialCharactersUsage)“Controls the ability to use special characters in the Windows Hello for Business PIN.”WindowsIdentityProtectionConfiguration.BuilderWindowsIdentityProtectionConfiguration.Builder. pinUppercaseCharactersUsage(ConfigurationUsage pinUppercaseCharactersUsage)“This value configures the use of uppercase characters in the Windows Hello for Business PIN.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withCellularData(ConfigurationUsage cellularData)Returns an immutable copy ofthiswith just thecellularDatafield changed.WindowsIdentityProtectionConfigurationWindowsIdentityProtectionConfiguration. withPinLowercaseCharactersUsage(ConfigurationUsage pinLowercaseCharactersUsage)Returns an immutable copy ofthiswith just thepinLowercaseCharactersUsagefield changed.WindowsIdentityProtectionConfigurationWindowsIdentityProtectionConfiguration. withPinSpecialCharactersUsage(ConfigurationUsage pinSpecialCharactersUsage)Returns an immutable copy ofthiswith just thepinSpecialCharactersUsagefield changed.WindowsIdentityProtectionConfigurationWindowsIdentityProtectionConfiguration. withPinUppercaseCharactersUsage(ConfigurationUsage pinUppercaseCharactersUsage)Returns an immutable copy ofthiswith just thepinUppercaseCharactersUsagefield changed. -
Uses of ConfigurationUsage in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ConfigurationUsage Modifier and Type Method Description static ConfigurationUsageConfigurationUsage. 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.
-