Package com.microsoft.graph.models
Class AndroidGeneralDeviceConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.AndroidGeneralDeviceConfiguration
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class AndroidGeneralDeviceConfiguration
extends DeviceConfiguration
implements com.microsoft.kiota.serialization.Parsable
This topic provides descriptions of the declared methods, properties and relationships exposed by the androidGeneralDeviceConfiguration resource.
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newAndroidGeneralDeviceConfigurationand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the appsBlockClipboardSharing property value.Gets the appsBlockCopyPaste property value.Gets the appsBlockYouTube property value.Gets the appsHideList property value.Gets the appsInstallAllowList property value.Gets the appsLaunchBlockList property value.Gets the bluetoothBlocked property value.Gets the cameraBlocked property value.Gets the cellularBlockDataRoaming property value.Gets the cellularBlockMessaging property value.Gets the cellularBlockVoiceRoaming property value.Gets the cellularBlockWiFiTethering property value.Gets the compliantAppListType property value.Gets the compliantAppsList property value.Gets the deviceSharingAllowed property value.Gets the diagnosticDataBlockSubmission property value.Gets the factoryResetBlocked property value.The deserialization information for the current modelGets the googleAccountBlockAutoSync property value.Gets the googlePlayStoreBlocked property value.Gets the kioskModeApps property value.Gets the kioskModeBlockSleepButton property value.Gets the kioskModeBlockVolumeButtons property value.Gets the locationServicesBlocked property value.Gets the nfcBlocked property value.Gets the passwordBlockFingerprintUnlock property value.Gets the passwordBlockTrustAgents property value.Gets the passwordExpirationDays property value.Gets the passwordMinimumLength property value.Gets the passwordMinutesOfInactivityBeforeScreenTimeout property value.Gets the passwordPreviousPasswordBlockCount property value.Gets the passwordRequired property value.Gets the passwordRequiredType property value.Gets the passwordSignInFailureCountBeforeFactoryReset property value.Gets the powerOffBlocked property value.Gets the screenCaptureBlocked property value.Gets the securityRequireVerifyApps property value.Gets the storageBlockGoogleBackup property value.Gets the storageBlockRemovableStorage property value.Gets the storageRequireDeviceEncryption property value.Gets the storageRequireRemovableStorageEncryption property value.Gets the voiceAssistantBlocked property value.Gets the voiceDialingBlocked property value.Gets the webBrowserBlockAutofill property value.Gets the webBrowserBlocked property value.Gets the webBrowserBlockJavaScript property value.Gets the webBrowserBlockPopups property value.Gets the webBrowserCookieSettings property value.Gets the wiFiBlocked property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the appsBlockClipboardSharing property value.voidsetAppsBlockCopyPaste(Boolean value) Sets the appsBlockCopyPaste property value.voidsetAppsBlockYouTube(Boolean value) Sets the appsBlockYouTube property value.voidsetAppsHideList(List<AppListItem> value) Sets the appsHideList property value.voidsetAppsInstallAllowList(List<AppListItem> value) Sets the appsInstallAllowList property value.voidsetAppsLaunchBlockList(List<AppListItem> value) Sets the appsLaunchBlockList property value.voidsetBluetoothBlocked(Boolean value) Sets the bluetoothBlocked property value.voidsetCameraBlocked(Boolean value) Sets the cameraBlocked property value.voidSets the cellularBlockDataRoaming property value.voidsetCellularBlockMessaging(Boolean value) Sets the cellularBlockMessaging property value.voidSets the cellularBlockVoiceRoaming property value.voidSets the cellularBlockWiFiTethering property value.voidSets the compliantAppListType property value.voidsetCompliantAppsList(List<AppListItem> value) Sets the compliantAppsList property value.voidsetDeviceSharingAllowed(Boolean value) Sets the deviceSharingAllowed property value.voidSets the diagnosticDataBlockSubmission property value.voidsetFactoryResetBlocked(Boolean value) Sets the factoryResetBlocked property value.voidSets the googleAccountBlockAutoSync property value.voidsetGooglePlayStoreBlocked(Boolean value) Sets the googlePlayStoreBlocked property value.voidsetKioskModeApps(List<AppListItem> value) Sets the kioskModeApps property value.voidSets the kioskModeBlockSleepButton property value.voidSets the kioskModeBlockVolumeButtons property value.voidSets the locationServicesBlocked property value.voidsetNfcBlocked(Boolean value) Sets the nfcBlocked property value.voidSets the passwordBlockFingerprintUnlock property value.voidSets the passwordBlockTrustAgents property value.voidsetPasswordExpirationDays(Integer value) Sets the passwordExpirationDays property value.voidsetPasswordMinimumLength(Integer value) Sets the passwordMinimumLength property value.voidSets the passwordMinutesOfInactivityBeforeScreenTimeout property value.voidSets the passwordPreviousPasswordBlockCount property value.voidsetPasswordRequired(Boolean value) Sets the passwordRequired property value.voidSets the passwordRequiredType property value.voidSets the passwordSignInFailureCountBeforeFactoryReset property value.voidsetPowerOffBlocked(Boolean value) Sets the powerOffBlocked property value.voidsetScreenCaptureBlocked(Boolean value) Sets the screenCaptureBlocked property value.voidSets the securityRequireVerifyApps property value.voidSets the storageBlockGoogleBackup property value.voidSets the storageBlockRemovableStorage property value.voidSets the storageRequireDeviceEncryption property value.voidSets the storageRequireRemovableStorageEncryption property value.voidsetVoiceAssistantBlocked(Boolean value) Sets the voiceAssistantBlocked property value.voidsetVoiceDialingBlocked(Boolean value) Sets the voiceDialingBlocked property value.voidSets the webBrowserBlockAutofill property value.voidsetWebBrowserBlocked(Boolean value) Sets the webBrowserBlocked property value.voidSets the webBrowserBlockJavaScript property value.voidsetWebBrowserBlockPopups(Boolean value) Sets the webBrowserBlockPopups property value.voidSets the webBrowserCookieSettings property value.voidsetWiFiBlocked(Boolean value) Sets the wiFiBlocked property value.Methods inherited from class com.microsoft.graph.models.DeviceConfiguration
getAssignments, getCreatedDateTime, getDescription, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getLastModifiedDateTime, getUserStatuses, getUserStatusOverview, getVersion, setAssignments, setCreatedDateTime, setDescription, setDeviceSettingStateSummaries, setDeviceStatuses, setDeviceStatusOverview, setDisplayName, setLastModifiedDateTime, setUserStatuses, setUserStatusOverview, setVersionMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
AndroidGeneralDeviceConfiguration
public AndroidGeneralDeviceConfiguration()Instantiates a newAndroidGeneralDeviceConfigurationand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static AndroidGeneralDeviceConfiguration createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
AndroidGeneralDeviceConfiguration
-
getAppsBlockClipboardSharing
Gets the appsBlockClipboardSharing property value. Indicates whether or not to block clipboard sharing to copy and paste between applications.- Returns:
- a
Boolean
-
getAppsBlockCopyPaste
Gets the appsBlockCopyPaste property value. Indicates whether or not to block copy and paste within applications.- Returns:
- a
Boolean
-
getAppsBlockYouTube
Gets the appsBlockYouTube property value. Indicates whether or not to block the YouTube app.- Returns:
- a
Boolean
-
getAppsHideList
Gets the appsHideList property value. List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.- Returns:
- a
List<AppListItem>
-
getAppsInstallAllowList
Gets the appsInstallAllowList property value. List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.- Returns:
- a
List<AppListItem>
-
getAppsLaunchBlockList
Gets the appsLaunchBlockList property value. List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.- Returns:
- a
List<AppListItem>
-
getBluetoothBlocked
Gets the bluetoothBlocked property value. Indicates whether or not to block Bluetooth.- Returns:
- a
Boolean
-
getCameraBlocked
Gets the cameraBlocked property value. Indicates whether or not to block the use of the camera.- Returns:
- a
Boolean
-
getCellularBlockDataRoaming
Gets the cellularBlockDataRoaming property value. Indicates whether or not to block data roaming.- Returns:
- a
Boolean
-
getCellularBlockMessaging
Gets the cellularBlockMessaging property value. Indicates whether or not to block SMS/MMS messaging.- Returns:
- a
Boolean
-
getCellularBlockVoiceRoaming
Gets the cellularBlockVoiceRoaming property value. Indicates whether or not to block voice roaming.- Returns:
- a
Boolean
-
getCellularBlockWiFiTethering
Gets the cellularBlockWiFiTethering property value. Indicates whether or not to block syncing Wi-Fi tethering.- Returns:
- a
Boolean
-
getCompliantAppListType
Gets the compliantAppListType property value. Possible values of the compliance app list.- Returns:
- a
AppListType
-
getCompliantAppsList
Gets the compliantAppsList property value. List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.- Returns:
- a
List<AppListItem>
-
getDeviceSharingAllowed
Gets the deviceSharingAllowed property value. Indicates whether or not to allow device sharing mode.- Returns:
- a
Boolean
-
getDiagnosticDataBlockSubmission
Gets the diagnosticDataBlockSubmission property value. Indicates whether or not to block diagnostic data submission.- Returns:
- a
Boolean
-
getFactoryResetBlocked
Gets the factoryResetBlocked property value. Indicates whether or not to block user performing a factory reset.- Returns:
- a
Boolean
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classDeviceConfiguration- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getGoogleAccountBlockAutoSync
Gets the googleAccountBlockAutoSync property value. Indicates whether or not to block Google account auto sync.- Returns:
- a
Boolean
-
getGooglePlayStoreBlocked
Gets the googlePlayStoreBlocked property value. Indicates whether or not to block the Google Play store.- Returns:
- a
Boolean
-
getKioskModeApps
Gets the kioskModeApps property value. A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.- Returns:
- a
List<AppListItem>
-
getKioskModeBlockSleepButton
Gets the kioskModeBlockSleepButton property value. Indicates whether or not to block the screen sleep button while in Kiosk Mode.- Returns:
- a
Boolean
-
getKioskModeBlockVolumeButtons
Gets the kioskModeBlockVolumeButtons property value. Indicates whether or not to block the volume buttons while in Kiosk Mode.- Returns:
- a
Boolean
-
getLocationServicesBlocked
Gets the locationServicesBlocked property value. Indicates whether or not to block location services.- Returns:
- a
Boolean
-
getNfcBlocked
Gets the nfcBlocked property value. Indicates whether or not to block Near-Field Communication.- Returns:
- a
Boolean
-
getPasswordBlockFingerprintUnlock
Gets the passwordBlockFingerprintUnlock property value. Indicates whether or not to block fingerprint unlock.- Returns:
- a
Boolean
-
getPasswordBlockTrustAgents
Gets the passwordBlockTrustAgents property value. Indicates whether or not to block Smart Lock and other trust agents.- Returns:
- a
Boolean
-
getPasswordExpirationDays
Gets the passwordExpirationDays property value. Number of days before the password expires. Valid values 1 to 365- Returns:
- a
Integer
-
getPasswordMinimumLength
Gets the passwordMinimumLength property value. Minimum length of passwords. Valid values 4 to 16- Returns:
- a
Integer
-
getPasswordMinutesOfInactivityBeforeScreenTimeout
Gets the passwordMinutesOfInactivityBeforeScreenTimeout property value. Minutes of inactivity before the screen times out.- Returns:
- a
Integer
-
getPasswordPreviousPasswordBlockCount
Gets the passwordPreviousPasswordBlockCount property value. Number of previous passwords to block. Valid values 0 to 24- Returns:
- a
Integer
-
getPasswordRequired
Gets the passwordRequired property value. Indicates whether or not to require a password.- Returns:
- a
Boolean
-
getPasswordRequiredType
Gets the passwordRequiredType property value. Android required password type.- Returns:
- a
AndroidRequiredPasswordType
-
getPasswordSignInFailureCountBeforeFactoryReset
Gets the passwordSignInFailureCountBeforeFactoryReset property value. Number of sign in failures allowed before factory reset. Valid values 1 to 16- Returns:
- a
Integer
-
getPowerOffBlocked
Gets the powerOffBlocked property value. Indicates whether or not to block powering off the device.- Returns:
- a
Boolean
-
getScreenCaptureBlocked
Gets the screenCaptureBlocked property value. Indicates whether or not to block screenshots.- Returns:
- a
Boolean
-
getSecurityRequireVerifyApps
Gets the securityRequireVerifyApps property value. Require the Android Verify apps feature is turned on.- Returns:
- a
Boolean
-
getStorageBlockGoogleBackup
Gets the storageBlockGoogleBackup property value. Indicates whether or not to block Google Backup.- Returns:
- a
Boolean
-
getStorageBlockRemovableStorage
Gets the storageBlockRemovableStorage property value. Indicates whether or not to block removable storage usage.- Returns:
- a
Boolean
-
getStorageRequireDeviceEncryption
Gets the storageRequireDeviceEncryption property value. Indicates whether or not to require device encryption.- Returns:
- a
Boolean
-
getStorageRequireRemovableStorageEncryption
Gets the storageRequireRemovableStorageEncryption property value. Indicates whether or not to require removable storage encryption.- Returns:
- a
Boolean
-
getVoiceAssistantBlocked
Gets the voiceAssistantBlocked property value. Indicates whether or not to block the use of the Voice Assistant.- Returns:
- a
Boolean
-
getVoiceDialingBlocked
Gets the voiceDialingBlocked property value. Indicates whether or not to block voice dialing.- Returns:
- a
Boolean
-
getWebBrowserBlockAutofill
Gets the webBrowserBlockAutofill property value. Indicates whether or not to block the web browser's auto fill feature.- Returns:
- a
Boolean
-
getWebBrowserBlocked
Gets the webBrowserBlocked property value. Indicates whether or not to block the web browser.- Returns:
- a
Boolean
-
getWebBrowserBlockJavaScript
Gets the webBrowserBlockJavaScript property value. Indicates whether or not to block JavaScript within the web browser.- Returns:
- a
Boolean
-
getWebBrowserBlockPopups
Gets the webBrowserBlockPopups property value. Indicates whether or not to block popups within the web browser.- Returns:
- a
Boolean
-
getWebBrowserCookieSettings
Gets the webBrowserCookieSettings property value. Web Browser Cookie Settings.- Returns:
- a
WebBrowserCookieSettings
-
getWiFiBlocked
Gets the wiFiBlocked property value. Indicates whether or not to block syncing Wi-Fi.- Returns:
- a
Boolean
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classDeviceConfiguration- Parameters:
writer- Serialization writer to use to serialize this model
-
setAppsBlockClipboardSharing
Sets the appsBlockClipboardSharing property value. Indicates whether or not to block clipboard sharing to copy and paste between applications.- Parameters:
value- Value to set for the appsBlockClipboardSharing property.
-
setAppsBlockCopyPaste
Sets the appsBlockCopyPaste property value. Indicates whether or not to block copy and paste within applications.- Parameters:
value- Value to set for the appsBlockCopyPaste property.
-
setAppsBlockYouTube
Sets the appsBlockYouTube property value. Indicates whether or not to block the YouTube app.- Parameters:
value- Value to set for the appsBlockYouTube property.
-
setAppsHideList
Sets the appsHideList property value. List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.- Parameters:
value- Value to set for the appsHideList property.
-
setAppsInstallAllowList
Sets the appsInstallAllowList property value. List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.- Parameters:
value- Value to set for the appsInstallAllowList property.
-
setAppsLaunchBlockList
Sets the appsLaunchBlockList property value. List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.- Parameters:
value- Value to set for the appsLaunchBlockList property.
-
setBluetoothBlocked
Sets the bluetoothBlocked property value. Indicates whether or not to block Bluetooth.- Parameters:
value- Value to set for the bluetoothBlocked property.
-
setCameraBlocked
Sets the cameraBlocked property value. Indicates whether or not to block the use of the camera.- Parameters:
value- Value to set for the cameraBlocked property.
-
setCellularBlockDataRoaming
Sets the cellularBlockDataRoaming property value. Indicates whether or not to block data roaming.- Parameters:
value- Value to set for the cellularBlockDataRoaming property.
-
setCellularBlockMessaging
Sets the cellularBlockMessaging property value. Indicates whether or not to block SMS/MMS messaging.- Parameters:
value- Value to set for the cellularBlockMessaging property.
-
setCellularBlockVoiceRoaming
Sets the cellularBlockVoiceRoaming property value. Indicates whether or not to block voice roaming.- Parameters:
value- Value to set for the cellularBlockVoiceRoaming property.
-
setCellularBlockWiFiTethering
Sets the cellularBlockWiFiTethering property value. Indicates whether or not to block syncing Wi-Fi tethering.- Parameters:
value- Value to set for the cellularBlockWiFiTethering property.
-
setCompliantAppListType
Sets the compliantAppListType property value. Possible values of the compliance app list.- Parameters:
value- Value to set for the compliantAppListType property.
-
setCompliantAppsList
Sets the compliantAppsList property value. List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.- Parameters:
value- Value to set for the compliantAppsList property.
-
setDeviceSharingAllowed
Sets the deviceSharingAllowed property value. Indicates whether or not to allow device sharing mode.- Parameters:
value- Value to set for the deviceSharingAllowed property.
-
setDiagnosticDataBlockSubmission
Sets the diagnosticDataBlockSubmission property value. Indicates whether or not to block diagnostic data submission.- Parameters:
value- Value to set for the diagnosticDataBlockSubmission property.
-
setFactoryResetBlocked
Sets the factoryResetBlocked property value. Indicates whether or not to block user performing a factory reset.- Parameters:
value- Value to set for the factoryResetBlocked property.
-
setGoogleAccountBlockAutoSync
Sets the googleAccountBlockAutoSync property value. Indicates whether or not to block Google account auto sync.- Parameters:
value- Value to set for the googleAccountBlockAutoSync property.
-
setGooglePlayStoreBlocked
Sets the googlePlayStoreBlocked property value. Indicates whether or not to block the Google Play store.- Parameters:
value- Value to set for the googlePlayStoreBlocked property.
-
setKioskModeApps
Sets the kioskModeApps property value. A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.- Parameters:
value- Value to set for the kioskModeApps property.
-
setKioskModeBlockSleepButton
Sets the kioskModeBlockSleepButton property value. Indicates whether or not to block the screen sleep button while in Kiosk Mode.- Parameters:
value- Value to set for the kioskModeBlockSleepButton property.
-
setKioskModeBlockVolumeButtons
Sets the kioskModeBlockVolumeButtons property value. Indicates whether or not to block the volume buttons while in Kiosk Mode.- Parameters:
value- Value to set for the kioskModeBlockVolumeButtons property.
-
setLocationServicesBlocked
Sets the locationServicesBlocked property value. Indicates whether or not to block location services.- Parameters:
value- Value to set for the locationServicesBlocked property.
-
setNfcBlocked
Sets the nfcBlocked property value. Indicates whether or not to block Near-Field Communication.- Parameters:
value- Value to set for the nfcBlocked property.
-
setPasswordBlockFingerprintUnlock
Sets the passwordBlockFingerprintUnlock property value. Indicates whether or not to block fingerprint unlock.- Parameters:
value- Value to set for the passwordBlockFingerprintUnlock property.
-
setPasswordBlockTrustAgents
Sets the passwordBlockTrustAgents property value. Indicates whether or not to block Smart Lock and other trust agents.- Parameters:
value- Value to set for the passwordBlockTrustAgents property.
-
setPasswordExpirationDays
Sets the passwordExpirationDays property value. Number of days before the password expires. Valid values 1 to 365- Parameters:
value- Value to set for the passwordExpirationDays property.
-
setPasswordMinimumLength
Sets the passwordMinimumLength property value. Minimum length of passwords. Valid values 4 to 16- Parameters:
value- Value to set for the passwordMinimumLength property.
-
setPasswordMinutesOfInactivityBeforeScreenTimeout
Sets the passwordMinutesOfInactivityBeforeScreenTimeout property value. Minutes of inactivity before the screen times out.- Parameters:
value- Value to set for the passwordMinutesOfInactivityBeforeScreenTimeout property.
-
setPasswordPreviousPasswordBlockCount
Sets the passwordPreviousPasswordBlockCount property value. Number of previous passwords to block. Valid values 0 to 24- Parameters:
value- Value to set for the passwordPreviousPasswordBlockCount property.
-
setPasswordRequired
Sets the passwordRequired property value. Indicates whether or not to require a password.- Parameters:
value- Value to set for the passwordRequired property.
-
setPasswordRequiredType
Sets the passwordRequiredType property value. Android required password type.- Parameters:
value- Value to set for the passwordRequiredType property.
-
setPasswordSignInFailureCountBeforeFactoryReset
Sets the passwordSignInFailureCountBeforeFactoryReset property value. Number of sign in failures allowed before factory reset. Valid values 1 to 16- Parameters:
value- Value to set for the passwordSignInFailureCountBeforeFactoryReset property.
-
setPowerOffBlocked
Sets the powerOffBlocked property value. Indicates whether or not to block powering off the device.- Parameters:
value- Value to set for the powerOffBlocked property.
-
setScreenCaptureBlocked
Sets the screenCaptureBlocked property value. Indicates whether or not to block screenshots.- Parameters:
value- Value to set for the screenCaptureBlocked property.
-
setSecurityRequireVerifyApps
Sets the securityRequireVerifyApps property value. Require the Android Verify apps feature is turned on.- Parameters:
value- Value to set for the securityRequireVerifyApps property.
-
setStorageBlockGoogleBackup
Sets the storageBlockGoogleBackup property value. Indicates whether or not to block Google Backup.- Parameters:
value- Value to set for the storageBlockGoogleBackup property.
-
setStorageBlockRemovableStorage
Sets the storageBlockRemovableStorage property value. Indicates whether or not to block removable storage usage.- Parameters:
value- Value to set for the storageBlockRemovableStorage property.
-
setStorageRequireDeviceEncryption
Sets the storageRequireDeviceEncryption property value. Indicates whether or not to require device encryption.- Parameters:
value- Value to set for the storageRequireDeviceEncryption property.
-
setStorageRequireRemovableStorageEncryption
Sets the storageRequireRemovableStorageEncryption property value. Indicates whether or not to require removable storage encryption.- Parameters:
value- Value to set for the storageRequireRemovableStorageEncryption property.
-
setVoiceAssistantBlocked
Sets the voiceAssistantBlocked property value. Indicates whether or not to block the use of the Voice Assistant.- Parameters:
value- Value to set for the voiceAssistantBlocked property.
-
setVoiceDialingBlocked
Sets the voiceDialingBlocked property value. Indicates whether or not to block voice dialing.- Parameters:
value- Value to set for the voiceDialingBlocked property.
-
setWebBrowserBlockAutofill
Sets the webBrowserBlockAutofill property value. Indicates whether or not to block the web browser's auto fill feature.- Parameters:
value- Value to set for the webBrowserBlockAutofill property.
-
setWebBrowserBlocked
Sets the webBrowserBlocked property value. Indicates whether or not to block the web browser.- Parameters:
value- Value to set for the webBrowserBlocked property.
-
setWebBrowserBlockJavaScript
Sets the webBrowserBlockJavaScript property value. Indicates whether or not to block JavaScript within the web browser.- Parameters:
value- Value to set for the webBrowserBlockJavaScript property.
-
setWebBrowserBlockPopups
Sets the webBrowserBlockPopups property value. Indicates whether or not to block popups within the web browser.- Parameters:
value- Value to set for the webBrowserBlockPopups property.
-
setWebBrowserCookieSettings
Sets the webBrowserCookieSettings property value. Web Browser Cookie Settings.- Parameters:
value- Value to set for the webBrowserCookieSettings property.
-
setWiFiBlocked
Sets the wiFiBlocked property value. Indicates whether or not to block syncing Wi-Fi.- Parameters:
value- Value to set for the wiFiBlocked property.
-