| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Enablement |
MacOSPrivacyAccessControlItem.accessibility |
protected Enablement |
MacOSPrivacyAccessControlItem.addressBook |
protected Enablement |
MacOSPrivacyAccessControlItem.calendar |
protected Enablement |
MacOSPrivacyAccessControlItem.fileProviderPresence |
protected Enablement |
MacOSPrivacyAccessControlItem.mediaLibrary |
protected Enablement |
MacOSPrivacyAccessControlItem.photos |
protected Enablement |
MacOSPrivacyAccessControlItem.postEvent |
protected Enablement |
MacOSPrivacyAccessControlItem.reminders |
protected Enablement |
MacOSPrivacyAccessControlItem.speechRecognition |
protected Enablement |
MacOSPrivacyAccessControlItem.systemPolicyAllFiles |
protected Enablement |
MacOSPrivacyAccessControlItem.systemPolicyDesktopFolder |
protected Enablement |
MacOSPrivacyAccessControlItem.systemPolicyDocumentsFolder |
protected Enablement |
MacOSPrivacyAccessControlItem.systemPolicyDownloadsFolder |
protected Enablement |
MacOSPrivacyAccessControlItem.systemPolicyNetworkVolumes |
protected Enablement |
MacOSPrivacyAccessControlItem.systemPolicyRemovableVolumes |
protected Enablement |
MacOSPrivacyAccessControlItem.systemPolicySystemAdminFiles |
| Modifier and Type | Method and Description |
|---|---|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getAccessibility()
“Allow the app or process to control the Mac via the Accessibility subsystem.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getAddressBook()
“Allow or block access to contact information managed by Contacts.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getCalendar()
“Allow or block access to event information managed by Calendar.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getFileProviderPresence()
“Allow the app or process to access files managed by another app’s file provider
extension.
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getMediaLibrary()
“Allow or block access to music and the media library.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getPhotos()
“Allow or block access to images managed by Photos.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getPostEvent()
“Control access to CoreGraphics APIs, which are used to send CGEvents to the
system event stream.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getReminders()
“Allow or block access to information managed by Reminders.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSpeechRecognition()
“Allow or block access to system speech recognition facility.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSystemPolicyAllFiles()
“Control access to all protected files on a device.
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSystemPolicyDesktopFolder()
“Allow or block access to Desktop folder.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSystemPolicyDocumentsFolder()
“Allow or block access to Documents folder.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSystemPolicyDownloadsFolder()
“Allow or block access to Downloads folder.”
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSystemPolicyNetworkVolumes()
“Allow or block access to network volumes.
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSystemPolicyRemovableVolumes()
“Control access to removable volumes on the device, such as an external hard
drive.
|
Optional<Enablement> |
MacOSPrivacyAccessControlItem.getSystemPolicySystemAdminFiles()
“Allow app or process to access files used in system administration.”
|
| Modifier and Type | Method and Description |
|---|---|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.accessibility(Enablement accessibility)
“Allow the app or process to control the Mac via the Accessibility subsystem.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.addressBook(Enablement addressBook)
“Allow or block access to contact information managed by Contacts.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.calendar(Enablement calendar)
“Allow or block access to event information managed by Calendar.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.fileProviderPresence(Enablement fileProviderPresence)
“Allow the app or process to access files managed by another app’s file provider
extension.
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.mediaLibrary(Enablement mediaLibrary)
“Allow or block access to music and the media library.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.photos(Enablement photos)
“Allow or block access to images managed by Photos.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.postEvent(Enablement postEvent)
“Control access to CoreGraphics APIs, which are used to send CGEvents to the
system event stream.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.reminders(Enablement reminders)
“Allow or block access to information managed by Reminders.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.speechRecognition(Enablement speechRecognition)
“Allow or block access to system speech recognition facility.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.systemPolicyAllFiles(Enablement systemPolicyAllFiles)
“Control access to all protected files on a device.
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.systemPolicyDesktopFolder(Enablement systemPolicyDesktopFolder)
“Allow or block access to Desktop folder.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.systemPolicyDocumentsFolder(Enablement systemPolicyDocumentsFolder)
“Allow or block access to Documents folder.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.systemPolicyDownloadsFolder(Enablement systemPolicyDownloadsFolder)
“Allow or block access to Downloads folder.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.systemPolicyNetworkVolumes(Enablement systemPolicyNetworkVolumes)
“Allow or block access to network volumes.
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.systemPolicyRemovableVolumes(Enablement systemPolicyRemovableVolumes)
“Control access to removable volumes on the device, such as an external hard
drive.
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.systemPolicySystemAdminFiles(Enablement systemPolicySystemAdminFiles)
“Allow app or process to access files used in system administration.”
|
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withAccessibility(Enablement accessibility)
Returns an immutable copy of
this with just the accessibility
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withAddressBook(Enablement addressBook)
Returns an immutable copy of
this with just the addressBook
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withCalendar(Enablement calendar)
Returns an immutable copy of
this with just the calendar field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withFileProviderPresence(Enablement fileProviderPresence)
Returns an immutable copy of
this with just the fileProviderPresence field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withMediaLibrary(Enablement mediaLibrary)
Returns an immutable copy of
this with just the mediaLibrary
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withPhotos(Enablement photos)
Returns an immutable copy of
this with just the photos field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withPostEvent(Enablement postEvent)
Returns an immutable copy of
this with just the postEvent field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withReminders(Enablement reminders)
Returns an immutable copy of
this with just the reminders field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSpeechRecognition(Enablement speechRecognition)
Returns an immutable copy of
this with just the speechRecognition
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyAllFiles(Enablement systemPolicyAllFiles)
Returns an immutable copy of
this with just the systemPolicyAllFiles field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyDesktopFolder(Enablement systemPolicyDesktopFolder)
Returns an immutable copy of
this with just the systemPolicyDesktopFolder field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyDocumentsFolder(Enablement systemPolicyDocumentsFolder)
Returns an immutable copy of
this with just the systemPolicyDocumentsFolder field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyDownloadsFolder(Enablement systemPolicyDownloadsFolder)
Returns an immutable copy of
this with just the systemPolicyDownloadsFolder field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyNetworkVolumes(Enablement systemPolicyNetworkVolumes)
Returns an immutable copy of
this with just the systemPolicyNetworkVolumes field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyRemovableVolumes(Enablement systemPolicyRemovableVolumes)
Returns an immutable copy of
this with just the systemPolicyRemovableVolumes field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicySystemAdminFiles(Enablement systemPolicySystemAdminFiles)
Returns an immutable copy of
this with just the systemPolicySystemAdminFiles field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected Enablement |
Windows10GeneralConfiguration.activateAppsWithVoice |
protected Enablement |
MacOSEndpointProtectionConfiguration.advancedThreatProtectionAutomaticSampleSubmission |
protected Enablement |
MacOSEndpointProtectionConfiguration.advancedThreatProtectionCloudDelivered |
protected Enablement |
MacOSEndpointProtectionConfiguration.advancedThreatProtectionDiagnosticDataCollection |
protected Enablement |
MacOSEndpointProtectionConfiguration.advancedThreatProtectionRealTime |
protected Enablement |
WindowsHealthMonitoringConfiguration.allowDeviceHealthMonitoring |
protected Enablement |
Windows10GeneralConfiguration.authenticationWebSignIn |
protected Enablement |
Windows10DeviceFirmwareConfigurationInterface.bootFromBuiltInNetworkAdapters |
protected Enablement |
Windows10DeviceFirmwareConfigurationInterface.bootFromExternalMedia |
protected Enablement |
Windows10DeviceFirmwareConfigurationInterface.cameras |
protected Enablement |
Windows10EndpointProtectionConfiguration.deviceGuardLaunchSystemGuard |
protected Enablement |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.enhancedBiometricsState |
protected Enablement |
SharedPCConfiguration.fastFirstSignIn |
protected Enablement |
Windows10GeneralConfiguration.findMyFiles |
protected Enablement |
SharedPCConfiguration.localStorage |
protected Enablement |
Windows10GeneralConfiguration.lockScreenActivateAppsWithVoice |
protected Enablement |
Windows10DeviceFirmwareConfigurationInterface.microphonesAndSpeakers |
protected Enablement |
Windows10GeneralConfiguration.powerHybridSleepOnBattery |
protected Enablement |
Windows10GeneralConfiguration.powerHybridSleepPluggedIn |
protected Enablement |
Windows10DeviceFirmwareConfigurationInterface.radios |
protected Enablement |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.securityKeyForSignIn |
protected Enablement |
SharedPCConfiguration.setAccountManager |
protected Enablement |
SharedPCConfiguration.setEduPolicies |
protected Enablement |
SharedPCConfiguration.setPowerPolicies |
protected Enablement |
SharedPCConfiguration.signInOnResume |
protected Enablement |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.state |
protected Enablement |
WindowsUpdateForBusinessConfiguration.userPauseAccess |
protected Enablement |
WindowsUpdateForBusinessConfiguration.userWindowsUpdateScanAccess |
protected Enablement |
Windows10DeviceFirmwareConfigurationInterface.virtualizationOfCpuAndIO |
protected Enablement |
WindowsDeliveryOptimizationConfiguration.vpnPeerCaching |
| Modifier and Type | Method and Description |
|---|---|
Optional<Enablement> |
Windows10GeneralConfiguration.getActivateAppsWithVoice()
“Specifies if Windows apps can be activated by voice.”
|
Optional<Enablement> |
MacOSEndpointProtectionConfiguration.getAdvancedThreatProtectionAutomaticSampleSubmission()
“Determines whether or not to enable automatic file sample submission for
Microsoft Defender Advanced Threat Protection on macOS.”
|
Optional<Enablement> |
MacOSEndpointProtectionConfiguration.getAdvancedThreatProtectionCloudDelivered()
“Determines whether or not to enable cloud-delivered protection for Microsoft
Defender Advanced Threat Protection on macOS.”
|
Optional<Enablement> |
MacOSEndpointProtectionConfiguration.getAdvancedThreatProtectionDiagnosticDataCollection()
“Determines whether or not to enable diagnostic and usage data collection for
Microsoft Defender Advanced Threat Protection on macOS.”
|
Optional<Enablement> |
MacOSEndpointProtectionConfiguration.getAdvancedThreatProtectionRealTime()
“Determines whether or not to enable real-time protection for Microsoft Defender
Advanced Threat Protection on macOS.”
|
Optional<Enablement> |
WindowsHealthMonitoringConfiguration.getAllowDeviceHealthMonitoring()
“Enables device health monitoring on the device”
|
Optional<Enablement> |
Windows10GeneralConfiguration.getAuthenticationWebSignIn()
“Indicates whether or not Web Credential Provider will be enabled.”
|
Optional<Enablement> |
Windows10DeviceFirmwareConfigurationInterface.getBootFromBuiltInNetworkAdapters()
“Defines whether a user is allowed to boot from built-in network adapters.”
|
Optional<Enablement> |
Windows10DeviceFirmwareConfigurationInterface.getBootFromExternalMedia()
“Defines whether a user is allowed to boot from external media.”
|
Optional<Enablement> |
Windows10DeviceFirmwareConfigurationInterface.getCameras()
“Defines whether built-in cameras are enabled.”
|
Optional<Enablement> |
Windows10EndpointProtectionConfiguration.getDeviceGuardLaunchSystemGuard()
“Allows the IT admin to configure the launch of System Guard.”
|
Optional<Enablement> |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.getEnhancedBiometricsState()
“Controls the ability to use the anti-spoofing features for facial recognition on
devices which support it.
|
Optional<Enablement> |
SharedPCConfiguration.getFastFirstSignIn()
“Specifies whether to auto connect new non-admin Azure AD accounts to pre-
configured candidate local accounts”
|
Optional<Enablement> |
Windows10GeneralConfiguration.getFindMyFiles()
“Controls if the user can configure search to Find My Files mode, which searches
files in secondary hard drives and also outside of the user profile.
|
Optional<Enablement> |
SharedPCConfiguration.getLocalStorage()
“Specifies whether local storage is allowed on a shared PC.”
|
Optional<Enablement> |
Windows10GeneralConfiguration.getLockScreenActivateAppsWithVoice()
“This policy setting specifies whether Windows apps can be activated by voice
while the system is locked.”
|
Optional<Enablement> |
Windows10DeviceFirmwareConfigurationInterface.getMicrophonesAndSpeakers()
“Defines whether built-in microphones or speakers are enabled.”
|
Optional<Enablement> |
Windows10GeneralConfiguration.getPowerHybridSleepOnBattery()
“This setting allows you to turn off hybrid sleep while on battery.
|
Optional<Enablement> |
Windows10GeneralConfiguration.getPowerHybridSleepPluggedIn()
“This setting allows you to turn off hybrid sleep while plugged in.
|
Optional<Enablement> |
Windows10DeviceFirmwareConfigurationInterface.getRadios()
“Defines whether built-in radios e.g.
|
Optional<Enablement> |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.getSecurityKeyForSignIn()
“Security key for Sign In provides the capacity for remotely turning ON/OFF
Windows Hello Sercurity Keyl Not configured will honor configurations done on
the clinet.”
|
Optional<Enablement> |
SharedPCConfiguration.getSetAccountManager()
“Disables the account manager for shared PC mode.”
|
Optional<Enablement> |
SharedPCConfiguration.getSetEduPolicies()
“Specifies whether the default shared PC education environment policies should be
enabled/disabled/not configured.
|
Optional<Enablement> |
SharedPCConfiguration.getSetPowerPolicies()
“Specifies whether the default shared PC power policies should be enabled/
disabled.”
|
Optional<Enablement> |
SharedPCConfiguration.getSignInOnResume()
“Specifies the requirement to sign in whenever the device wakes up from sleep
mode.”
|
Optional<Enablement> |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.getState()
“Controls whether to allow the device to be configured for Windows Hello for
Business.
|
Optional<Enablement> |
WindowsUpdateForBusinessConfiguration.getUserPauseAccess()
“Specifies whether to enable end user’s access to pause software updates.”
|
Optional<Enablement> |
WindowsUpdateForBusinessConfiguration.getUserWindowsUpdateScanAccess()
“Specifies whether to disable user’s access to scan Windows Update.”
|
Optional<Enablement> |
Windows10DeviceFirmwareConfigurationInterface.getVirtualizationOfCpuAndIO()
“Defines whether CPU and IO virtualization is enabled.”
|
Optional<Enablement> |
WindowsDeliveryOptimizationConfiguration.getVpnPeerCaching()
“Specifies whether the device is allowed to participate in Peer Caching while
connected via VPN to the domain network.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.activateAppsWithVoice(Enablement activateAppsWithVoice)
“Specifies if Windows apps can be activated by voice.”
|
MacOSEndpointProtectionConfiguration.Builder |
MacOSEndpointProtectionConfiguration.Builder.advancedThreatProtectionAutomaticSampleSubmission(Enablement advancedThreatProtectionAutomaticSampleSubmission)
“Determines whether or not to enable automatic file sample submission for
Microsoft Defender Advanced Threat Protection on macOS.”
|
MacOSEndpointProtectionConfiguration.Builder |
MacOSEndpointProtectionConfiguration.Builder.advancedThreatProtectionCloudDelivered(Enablement advancedThreatProtectionCloudDelivered)
“Determines whether or not to enable cloud-delivered protection for Microsoft
Defender Advanced Threat Protection on macOS.”
|
MacOSEndpointProtectionConfiguration.Builder |
MacOSEndpointProtectionConfiguration.Builder.advancedThreatProtectionDiagnosticDataCollection(Enablement advancedThreatProtectionDiagnosticDataCollection)
“Determines whether or not to enable diagnostic and usage data collection for
Microsoft Defender Advanced Threat Protection on macOS.”
|
MacOSEndpointProtectionConfiguration.Builder |
MacOSEndpointProtectionConfiguration.Builder.advancedThreatProtectionRealTime(Enablement advancedThreatProtectionRealTime)
“Determines whether or not to enable real-time protection for Microsoft Defender
Advanced Threat Protection on macOS.”
|
WindowsHealthMonitoringConfiguration.Builder |
WindowsHealthMonitoringConfiguration.Builder.allowDeviceHealthMonitoring(Enablement allowDeviceHealthMonitoring)
“Enables device health monitoring on the device”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.authenticationWebSignIn(Enablement authenticationWebSignIn)
“Indicates whether or not Web Credential Provider will be enabled.”
|
Windows10DeviceFirmwareConfigurationInterface.Builder |
Windows10DeviceFirmwareConfigurationInterface.Builder.bootFromBuiltInNetworkAdapters(Enablement bootFromBuiltInNetworkAdapters)
“Defines whether a user is allowed to boot from built-in network adapters.”
|
Windows10DeviceFirmwareConfigurationInterface.Builder |
Windows10DeviceFirmwareConfigurationInterface.Builder.bootFromExternalMedia(Enablement bootFromExternalMedia)
“Defines whether a user is allowed to boot from external media.”
|
Windows10DeviceFirmwareConfigurationInterface.Builder |
Windows10DeviceFirmwareConfigurationInterface.Builder.cameras(Enablement cameras)
“Defines whether built-in cameras are enabled.”
|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.deviceGuardLaunchSystemGuard(Enablement deviceGuardLaunchSystemGuard)
“Allows the IT admin to configure the launch of System Guard.”
|
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder.enhancedBiometricsState(Enablement enhancedBiometricsState)
“Controls the ability to use the anti-spoofing features for facial recognition on
devices which support it.
|
SharedPCConfiguration.Builder |
SharedPCConfiguration.Builder.fastFirstSignIn(Enablement fastFirstSignIn)
“Specifies whether to auto connect new non-admin Azure AD accounts to pre-
configured candidate local accounts”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.findMyFiles(Enablement findMyFiles)
“Controls if the user can configure search to Find My Files mode, which searches
files in secondary hard drives and also outside of the user profile.
|
SharedPCConfiguration.Builder |
SharedPCConfiguration.Builder.localStorage(Enablement localStorage)
“Specifies whether local storage is allowed on a shared PC.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.lockScreenActivateAppsWithVoice(Enablement lockScreenActivateAppsWithVoice)
“This policy setting specifies whether Windows apps can be activated by voice
while the system is locked.”
|
Windows10DeviceFirmwareConfigurationInterface.Builder |
Windows10DeviceFirmwareConfigurationInterface.Builder.microphonesAndSpeakers(Enablement microphonesAndSpeakers)
“Defines whether built-in microphones or speakers are enabled.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerHybridSleepOnBattery(Enablement powerHybridSleepOnBattery)
“This setting allows you to turn off hybrid sleep while on battery.
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerHybridSleepPluggedIn(Enablement powerHybridSleepPluggedIn)
“This setting allows you to turn off hybrid sleep while plugged in.
|
Windows10DeviceFirmwareConfigurationInterface.Builder |
Windows10DeviceFirmwareConfigurationInterface.Builder.radios(Enablement radios)
“Defines whether built-in radios e.g.
|
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder.securityKeyForSignIn(Enablement securityKeyForSignIn)
“Security key for Sign In provides the capacity for remotely turning ON/OFF
Windows Hello Sercurity Keyl Not configured will honor configurations done on
the clinet.”
|
SharedPCConfiguration.Builder |
SharedPCConfiguration.Builder.setAccountManager(Enablement setAccountManager)
“Disables the account manager for shared PC mode.”
|
SharedPCConfiguration.Builder |
SharedPCConfiguration.Builder.setEduPolicies(Enablement setEduPolicies)
“Specifies whether the default shared PC education environment policies should be
enabled/disabled/not configured.
|
SharedPCConfiguration.Builder |
SharedPCConfiguration.Builder.setPowerPolicies(Enablement setPowerPolicies)
“Specifies whether the default shared PC power policies should be enabled/
disabled.”
|
SharedPCConfiguration.Builder |
SharedPCConfiguration.Builder.signInOnResume(Enablement signInOnResume)
“Specifies the requirement to sign in whenever the device wakes up from sleep
mode.”
|
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder.state(Enablement state)
“Controls whether to allow the device to be configured for Windows Hello for
Business.
|
WindowsUpdateForBusinessConfiguration.Builder |
WindowsUpdateForBusinessConfiguration.Builder.userPauseAccess(Enablement userPauseAccess)
“Specifies whether to enable end user’s access to pause software updates.”
|
WindowsUpdateForBusinessConfiguration.Builder |
WindowsUpdateForBusinessConfiguration.Builder.userWindowsUpdateScanAccess(Enablement userWindowsUpdateScanAccess)
“Specifies whether to disable user’s access to scan Windows Update.”
|
Windows10DeviceFirmwareConfigurationInterface.Builder |
Windows10DeviceFirmwareConfigurationInterface.Builder.virtualizationOfCpuAndIO(Enablement virtualizationOfCpuAndIO)
“Defines whether CPU and IO virtualization is enabled.”
|
WindowsDeliveryOptimizationConfiguration.Builder |
WindowsDeliveryOptimizationConfiguration.Builder.vpnPeerCaching(Enablement vpnPeerCaching)
“Specifies whether the device is allowed to participate in Peer Caching while
connected via VPN to the domain network.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withActivateAppsWithVoice(Enablement activateAppsWithVoice)
Returns an immutable copy of
this with just the activateAppsWithVoice field changed. |
MacOSEndpointProtectionConfiguration |
MacOSEndpointProtectionConfiguration.withAdvancedThreatProtectionAutomaticSampleSubmission(Enablement advancedThreatProtectionAutomaticSampleSubmission)
Returns an immutable copy of
this with just the advancedThreatProtectionAutomaticSampleSubmission field changed. |
MacOSEndpointProtectionConfiguration |
MacOSEndpointProtectionConfiguration.withAdvancedThreatProtectionCloudDelivered(Enablement advancedThreatProtectionCloudDelivered)
Returns an immutable copy of
this with just the advancedThreatProtectionCloudDelivered field changed. |
MacOSEndpointProtectionConfiguration |
MacOSEndpointProtectionConfiguration.withAdvancedThreatProtectionDiagnosticDataCollection(Enablement advancedThreatProtectionDiagnosticDataCollection)
Returns an immutable copy of
this with just the advancedThreatProtectionDiagnosticDataCollection field changed. |
MacOSEndpointProtectionConfiguration |
MacOSEndpointProtectionConfiguration.withAdvancedThreatProtectionRealTime(Enablement advancedThreatProtectionRealTime)
Returns an immutable copy of
this with just the advancedThreatProtectionRealTime field changed. |
WindowsHealthMonitoringConfiguration |
WindowsHealthMonitoringConfiguration.withAllowDeviceHealthMonitoring(Enablement allowDeviceHealthMonitoring)
Returns an immutable copy of
this with just the allowDeviceHealthMonitoring field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withAuthenticationWebSignIn(Enablement authenticationWebSignIn)
Returns an immutable copy of
this with just the authenticationWebSignIn field changed. |
Windows10DeviceFirmwareConfigurationInterface |
Windows10DeviceFirmwareConfigurationInterface.withBootFromBuiltInNetworkAdapters(Enablement bootFromBuiltInNetworkAdapters)
Returns an immutable copy of
this with just the bootFromBuiltInNetworkAdapters field changed. |
Windows10DeviceFirmwareConfigurationInterface |
Windows10DeviceFirmwareConfigurationInterface.withBootFromExternalMedia(Enablement bootFromExternalMedia)
Returns an immutable copy of
this with just the bootFromExternalMedia field changed. |
Windows10DeviceFirmwareConfigurationInterface |
Windows10DeviceFirmwareConfigurationInterface.withCameras(Enablement cameras)
Returns an immutable copy of
this with just the cameras field
changed. |
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withDeviceGuardLaunchSystemGuard(Enablement deviceGuardLaunchSystemGuard)
Returns an immutable copy of
this with just the deviceGuardLaunchSystemGuard field changed. |
DeviceEnrollmentWindowsHelloForBusinessConfiguration |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.withEnhancedBiometricsState(Enablement enhancedBiometricsState)
Returns an immutable copy of
this with just the enhancedBiometricsState field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withFastFirstSignIn(Enablement fastFirstSignIn)
Returns an immutable copy of
this with just the fastFirstSignIn
field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withFindMyFiles(Enablement findMyFiles)
Returns an immutable copy of
this with just the findMyFiles
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withLocalStorage(Enablement localStorage)
Returns an immutable copy of
this with just the localStorage
field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withLockScreenActivateAppsWithVoice(Enablement lockScreenActivateAppsWithVoice)
Returns an immutable copy of
this with just the lockScreenActivateAppsWithVoice field changed. |
Windows10DeviceFirmwareConfigurationInterface |
Windows10DeviceFirmwareConfigurationInterface.withMicrophonesAndSpeakers(Enablement microphonesAndSpeakers)
Returns an immutable copy of
this with just the microphonesAndSpeakers field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerHybridSleepOnBattery(Enablement powerHybridSleepOnBattery)
Returns an immutable copy of
this with just the powerHybridSleepOnBattery field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerHybridSleepPluggedIn(Enablement powerHybridSleepPluggedIn)
Returns an immutable copy of
this with just the powerHybridSleepPluggedIn field changed. |
Windows10DeviceFirmwareConfigurationInterface |
Windows10DeviceFirmwareConfigurationInterface.withRadios(Enablement radios)
Returns an immutable copy of
this with just the radios field
changed. |
DeviceEnrollmentWindowsHelloForBusinessConfiguration |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.withSecurityKeyForSignIn(Enablement securityKeyForSignIn)
Returns an immutable copy of
this with just the securityKeyForSignIn field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSetAccountManager(Enablement setAccountManager)
Returns an immutable copy of
this with just the setAccountManager
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSetEduPolicies(Enablement setEduPolicies)
Returns an immutable copy of
this with just the setEduPolicies
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSetPowerPolicies(Enablement setPowerPolicies)
Returns an immutable copy of
this with just the setPowerPolicies
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSignInOnResume(Enablement signInOnResume)
Returns an immutable copy of
this with just the signInOnResume
field changed. |
DeviceEnrollmentWindowsHelloForBusinessConfiguration |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.withState(Enablement state)
Returns an immutable copy of
this with just the state field
changed. |
WindowsUpdateForBusinessConfiguration |
WindowsUpdateForBusinessConfiguration.withUserPauseAccess(Enablement userPauseAccess)
Returns an immutable copy of
this with just the userPauseAccess
field changed. |
WindowsUpdateForBusinessConfiguration |
WindowsUpdateForBusinessConfiguration.withUserWindowsUpdateScanAccess(Enablement userWindowsUpdateScanAccess)
Returns an immutable copy of
this with just the userWindowsUpdateScanAccess field changed. |
Windows10DeviceFirmwareConfigurationInterface |
Windows10DeviceFirmwareConfigurationInterface.withVirtualizationOfCpuAndIO(Enablement virtualizationOfCpuAndIO)
Returns an immutable copy of
this with just the virtualizationOfCpuAndIO field changed. |
WindowsDeliveryOptimizationConfiguration |
WindowsDeliveryOptimizationConfiguration.withVpnPeerCaching(Enablement vpnPeerCaching)
Returns an immutable copy of
this with just the vpnPeerCaching
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static Enablement |
Enablement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enablement[] |
Enablement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.