PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
Beta
/
Microsoft
/
Graph
/
Model
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * IosGeneralDeviceConfiguration File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ namespace Beta\Microsoft\Graph\Model; /** * IosGeneralDeviceConfiguration class * * @category Model * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ class IosGeneralDeviceConfiguration extends DeviceConfiguration { /** * Gets the accountBlockModification * Indicates whether or not to allow account modification when the device is in supervised mode. * * @return bool|null The accountBlockModification */ public function getAccountBlockModification() { if (array_key_exists("accountBlockModification", $this->_propDict)) { return $this->_propDict["accountBlockModification"]; } else { return null; } } /** * Sets the accountBlockModification * Indicates whether or not to allow account modification when the device is in supervised mode. * * @param bool $val The accountBlockModification * * @return IosGeneralDeviceConfiguration */ public function setAccountBlockModification($val) { $this->_propDict["accountBlockModification"] = boolval($val); return $this; } /** * Gets the activationLockAllowWhenSupervised * Indicates whether or not to allow activation lock when the device is in the supervised mode. * * @return bool|null The activationLockAllowWhenSupervised */ public function getActivationLockAllowWhenSupervised() { if (array_key_exists("activationLockAllowWhenSupervised", $this->_propDict)) { return $this->_propDict["activationLockAllowWhenSupervised"]; } else { return null; } } /** * Sets the activationLockAllowWhenSupervised * Indicates whether or not to allow activation lock when the device is in the supervised mode. * * @param bool $val The activationLockAllowWhenSupervised * * @return IosGeneralDeviceConfiguration */ public function setActivationLockAllowWhenSupervised($val) { $this->_propDict["activationLockAllowWhenSupervised"] = boolval($val); return $this; } /** * Gets the airDropBlocked * Indicates whether or not to allow AirDrop when the device is in supervised mode. * * @return bool|null The airDropBlocked */ public function getAirDropBlocked() { if (array_key_exists("airDropBlocked", $this->_propDict)) { return $this->_propDict["airDropBlocked"]; } else { return null; } } /** * Sets the airDropBlocked * Indicates whether or not to allow AirDrop when the device is in supervised mode. * * @param bool $val The airDropBlocked * * @return IosGeneralDeviceConfiguration */ public function setAirDropBlocked($val) { $this->_propDict["airDropBlocked"] = boolval($val); return $this; } /** * Gets the airDropForceUnmanagedDropTarget * Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later). * * @return bool|null The airDropForceUnmanagedDropTarget */ public function getAirDropForceUnmanagedDropTarget() { if (array_key_exists("airDropForceUnmanagedDropTarget", $this->_propDict)) { return $this->_propDict["airDropForceUnmanagedDropTarget"]; } else { return null; } } /** * Sets the airDropForceUnmanagedDropTarget * Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later). * * @param bool $val The airDropForceUnmanagedDropTarget * * @return IosGeneralDeviceConfiguration */ public function setAirDropForceUnmanagedDropTarget($val) { $this->_propDict["airDropForceUnmanagedDropTarget"] = boolval($val); return $this; } /** * Gets the airPlayForcePairingPasswordForOutgoingRequests * Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password. * * @return bool|null The airPlayForcePairingPasswordForOutgoingRequests */ public function getAirPlayForcePairingPasswordForOutgoingRequests() { if (array_key_exists("airPlayForcePairingPasswordForOutgoingRequests", $this->_propDict)) { return $this->_propDict["airPlayForcePairingPasswordForOutgoingRequests"]; } else { return null; } } /** * Sets the airPlayForcePairingPasswordForOutgoingRequests * Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password. * * @param bool $val The airPlayForcePairingPasswordForOutgoingRequests * * @return IosGeneralDeviceConfiguration */ public function setAirPlayForcePairingPasswordForOutgoingRequests($val) { $this->_propDict["airPlayForcePairingPasswordForOutgoingRequests"] = boolval($val); return $this; } /** * Gets the airPrintBlockCredentialsStorage * Indicates whether or not keychain storage of username and password for Airprint is blocked (iOS 11.0 and later). * * @return bool|null The airPrintBlockCredentialsStorage */ public function getAirPrintBlockCredentialsStorage() { if (array_key_exists("airPrintBlockCredentialsStorage", $this->_propDict)) { return $this->_propDict["airPrintBlockCredentialsStorage"]; } else { return null; } } /** * Sets the airPrintBlockCredentialsStorage * Indicates whether or not keychain storage of username and password for Airprint is blocked (iOS 11.0 and later). * * @param bool $val The airPrintBlockCredentialsStorage * * @return IosGeneralDeviceConfiguration */ public function setAirPrintBlockCredentialsStorage($val) { $this->_propDict["airPrintBlockCredentialsStorage"] = boolval($val); return $this; } /** * Gets the airPrintBlocked * Indicates whether or not AirPrint is blocked (iOS 11.0 and later). * * @return bool|null The airPrintBlocked */ public function getAirPrintBlocked() { if (array_key_exists("airPrintBlocked", $this->_propDict)) { return $this->_propDict["airPrintBlocked"]; } else { return null; } } /** * Sets the airPrintBlocked * Indicates whether or not AirPrint is blocked (iOS 11.0 and later). * * @param bool $val The airPrintBlocked * * @return IosGeneralDeviceConfiguration */ public function setAirPrintBlocked($val) { $this->_propDict["airPrintBlocked"] = boolval($val); return $this; } /** * Gets the airPrintBlockiBeaconDiscovery * Indicates whether or not iBeacon discovery of AirPrint printers is blocked. This prevents spurious AirPrint Bluetooth beacons from phishing for network traffic (iOS 11.0 and later). * * @return bool|null The airPrintBlockiBeaconDiscovery */ public function getAirPrintBlockiBeaconDiscovery() { if (array_key_exists("airPrintBlockiBeaconDiscovery", $this->_propDict)) { return $this->_propDict["airPrintBlockiBeaconDiscovery"]; } else { return null; } } /** * Sets the airPrintBlockiBeaconDiscovery * Indicates whether or not iBeacon discovery of AirPrint printers is blocked. This prevents spurious AirPrint Bluetooth beacons from phishing for network traffic (iOS 11.0 and later). * * @param bool $val The airPrintBlockiBeaconDiscovery * * @return IosGeneralDeviceConfiguration */ public function setAirPrintBlockiBeaconDiscovery($val) { $this->_propDict["airPrintBlockiBeaconDiscovery"] = boolval($val); return $this; } /** * Gets the airPrintForceTrustedTLS * Indicates if trusted certificates are required for TLS printing communication (iOS 11.0 and later). * * @return bool|null The airPrintForceTrustedTLS */ public function getAirPrintForceTrustedTLS() { if (array_key_exists("airPrintForceTrustedTLS", $this->_propDict)) { return $this->_propDict["airPrintForceTrustedTLS"]; } else { return null; } } /** * Sets the airPrintForceTrustedTLS * Indicates if trusted certificates are required for TLS printing communication (iOS 11.0 and later). * * @param bool $val The airPrintForceTrustedTLS * * @return IosGeneralDeviceConfiguration */ public function setAirPrintForceTrustedTLS($val) { $this->_propDict["airPrintForceTrustedTLS"] = boolval($val); return $this; } /** * Gets the appClipsBlocked * Prevents a user from adding any App Clips and removes any existing App Clips on the device. * * @return bool|null The appClipsBlocked */ public function getAppClipsBlocked() { if (array_key_exists("appClipsBlocked", $this->_propDict)) { return $this->_propDict["appClipsBlocked"]; } else { return null; } } /** * Sets the appClipsBlocked * Prevents a user from adding any App Clips and removes any existing App Clips on the device. * * @param bool $val The appClipsBlocked * * @return IosGeneralDeviceConfiguration */ public function setAppClipsBlocked($val) { $this->_propDict["appClipsBlocked"] = boolval($val); return $this; } /** * Gets the appleNewsBlocked * Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later). * * @return bool|null The appleNewsBlocked */ public function getAppleNewsBlocked() { if (array_key_exists("appleNewsBlocked", $this->_propDict)) { return $this->_propDict["appleNewsBlocked"]; } else { return null; } } /** * Sets the appleNewsBlocked * Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later). * * @param bool $val The appleNewsBlocked * * @return IosGeneralDeviceConfiguration */ public function setAppleNewsBlocked($val) { $this->_propDict["appleNewsBlocked"] = boolval($val); return $this; } /** * Gets the applePersonalizedAdsBlocked * Limits Apple personalized advertising when true. Available in iOS 14 and later. * * @return bool|null The applePersonalizedAdsBlocked */ public function getApplePersonalizedAdsBlocked() { if (array_key_exists("applePersonalizedAdsBlocked", $this->_propDict)) { return $this->_propDict["applePersonalizedAdsBlocked"]; } else { return null; } } /** * Sets the applePersonalizedAdsBlocked * Limits Apple personalized advertising when true. Available in iOS 14 and later. * * @param bool $val The applePersonalizedAdsBlocked * * @return IosGeneralDeviceConfiguration */ public function setApplePersonalizedAdsBlocked($val) { $this->_propDict["applePersonalizedAdsBlocked"] = boolval($val); return $this; } /** * Gets the appleWatchBlockPairing * Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later). * * @return bool|null The appleWatchBlockPairing */ public function getAppleWatchBlockPairing() { if (array_key_exists("appleWatchBlockPairing", $this->_propDict)) { return $this->_propDict["appleWatchBlockPairing"]; } else { return null; } } /** * Sets the appleWatchBlockPairing * Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later). * * @param bool $val The appleWatchBlockPairing * * @return IosGeneralDeviceConfiguration */ public function setAppleWatchBlockPairing($val) { $this->_propDict["appleWatchBlockPairing"] = boolval($val); return $this; } /** * Gets the appleWatchForceWristDetection * Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later). * * @return bool|null The appleWatchForceWristDetection */ public function getAppleWatchForceWristDetection() { if (array_key_exists("appleWatchForceWristDetection", $this->_propDict)) { return $this->_propDict["appleWatchForceWristDetection"]; } else { return null; } } /** * Sets the appleWatchForceWristDetection * Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later). * * @param bool $val The appleWatchForceWristDetection * * @return IosGeneralDeviceConfiguration */ public function setAppleWatchForceWristDetection($val) { $this->_propDict["appleWatchForceWristDetection"] = boolval($val); return $this; } /** * Gets the appRemovalBlocked * Indicates if the removal of apps is allowed. * * @return bool|null The appRemovalBlocked */ public function getAppRemovalBlocked() { if (array_key_exists("appRemovalBlocked", $this->_propDict)) { return $this->_propDict["appRemovalBlocked"]; } else { return null; } } /** * Sets the appRemovalBlocked * Indicates if the removal of apps is allowed. * * @param bool $val The appRemovalBlocked * * @return IosGeneralDeviceConfiguration */ public function setAppRemovalBlocked($val) { $this->_propDict["appRemovalBlocked"] = boolval($val); return $this; } /** * Gets the appsSingleAppModeList * Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements. * * @return array|null The appsSingleAppModeList */ public function getAppsSingleAppModeList() { if (array_key_exists("appsSingleAppModeList", $this->_propDict)) { return $this->_propDict["appsSingleAppModeList"]; } else { return null; } } /** * Sets the appsSingleAppModeList * Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements. * * @param AppListItem[] $val The appsSingleAppModeList * * @return IosGeneralDeviceConfiguration */ public function setAppsSingleAppModeList($val) { $this->_propDict["appsSingleAppModeList"] = $val; return $this; } /** * Gets the appStoreBlockAutomaticDownloads * Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later). * * @return bool|null The appStoreBlockAutomaticDownloads */ public function getAppStoreBlockAutomaticDownloads() { if (array_key_exists("appStoreBlockAutomaticDownloads", $this->_propDict)) { return $this->_propDict["appStoreBlockAutomaticDownloads"]; } else { return null; } } /** * Sets the appStoreBlockAutomaticDownloads * Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later). * * @param bool $val The appStoreBlockAutomaticDownloads * * @return IosGeneralDeviceConfiguration */ public function setAppStoreBlockAutomaticDownloads($val) { $this->_propDict["appStoreBlockAutomaticDownloads"] = boolval($val); return $this; } /** * Gets the appStoreBlocked * Indicates whether or not to block the user from using the App Store. Requires a supervised device for iOS 13 and later. * * @return bool|null The appStoreBlocked */ public function getAppStoreBlocked() { if (array_key_exists("appStoreBlocked", $this->_propDict)) { return $this->_propDict["appStoreBlocked"]; } else { return null; } } /** * Sets the appStoreBlocked * Indicates whether or not to block the user from using the App Store. Requires a supervised device for iOS 13 and later. * * @param bool $val The appStoreBlocked * * @return IosGeneralDeviceConfiguration */ public function setAppStoreBlocked($val) { $this->_propDict["appStoreBlocked"] = boolval($val); return $this; } /** * Gets the appStoreBlockInAppPurchases * Indicates whether or not to block the user from making in app purchases. * * @return bool|null The appStoreBlockInAppPurchases */ public function getAppStoreBlockInAppPurchases() { if (array_key_exists("appStoreBlockInAppPurchases", $this->_propDict)) { return $this->_propDict["appStoreBlockInAppPurchases"]; } else { return null; } } /** * Sets the appStoreBlockInAppPurchases * Indicates whether or not to block the user from making in app purchases. * * @param bool $val The appStoreBlockInAppPurchases * * @return IosGeneralDeviceConfiguration */ public function setAppStoreBlockInAppPurchases($val) { $this->_propDict["appStoreBlockInAppPurchases"] = boolval($val); return $this; } /** * Gets the appStoreBlockUIAppInstallation * Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later). * * @return bool|null The appStoreBlockUIAppInstallation */ public function getAppStoreBlockUIAppInstallation() { if (array_key_exists("appStoreBlockUIAppInstallation", $this->_propDict)) { return $this->_propDict["appStoreBlockUIAppInstallation"]; } else { return null; } } /** * Sets the appStoreBlockUIAppInstallation * Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later). * * @param bool $val The appStoreBlockUIAppInstallation * * @return IosGeneralDeviceConfiguration */ public function setAppStoreBlockUIAppInstallation($val) { $this->_propDict["appStoreBlockUIAppInstallation"] = boolval($val); return $this; } /** * Gets the appStoreRequirePassword * Indicates whether or not to require a password when using the app store. * * @return bool|null The appStoreRequirePassword */ public function getAppStoreRequirePassword() { if (array_key_exists("appStoreRequirePassword", $this->_propDict)) { return $this->_propDict["appStoreRequirePassword"]; } else { return null; } } /** * Sets the appStoreRequirePassword * Indicates whether or not to require a password when using the app store. * * @param bool $val The appStoreRequirePassword * * @return IosGeneralDeviceConfiguration */ public function setAppStoreRequirePassword($val) { $this->_propDict["appStoreRequirePassword"] = boolval($val); return $this; } /** * Gets the appsVisibilityList * List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements. * * @return array|null The appsVisibilityList */ public function getAppsVisibilityList() { if (array_key_exists("appsVisibilityList", $this->_propDict)) { return $this->_propDict["appsVisibilityList"]; } else { return null; } } /** * Sets the appsVisibilityList * List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements. * * @param AppListItem[] $val The appsVisibilityList * * @return IosGeneralDeviceConfiguration */ public function setAppsVisibilityList($val) { $this->_propDict["appsVisibilityList"] = $val; return $this; } /** * Gets the appsVisibilityListType * Type of list that is in the AppsVisibilityList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. * * @return AppListType|null The appsVisibilityListType */ public function getAppsVisibilityListType() { if (array_key_exists("appsVisibilityListType", $this->_propDict)) { if (is_a($this->_propDict["appsVisibilityListType"], "\Beta\Microsoft\Graph\Model\AppListType") || is_null($this->_propDict["appsVisibilityListType"])) { return $this->_propDict["appsVisibilityListType"]; } else { $this->_propDict["appsVisibilityListType"] = new AppListType($this->_propDict["appsVisibilityListType"]); return $this->_propDict["appsVisibilityListType"]; } } return null; } /** * Sets the appsVisibilityListType * Type of list that is in the AppsVisibilityList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. * * @param AppListType $val The appsVisibilityListType * * @return IosGeneralDeviceConfiguration */ public function setAppsVisibilityListType($val) { $this->_propDict["appsVisibilityListType"] = $val; return $this; } /** * Gets the autoFillForceAuthentication * Indicates whether or not to force user authentication before autofilling passwords and credit card information in Safari and other apps on supervised devices. * * @return bool|null The autoFillForceAuthentication */ public function getAutoFillForceAuthentication() { if (array_key_exists("autoFillForceAuthentication", $this->_propDict)) { return $this->_propDict["autoFillForceAuthentication"]; } else { return null; } } /** * Sets the autoFillForceAuthentication * Indicates whether or not to force user authentication before autofilling passwords and credit card information in Safari and other apps on supervised devices. * * @param bool $val The autoFillForceAuthentication * * @return IosGeneralDeviceConfiguration */ public function setAutoFillForceAuthentication($val) { $this->_propDict["autoFillForceAuthentication"] = boolval($val); return $this; } /** * Gets the autoUnlockBlocked * Blocks users from unlocking their device with Apple Watch. Available for devices running iOS and iPadOS versions 14.5 and later. * * @return bool|null The autoUnlockBlocked */ public function getAutoUnlockBlocked() { if (array_key_exists("autoUnlockBlocked", $this->_propDict)) { return $this->_propDict["autoUnlockBlocked"]; } else { return null; } } /** * Sets the autoUnlockBlocked * Blocks users from unlocking their device with Apple Watch. Available for devices running iOS and iPadOS versions 14.5 and later. * * @param bool $val The autoUnlockBlocked * * @return IosGeneralDeviceConfiguration */ public function setAutoUnlockBlocked($val) { $this->_propDict["autoUnlockBlocked"] = boolval($val); return $this; } /** * Gets the blockSystemAppRemoval * Indicates whether or not the removal of system apps from the device is blocked on a supervised device (iOS 11.0 and later). * * @return bool|null The blockSystemAppRemoval */ public function getBlockSystemAppRemoval() { if (array_key_exists("blockSystemAppRemoval", $this->_propDict)) { return $this->_propDict["blockSystemAppRemoval"]; } else { return null; } } /** * Sets the blockSystemAppRemoval * Indicates whether or not the removal of system apps from the device is blocked on a supervised device (iOS 11.0 and later). * * @param bool $val The blockSystemAppRemoval * * @return IosGeneralDeviceConfiguration */ public function setBlockSystemAppRemoval($val) { $this->_propDict["blockSystemAppRemoval"] = boolval($val); return $this; } /** * Gets the bluetoothBlockModification * Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later). * * @return bool|null The bluetoothBlockModification */ public function getBluetoothBlockModification() { if (array_key_exists("bluetoothBlockModification", $this->_propDict)) { return $this->_propDict["bluetoothBlockModification"]; } else { return null; } } /** * Sets the bluetoothBlockModification * Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later). * * @param bool $val The bluetoothBlockModification * * @return IosGeneralDeviceConfiguration */ public function setBluetoothBlockModification($val) { $this->_propDict["bluetoothBlockModification"] = boolval($val); return $this; } /** * Gets the cameraBlocked * Indicates whether or not to block the user from accessing the camera of the device. Requires a supervised device for iOS 13 and later. * * @return bool|null The cameraBlocked */ public function getCameraBlocked() { if (array_key_exists("cameraBlocked", $this->_propDict)) { return $this->_propDict["cameraBlocked"]; } else { return null; } } /** * Sets the cameraBlocked * Indicates whether or not to block the user from accessing the camera of the device. Requires a supervised device for iOS 13 and later. * * @param bool $val The cameraBlocked * * @return IosGeneralDeviceConfiguration */ public function setCameraBlocked($val) { $this->_propDict["cameraBlocked"] = boolval($val); return $this; } /** * Gets the cellularBlockDataRoaming * Indicates whether or not to block data roaming. * * @return bool|null The cellularBlockDataRoaming */ public function getCellularBlockDataRoaming() { if (array_key_exists("cellularBlockDataRoaming", $this->_propDict)) { return $this->_propDict["cellularBlockDataRoaming"]; } else { return null; } } /** * Sets the cellularBlockDataRoaming * Indicates whether or not to block data roaming. * * @param bool $val The cellularBlockDataRoaming * * @return IosGeneralDeviceConfiguration */ public function setCellularBlockDataRoaming($val) { $this->_propDict["cellularBlockDataRoaming"] = boolval($val); return $this; } /** * Gets the cellularBlockGlobalBackgroundFetchWhileRoaming * Indicates whether or not to block global background fetch while roaming. * * @return bool|null The cellularBlockGlobalBackgroundFetchWhileRoaming */ public function getCellularBlockGlobalBackgroundFetchWhileRoaming() { if (array_key_exists("cellularBlockGlobalBackgroundFetchWhileRoaming", $this->_propDict)) { return $this->_propDict["cellularBlockGlobalBackgroundFetchWhileRoaming"]; } else { return null; } } /** * Sets the cellularBlockGlobalBackgroundFetchWhileRoaming * Indicates whether or not to block global background fetch while roaming. * * @param bool $val The cellularBlockGlobalBackgroundFetchWhileRoaming * * @return IosGeneralDeviceConfiguration */ public function setCellularBlockGlobalBackgroundFetchWhileRoaming($val) { $this->_propDict["cellularBlockGlobalBackgroundFetchWhileRoaming"] = boolval($val); return $this; } /** * Gets the cellularBlockPerAppDataModification * Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode. * * @return bool|null The cellularBlockPerAppDataModification */ public function getCellularBlockPerAppDataModification() { if (array_key_exists("cellularBlockPerAppDataModification", $this->_propDict)) { return $this->_propDict["cellularBlockPerAppDataModification"]; } else { return null; } } /** * Sets the cellularBlockPerAppDataModification * Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode. * * @param bool $val The cellularBlockPerAppDataModification * * @return IosGeneralDeviceConfiguration */ public function setCellularBlockPerAppDataModification($val) { $this->_propDict["cellularBlockPerAppDataModification"] = boolval($val); return $this; } /** * Gets the cellularBlockPersonalHotspot * Indicates whether or not to block Personal Hotspot. * * @return bool|null The cellularBlockPersonalHotspot */ public function getCellularBlockPersonalHotspot() { if (array_key_exists("cellularBlockPersonalHotspot", $this->_propDict)) { return $this->_propDict["cellularBlockPersonalHotspot"]; } else { return null; } } /** * Sets the cellularBlockPersonalHotspot * Indicates whether or not to block Personal Hotspot. * * @param bool $val The cellularBlockPersonalHotspot * * @return IosGeneralDeviceConfiguration */ public function setCellularBlockPersonalHotspot($val) { $this->_propDict["cellularBlockPersonalHotspot"] = boolval($val); return $this; } /** * Gets the cellularBlockPersonalHotspotModification * Indicates whether or not to block the user from modifying the personal hotspot setting (iOS 12.2 or later). * * @return bool|null The cellularBlockPersonalHotspotModification */ public function getCellularBlockPersonalHotspotModification() { if (array_key_exists("cellularBlockPersonalHotspotModification", $this->_propDict)) { return $this->_propDict["cellularBlockPersonalHotspotModification"]; } else { return null; } } /** * Sets the cellularBlockPersonalHotspotModification * Indicates whether or not to block the user from modifying the personal hotspot setting (iOS 12.2 or later). * * @param bool $val The cellularBlockPersonalHotspotModification * * @return IosGeneralDeviceConfiguration */ public function setCellularBlockPersonalHotspotModification($val) { $this->_propDict["cellularBlockPersonalHotspotModification"] = boolval($val); return $this; } /** * Gets the cellularBlockPlanModification * Indicates whether or not to allow users to change the settings of the cellular plan on a supervised device. * * @return bool|null The cellularBlockPlanModification */ public function getCellularBlockPlanModification() { if (array_key_exists("cellularBlockPlanModification", $this->_propDict)) { return $this->_propDict["cellularBlockPlanModification"]; } else { return null; } } /** * Sets the cellularBlockPlanModification * Indicates whether or not to allow users to change the settings of the cellular plan on a supervised device. * * @param bool $val The cellularBlockPlanModification * * @return IosGeneralDeviceConfiguration */ public function setCellularBlockPlanModification($val) { $this->_propDict["cellularBlockPlanModification"] = boolval($val); return $this; } /** * Gets the cellularBlockVoiceRoaming * Indicates whether or not to block voice roaming. * * @return bool|null The cellularBlockVoiceRoaming */ public function getCellularBlockVoiceRoaming() { if (array_key_exists("cellularBlockVoiceRoaming", $this->_propDict)) { return $this->_propDict["cellularBlockVoiceRoaming"]; } else { return null; } } /** * Sets the cellularBlockVoiceRoaming * Indicates whether or not to block voice roaming. * * @param bool $val The cellularBlockVoiceRoaming * * @return IosGeneralDeviceConfiguration */ public function setCellularBlockVoiceRoaming($val) { $this->_propDict["cellularBlockVoiceRoaming"] = boolval($val); return $this; } /** * Gets the certificatesBlockUntrustedTlsCertificates * Indicates whether or not to block untrusted TLS certificates. * * @return bool|null The certificatesBlockUntrustedTlsCertificates */ public function getCertificatesBlockUntrustedTlsCertificates() { if (array_key_exists("certificatesBlockUntrustedTlsCertificates", $this->_propDict)) { return $this->_propDict["certificatesBlockUntrustedTlsCertificates"]; } else { return null; } } /** * Sets the certificatesBlockUntrustedTlsCertificates * Indicates whether or not to block untrusted TLS certificates. * * @param bool $val The certificatesBlockUntrustedTlsCertificates * * @return IosGeneralDeviceConfiguration */ public function setCertificatesBlockUntrustedTlsCertificates($val) { $this->_propDict["certificatesBlockUntrustedTlsCertificates"] = boolval($val); return $this; } /** * Gets the classroomAppBlockRemoteScreenObservation * Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later). * * @return bool|null The classroomAppBlockRemoteScreenObservation */ public function getClassroomAppBlockRemoteScreenObservation() { if (array_key_exists("classroomAppBlockRemoteScreenObservation", $this->_propDict)) { return $this->_propDict["classroomAppBlockRemoteScreenObservation"]; } else { return null; } } /** * Sets the classroomAppBlockRemoteScreenObservation * Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later). * * @param bool $val The classroomAppBlockRemoteScreenObservation * * @return IosGeneralDeviceConfiguration */ public function setClassroomAppBlockRemoteScreenObservation($val) { $this->_propDict["classroomAppBlockRemoteScreenObservation"] = boolval($val); return $this; } /** * Gets the classroomAppForceUnpromptedScreenObservation * Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode. * * @return bool|null The classroomAppForceUnpromptedScreenObservation */ public function getClassroomAppForceUnpromptedScreenObservation() { if (array_key_exists("classroomAppForceUnpromptedScreenObservation", $this->_propDict)) { return $this->_propDict["classroomAppForceUnpromptedScreenObservation"]; } else { return null; } } /** * Sets the classroomAppForceUnpromptedScreenObservation * Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode. * * @param bool $val The classroomAppForceUnpromptedScreenObservation * * @return IosGeneralDeviceConfiguration */ public function setClassroomAppForceUnpromptedScreenObservation($val) { $this->_propDict["classroomAppForceUnpromptedScreenObservation"] = boolval($val); return $this; } /** * Gets the classroomForceAutomaticallyJoinClasses * Indicates whether or not to automatically give permission to the teacher's requests, without prompting the student, when the device is in supervised mode. * * @return bool|null The classroomForceAutomaticallyJoinClasses */ public function getClassroomForceAutomaticallyJoinClasses() { if (array_key_exists("classroomForceAutomaticallyJoinClasses", $this->_propDict)) { return $this->_propDict["classroomForceAutomaticallyJoinClasses"]; } else { return null; } } /** * Sets the classroomForceAutomaticallyJoinClasses * Indicates whether or not to automatically give permission to the teacher's requests, without prompting the student, when the device is in supervised mode. * * @param bool $val The classroomForceAutomaticallyJoinClasses * * @return IosGeneralDeviceConfiguration */ public function setClassroomForceAutomaticallyJoinClasses($val) { $this->_propDict["classroomForceAutomaticallyJoinClasses"] = boolval($val); return $this; } /** * Gets the classroomForceRequestPermissionToLeaveClasses * Indicates whether a student enrolled in an unmanaged course via Classroom will request permission from the teacher when attempting to leave the course (iOS 11.3 and later). * * @return bool|null The classroomForceRequestPermissionToLeaveClasses */ public function getClassroomForceRequestPermissionToLeaveClasses() { if (array_key_exists("classroomForceRequestPermissionToLeaveClasses", $this->_propDict)) { return $this->_propDict["classroomForceRequestPermissionToLeaveClasses"]; } else { return null; } } /** * Sets the classroomForceRequestPermissionToLeaveClasses * Indicates whether a student enrolled in an unmanaged course via Classroom will request permission from the teacher when attempting to leave the course (iOS 11.3 and later). * * @param bool $val The classroomForceRequestPermissionToLeaveClasses * * @return IosGeneralDeviceConfiguration */ public function setClassroomForceRequestPermissionToLeaveClasses($val) { $this->_propDict["classroomForceRequestPermissionToLeaveClasses"] = boolval($val); return $this; } /** * Gets the classroomForceUnpromptedAppAndDeviceLock * Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Supervised only. * * @return bool|null The classroomForceUnpromptedAppAndDeviceLock */ public function getClassroomForceUnpromptedAppAndDeviceLock() { if (array_key_exists("classroomForceUnpromptedAppAndDeviceLock", $this->_propDict)) { return $this->_propDict["classroomForceUnpromptedAppAndDeviceLock"]; } else { return null; } } /** * Sets the classroomForceUnpromptedAppAndDeviceLock * Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Supervised only. * * @param bool $val The classroomForceUnpromptedAppAndDeviceLock * * @return IosGeneralDeviceConfiguration */ public function setClassroomForceUnpromptedAppAndDeviceLock($val) { $this->_propDict["classroomForceUnpromptedAppAndDeviceLock"] = boolval($val); return $this; } /** * Gets the compliantAppListType * List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. * * @return AppListType|null The compliantAppListType */ public function getCompliantAppListType() { if (array_key_exists("compliantAppListType", $this->_propDict)) { if (is_a($this->_propDict["compliantAppListType"], "\Beta\Microsoft\Graph\Model\AppListType") || is_null($this->_propDict["compliantAppListType"])) { return $this->_propDict["compliantAppListType"]; } else { $this->_propDict["compliantAppListType"] = new AppListType($this->_propDict["compliantAppListType"]); return $this->_propDict["compliantAppListType"]; } } return null; } /** * Sets the compliantAppListType * List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. * * @param AppListType $val The compliantAppListType * * @return IosGeneralDeviceConfiguration */ public function setCompliantAppListType($val) { $this->_propDict["compliantAppListType"] = $val; return $this; } /** * Gets the compliantAppsList * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. * * @return array|null The compliantAppsList */ public function getCompliantAppsList() { if (array_key_exists("compliantAppsList", $this->_propDict)) { return $this->_propDict["compliantAppsList"]; } else { return null; } } /** * Sets the compliantAppsList * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. * * @param AppListItem[] $val The compliantAppsList * * @return IosGeneralDeviceConfiguration */ public function setCompliantAppsList($val) { $this->_propDict["compliantAppsList"] = $val; return $this; } /** * Gets the configurationProfileBlockChanges * Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode. * * @return bool|null The configurationProfileBlockChanges */ public function getConfigurationProfileBlockChanges() { if (array_key_exists("configurationProfileBlockChanges", $this->_propDict)) { return $this->_propDict["configurationProfileBlockChanges"]; } else { return null; } } /** * Sets the configurationProfileBlockChanges * Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode. * * @param bool $val The configurationProfileBlockChanges * * @return IosGeneralDeviceConfiguration */ public function setConfigurationProfileBlockChanges($val) { $this->_propDict["configurationProfileBlockChanges"] = boolval($val); return $this; } /** * Gets the contactsAllowManagedToUnmanagedWrite * Indicates whether or not managed apps can write contacts to unmanaged contacts accounts (iOS 12.0 and later). * * @return bool|null The contactsAllowManagedToUnmanagedWrite */ public function getContactsAllowManagedToUnmanagedWrite() { if (array_key_exists("contactsAllowManagedToUnmanagedWrite", $this->_propDict)) { return $this->_propDict["contactsAllowManagedToUnmanagedWrite"]; } else { return null; } } /** * Sets the contactsAllowManagedToUnmanagedWrite * Indicates whether or not managed apps can write contacts to unmanaged contacts accounts (iOS 12.0 and later). * * @param bool $val The contactsAllowManagedToUnmanagedWrite * * @return IosGeneralDeviceConfiguration */ public function setContactsAllowManagedToUnmanagedWrite($val) { $this->_propDict["contactsAllowManagedToUnmanagedWrite"] = boolval($val); return $this; } /** * Gets the contactsAllowUnmanagedToManagedRead * Indicates whether or not unmanaged apps can read from managed contacts accounts (iOS 12.0 or later). * * @return bool|null The contactsAllowUnmanagedToManagedRead */ public function getContactsAllowUnmanagedToManagedRead() { if (array_key_exists("contactsAllowUnmanagedToManagedRead", $this->_propDict)) { return $this->_propDict["contactsAllowUnmanagedToManagedRead"]; } else { return null; } } /** * Sets the contactsAllowUnmanagedToManagedRead * Indicates whether or not unmanaged apps can read from managed contacts accounts (iOS 12.0 or later). * * @param bool $val The contactsAllowUnmanagedToManagedRead * * @return IosGeneralDeviceConfiguration */ public function setContactsAllowUnmanagedToManagedRead($val) { $this->_propDict["contactsAllowUnmanagedToManagedRead"] = boolval($val); return $this; } /** * Gets the continuousPathKeyboardBlocked * Indicates whether or not to block the continuous path keyboard when the device is supervised (iOS 13 or later). * * @return bool|null The continuousPathKeyboardBlocked */ public function getContinuousPathKeyboardBlocked() { if (array_key_exists("continuousPathKeyboardBlocked", $this->_propDict)) { return $this->_propDict["continuousPathKeyboardBlocked"]; } else { return null; } } /** * Sets the continuousPathKeyboardBlocked * Indicates whether or not to block the continuous path keyboard when the device is supervised (iOS 13 or later). * * @param bool $val The continuousPathKeyboardBlocked * * @return IosGeneralDeviceConfiguration */ public function setContinuousPathKeyboardBlocked($val) { $this->_propDict["continuousPathKeyboardBlocked"] = boolval($val); return $this; } /** * Gets the dateAndTimeForceSetAutomatically * Indicates whether or not the Date and Time 'Set Automatically' feature is enabled and cannot be turned off by the user (iOS 12.0 and later). * * @return bool|null The dateAndTimeForceSetAutomatically */ public function getDateAndTimeForceSetAutomatically() { if (array_key_exists("dateAndTimeForceSetAutomatically", $this->_propDict)) { return $this->_propDict["dateAndTimeForceSetAutomatically"]; } else { return null; } } /** * Sets the dateAndTimeForceSetAutomatically * Indicates whether or not the Date and Time 'Set Automatically' feature is enabled and cannot be turned off by the user (iOS 12.0 and later). * * @param bool $val The dateAndTimeForceSetAutomatically * * @return IosGeneralDeviceConfiguration */ public function setDateAndTimeForceSetAutomatically($val) { $this->_propDict["dateAndTimeForceSetAutomatically"] = boolval($val); return $this; } /** * Gets the definitionLookupBlocked * Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ). * * @return bool|null The definitionLookupBlocked */ public function getDefinitionLookupBlocked() { if (array_key_exists("definitionLookupBlocked", $this->_propDict)) { return $this->_propDict["definitionLookupBlocked"]; } else { return null; } } /** * Sets the definitionLookupBlocked * Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ). * * @param bool $val The definitionLookupBlocked * * @return IosGeneralDeviceConfiguration */ public function setDefinitionLookupBlocked($val) { $this->_propDict["definitionLookupBlocked"] = boolval($val); return $this; } /** * Gets the deviceBlockEnableRestrictions * Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode. * * @return bool|null The deviceBlockEnableRestrictions */ public function getDeviceBlockEnableRestrictions() { if (array_key_exists("deviceBlockEnableRestrictions", $this->_propDict)) { return $this->_propDict["deviceBlockEnableRestrictions"]; } else { return null; } } /** * Sets the deviceBlockEnableRestrictions * Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode. * * @param bool $val The deviceBlockEnableRestrictions * * @return IosGeneralDeviceConfiguration */ public function setDeviceBlockEnableRestrictions($val) { $this->_propDict["deviceBlockEnableRestrictions"] = boolval($val); return $this; } /** * Gets the deviceBlockEraseContentAndSettings * Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode. * * @return bool|null The deviceBlockEraseContentAndSettings */ public function getDeviceBlockEraseContentAndSettings() { if (array_key_exists("deviceBlockEraseContentAndSettings", $this->_propDict)) { return $this->_propDict["deviceBlockEraseContentAndSettings"]; } else { return null; } } /** * Sets the deviceBlockEraseContentAndSettings * Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode. * * @param bool $val The deviceBlockEraseContentAndSettings * * @return IosGeneralDeviceConfiguration */ public function setDeviceBlockEraseContentAndSettings($val) { $this->_propDict["deviceBlockEraseContentAndSettings"] = boolval($val); return $this; } /** * Gets the deviceBlockNameModification * Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later). * * @return bool|null The deviceBlockNameModification */ public function getDeviceBlockNameModification() { if (array_key_exists("deviceBlockNameModification", $this->_propDict)) { return $this->_propDict["deviceBlockNameModification"]; } else { return null; } } /** * Sets the deviceBlockNameModification * Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later). * * @param bool $val The deviceBlockNameModification * * @return IosGeneralDeviceConfiguration */ public function setDeviceBlockNameModification($val) { $this->_propDict["deviceBlockNameModification"] = boolval($val); return $this; } /** * Gets the diagnosticDataBlockSubmission * Indicates whether or not to block diagnostic data submission. * * @return bool|null The diagnosticDataBlockSubmission */ public function getDiagnosticDataBlockSubmission() { if (array_key_exists("diagnosticDataBlockSubmission", $this->_propDict)) { return $this->_propDict["diagnosticDataBlockSubmission"]; } else { return null; } } /** * Sets the diagnosticDataBlockSubmission * Indicates whether or not to block diagnostic data submission. * * @param bool $val The diagnosticDataBlockSubmission * * @return IosGeneralDeviceConfiguration */ public function setDiagnosticDataBlockSubmission($val) { $this->_propDict["diagnosticDataBlockSubmission"] = boolval($val); return $this; } /** * Gets the diagnosticDataBlockSubmissionModification * Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later). * * @return bool|null The diagnosticDataBlockSubmissionModification */ public function getDiagnosticDataBlockSubmissionModification() { if (array_key_exists("diagnosticDataBlockSubmissionModification", $this->_propDict)) { return $this->_propDict["diagnosticDataBlockSubmissionModification"]; } else { return null; } } /** * Sets the diagnosticDataBlockSubmissionModification * Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later). * * @param bool $val The diagnosticDataBlockSubmissionModification * * @return IosGeneralDeviceConfiguration */ public function setDiagnosticDataBlockSubmissionModification($val) { $this->_propDict["diagnosticDataBlockSubmissionModification"] = boolval($val); return $this; } /** * Gets the documentsBlockManagedDocumentsInUnmanagedApps * Indicates whether or not to block the user from viewing managed documents in unmanaged apps. * * @return bool|null The documentsBlockManagedDocumentsInUnmanagedApps */ public function getDocumentsBlockManagedDocumentsInUnmanagedApps() { if (array_key_exists("documentsBlockManagedDocumentsInUnmanagedApps", $this->_propDict)) { return $this->_propDict["documentsBlockManagedDocumentsInUnmanagedApps"]; } else { return null; } } /** * Sets the documentsBlockManagedDocumentsInUnmanagedApps * Indicates whether or not to block the user from viewing managed documents in unmanaged apps. * * @param bool $val The documentsBlockManagedDocumentsInUnmanagedApps * * @return IosGeneralDeviceConfiguration */ public function setDocumentsBlockManagedDocumentsInUnmanagedApps($val) { $this->_propDict["documentsBlockManagedDocumentsInUnmanagedApps"] = boolval($val); return $this; } /** * Gets the documentsBlockUnmanagedDocumentsInManagedApps * Indicates whether or not to block the user from viewing unmanaged documents in managed apps. * * @return bool|null The documentsBlockUnmanagedDocumentsInManagedApps */ public function getDocumentsBlockUnmanagedDocumentsInManagedApps() { if (array_key_exists("documentsBlockUnmanagedDocumentsInManagedApps", $this->_propDict)) { return $this->_propDict["documentsBlockUnmanagedDocumentsInManagedApps"]; } else { return null; } } /** * Sets the documentsBlockUnmanagedDocumentsInManagedApps * Indicates whether or not to block the user from viewing unmanaged documents in managed apps. * * @param bool $val The documentsBlockUnmanagedDocumentsInManagedApps * * @return IosGeneralDeviceConfiguration */ public function setDocumentsBlockUnmanagedDocumentsInManagedApps($val) { $this->_propDict["documentsBlockUnmanagedDocumentsInManagedApps"] = boolval($val); return $this; } /** * Gets the emailInDomainSuffixes * An email address lacking a suffix that matches any of these strings will be considered out-of-domain. * * @return string|null The emailInDomainSuffixes */ public function getEmailInDomainSuffixes() { if (array_key_exists("emailInDomainSuffixes", $this->_propDict)) { return $this->_propDict["emailInDomainSuffixes"]; } else { return null; } } /** * Sets the emailInDomainSuffixes * An email address lacking a suffix that matches any of these strings will be considered out-of-domain. * * @param string $val The emailInDomainSuffixes * * @return IosGeneralDeviceConfiguration */ public function setEmailInDomainSuffixes($val) { $this->_propDict["emailInDomainSuffixes"] = $val; return $this; } /** * Gets the enterpriseAppBlockTrust * Indicates whether or not to block the user from trusting an enterprise app. * * @return bool|null The enterpriseAppBlockTrust */ public function getEnterpriseAppBlockTrust() { if (array_key_exists("enterpriseAppBlockTrust", $this->_propDict)) { return $this->_propDict["enterpriseAppBlockTrust"]; } else { return null; } } /** * Sets the enterpriseAppBlockTrust * Indicates whether or not to block the user from trusting an enterprise app. * * @param bool $val The enterpriseAppBlockTrust * * @return IosGeneralDeviceConfiguration */ public function setEnterpriseAppBlockTrust($val) { $this->_propDict["enterpriseAppBlockTrust"] = boolval($val); return $this; } /** * Gets the enterpriseAppBlockTrustModification * [Deprecated] Configuring this setting and setting the value to 'true' has no effect on the device. * * @return bool|null The enterpriseAppBlockTrustModification */ public function getEnterpriseAppBlockTrustModification() { if (array_key_exists("enterpriseAppBlockTrustModification", $this->_propDict)) { return $this->_propDict["enterpriseAppBlockTrustModification"]; } else { return null; } } /** * Sets the enterpriseAppBlockTrustModification * [Deprecated] Configuring this setting and setting the value to 'true' has no effect on the device. * * @param bool $val The enterpriseAppBlockTrustModification * * @return IosGeneralDeviceConfiguration */ public function setEnterpriseAppBlockTrustModification($val) { $this->_propDict["enterpriseAppBlockTrustModification"] = boolval($val); return $this; } /** * Gets the enterpriseBookBlockBackup * Indicates whether or not Enterprise book back up is blocked. * * @return bool|null The enterpriseBookBlockBackup */ public function getEnterpriseBookBlockBackup() { if (array_key_exists("enterpriseBookBlockBackup", $this->_propDict)) { return $this->_propDict["enterpriseBookBlockBackup"]; } else { return null; } } /** * Sets the enterpriseBookBlockBackup * Indicates whether or not Enterprise book back up is blocked. * * @param bool $val The enterpriseBookBlockBackup * * @return IosGeneralDeviceConfiguration */ public function setEnterpriseBookBlockBackup($val) { $this->_propDict["enterpriseBookBlockBackup"] = boolval($val); return $this; } /** * Gets the enterpriseBookBlockMetadataSync * Indicates whether or not Enterprise book notes and highlights sync is blocked. * * @return bool|null The enterpriseBookBlockMetadataSync */ public function getEnterpriseBookBlockMetadataSync() { if (array_key_exists("enterpriseBookBlockMetadataSync", $this->_propDict)) { return $this->_propDict["enterpriseBookBlockMetadataSync"]; } else { return null; } } /** * Sets the enterpriseBookBlockMetadataSync * Indicates whether or not Enterprise book notes and highlights sync is blocked. * * @param bool $val The enterpriseBookBlockMetadataSync * * @return IosGeneralDeviceConfiguration */ public function setEnterpriseBookBlockMetadataSync($val) { $this->_propDict["enterpriseBookBlockMetadataSync"] = boolval($val); return $this; } /** * Gets the esimBlockModification * Indicates whether or not to allow the addition or removal of cellular plans on the eSIM of a supervised device. * * @return bool|null The esimBlockModification */ public function getEsimBlockModification() { if (array_key_exists("esimBlockModification", $this->_propDict)) { return $this->_propDict["esimBlockModification"]; } else { return null; } } /** * Sets the esimBlockModification * Indicates whether or not to allow the addition or removal of cellular plans on the eSIM of a supervised device. * * @param bool $val The esimBlockModification * * @return IosGeneralDeviceConfiguration */ public function setEsimBlockModification($val) { $this->_propDict["esimBlockModification"] = boolval($val); return $this; } /** * Gets the faceTimeBlocked * Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later. * * @return bool|null The faceTimeBlocked */ public function getFaceTimeBlocked() { if (array_key_exists("faceTimeBlocked", $this->_propDict)) { return $this->_propDict["faceTimeBlocked"]; } else { return null; } } /** * Sets the faceTimeBlocked * Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later. * * @param bool $val The faceTimeBlocked * * @return IosGeneralDeviceConfiguration */ public function setFaceTimeBlocked($val) { $this->_propDict["faceTimeBlocked"] = boolval($val); return $this; } /** * Gets the filesNetworkDriveAccessBlocked * Indicates if devices can access files or other resources on a network server using the Server Message Block (SMB) protocol. Available for devices running iOS and iPadOS, versions 13.0 and later. * * @return bool|null The filesNetworkDriveAccessBlocked */ public function getFilesNetworkDriveAccessBlocked() { if (array_key_exists("filesNetworkDriveAccessBlocked", $this->_propDict)) { return $this->_propDict["filesNetworkDriveAccessBlocked"]; } else { return null; } } /** * Sets the filesNetworkDriveAccessBlocked * Indicates if devices can access files or other resources on a network server using the Server Message Block (SMB) protocol. Available for devices running iOS and iPadOS, versions 13.0 and later. * * @param bool $val The filesNetworkDriveAccessBlocked * * @return IosGeneralDeviceConfiguration */ public function setFilesNetworkDriveAccessBlocked($val) { $this->_propDict["filesNetworkDriveAccessBlocked"] = boolval($val); return $this; } /** * Gets the filesUsbDriveAccessBlocked * Indicates if sevices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 and later. * * @return bool|null The filesUsbDriveAccessBlocked */ public function getFilesUsbDriveAccessBlocked() { if (array_key_exists("filesUsbDriveAccessBlocked", $this->_propDict)) { return $this->_propDict["filesUsbDriveAccessBlocked"]; } else { return null; } } /** * Sets the filesUsbDriveAccessBlocked * Indicates if sevices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 and later. * * @param bool $val The filesUsbDriveAccessBlocked * * @return IosGeneralDeviceConfiguration */ public function setFilesUsbDriveAccessBlocked($val) { $this->_propDict["filesUsbDriveAccessBlocked"] = boolval($val); return $this; } /** * Gets the findMyDeviceInFindMyAppBlocked * Indicates whether or not to block Find My Device when the device is supervised (iOS 13 or later). * * @return bool|null The findMyDeviceInFindMyAppBlocked */ public function getFindMyDeviceInFindMyAppBlocked() { if (array_key_exists("findMyDeviceInFindMyAppBlocked", $this->_propDict)) { return $this->_propDict["findMyDeviceInFindMyAppBlocked"]; } else { return null; } } /** * Sets the findMyDeviceInFindMyAppBlocked * Indicates whether or not to block Find My Device when the device is supervised (iOS 13 or later). * * @param bool $val The findMyDeviceInFindMyAppBlocked * * @return IosGeneralDeviceConfiguration */ public function setFindMyDeviceInFindMyAppBlocked($val) { $this->_propDict["findMyDeviceInFindMyAppBlocked"] = boolval($val); return $this; } /** * Gets the findMyFriendsBlocked * Indicates whether or not to block changes to Find My Friends when the device is in supervised mode. * * @return bool|null The findMyFriendsBlocked */ public function getFindMyFriendsBlocked() { if (array_key_exists("findMyFriendsBlocked", $this->_propDict)) { return $this->_propDict["findMyFriendsBlocked"]; } else { return null; } } /** * Sets the findMyFriendsBlocked * Indicates whether or not to block changes to Find My Friends when the device is in supervised mode. * * @param bool $val The findMyFriendsBlocked * * @return IosGeneralDeviceConfiguration */ public function setFindMyFriendsBlocked($val) { $this->_propDict["findMyFriendsBlocked"] = boolval($val); return $this; } /** * Gets the findMyFriendsInFindMyAppBlocked * Indicates whether or not to block Find My Friends when the device is supervised (iOS 13 or later). * * @return bool|null The findMyFriendsInFindMyAppBlocked */ public function getFindMyFriendsInFindMyAppBlocked() { if (array_key_exists("findMyFriendsInFindMyAppBlocked", $this->_propDict)) { return $this->_propDict["findMyFriendsInFindMyAppBlocked"]; } else { return null; } } /** * Sets the findMyFriendsInFindMyAppBlocked * Indicates whether or not to block Find My Friends when the device is supervised (iOS 13 or later). * * @param bool $val The findMyFriendsInFindMyAppBlocked * * @return IosGeneralDeviceConfiguration */ public function setFindMyFriendsInFindMyAppBlocked($val) { $this->_propDict["findMyFriendsInFindMyAppBlocked"] = boolval($val); return $this; } /** * Gets the gameCenterBlocked * Indicates whether or not to block the user from using Game Center when the device is in supervised mode. * * @return bool|null The gameCenterBlocked */ public function getGameCenterBlocked() { if (array_key_exists("gameCenterBlocked", $this->_propDict)) { return $this->_propDict["gameCenterBlocked"]; } else { return null; } } /** * Sets the gameCenterBlocked * Indicates whether or not to block the user from using Game Center when the device is in supervised mode. * * @param bool $val The gameCenterBlocked * * @return IosGeneralDeviceConfiguration */ public function setGameCenterBlocked($val) { $this->_propDict["gameCenterBlocked"] = boolval($val); return $this; } /** * Gets the gamingBlockGameCenterFriends * Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later. * * @return bool|null The gamingBlockGameCenterFriends */ public function getGamingBlockGameCenterFriends() { if (array_key_exists("gamingBlockGameCenterFriends", $this->_propDict)) { return $this->_propDict["gamingBlockGameCenterFriends"]; } else { return null; } } /** * Sets the gamingBlockGameCenterFriends * Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later. * * @param bool $val The gamingBlockGameCenterFriends * * @return IosGeneralDeviceConfiguration */ public function setGamingBlockGameCenterFriends($val) { $this->_propDict["gamingBlockGameCenterFriends"] = boolval($val); return $this; } /** * Gets the gamingBlockMultiplayer * Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later. * * @return bool|null The gamingBlockMultiplayer */ public function getGamingBlockMultiplayer() { if (array_key_exists("gamingBlockMultiplayer", $this->_propDict)) { return $this->_propDict["gamingBlockMultiplayer"]; } else { return null; } } /** * Sets the gamingBlockMultiplayer * Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later. * * @param bool $val The gamingBlockMultiplayer * * @return IosGeneralDeviceConfiguration */ public function setGamingBlockMultiplayer($val) { $this->_propDict["gamingBlockMultiplayer"] = boolval($val); return $this; } /** * Gets the hostPairingBlocked * indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode. * * @return bool|null The hostPairingBlocked */ public function getHostPairingBlocked() { if (array_key_exists("hostPairingBlocked", $this->_propDict)) { return $this->_propDict["hostPairingBlocked"]; } else { return null; } } /** * Sets the hostPairingBlocked * indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode. * * @param bool $val The hostPairingBlocked * * @return IosGeneralDeviceConfiguration */ public function setHostPairingBlocked($val) { $this->_propDict["hostPairingBlocked"] = boolval($val); return $this; } /** * Gets the iBooksStoreBlocked * Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode. * * @return bool|null The iBooksStoreBlocked */ public function getIBooksStoreBlocked() { if (array_key_exists("iBooksStoreBlocked", $this->_propDict)) { return $this->_propDict["iBooksStoreBlocked"]; } else { return null; } } /** * Sets the iBooksStoreBlocked * Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode. * * @param bool $val The iBooksStoreBlocked * * @return IosGeneralDeviceConfiguration */ public function setIBooksStoreBlocked($val) { $this->_propDict["iBooksStoreBlocked"] = boolval($val); return $this; } /** * Gets the iBooksStoreBlockErotica * Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica. * * @return bool|null The iBooksStoreBlockErotica */ public function getIBooksStoreBlockErotica() { if (array_key_exists("iBooksStoreBlockErotica", $this->_propDict)) { return $this->_propDict["iBooksStoreBlockErotica"]; } else { return null; } } /** * Sets the iBooksStoreBlockErotica * Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica. * * @param bool $val The iBooksStoreBlockErotica * * @return IosGeneralDeviceConfiguration */ public function setIBooksStoreBlockErotica($val) { $this->_propDict["iBooksStoreBlockErotica"] = boolval($val); return $this; } /** * Gets the iCloudBlockActivityContinuation * Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device. * * @return bool|null The iCloudBlockActivityContinuation */ public function getICloudBlockActivityContinuation() { if (array_key_exists("iCloudBlockActivityContinuation", $this->_propDict)) { return $this->_propDict["iCloudBlockActivityContinuation"]; } else { return null; } } /** * Sets the iCloudBlockActivityContinuation * Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device. * * @param bool $val The iCloudBlockActivityContinuation * * @return IosGeneralDeviceConfiguration */ public function setICloudBlockActivityContinuation($val) { $this->_propDict["iCloudBlockActivityContinuation"] = boolval($val); return $this; } /** * Gets the iCloudBlockBackup * Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later. * * @return bool|null The iCloudBlockBackup */ public function getICloudBlockBackup() { if (array_key_exists("iCloudBlockBackup", $this->_propDict)) { return $this->_propDict["iCloudBlockBackup"]; } else { return null; } } /** * Sets the iCloudBlockBackup * Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later. * * @param bool $val The iCloudBlockBackup * * @return IosGeneralDeviceConfiguration */ public function setICloudBlockBackup($val) { $this->_propDict["iCloudBlockBackup"] = boolval($val); return $this; } /** * Gets the iCloudBlockDocumentSync * Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later. * * @return bool|null The iCloudBlockDocumentSync */ public function getICloudBlockDocumentSync() { if (array_key_exists("iCloudBlockDocumentSync", $this->_propDict)) { return $this->_propDict["iCloudBlockDocumentSync"]; } else { return null; } } /** * Sets the iCloudBlockDocumentSync * Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later. * * @param bool $val The iCloudBlockDocumentSync * * @return IosGeneralDeviceConfiguration */ public function setICloudBlockDocumentSync($val) { $this->_propDict["iCloudBlockDocumentSync"] = boolval($val); return $this; } /** * Gets the iCloudBlockManagedAppsSync * Indicates whether or not to block Managed Apps Cloud Sync. * * @return bool|null The iCloudBlockManagedAppsSync */ public function getICloudBlockManagedAppsSync() { if (array_key_exists("iCloudBlockManagedAppsSync", $this->_propDict)) { return $this->_propDict["iCloudBlockManagedAppsSync"]; } else { return null; } } /** * Sets the iCloudBlockManagedAppsSync * Indicates whether or not to block Managed Apps Cloud Sync. * * @param bool $val The iCloudBlockManagedAppsSync * * @return IosGeneralDeviceConfiguration */ public function setICloudBlockManagedAppsSync($val) { $this->_propDict["iCloudBlockManagedAppsSync"] = boolval($val); return $this; } /** * Gets the iCloudBlockPhotoLibrary * Indicates whether or not to block iCloud Photo Library. * * @return bool|null The iCloudBlockPhotoLibrary */ public function getICloudBlockPhotoLibrary() { if (array_key_exists("iCloudBlockPhotoLibrary", $this->_propDict)) { return $this->_propDict["iCloudBlockPhotoLibrary"]; } else { return null; } } /** * Sets the iCloudBlockPhotoLibrary * Indicates whether or not to block iCloud Photo Library. * * @param bool $val The iCloudBlockPhotoLibrary * * @return IosGeneralDeviceConfiguration */ public function setICloudBlockPhotoLibrary($val) { $this->_propDict["iCloudBlockPhotoLibrary"] = boolval($val); return $this; } /** * Gets the iCloudBlockPhotoStreamSync * Indicates whether or not to block iCloud Photo Stream Sync. * * @return bool|null The iCloudBlockPhotoStreamSync */ public function getICloudBlockPhotoStreamSync() { if (array_key_exists("iCloudBlockPhotoStreamSync", $this->_propDict)) { return $this->_propDict["iCloudBlockPhotoStreamSync"]; } else { return null; } } /** * Sets the iCloudBlockPhotoStreamSync * Indicates whether or not to block iCloud Photo Stream Sync. * * @param bool $val The iCloudBlockPhotoStreamSync * * @return IosGeneralDeviceConfiguration */ public function setICloudBlockPhotoStreamSync($val) { $this->_propDict["iCloudBlockPhotoStreamSync"] = boolval($val); return $this; } /** * Gets the iCloudBlockSharedPhotoStream * Indicates whether or not to block Shared Photo Stream. * * @return bool|null The iCloudBlockSharedPhotoStream */ public function getICloudBlockSharedPhotoStream() { if (array_key_exists("iCloudBlockSharedPhotoStream", $this->_propDict)) { return $this->_propDict["iCloudBlockSharedPhotoStream"]; } else { return null; } } /** * Sets the iCloudBlockSharedPhotoStream * Indicates whether or not to block Shared Photo Stream. * * @param bool $val The iCloudBlockSharedPhotoStream * * @return IosGeneralDeviceConfiguration */ public function setICloudBlockSharedPhotoStream($val) { $this->_propDict["iCloudBlockSharedPhotoStream"] = boolval($val); return $this; } /** * Gets the iCloudPrivateRelayBlocked * iCloud private relay is an iCloud+ service that prevents networks and servers from monitoring a person's activity across the internet. By blocking iCloud private relay, Apple will not encrypt the traffic leaving the device. Available for devices running iOS 15 and later. * * @return bool|null The iCloudPrivateRelayBlocked */ public function getICloudPrivateRelayBlocked() { if (array_key_exists("iCloudPrivateRelayBlocked", $this->_propDict)) { return $this->_propDict["iCloudPrivateRelayBlocked"]; } else { return null; } } /** * Sets the iCloudPrivateRelayBlocked * iCloud private relay is an iCloud+ service that prevents networks and servers from monitoring a person's activity across the internet. By blocking iCloud private relay, Apple will not encrypt the traffic leaving the device. Available for devices running iOS 15 and later. * * @param bool $val The iCloudPrivateRelayBlocked * * @return IosGeneralDeviceConfiguration */ public function setICloudPrivateRelayBlocked($val) { $this->_propDict["iCloudPrivateRelayBlocked"] = boolval($val); return $this; } /** * Gets the iCloudRequireEncryptedBackup * Indicates whether or not to require backups to iCloud be encrypted. * * @return bool|null The iCloudRequireEncryptedBackup */ public function getICloudRequireEncryptedBackup() { if (array_key_exists("iCloudRequireEncryptedBackup", $this->_propDict)) { return $this->_propDict["iCloudRequireEncryptedBackup"]; } else { return null; } } /** * Sets the iCloudRequireEncryptedBackup * Indicates whether or not to require backups to iCloud be encrypted. * * @param bool $val The iCloudRequireEncryptedBackup * * @return IosGeneralDeviceConfiguration */ public function setICloudRequireEncryptedBackup($val) { $this->_propDict["iCloudRequireEncryptedBackup"] = boolval($val); return $this; } /** * Gets the iTunesBlocked * Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later. * * @return bool|null The iTunesBlocked */ public function getITunesBlocked() { if (array_key_exists("iTunesBlocked", $this->_propDict)) { return $this->_propDict["iTunesBlocked"]; } else { return null; } } /** * Sets the iTunesBlocked * Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later. * * @param bool $val The iTunesBlocked * * @return IosGeneralDeviceConfiguration */ public function setITunesBlocked($val) { $this->_propDict["iTunesBlocked"] = boolval($val); return $this; } /** * Gets the iTunesBlockExplicitContent * Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later. * * @return bool|null The iTunesBlockExplicitContent */ public function getITunesBlockExplicitContent() { if (array_key_exists("iTunesBlockExplicitContent", $this->_propDict)) { return $this->_propDict["iTunesBlockExplicitContent"]; } else { return null; } } /** * Sets the iTunesBlockExplicitContent * Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later. * * @param bool $val The iTunesBlockExplicitContent * * @return IosGeneralDeviceConfiguration */ public function setITunesBlockExplicitContent($val) { $this->_propDict["iTunesBlockExplicitContent"] = boolval($val); return $this; } /** * Gets the iTunesBlockMusicService * Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later). * * @return bool|null The iTunesBlockMusicService */ public function getITunesBlockMusicService() { if (array_key_exists("iTunesBlockMusicService", $this->_propDict)) { return $this->_propDict["iTunesBlockMusicService"]; } else { return null; } } /** * Sets the iTunesBlockMusicService * Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later). * * @param bool $val The iTunesBlockMusicService * * @return IosGeneralDeviceConfiguration */ public function setITunesBlockMusicService($val) { $this->_propDict["iTunesBlockMusicService"] = boolval($val); return $this; } /** * Gets the iTunesBlockRadio * Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). * * @return bool|null The iTunesBlockRadio */ public function getITunesBlockRadio() { if (array_key_exists("iTunesBlockRadio", $this->_propDict)) { return $this->_propDict["iTunesBlockRadio"]; } else { return null; } } /** * Sets the iTunesBlockRadio * Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). * * @param bool $val The iTunesBlockRadio * * @return IosGeneralDeviceConfiguration */ public function setITunesBlockRadio($val) { $this->_propDict["iTunesBlockRadio"] = boolval($val); return $this; } /** * Gets the keyboardBlockAutoCorrect * Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). * * @return bool|null The keyboardBlockAutoCorrect */ public function getKeyboardBlockAutoCorrect() { if (array_key_exists("keyboardBlockAutoCorrect", $this->_propDict)) { return $this->_propDict["keyboardBlockAutoCorrect"]; } else { return null; } } /** * Sets the keyboardBlockAutoCorrect * Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). * * @param bool $val The keyboardBlockAutoCorrect * * @return IosGeneralDeviceConfiguration */ public function setKeyboardBlockAutoCorrect($val) { $this->_propDict["keyboardBlockAutoCorrect"] = boolval($val); return $this; } /** * Gets the keyboardBlockDictation * Indicates whether or not to block the user from using dictation input when the device is in supervised mode. * * @return bool|null The keyboardBlockDictation */ public function getKeyboardBlockDictation() { if (array_key_exists("keyboardBlockDictation", $this->_propDict)) { return $this->_propDict["keyboardBlockDictation"]; } else { return null; } } /** * Sets the keyboardBlockDictation * Indicates whether or not to block the user from using dictation input when the device is in supervised mode. * * @param bool $val The keyboardBlockDictation * * @return IosGeneralDeviceConfiguration */ public function setKeyboardBlockDictation($val) { $this->_propDict["keyboardBlockDictation"] = boolval($val); return $this; } /** * Gets the keyboardBlockPredictive * Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). * * @return bool|null The keyboardBlockPredictive */ public function getKeyboardBlockPredictive() { if (array_key_exists("keyboardBlockPredictive", $this->_propDict)) { return $this->_propDict["keyboardBlockPredictive"]; } else { return null; } } /** * Sets the keyboardBlockPredictive * Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). * * @param bool $val The keyboardBlockPredictive * * @return IosGeneralDeviceConfiguration */ public function setKeyboardBlockPredictive($val) { $this->_propDict["keyboardBlockPredictive"] = boolval($val); return $this; } /** * Gets the keyboardBlockShortcuts * Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later). * * @return bool|null The keyboardBlockShortcuts */ public function getKeyboardBlockShortcuts() { if (array_key_exists("keyboardBlockShortcuts", $this->_propDict)) { return $this->_propDict["keyboardBlockShortcuts"]; } else { return null; } } /** * Sets the keyboardBlockShortcuts * Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later). * * @param bool $val The keyboardBlockShortcuts * * @return IosGeneralDeviceConfiguration */ public function setKeyboardBlockShortcuts($val) { $this->_propDict["keyboardBlockShortcuts"] = boolval($val); return $this; } /** * Gets the keyboardBlockSpellCheck * Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later). * * @return bool|null The keyboardBlockSpellCheck */ public function getKeyboardBlockSpellCheck() { if (array_key_exists("keyboardBlockSpellCheck", $this->_propDict)) { return $this->_propDict["keyboardBlockSpellCheck"]; } else { return null; } } /** * Sets the keyboardBlockSpellCheck * Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later). * * @param bool $val The keyboardBlockSpellCheck * * @return IosGeneralDeviceConfiguration */ public function setKeyboardBlockSpellCheck($val) { $this->_propDict["keyboardBlockSpellCheck"] = boolval($val); return $this; } /** * Gets the keychainBlockCloudSync * Indicates whether or not iCloud keychain synchronization is blocked. Requires a supervised device for iOS 13 and later. * * @return bool|null The keychainBlockCloudSync */ public function getKeychainBlockCloudSync() { if (array_key_exists("keychainBlockCloudSync", $this->_propDict)) { return $this->_propDict["keychainBlockCloudSync"]; } else { return null; } } /** * Sets the keychainBlockCloudSync * Indicates whether or not iCloud keychain synchronization is blocked. Requires a supervised device for iOS 13 and later. * * @param bool $val The keychainBlockCloudSync * * @return IosGeneralDeviceConfiguration */ public function setKeychainBlockCloudSync($val) { $this->_propDict["keychainBlockCloudSync"] = boolval($val); return $this; } /** * Gets the kioskModeAllowAssistiveSpeak * Indicates whether or not to allow assistive speak while in kiosk mode. * * @return bool|null The kioskModeAllowAssistiveSpeak */ public function getKioskModeAllowAssistiveSpeak() { if (array_key_exists("kioskModeAllowAssistiveSpeak", $this->_propDict)) { return $this->_propDict["kioskModeAllowAssistiveSpeak"]; } else { return null; } } /** * Sets the kioskModeAllowAssistiveSpeak * Indicates whether or not to allow assistive speak while in kiosk mode. * * @param bool $val The kioskModeAllowAssistiveSpeak * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowAssistiveSpeak($val) { $this->_propDict["kioskModeAllowAssistiveSpeak"] = boolval($val); return $this; } /** * Gets the kioskModeAllowAssistiveTouchSettings * Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode. * * @return bool|null The kioskModeAllowAssistiveTouchSettings */ public function getKioskModeAllowAssistiveTouchSettings() { if (array_key_exists("kioskModeAllowAssistiveTouchSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowAssistiveTouchSettings"]; } else { return null; } } /** * Sets the kioskModeAllowAssistiveTouchSettings * Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode. * * @param bool $val The kioskModeAllowAssistiveTouchSettings * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowAssistiveTouchSettings($val) { $this->_propDict["kioskModeAllowAssistiveTouchSettings"] = boolval($val); return $this; } /** * Gets the kioskModeAllowAutoLock * Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead. * * @return bool|null The kioskModeAllowAutoLock */ public function getKioskModeAllowAutoLock() { if (array_key_exists("kioskModeAllowAutoLock", $this->_propDict)) { return $this->_propDict["kioskModeAllowAutoLock"]; } else { return null; } } /** * Sets the kioskModeAllowAutoLock * Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead. * * @param bool $val The kioskModeAllowAutoLock * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowAutoLock($val) { $this->_propDict["kioskModeAllowAutoLock"] = boolval($val); return $this; } /** * Gets the kioskModeAllowColorInversionSettings * Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode. * * @return bool|null The kioskModeAllowColorInversionSettings */ public function getKioskModeAllowColorInversionSettings() { if (array_key_exists("kioskModeAllowColorInversionSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowColorInversionSettings"]; } else { return null; } } /** * Sets the kioskModeAllowColorInversionSettings * Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode. * * @param bool $val The kioskModeAllowColorInversionSettings * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowColorInversionSettings($val) { $this->_propDict["kioskModeAllowColorInversionSettings"] = boolval($val); return $this; } /** * Gets the kioskModeAllowRingerSwitch * Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead. * * @return bool|null The kioskModeAllowRingerSwitch */ public function getKioskModeAllowRingerSwitch() { if (array_key_exists("kioskModeAllowRingerSwitch", $this->_propDict)) { return $this->_propDict["kioskModeAllowRingerSwitch"]; } else { return null; } } /** * Sets the kioskModeAllowRingerSwitch * Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead. * * @param bool $val The kioskModeAllowRingerSwitch * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowRingerSwitch($val) { $this->_propDict["kioskModeAllowRingerSwitch"] = boolval($val); return $this; } /** * Gets the kioskModeAllowScreenRotation * Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead. * * @return bool|null The kioskModeAllowScreenRotation */ public function getKioskModeAllowScreenRotation() { if (array_key_exists("kioskModeAllowScreenRotation", $this->_propDict)) { return $this->_propDict["kioskModeAllowScreenRotation"]; } else { return null; } } /** * Sets the kioskModeAllowScreenRotation * Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead. * * @param bool $val The kioskModeAllowScreenRotation * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowScreenRotation($val) { $this->_propDict["kioskModeAllowScreenRotation"] = boolval($val); return $this; } /** * Gets the kioskModeAllowSleepButton * Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead. * * @return bool|null The kioskModeAllowSleepButton */ public function getKioskModeAllowSleepButton() { if (array_key_exists("kioskModeAllowSleepButton", $this->_propDict)) { return $this->_propDict["kioskModeAllowSleepButton"]; } else { return null; } } /** * Sets the kioskModeAllowSleepButton * Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead. * * @param bool $val The kioskModeAllowSleepButton * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowSleepButton($val) { $this->_propDict["kioskModeAllowSleepButton"] = boolval($val); return $this; } /** * Gets the kioskModeAllowTouchscreen * Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead. * * @return bool|null The kioskModeAllowTouchscreen */ public function getKioskModeAllowTouchscreen() { if (array_key_exists("kioskModeAllowTouchscreen", $this->_propDict)) { return $this->_propDict["kioskModeAllowTouchscreen"]; } else { return null; } } /** * Sets the kioskModeAllowTouchscreen * Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead. * * @param bool $val The kioskModeAllowTouchscreen * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowTouchscreen($val) { $this->_propDict["kioskModeAllowTouchscreen"] = boolval($val); return $this; } /** * Gets the kioskModeAllowVoiceControlModification * Indicates whether or not to allow the user to toggle voice control in kiosk mode. * * @return bool|null The kioskModeAllowVoiceControlModification */ public function getKioskModeAllowVoiceControlModification() { if (array_key_exists("kioskModeAllowVoiceControlModification", $this->_propDict)) { return $this->_propDict["kioskModeAllowVoiceControlModification"]; } else { return null; } } /** * Sets the kioskModeAllowVoiceControlModification * Indicates whether or not to allow the user to toggle voice control in kiosk mode. * * @param bool $val The kioskModeAllowVoiceControlModification * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowVoiceControlModification($val) { $this->_propDict["kioskModeAllowVoiceControlModification"] = boolval($val); return $this; } /** * Gets the kioskModeAllowVoiceOverSettings * Indicates whether or not to allow access to the voice over settings while in kiosk mode. * * @return bool|null The kioskModeAllowVoiceOverSettings */ public function getKioskModeAllowVoiceOverSettings() { if (array_key_exists("kioskModeAllowVoiceOverSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowVoiceOverSettings"]; } else { return null; } } /** * Sets the kioskModeAllowVoiceOverSettings * Indicates whether or not to allow access to the voice over settings while in kiosk mode. * * @param bool $val The kioskModeAllowVoiceOverSettings * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowVoiceOverSettings($val) { $this->_propDict["kioskModeAllowVoiceOverSettings"] = boolval($val); return $this; } /** * Gets the kioskModeAllowVolumeButtons * Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead. * * @return bool|null The kioskModeAllowVolumeButtons */ public function getKioskModeAllowVolumeButtons() { if (array_key_exists("kioskModeAllowVolumeButtons", $this->_propDict)) { return $this->_propDict["kioskModeAllowVolumeButtons"]; } else { return null; } } /** * Sets the kioskModeAllowVolumeButtons * Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead. * * @param bool $val The kioskModeAllowVolumeButtons * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowVolumeButtons($val) { $this->_propDict["kioskModeAllowVolumeButtons"] = boolval($val); return $this; } /** * Gets the kioskModeAllowZoomSettings * Indicates whether or not to allow access to the zoom settings while in kiosk mode. * * @return bool|null The kioskModeAllowZoomSettings */ public function getKioskModeAllowZoomSettings() { if (array_key_exists("kioskModeAllowZoomSettings", $this->_propDict)) { return $this->_propDict["kioskModeAllowZoomSettings"]; } else { return null; } } /** * Sets the kioskModeAllowZoomSettings * Indicates whether or not to allow access to the zoom settings while in kiosk mode. * * @param bool $val The kioskModeAllowZoomSettings * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAllowZoomSettings($val) { $this->_propDict["kioskModeAllowZoomSettings"] = boolval($val); return $this; } /** * Gets the kioskModeAppStoreUrl * URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known. * * @return string|null The kioskModeAppStoreUrl */ public function getKioskModeAppStoreUrl() { if (array_key_exists("kioskModeAppStoreUrl", $this->_propDict)) { return $this->_propDict["kioskModeAppStoreUrl"]; } else { return null; } } /** * Sets the kioskModeAppStoreUrl * URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known. * * @param string $val The kioskModeAppStoreUrl * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAppStoreUrl($val) { $this->_propDict["kioskModeAppStoreUrl"] = $val; return $this; } /** * Gets the kioskModeAppType * Type of app to run in kiosk mode. Possible values are: notConfigured, appStoreApp, managedApp, builtInApp. * * @return IosKioskModeAppType|null The kioskModeAppType */ public function getKioskModeAppType() { if (array_key_exists("kioskModeAppType", $this->_propDict)) { if (is_a($this->_propDict["kioskModeAppType"], "\Beta\Microsoft\Graph\Model\IosKioskModeAppType") || is_null($this->_propDict["kioskModeAppType"])) { return $this->_propDict["kioskModeAppType"]; } else { $this->_propDict["kioskModeAppType"] = new IosKioskModeAppType($this->_propDict["kioskModeAppType"]); return $this->_propDict["kioskModeAppType"]; } } return null; } /** * Sets the kioskModeAppType * Type of app to run in kiosk mode. Possible values are: notConfigured, appStoreApp, managedApp, builtInApp. * * @param IosKioskModeAppType $val The kioskModeAppType * * @return IosGeneralDeviceConfiguration */ public function setKioskModeAppType($val) { $this->_propDict["kioskModeAppType"] = $val; return $this; } /** * Gets the kioskModeBlockAutoLock * Indicates whether or not to block device auto lock while in kiosk mode. * * @return bool|null The kioskModeBlockAutoLock */ public function getKioskModeBlockAutoLock() { if (array_key_exists("kioskModeBlockAutoLock", $this->_propDict)) { return $this->_propDict["kioskModeBlockAutoLock"]; } else { return null; } } /** * Sets the kioskModeBlockAutoLock * Indicates whether or not to block device auto lock while in kiosk mode. * * @param bool $val The kioskModeBlockAutoLock * * @return IosGeneralDeviceConfiguration */ public function setKioskModeBlockAutoLock($val) { $this->_propDict["kioskModeBlockAutoLock"] = boolval($val); return $this; } /** * Gets the kioskModeBlockRingerSwitch * Indicates whether or not to block use of the ringer switch while in kiosk mode. * * @return bool|null The kioskModeBlockRingerSwitch */ public function getKioskModeBlockRingerSwitch() { if (array_key_exists("kioskModeBlockRingerSwitch", $this->_propDict)) { return $this->_propDict["kioskModeBlockRingerSwitch"]; } else { return null; } } /** * Sets the kioskModeBlockRingerSwitch * Indicates whether or not to block use of the ringer switch while in kiosk mode. * * @param bool $val The kioskModeBlockRingerSwitch * * @return IosGeneralDeviceConfiguration */ public function setKioskModeBlockRingerSwitch($val) { $this->_propDict["kioskModeBlockRingerSwitch"] = boolval($val); return $this; } /** * Gets the kioskModeBlockScreenRotation * Indicates whether or not to block screen rotation while in kiosk mode. * * @return bool|null The kioskModeBlockScreenRotation */ public function getKioskModeBlockScreenRotation() { if (array_key_exists("kioskModeBlockScreenRotation", $this->_propDict)) { return $this->_propDict["kioskModeBlockScreenRotation"]; } else { return null; } } /** * Sets the kioskModeBlockScreenRotation * Indicates whether or not to block screen rotation while in kiosk mode. * * @param bool $val The kioskModeBlockScreenRotation * * @return IosGeneralDeviceConfiguration */ public function setKioskModeBlockScreenRotation($val) { $this->_propDict["kioskModeBlockScreenRotation"] = boolval($val); return $this; } /** * Gets the kioskModeBlockSleepButton * Indicates whether or not to block use of the sleep button while in kiosk mode. * * @return bool|null The kioskModeBlockSleepButton */ public function getKioskModeBlockSleepButton() { if (array_key_exists("kioskModeBlockSleepButton", $this->_propDict)) { return $this->_propDict["kioskModeBlockSleepButton"]; } else { return null; } } /** * Sets the kioskModeBlockSleepButton * Indicates whether or not to block use of the sleep button while in kiosk mode. * * @param bool $val The kioskModeBlockSleepButton * * @return IosGeneralDeviceConfiguration */ public function setKioskModeBlockSleepButton($val) { $this->_propDict["kioskModeBlockSleepButton"] = boolval($val); return $this; } /** * Gets the kioskModeBlockTouchscreen * Indicates whether or not to block use of the touchscreen while in kiosk mode. * * @return bool|null The kioskModeBlockTouchscreen */ public function getKioskModeBlockTouchscreen() { if (array_key_exists("kioskModeBlockTouchscreen", $this->_propDict)) { return $this->_propDict["kioskModeBlockTouchscreen"]; } else { return null; } } /** * Sets the kioskModeBlockTouchscreen * Indicates whether or not to block use of the touchscreen while in kiosk mode. * * @param bool $val The kioskModeBlockTouchscreen * * @return IosGeneralDeviceConfiguration */ public function setKioskModeBlockTouchscreen($val) { $this->_propDict["kioskModeBlockTouchscreen"] = boolval($val); return $this; } /** * Gets the kioskModeBlockVolumeButtons * Indicates whether or not to block the volume buttons while in Kiosk Mode. * * @return bool|null The kioskModeBlockVolumeButtons */ public function getKioskModeBlockVolumeButtons() { if (array_key_exists("kioskModeBlockVolumeButtons", $this->_propDict)) { return $this->_propDict["kioskModeBlockVolumeButtons"]; } else { return null; } } /** * Sets the kioskModeBlockVolumeButtons * Indicates whether or not to block the volume buttons while in Kiosk Mode. * * @param bool $val The kioskModeBlockVolumeButtons * * @return IosGeneralDeviceConfiguration */ public function setKioskModeBlockVolumeButtons($val) { $this->_propDict["kioskModeBlockVolumeButtons"] = boolval($val); return $this; } /** * Gets the kioskModeBuiltInAppId * ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set. * * @return string|null The kioskModeBuiltInAppId */ public function getKioskModeBuiltInAppId() { if (array_key_exists("kioskModeBuiltInAppId", $this->_propDict)) { return $this->_propDict["kioskModeBuiltInAppId"]; } else { return null; } } /** * Sets the kioskModeBuiltInAppId * ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set. * * @param string $val The kioskModeBuiltInAppId * * @return IosGeneralDeviceConfiguration */ public function setKioskModeBuiltInAppId($val) { $this->_propDict["kioskModeBuiltInAppId"] = $val; return $this; } /** * Gets the kioskModeEnableVoiceControl * Indicates whether or not to enable voice control in kiosk mode. * * @return bool|null The kioskModeEnableVoiceControl */ public function getKioskModeEnableVoiceControl() { if (array_key_exists("kioskModeEnableVoiceControl", $this->_propDict)) { return $this->_propDict["kioskModeEnableVoiceControl"]; } else { return null; } } /** * Sets the kioskModeEnableVoiceControl * Indicates whether or not to enable voice control in kiosk mode. * * @param bool $val The kioskModeEnableVoiceControl * * @return IosGeneralDeviceConfiguration */ public function setKioskModeEnableVoiceControl($val) { $this->_propDict["kioskModeEnableVoiceControl"] = boolval($val); return $this; } /** * Gets the kioskModeManagedAppId * Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored. * * @return string|null The kioskModeManagedAppId */ public function getKioskModeManagedAppId() { if (array_key_exists("kioskModeManagedAppId", $this->_propDict)) { return $this->_propDict["kioskModeManagedAppId"]; } else { return null; } } /** * Sets the kioskModeManagedAppId * Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored. * * @param string $val The kioskModeManagedAppId * * @return IosGeneralDeviceConfiguration */ public function setKioskModeManagedAppId($val) { $this->_propDict["kioskModeManagedAppId"] = $val; return $this; } /** * Gets the kioskModeRequireAssistiveTouch * Indicates whether or not to require assistive touch while in kiosk mode. * * @return bool|null The kioskModeRequireAssistiveTouch */ public function getKioskModeRequireAssistiveTouch() { if (array_key_exists("kioskModeRequireAssistiveTouch", $this->_propDict)) { return $this->_propDict["kioskModeRequireAssistiveTouch"]; } else { return null; } } /** * Sets the kioskModeRequireAssistiveTouch * Indicates whether or not to require assistive touch while in kiosk mode. * * @param bool $val The kioskModeRequireAssistiveTouch * * @return IosGeneralDeviceConfiguration */ public function setKioskModeRequireAssistiveTouch($val) { $this->_propDict["kioskModeRequireAssistiveTouch"] = boolval($val); return $this; } /** * Gets the kioskModeRequireColorInversion * Indicates whether or not to require color inversion while in kiosk mode. * * @return bool|null The kioskModeRequireColorInversion */ public function getKioskModeRequireColorInversion() { if (array_key_exists("kioskModeRequireColorInversion", $this->_propDict)) { return $this->_propDict["kioskModeRequireColorInversion"]; } else { return null; } } /** * Sets the kioskModeRequireColorInversion * Indicates whether or not to require color inversion while in kiosk mode. * * @param bool $val The kioskModeRequireColorInversion * * @return IosGeneralDeviceConfiguration */ public function setKioskModeRequireColorInversion($val) { $this->_propDict["kioskModeRequireColorInversion"] = boolval($val); return $this; } /** * Gets the kioskModeRequireMonoAudio * Indicates whether or not to require mono audio while in kiosk mode. * * @return bool|null The kioskModeRequireMonoAudio */ public function getKioskModeRequireMonoAudio() { if (array_key_exists("kioskModeRequireMonoAudio", $this->_propDict)) { return $this->_propDict["kioskModeRequireMonoAudio"]; } else { return null; } } /** * Sets the kioskModeRequireMonoAudio * Indicates whether or not to require mono audio while in kiosk mode. * * @param bool $val The kioskModeRequireMonoAudio * * @return IosGeneralDeviceConfiguration */ public function setKioskModeRequireMonoAudio($val) { $this->_propDict["kioskModeRequireMonoAudio"] = boolval($val); return $this; } /** * Gets the kioskModeRequireVoiceOver * Indicates whether or not to require voice over while in kiosk mode. * * @return bool|null The kioskModeRequireVoiceOver */ public function getKioskModeRequireVoiceOver() { if (array_key_exists("kioskModeRequireVoiceOver", $this->_propDict)) { return $this->_propDict["kioskModeRequireVoiceOver"]; } else { return null; } } /** * Sets the kioskModeRequireVoiceOver * Indicates whether or not to require voice over while in kiosk mode. * * @param bool $val The kioskModeRequireVoiceOver * * @return IosGeneralDeviceConfiguration */ public function setKioskModeRequireVoiceOver($val) { $this->_propDict["kioskModeRequireVoiceOver"] = boolval($val); return $this; } /** * Gets the kioskModeRequireZoom * Indicates whether or not to require zoom while in kiosk mode. * * @return bool|null The kioskModeRequireZoom */ public function getKioskModeRequireZoom() { if (array_key_exists("kioskModeRequireZoom", $this->_propDict)) { return $this->_propDict["kioskModeRequireZoom"]; } else { return null; } } /** * Sets the kioskModeRequireZoom * Indicates whether or not to require zoom while in kiosk mode. * * @param bool $val The kioskModeRequireZoom * * @return IosGeneralDeviceConfiguration */ public function setKioskModeRequireZoom($val) { $this->_propDict["kioskModeRequireZoom"] = boolval($val); return $this; } /** * Gets the lockScreenBlockControlCenter * Indicates whether or not to block the user from using control center on the lock screen. * * @return bool|null The lockScreenBlockControlCenter */ public function getLockScreenBlockControlCenter() { if (array_key_exists("lockScreenBlockControlCenter", $this->_propDict)) { return $this->_propDict["lockScreenBlockControlCenter"]; } else { return null; } } /** * Sets the lockScreenBlockControlCenter * Indicates whether or not to block the user from using control center on the lock screen. * * @param bool $val The lockScreenBlockControlCenter * * @return IosGeneralDeviceConfiguration */ public function setLockScreenBlockControlCenter($val) { $this->_propDict["lockScreenBlockControlCenter"] = boolval($val); return $this; } /** * Gets the lockScreenBlockNotificationView * Indicates whether or not to block the user from using the notification view on the lock screen. * * @return bool|null The lockScreenBlockNotificationView */ public function getLockScreenBlockNotificationView() { if (array_key_exists("lockScreenBlockNotificationView", $this->_propDict)) { return $this->_propDict["lockScreenBlockNotificationView"]; } else { return null; } } /** * Sets the lockScreenBlockNotificationView * Indicates whether or not to block the user from using the notification view on the lock screen. * * @param bool $val The lockScreenBlockNotificationView * * @return IosGeneralDeviceConfiguration */ public function setLockScreenBlockNotificationView($val) { $this->_propDict["lockScreenBlockNotificationView"] = boolval($val); return $this; } /** * Gets the lockScreenBlockPassbook * Indicates whether or not to block the user from using passbook when the device is locked. * * @return bool|null The lockScreenBlockPassbook */ public function getLockScreenBlockPassbook() { if (array_key_exists("lockScreenBlockPassbook", $this->_propDict)) { return $this->_propDict["lockScreenBlockPassbook"]; } else { return null; } } /** * Sets the lockScreenBlockPassbook * Indicates whether or not to block the user from using passbook when the device is locked. * * @param bool $val The lockScreenBlockPassbook * * @return IosGeneralDeviceConfiguration */ public function setLockScreenBlockPassbook($val) { $this->_propDict["lockScreenBlockPassbook"] = boolval($val); return $this; } /** * Gets the lockScreenBlockTodayView * Indicates whether or not to block the user from using the Today View on the lock screen. * * @return bool|null The lockScreenBlockTodayView */ public function getLockScreenBlockTodayView() { if (array_key_exists("lockScreenBlockTodayView", $this->_propDict)) { return $this->_propDict["lockScreenBlockTodayView"]; } else { return null; } } /** * Sets the lockScreenBlockTodayView * Indicates whether or not to block the user from using the Today View on the lock screen. * * @param bool $val The lockScreenBlockTodayView * * @return IosGeneralDeviceConfiguration */ public function setLockScreenBlockTodayView($val) { $this->_propDict["lockScreenBlockTodayView"] = boolval($val); return $this; } /** * Gets the managedPasteboardRequired * Open-in management controls how people share data between unmanaged and managed apps. Setting this to true enforces copy/paste restrictions based on how you configured Block viewing corporate documents in unmanaged apps and Block viewing non-corporate documents in corporate apps. * * @return bool|null The managedPasteboardRequired */ public function getManagedPasteboardRequired() { if (array_key_exists("managedPasteboardRequired", $this->_propDict)) { return $this->_propDict["managedPasteboardRequired"]; } else { return null; } } /** * Sets the managedPasteboardRequired * Open-in management controls how people share data between unmanaged and managed apps. Setting this to true enforces copy/paste restrictions based on how you configured Block viewing corporate documents in unmanaged apps and Block viewing non-corporate documents in corporate apps. * * @param bool $val The managedPasteboardRequired * * @return IosGeneralDeviceConfiguration */ public function setManagedPasteboardRequired($val) { $this->_propDict["managedPasteboardRequired"] = boolval($val); return $this; } /** * Gets the mediaContentRatingApps * Media content rating settings for Apps. Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17. * * @return RatingAppsType|null The mediaContentRatingApps */ public function getMediaContentRatingApps() { if (array_key_exists("mediaContentRatingApps", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingApps"], "\Beta\Microsoft\Graph\Model\RatingAppsType") || is_null($this->_propDict["mediaContentRatingApps"])) { return $this->_propDict["mediaContentRatingApps"]; } else { $this->_propDict["mediaContentRatingApps"] = new RatingAppsType($this->_propDict["mediaContentRatingApps"]); return $this->_propDict["mediaContentRatingApps"]; } } return null; } /** * Sets the mediaContentRatingApps * Media content rating settings for Apps. Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17. * * @param RatingAppsType $val The mediaContentRatingApps * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingApps($val) { $this->_propDict["mediaContentRatingApps"] = $val; return $this; } /** * Gets the mediaContentRatingAustralia * Media content rating settings for Australia * * @return MediaContentRatingAustralia|null The mediaContentRatingAustralia */ public function getMediaContentRatingAustralia() { if (array_key_exists("mediaContentRatingAustralia", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingAustralia"], "\Beta\Microsoft\Graph\Model\MediaContentRatingAustralia") || is_null($this->_propDict["mediaContentRatingAustralia"])) { return $this->_propDict["mediaContentRatingAustralia"]; } else { $this->_propDict["mediaContentRatingAustralia"] = new MediaContentRatingAustralia($this->_propDict["mediaContentRatingAustralia"]); return $this->_propDict["mediaContentRatingAustralia"]; } } return null; } /** * Sets the mediaContentRatingAustralia * Media content rating settings for Australia * * @param MediaContentRatingAustralia $val The mediaContentRatingAustralia * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingAustralia($val) { $this->_propDict["mediaContentRatingAustralia"] = $val; return $this; } /** * Gets the mediaContentRatingCanada * Media content rating settings for Canada * * @return MediaContentRatingCanada|null The mediaContentRatingCanada */ public function getMediaContentRatingCanada() { if (array_key_exists("mediaContentRatingCanada", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingCanada"], "\Beta\Microsoft\Graph\Model\MediaContentRatingCanada") || is_null($this->_propDict["mediaContentRatingCanada"])) { return $this->_propDict["mediaContentRatingCanada"]; } else { $this->_propDict["mediaContentRatingCanada"] = new MediaContentRatingCanada($this->_propDict["mediaContentRatingCanada"]); return $this->_propDict["mediaContentRatingCanada"]; } } return null; } /** * Sets the mediaContentRatingCanada * Media content rating settings for Canada * * @param MediaContentRatingCanada $val The mediaContentRatingCanada * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingCanada($val) { $this->_propDict["mediaContentRatingCanada"] = $val; return $this; } /** * Gets the mediaContentRatingFrance * Media content rating settings for France * * @return MediaContentRatingFrance|null The mediaContentRatingFrance */ public function getMediaContentRatingFrance() { if (array_key_exists("mediaContentRatingFrance", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingFrance"], "\Beta\Microsoft\Graph\Model\MediaContentRatingFrance") || is_null($this->_propDict["mediaContentRatingFrance"])) { return $this->_propDict["mediaContentRatingFrance"]; } else { $this->_propDict["mediaContentRatingFrance"] = new MediaContentRatingFrance($this->_propDict["mediaContentRatingFrance"]); return $this->_propDict["mediaContentRatingFrance"]; } } return null; } /** * Sets the mediaContentRatingFrance * Media content rating settings for France * * @param MediaContentRatingFrance $val The mediaContentRatingFrance * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingFrance($val) { $this->_propDict["mediaContentRatingFrance"] = $val; return $this; } /** * Gets the mediaContentRatingGermany * Media content rating settings for Germany * * @return MediaContentRatingGermany|null The mediaContentRatingGermany */ public function getMediaContentRatingGermany() { if (array_key_exists("mediaContentRatingGermany", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingGermany"], "\Beta\Microsoft\Graph\Model\MediaContentRatingGermany") || is_null($this->_propDict["mediaContentRatingGermany"])) { return $this->_propDict["mediaContentRatingGermany"]; } else { $this->_propDict["mediaContentRatingGermany"] = new MediaContentRatingGermany($this->_propDict["mediaContentRatingGermany"]); return $this->_propDict["mediaContentRatingGermany"]; } } return null; } /** * Sets the mediaContentRatingGermany * Media content rating settings for Germany * * @param MediaContentRatingGermany $val The mediaContentRatingGermany * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingGermany($val) { $this->_propDict["mediaContentRatingGermany"] = $val; return $this; } /** * Gets the mediaContentRatingIreland * Media content rating settings for Ireland * * @return MediaContentRatingIreland|null The mediaContentRatingIreland */ public function getMediaContentRatingIreland() { if (array_key_exists("mediaContentRatingIreland", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingIreland"], "\Beta\Microsoft\Graph\Model\MediaContentRatingIreland") || is_null($this->_propDict["mediaContentRatingIreland"])) { return $this->_propDict["mediaContentRatingIreland"]; } else { $this->_propDict["mediaContentRatingIreland"] = new MediaContentRatingIreland($this->_propDict["mediaContentRatingIreland"]); return $this->_propDict["mediaContentRatingIreland"]; } } return null; } /** * Sets the mediaContentRatingIreland * Media content rating settings for Ireland * * @param MediaContentRatingIreland $val The mediaContentRatingIreland * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingIreland($val) { $this->_propDict["mediaContentRatingIreland"] = $val; return $this; } /** * Gets the mediaContentRatingJapan * Media content rating settings for Japan * * @return MediaContentRatingJapan|null The mediaContentRatingJapan */ public function getMediaContentRatingJapan() { if (array_key_exists("mediaContentRatingJapan", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingJapan"], "\Beta\Microsoft\Graph\Model\MediaContentRatingJapan") || is_null($this->_propDict["mediaContentRatingJapan"])) { return $this->_propDict["mediaContentRatingJapan"]; } else { $this->_propDict["mediaContentRatingJapan"] = new MediaContentRatingJapan($this->_propDict["mediaContentRatingJapan"]); return $this->_propDict["mediaContentRatingJapan"]; } } return null; } /** * Sets the mediaContentRatingJapan * Media content rating settings for Japan * * @param MediaContentRatingJapan $val The mediaContentRatingJapan * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingJapan($val) { $this->_propDict["mediaContentRatingJapan"] = $val; return $this; } /** * Gets the mediaContentRatingNewZealand * Media content rating settings for New Zealand * * @return MediaContentRatingNewZealand|null The mediaContentRatingNewZealand */ public function getMediaContentRatingNewZealand() { if (array_key_exists("mediaContentRatingNewZealand", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingNewZealand"], "\Beta\Microsoft\Graph\Model\MediaContentRatingNewZealand") || is_null($this->_propDict["mediaContentRatingNewZealand"])) { return $this->_propDict["mediaContentRatingNewZealand"]; } else { $this->_propDict["mediaContentRatingNewZealand"] = new MediaContentRatingNewZealand($this->_propDict["mediaContentRatingNewZealand"]); return $this->_propDict["mediaContentRatingNewZealand"]; } } return null; } /** * Sets the mediaContentRatingNewZealand * Media content rating settings for New Zealand * * @param MediaContentRatingNewZealand $val The mediaContentRatingNewZealand * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingNewZealand($val) { $this->_propDict["mediaContentRatingNewZealand"] = $val; return $this; } /** * Gets the mediaContentRatingUnitedKingdom * Media content rating settings for United Kingdom * * @return MediaContentRatingUnitedKingdom|null The mediaContentRatingUnitedKingdom */ public function getMediaContentRatingUnitedKingdom() { if (array_key_exists("mediaContentRatingUnitedKingdom", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingUnitedKingdom"], "\Beta\Microsoft\Graph\Model\MediaContentRatingUnitedKingdom") || is_null($this->_propDict["mediaContentRatingUnitedKingdom"])) { return $this->_propDict["mediaContentRatingUnitedKingdom"]; } else { $this->_propDict["mediaContentRatingUnitedKingdom"] = new MediaContentRatingUnitedKingdom($this->_propDict["mediaContentRatingUnitedKingdom"]); return $this->_propDict["mediaContentRatingUnitedKingdom"]; } } return null; } /** * Sets the mediaContentRatingUnitedKingdom * Media content rating settings for United Kingdom * * @param MediaContentRatingUnitedKingdom $val The mediaContentRatingUnitedKingdom * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingUnitedKingdom($val) { $this->_propDict["mediaContentRatingUnitedKingdom"] = $val; return $this; } /** * Gets the mediaContentRatingUnitedStates * Media content rating settings for United States * * @return MediaContentRatingUnitedStates|null The mediaContentRatingUnitedStates */ public function getMediaContentRatingUnitedStates() { if (array_key_exists("mediaContentRatingUnitedStates", $this->_propDict)) { if (is_a($this->_propDict["mediaContentRatingUnitedStates"], "\Beta\Microsoft\Graph\Model\MediaContentRatingUnitedStates") || is_null($this->_propDict["mediaContentRatingUnitedStates"])) { return $this->_propDict["mediaContentRatingUnitedStates"]; } else { $this->_propDict["mediaContentRatingUnitedStates"] = new MediaContentRatingUnitedStates($this->_propDict["mediaContentRatingUnitedStates"]); return $this->_propDict["mediaContentRatingUnitedStates"]; } } return null; } /** * Sets the mediaContentRatingUnitedStates * Media content rating settings for United States * * @param MediaContentRatingUnitedStates $val The mediaContentRatingUnitedStates * * @return IosGeneralDeviceConfiguration */ public function setMediaContentRatingUnitedStates($val) { $this->_propDict["mediaContentRatingUnitedStates"] = $val; return $this; } /** * Gets the messagesBlocked * Indicates whether or not to block the user from using the Messages app on the supervised device. * * @return bool|null The messagesBlocked */ public function getMessagesBlocked() { if (array_key_exists("messagesBlocked", $this->_propDict)) { return $this->_propDict["messagesBlocked"]; } else { return null; } } /** * Sets the messagesBlocked * Indicates whether or not to block the user from using the Messages app on the supervised device. * * @param bool $val The messagesBlocked * * @return IosGeneralDeviceConfiguration */ public function setMessagesBlocked($val) { $this->_propDict["messagesBlocked"] = boolval($val); return $this; } /** * Gets the networkUsageRules * List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements. * * @return array|null The networkUsageRules */ public function getNetworkUsageRules() { if (array_key_exists("networkUsageRules", $this->_propDict)) { return $this->_propDict["networkUsageRules"]; } else { return null; } } /** * Sets the networkUsageRules * List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements. * * @param IosNetworkUsageRule[] $val The networkUsageRules * * @return IosGeneralDeviceConfiguration */ public function setNetworkUsageRules($val) { $this->_propDict["networkUsageRules"] = $val; return $this; } /** * Gets the nfcBlocked * Disable NFC to prevent devices from pairing with other NFC-enabled devices. Available for iOS/iPadOS devices running 14.2 and later. * * @return bool|null The nfcBlocked */ public function getNfcBlocked() { if (array_key_exists("nfcBlocked", $this->_propDict)) { return $this->_propDict["nfcBlocked"]; } else { return null; } } /** * Sets the nfcBlocked * Disable NFC to prevent devices from pairing with other NFC-enabled devices. Available for iOS/iPadOS devices running 14.2 and later. * * @param bool $val The nfcBlocked * * @return IosGeneralDeviceConfiguration */ public function setNfcBlocked($val) { $this->_propDict["nfcBlocked"] = boolval($val); return $this; } /** * Gets the notificationsBlockSettingsModification * Indicates whether or not to allow notifications settings modification (iOS 9.3 and later). * * @return bool|null The notificationsBlockSettingsModification */ public function getNotificationsBlockSettingsModification() { if (array_key_exists("notificationsBlockSettingsModification", $this->_propDict)) { return $this->_propDict["notificationsBlockSettingsModification"]; } else { return null; } } /** * Sets the notificationsBlockSettingsModification * Indicates whether or not to allow notifications settings modification (iOS 9.3 and later). * * @param bool $val The notificationsBlockSettingsModification * * @return IosGeneralDeviceConfiguration */ public function setNotificationsBlockSettingsModification($val) { $this->_propDict["notificationsBlockSettingsModification"] = boolval($val); return $this; } /** * Gets the onDeviceOnlyDictationForced * Disables connections to Siri servers so that users can’t use Siri to dictate text. Available for devices running iOS and iPadOS versions 14.5 and later. * * @return bool|null The onDeviceOnlyDictationForced */ public function getOnDeviceOnlyDictationForced() { if (array_key_exists("onDeviceOnlyDictationForced", $this->_propDict)) { return $this->_propDict["onDeviceOnlyDictationForced"]; } else { return null; } } /** * Sets the onDeviceOnlyDictationForced * Disables connections to Siri servers so that users can’t use Siri to dictate text. Available for devices running iOS and iPadOS versions 14.5 and later. * * @param bool $val The onDeviceOnlyDictationForced * * @return IosGeneralDeviceConfiguration */ public function setOnDeviceOnlyDictationForced($val) { $this->_propDict["onDeviceOnlyDictationForced"] = boolval($val); return $this; } /** * Gets the onDeviceOnlyTranslationForced * When set to TRUE, the setting disables connections to Siri servers so that users can’t use Siri to translate text. When set to FALSE, the setting allows connections to to Siri servers to users can use Siri to translate text. Available for devices running iOS and iPadOS versions 15.0 and later. * * @return bool|null The onDeviceOnlyTranslationForced */ public function getOnDeviceOnlyTranslationForced() { if (array_key_exists("onDeviceOnlyTranslationForced", $this->_propDict)) { return $this->_propDict["onDeviceOnlyTranslationForced"]; } else { return null; } } /** * Sets the onDeviceOnlyTranslationForced * When set to TRUE, the setting disables connections to Siri servers so that users can’t use Siri to translate text. When set to FALSE, the setting allows connections to to Siri servers to users can use Siri to translate text. Available for devices running iOS and iPadOS versions 15.0 and later. * * @param bool $val The onDeviceOnlyTranslationForced * * @return IosGeneralDeviceConfiguration */ public function setOnDeviceOnlyTranslationForced($val) { $this->_propDict["onDeviceOnlyTranslationForced"] = boolval($val); return $this; } /** * Gets the passcodeBlockFingerprintModification * Block modification of registered Touch ID fingerprints when in supervised mode. * * @return bool|null The passcodeBlockFingerprintModification */ public function getPasscodeBlockFingerprintModification() { if (array_key_exists("passcodeBlockFingerprintModification", $this->_propDict)) { return $this->_propDict["passcodeBlockFingerprintModification"]; } else { return null; } } /** * Sets the passcodeBlockFingerprintModification * Block modification of registered Touch ID fingerprints when in supervised mode. * * @param bool $val The passcodeBlockFingerprintModification * * @return IosGeneralDeviceConfiguration */ public function setPasscodeBlockFingerprintModification($val) { $this->_propDict["passcodeBlockFingerprintModification"] = boolval($val); return $this; } /** * Gets the passcodeBlockFingerprintUnlock * Indicates whether or not to block fingerprint unlock. * * @return bool|null The passcodeBlockFingerprintUnlock */ public function getPasscodeBlockFingerprintUnlock() { if (array_key_exists("passcodeBlockFingerprintUnlock", $this->_propDict)) { return $this->_propDict["passcodeBlockFingerprintUnlock"]; } else { return null; } } /** * Sets the passcodeBlockFingerprintUnlock * Indicates whether or not to block fingerprint unlock. * * @param bool $val The passcodeBlockFingerprintUnlock * * @return IosGeneralDeviceConfiguration */ public function setPasscodeBlockFingerprintUnlock($val) { $this->_propDict["passcodeBlockFingerprintUnlock"] = boolval($val); return $this; } /** * Gets the passcodeBlockModification * Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later). * * @return bool|null The passcodeBlockModification */ public function getPasscodeBlockModification() { if (array_key_exists("passcodeBlockModification", $this->_propDict)) { return $this->_propDict["passcodeBlockModification"]; } else { return null; } } /** * Sets the passcodeBlockModification * Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later). * * @param bool $val The passcodeBlockModification * * @return IosGeneralDeviceConfiguration */ public function setPasscodeBlockModification($val) { $this->_propDict["passcodeBlockModification"] = boolval($val); return $this; } /** * Gets the passcodeBlockSimple * Indicates whether or not to block simple passcodes. * * @return bool|null The passcodeBlockSimple */ public function getPasscodeBlockSimple() { if (array_key_exists("passcodeBlockSimple", $this->_propDict)) { return $this->_propDict["passcodeBlockSimple"]; } else { return null; } } /** * Sets the passcodeBlockSimple * Indicates whether or not to block simple passcodes. * * @param bool $val The passcodeBlockSimple * * @return IosGeneralDeviceConfiguration */ public function setPasscodeBlockSimple($val) { $this->_propDict["passcodeBlockSimple"] = boolval($val); return $this; } /** * Gets the passcodeExpirationDays * Number of days before the passcode expires. Valid values 1 to 65535 * * @return int|null The passcodeExpirationDays */ public function getPasscodeExpirationDays() { if (array_key_exists("passcodeExpirationDays", $this->_propDict)) { return $this->_propDict["passcodeExpirationDays"]; } else { return null; } } /** * Sets the passcodeExpirationDays * Number of days before the passcode expires. Valid values 1 to 65535 * * @param int $val The passcodeExpirationDays * * @return IosGeneralDeviceConfiguration */ public function setPasscodeExpirationDays($val) { $this->_propDict["passcodeExpirationDays"] = intval($val); return $this; } /** * Gets the passcodeMinimumCharacterSetCount * Number of character sets a passcode must contain. Valid values 0 to 4 * * @return int|null The passcodeMinimumCharacterSetCount */ public function getPasscodeMinimumCharacterSetCount() { if (array_key_exists("passcodeMinimumCharacterSetCount", $this->_propDict)) { return $this->_propDict["passcodeMinimumCharacterSetCount"]; } else { return null; } } /** * Sets the passcodeMinimumCharacterSetCount * Number of character sets a passcode must contain. Valid values 0 to 4 * * @param int $val The passcodeMinimumCharacterSetCount * * @return IosGeneralDeviceConfiguration */ public function setPasscodeMinimumCharacterSetCount($val) { $this->_propDict["passcodeMinimumCharacterSetCount"] = intval($val); return $this; } /** * Gets the passcodeMinimumLength * Minimum length of passcode. Valid values 4 to 14 * * @return int|null The passcodeMinimumLength */ public function getPasscodeMinimumLength() { if (array_key_exists("passcodeMinimumLength", $this->_propDict)) { return $this->_propDict["passcodeMinimumLength"]; } else { return null; } } /** * Sets the passcodeMinimumLength * Minimum length of passcode. Valid values 4 to 14 * * @param int $val The passcodeMinimumLength * * @return IosGeneralDeviceConfiguration */ public function setPasscodeMinimumLength($val) { $this->_propDict["passcodeMinimumLength"] = intval($val); return $this; } /** * Gets the passcodeMinutesOfInactivityBeforeLock * Minutes of inactivity before a passcode is required. * * @return int|null The passcodeMinutesOfInactivityBeforeLock */ public function getPasscodeMinutesOfInactivityBeforeLock() { if (array_key_exists("passcodeMinutesOfInactivityBeforeLock", $this->_propDict)) { return $this->_propDict["passcodeMinutesOfInactivityBeforeLock"]; } else { return null; } } /** * Sets the passcodeMinutesOfInactivityBeforeLock * Minutes of inactivity before a passcode is required. * * @param int $val The passcodeMinutesOfInactivityBeforeLock * * @return IosGeneralDeviceConfiguration */ public function setPasscodeMinutesOfInactivityBeforeLock($val) { $this->_propDict["passcodeMinutesOfInactivityBeforeLock"] = intval($val); return $this; } /** * Gets the passcodeMinutesOfInactivityBeforeScreenTimeout * Minutes of inactivity before the screen times out. * * @return int|null The passcodeMinutesOfInactivityBeforeScreenTimeout */ public function getPasscodeMinutesOfInactivityBeforeScreenTimeout() { if (array_key_exists("passcodeMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { return $this->_propDict["passcodeMinutesOfInactivityBeforeScreenTimeout"]; } else { return null; } } /** * Sets the passcodeMinutesOfInactivityBeforeScreenTimeout * Minutes of inactivity before the screen times out. * * @param int $val The passcodeMinutesOfInactivityBeforeScreenTimeout * * @return IosGeneralDeviceConfiguration */ public function setPasscodeMinutesOfInactivityBeforeScreenTimeout($val) { $this->_propDict["passcodeMinutesOfInactivityBeforeScreenTimeout"] = intval($val); return $this; } /** * Gets the passcodePreviousPasscodeBlockCount * Number of previous passcodes to block. Valid values 1 to 24 * * @return int|null The passcodePreviousPasscodeBlockCount */ public function getPasscodePreviousPasscodeBlockCount() { if (array_key_exists("passcodePreviousPasscodeBlockCount", $this->_propDict)) { return $this->_propDict["passcodePreviousPasscodeBlockCount"]; } else { return null; } } /** * Sets the passcodePreviousPasscodeBlockCount * Number of previous passcodes to block. Valid values 1 to 24 * * @param int $val The passcodePreviousPasscodeBlockCount * * @return IosGeneralDeviceConfiguration */ public function setPasscodePreviousPasscodeBlockCount($val) { $this->_propDict["passcodePreviousPasscodeBlockCount"] = intval($val); return $this; } /** * Gets the passcodeRequired * Indicates whether or not to require a passcode. * * @return bool|null The passcodeRequired */ public function getPasscodeRequired() { if (array_key_exists("passcodeRequired", $this->_propDict)) { return $this->_propDict["passcodeRequired"]; } else { return null; } } /** * Sets the passcodeRequired * Indicates whether or not to require a passcode. * * @param bool $val The passcodeRequired * * @return IosGeneralDeviceConfiguration */ public function setPasscodeRequired($val) { $this->_propDict["passcodeRequired"] = boolval($val); return $this; } /** * Gets the passcodeRequiredType * Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric. * * @return RequiredPasswordType|null The passcodeRequiredType */ public function getPasscodeRequiredType() { if (array_key_exists("passcodeRequiredType", $this->_propDict)) { if (is_a($this->_propDict["passcodeRequiredType"], "\Beta\Microsoft\Graph\Model\RequiredPasswordType") || is_null($this->_propDict["passcodeRequiredType"])) { return $this->_propDict["passcodeRequiredType"]; } else { $this->_propDict["passcodeRequiredType"] = new RequiredPasswordType($this->_propDict["passcodeRequiredType"]); return $this->_propDict["passcodeRequiredType"]; } } return null; } /** * Sets the passcodeRequiredType * Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric. * * @param RequiredPasswordType $val The passcodeRequiredType * * @return IosGeneralDeviceConfiguration */ public function setPasscodeRequiredType($val) { $this->_propDict["passcodeRequiredType"] = $val; return $this; } /** * Gets the passcodeSignInFailureCountBeforeWipe * Number of sign in failures allowed before wiping the device. Valid values 2 to 11 * * @return int|null The passcodeSignInFailureCountBeforeWipe */ public function getPasscodeSignInFailureCountBeforeWipe() { if (array_key_exists("passcodeSignInFailureCountBeforeWipe", $this->_propDict)) { return $this->_propDict["passcodeSignInFailureCountBeforeWipe"]; } else { return null; } } /** * Sets the passcodeSignInFailureCountBeforeWipe * Number of sign in failures allowed before wiping the device. Valid values 2 to 11 * * @param int $val The passcodeSignInFailureCountBeforeWipe * * @return IosGeneralDeviceConfiguration */ public function setPasscodeSignInFailureCountBeforeWipe($val) { $this->_propDict["passcodeSignInFailureCountBeforeWipe"] = intval($val); return $this; } /** * Gets the passwordBlockAirDropSharing * Indicates whether or not to block sharing passwords with the AirDrop passwords feature iOS 12.0 and later). * * @return bool|null The passwordBlockAirDropSharing */ public function getPasswordBlockAirDropSharing() { if (array_key_exists("passwordBlockAirDropSharing", $this->_propDict)) { return $this->_propDict["passwordBlockAirDropSharing"]; } else { return null; } } /** * Sets the passwordBlockAirDropSharing * Indicates whether or not to block sharing passwords with the AirDrop passwords feature iOS 12.0 and later). * * @param bool $val The passwordBlockAirDropSharing * * @return IosGeneralDeviceConfiguration */ public function setPasswordBlockAirDropSharing($val) { $this->_propDict["passwordBlockAirDropSharing"] = boolval($val); return $this; } /** * Gets the passwordBlockAutoFill * Indicates if the AutoFill passwords feature is allowed (iOS 12.0 and later). * * @return bool|null The passwordBlockAutoFill */ public function getPasswordBlockAutoFill() { if (array_key_exists("passwordBlockAutoFill", $this->_propDict)) { return $this->_propDict["passwordBlockAutoFill"]; } else { return null; } } /** * Sets the passwordBlockAutoFill * Indicates if the AutoFill passwords feature is allowed (iOS 12.0 and later). * * @param bool $val The passwordBlockAutoFill * * @return IosGeneralDeviceConfiguration */ public function setPasswordBlockAutoFill($val) { $this->_propDict["passwordBlockAutoFill"] = boolval($val); return $this; } /** * Gets the passwordBlockProximityRequests * Indicates whether or not to block requesting passwords from nearby devices (iOS 12.0 and later). * * @return bool|null The passwordBlockProximityRequests */ public function getPasswordBlockProximityRequests() { if (array_key_exists("passwordBlockProximityRequests", $this->_propDict)) { return $this->_propDict["passwordBlockProximityRequests"]; } else { return null; } } /** * Sets the passwordBlockProximityRequests * Indicates whether or not to block requesting passwords from nearby devices (iOS 12.0 and later). * * @param bool $val The passwordBlockProximityRequests * * @return IosGeneralDeviceConfiguration */ public function setPasswordBlockProximityRequests($val) { $this->_propDict["passwordBlockProximityRequests"] = boolval($val); return $this; } /** * Gets the pkiBlockOTAUpdates * Indicates whether or not over-the-air PKI updates are blocked. Setting this restriction to false does not disable CRL and OCSP checks (iOS 7.0 and later). * * @return bool|null The pkiBlockOTAUpdates */ public function getPkiBlockOTAUpdates() { if (array_key_exists("pkiBlockOTAUpdates", $this->_propDict)) { return $this->_propDict["pkiBlockOTAUpdates"]; } else { return null; } } /** * Sets the pkiBlockOTAUpdates * Indicates whether or not over-the-air PKI updates are blocked. Setting this restriction to false does not disable CRL and OCSP checks (iOS 7.0 and later). * * @param bool $val The pkiBlockOTAUpdates * * @return IosGeneralDeviceConfiguration */ public function setPkiBlockOTAUpdates($val) { $this->_propDict["pkiBlockOTAUpdates"] = boolval($val); return $this; } /** * Gets the podcastsBlocked * Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later). * * @return bool|null The podcastsBlocked */ public function getPodcastsBlocked() { if (array_key_exists("podcastsBlocked", $this->_propDict)) { return $this->_propDict["podcastsBlocked"]; } else { return null; } } /** * Sets the podcastsBlocked * Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later). * * @param bool $val The podcastsBlocked * * @return IosGeneralDeviceConfiguration */ public function setPodcastsBlocked($val) { $this->_propDict["podcastsBlocked"] = boolval($val); return $this; } /** * Gets the privacyForceLimitAdTracking * Indicates if ad tracking is limited.(iOS 7.0 and later). * * @return bool|null The privacyForceLimitAdTracking */ public function getPrivacyForceLimitAdTracking() { if (array_key_exists("privacyForceLimitAdTracking", $this->_propDict)) { return $this->_propDict["privacyForceLimitAdTracking"]; } else { return null; } } /** * Sets the privacyForceLimitAdTracking * Indicates if ad tracking is limited.(iOS 7.0 and later). * * @param bool $val The privacyForceLimitAdTracking * * @return IosGeneralDeviceConfiguration */ public function setPrivacyForceLimitAdTracking($val) { $this->_propDict["privacyForceLimitAdTracking"] = boolval($val); return $this; } /** * Gets the proximityBlockSetupToNewDevice * Indicates whether or not to enable the prompt to setup nearby devices with a supervised device. * * @return bool|null The proximityBlockSetupToNewDevice */ public function getProximityBlockSetupToNewDevice() { if (array_key_exists("proximityBlockSetupToNewDevice", $this->_propDict)) { return $this->_propDict["proximityBlockSetupToNewDevice"]; } else { return null; } } /** * Sets the proximityBlockSetupToNewDevice * Indicates whether or not to enable the prompt to setup nearby devices with a supervised device. * * @param bool $val The proximityBlockSetupToNewDevice * * @return IosGeneralDeviceConfiguration */ public function setProximityBlockSetupToNewDevice($val) { $this->_propDict["proximityBlockSetupToNewDevice"] = boolval($val); return $this; } /** * Gets the safariBlockAutofill * Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later. * * @return bool|null The safariBlockAutofill */ public function getSafariBlockAutofill() { if (array_key_exists("safariBlockAutofill", $this->_propDict)) { return $this->_propDict["safariBlockAutofill"]; } else { return null; } } /** * Sets the safariBlockAutofill * Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later. * * @param bool $val The safariBlockAutofill * * @return IosGeneralDeviceConfiguration */ public function setSafariBlockAutofill($val) { $this->_propDict["safariBlockAutofill"] = boolval($val); return $this; } /** * Gets the safariBlocked * Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later. * * @return bool|null The safariBlocked */ public function getSafariBlocked() { if (array_key_exists("safariBlocked", $this->_propDict)) { return $this->_propDict["safariBlocked"]; } else { return null; } } /** * Sets the safariBlocked * Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later. * * @param bool $val The safariBlocked * * @return IosGeneralDeviceConfiguration */ public function setSafariBlocked($val) { $this->_propDict["safariBlocked"] = boolval($val); return $this; } /** * Gets the safariBlockJavaScript * Indicates whether or not to block JavaScript in Safari. * * @return bool|null The safariBlockJavaScript */ public function getSafariBlockJavaScript() { if (array_key_exists("safariBlockJavaScript", $this->_propDict)) { return $this->_propDict["safariBlockJavaScript"]; } else { return null; } } /** * Sets the safariBlockJavaScript * Indicates whether or not to block JavaScript in Safari. * * @param bool $val The safariBlockJavaScript * * @return IosGeneralDeviceConfiguration */ public function setSafariBlockJavaScript($val) { $this->_propDict["safariBlockJavaScript"] = boolval($val); return $this; } /** * Gets the safariBlockPopups * Indicates whether or not to block popups in Safari. * * @return bool|null The safariBlockPopups */ public function getSafariBlockPopups() { if (array_key_exists("safariBlockPopups", $this->_propDict)) { return $this->_propDict["safariBlockPopups"]; } else { return null; } } /** * Sets the safariBlockPopups * Indicates whether or not to block popups in Safari. * * @param bool $val The safariBlockPopups * * @return IosGeneralDeviceConfiguration */ public function setSafariBlockPopups($val) { $this->_propDict["safariBlockPopups"] = boolval($val); return $this; } /** * Gets the safariCookieSettings * Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways. * * @return WebBrowserCookieSettings|null The safariCookieSettings */ public function getSafariCookieSettings() { if (array_key_exists("safariCookieSettings", $this->_propDict)) { if (is_a($this->_propDict["safariCookieSettings"], "\Beta\Microsoft\Graph\Model\WebBrowserCookieSettings") || is_null($this->_propDict["safariCookieSettings"])) { return $this->_propDict["safariCookieSettings"]; } else { $this->_propDict["safariCookieSettings"] = new WebBrowserCookieSettings($this->_propDict["safariCookieSettings"]); return $this->_propDict["safariCookieSettings"]; } } return null; } /** * Sets the safariCookieSettings * Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways. * * @param WebBrowserCookieSettings $val The safariCookieSettings * * @return IosGeneralDeviceConfiguration */ public function setSafariCookieSettings($val) { $this->_propDict["safariCookieSettings"] = $val; return $this; } /** * Gets the safariManagedDomains * URLs matching the patterns listed here will be considered managed. * * @return string|null The safariManagedDomains */ public function getSafariManagedDomains() { if (array_key_exists("safariManagedDomains", $this->_propDict)) { return $this->_propDict["safariManagedDomains"]; } else { return null; } } /** * Sets the safariManagedDomains * URLs matching the patterns listed here will be considered managed. * * @param string $val The safariManagedDomains * * @return IosGeneralDeviceConfiguration */ public function setSafariManagedDomains($val) { $this->_propDict["safariManagedDomains"] = $val; return $this; } /** * Gets the safariPasswordAutoFillDomains * Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later). * * @return string|null The safariPasswordAutoFillDomains */ public function getSafariPasswordAutoFillDomains() { if (array_key_exists("safariPasswordAutoFillDomains", $this->_propDict)) { return $this->_propDict["safariPasswordAutoFillDomains"]; } else { return null; } } /** * Sets the safariPasswordAutoFillDomains * Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later). * * @param string $val The safariPasswordAutoFillDomains * * @return IosGeneralDeviceConfiguration */ public function setSafariPasswordAutoFillDomains($val) { $this->_propDict["safariPasswordAutoFillDomains"] = $val; return $this; } /** * Gets the safariRequireFraudWarning * Indicates whether or not to require fraud warning in Safari. * * @return bool|null The safariRequireFraudWarning */ public function getSafariRequireFraudWarning() { if (array_key_exists("safariRequireFraudWarning", $this->_propDict)) { return $this->_propDict["safariRequireFraudWarning"]; } else { return null; } } /** * Sets the safariRequireFraudWarning * Indicates whether or not to require fraud warning in Safari. * * @param bool $val The safariRequireFraudWarning * * @return IosGeneralDeviceConfiguration */ public function setSafariRequireFraudWarning($val) { $this->_propDict["safariRequireFraudWarning"] = boolval($val); return $this; } /** * Gets the screenCaptureBlocked * Indicates whether or not to block the user from taking Screenshots. * * @return bool|null The screenCaptureBlocked */ public function getScreenCaptureBlocked() { if (array_key_exists("screenCaptureBlocked", $this->_propDict)) { return $this->_propDict["screenCaptureBlocked"]; } else { return null; } } /** * Sets the screenCaptureBlocked * Indicates whether or not to block the user from taking Screenshots. * * @param bool $val The screenCaptureBlocked * * @return IosGeneralDeviceConfiguration */ public function setScreenCaptureBlocked($val) { $this->_propDict["screenCaptureBlocked"] = boolval($val); return $this; } /** * Gets the sharedDeviceBlockTemporarySessions * Indicates whether or not to block temporary sessions on Shared iPads (iOS 13.4 or later). * * @return bool|null The sharedDeviceBlockTemporarySessions */ public function getSharedDeviceBlockTemporarySessions() { if (array_key_exists("sharedDeviceBlockTemporarySessions", $this->_propDict)) { return $this->_propDict["sharedDeviceBlockTemporarySessions"]; } else { return null; } } /** * Sets the sharedDeviceBlockTemporarySessions * Indicates whether or not to block temporary sessions on Shared iPads (iOS 13.4 or later). * * @param bool $val The sharedDeviceBlockTemporarySessions * * @return IosGeneralDeviceConfiguration */ public function setSharedDeviceBlockTemporarySessions($val) { $this->_propDict["sharedDeviceBlockTemporarySessions"] = boolval($val); return $this; } /** * Gets the siriBlocked * Indicates whether or not to block the user from using Siri. * * @return bool|null The siriBlocked */ public function getSiriBlocked() { if (array_key_exists("siriBlocked", $this->_propDict)) { return $this->_propDict["siriBlocked"]; } else { return null; } } /** * Sets the siriBlocked * Indicates whether or not to block the user from using Siri. * * @param bool $val The siriBlocked * * @return IosGeneralDeviceConfiguration */ public function setSiriBlocked($val) { $this->_propDict["siriBlocked"] = boolval($val); return $this; } /** * Gets the siriBlockedWhenLocked * Indicates whether or not to block the user from using Siri when locked. * * @return bool|null The siriBlockedWhenLocked */ public function getSiriBlockedWhenLocked() { if (array_key_exists("siriBlockedWhenLocked", $this->_propDict)) { return $this->_propDict["siriBlockedWhenLocked"]; } else { return null; } } /** * Sets the siriBlockedWhenLocked * Indicates whether or not to block the user from using Siri when locked. * * @param bool $val The siriBlockedWhenLocked * * @return IosGeneralDeviceConfiguration */ public function setSiriBlockedWhenLocked($val) { $this->_propDict["siriBlockedWhenLocked"] = boolval($val); return $this; } /** * Gets the siriBlockUserGeneratedContent * Indicates whether or not to block Siri from querying user-generated content when used on a supervised device. * * @return bool|null The siriBlockUserGeneratedContent */ public function getSiriBlockUserGeneratedContent() { if (array_key_exists("siriBlockUserGeneratedContent", $this->_propDict)) { return $this->_propDict["siriBlockUserGeneratedContent"]; } else { return null; } } /** * Sets the siriBlockUserGeneratedContent * Indicates whether or not to block Siri from querying user-generated content when used on a supervised device. * * @param bool $val The siriBlockUserGeneratedContent * * @return IosGeneralDeviceConfiguration */ public function setSiriBlockUserGeneratedContent($val) { $this->_propDict["siriBlockUserGeneratedContent"] = boolval($val); return $this; } /** * Gets the siriRequireProfanityFilter * Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device. * * @return bool|null The siriRequireProfanityFilter */ public function getSiriRequireProfanityFilter() { if (array_key_exists("siriRequireProfanityFilter", $this->_propDict)) { return $this->_propDict["siriRequireProfanityFilter"]; } else { return null; } } /** * Sets the siriRequireProfanityFilter * Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device. * * @param bool $val The siriRequireProfanityFilter * * @return IosGeneralDeviceConfiguration */ public function setSiriRequireProfanityFilter($val) { $this->_propDict["siriRequireProfanityFilter"] = boolval($val); return $this; } /** * Gets the softwareUpdatesEnforcedDelayInDays * Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90 * * @return int|null The softwareUpdatesEnforcedDelayInDays */ public function getSoftwareUpdatesEnforcedDelayInDays() { if (array_key_exists("softwareUpdatesEnforcedDelayInDays", $this->_propDict)) { return $this->_propDict["softwareUpdatesEnforcedDelayInDays"]; } else { return null; } } /** * Sets the softwareUpdatesEnforcedDelayInDays * Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90 * * @param int $val The softwareUpdatesEnforcedDelayInDays * * @return IosGeneralDeviceConfiguration */ public function setSoftwareUpdatesEnforcedDelayInDays($val) { $this->_propDict["softwareUpdatesEnforcedDelayInDays"] = intval($val); return $this; } /** * Gets the softwareUpdatesForceDelayed * Indicates whether or not to delay user visibility of software updates when the device is in supervised mode. * * @return bool|null The softwareUpdatesForceDelayed */ public function getSoftwareUpdatesForceDelayed() { if (array_key_exists("softwareUpdatesForceDelayed", $this->_propDict)) { return $this->_propDict["softwareUpdatesForceDelayed"]; } else { return null; } } /** * Sets the softwareUpdatesForceDelayed * Indicates whether or not to delay user visibility of software updates when the device is in supervised mode. * * @param bool $val The softwareUpdatesForceDelayed * * @return IosGeneralDeviceConfiguration */ public function setSoftwareUpdatesForceDelayed($val) { $this->_propDict["softwareUpdatesForceDelayed"] = boolval($val); return $this; } /** * Gets the spotlightBlockInternetResults * Indicates whether or not to block Spotlight search from returning internet results on supervised device. * * @return bool|null The spotlightBlockInternetResults */ public function getSpotlightBlockInternetResults() { if (array_key_exists("spotlightBlockInternetResults", $this->_propDict)) { return $this->_propDict["spotlightBlockInternetResults"]; } else { return null; } } /** * Sets the spotlightBlockInternetResults * Indicates whether or not to block Spotlight search from returning internet results on supervised device. * * @param bool $val The spotlightBlockInternetResults * * @return IosGeneralDeviceConfiguration */ public function setSpotlightBlockInternetResults($val) { $this->_propDict["spotlightBlockInternetResults"] = boolval($val); return $this; } /** * Gets the unpairedExternalBootToRecoveryAllowed * Allow users to boot devices into recovery mode with unpaired devices. Available for devices running iOS and iPadOS versions 14.5 and later. * * @return bool|null The unpairedExternalBootToRecoveryAllowed */ public function getUnpairedExternalBootToRecoveryAllowed() { if (array_key_exists("unpairedExternalBootToRecoveryAllowed", $this->_propDict)) { return $this->_propDict["unpairedExternalBootToRecoveryAllowed"]; } else { return null; } } /** * Sets the unpairedExternalBootToRecoveryAllowed * Allow users to boot devices into recovery mode with unpaired devices. Available for devices running iOS and iPadOS versions 14.5 and later. * * @param bool $val The unpairedExternalBootToRecoveryAllowed * * @return IosGeneralDeviceConfiguration */ public function setUnpairedExternalBootToRecoveryAllowed($val) { $this->_propDict["unpairedExternalBootToRecoveryAllowed"] = boolval($val); return $this; } /** * Gets the usbRestrictedModeBlocked * Indicates if connecting to USB accessories while the device is locked is allowed (iOS 11.4.1 and later). * * @return bool|null The usbRestrictedModeBlocked */ public function getUsbRestrictedModeBlocked() { if (array_key_exists("usbRestrictedModeBlocked", $this->_propDict)) { return $this->_propDict["usbRestrictedModeBlocked"]; } else { return null; } } /** * Sets the usbRestrictedModeBlocked * Indicates if connecting to USB accessories while the device is locked is allowed (iOS 11.4.1 and later). * * @param bool $val The usbRestrictedModeBlocked * * @return IosGeneralDeviceConfiguration */ public function setUsbRestrictedModeBlocked($val) { $this->_propDict["usbRestrictedModeBlocked"] = boolval($val); return $this; } /** * Gets the voiceDialingBlocked * Indicates whether or not to block voice dialing. * * @return bool|null The voiceDialingBlocked */ public function getVoiceDialingBlocked() { if (array_key_exists("voiceDialingBlocked", $this->_propDict)) { return $this->_propDict["voiceDialingBlocked"]; } else { return null; } } /** * Sets the voiceDialingBlocked * Indicates whether or not to block voice dialing. * * @param bool $val The voiceDialingBlocked * * @return IosGeneralDeviceConfiguration */ public function setVoiceDialingBlocked($val) { $this->_propDict["voiceDialingBlocked"] = boolval($val); return $this; } /** * Gets the vpnBlockCreation * Indicates whether or not the creation of VPN configurations is blocked (iOS 11.0 and later). * * @return bool|null The vpnBlockCreation */ public function getVpnBlockCreation() { if (array_key_exists("vpnBlockCreation", $this->_propDict)) { return $this->_propDict["vpnBlockCreation"]; } else { return null; } } /** * Sets the vpnBlockCreation * Indicates whether or not the creation of VPN configurations is blocked (iOS 11.0 and later). * * @param bool $val The vpnBlockCreation * * @return IosGeneralDeviceConfiguration */ public function setVpnBlockCreation($val) { $this->_propDict["vpnBlockCreation"] = boolval($val); return $this; } /** * Gets the wallpaperBlockModification * Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) . * * @return bool|null The wallpaperBlockModification */ public function getWallpaperBlockModification() { if (array_key_exists("wallpaperBlockModification", $this->_propDict)) { return $this->_propDict["wallpaperBlockModification"]; } else { return null; } } /** * Sets the wallpaperBlockModification * Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) . * * @param bool $val The wallpaperBlockModification * * @return IosGeneralDeviceConfiguration */ public function setWallpaperBlockModification($val) { $this->_propDict["wallpaperBlockModification"] = boolval($val); return $this; } /** * Gets the wiFiConnectOnlyToConfiguredNetworks * Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, 'WiFiConnectToAllowedNetworksOnlyForced. * * @return bool|null The wiFiConnectOnlyToConfiguredNetworks */ public function getWiFiConnectOnlyToConfiguredNetworks() { if (array_key_exists("wiFiConnectOnlyToConfiguredNetworks", $this->_propDict)) { return $this->_propDict["wiFiConnectOnlyToConfiguredNetworks"]; } else { return null; } } /** * Sets the wiFiConnectOnlyToConfiguredNetworks * Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, 'WiFiConnectToAllowedNetworksOnlyForced. * * @param bool $val The wiFiConnectOnlyToConfiguredNetworks * * @return IosGeneralDeviceConfiguration */ public function setWiFiConnectOnlyToConfiguredNetworks($val) { $this->_propDict["wiFiConnectOnlyToConfiguredNetworks"] = boolval($val); return $this; } /** * Gets the wiFiConnectToAllowedNetworksOnlyForced * Require devices to use Wi-Fi networks set up via configuration profiles. Available for devices running iOS and iPadOS versions 14.5 and later. * * @return bool|null The wiFiConnectToAllowedNetworksOnlyForced */ public function getWiFiConnectToAllowedNetworksOnlyForced() { if (array_key_exists("wiFiConnectToAllowedNetworksOnlyForced", $this->_propDict)) { return $this->_propDict["wiFiConnectToAllowedNetworksOnlyForced"]; } else { return null; } } /** * Sets the wiFiConnectToAllowedNetworksOnlyForced * Require devices to use Wi-Fi networks set up via configuration profiles. Available for devices running iOS and iPadOS versions 14.5 and later. * * @param bool $val The wiFiConnectToAllowedNetworksOnlyForced * * @return IosGeneralDeviceConfiguration */ public function setWiFiConnectToAllowedNetworksOnlyForced($val) { $this->_propDict["wiFiConnectToAllowedNetworksOnlyForced"] = boolval($val); return $this; } /** * Gets the wifiPowerOnForced * Indicates whether or not Wi-Fi remains on, even when device is in airplane mode. Available for devices running iOS and iPadOS, versions 13.0 and later. * * @return bool|null The wifiPowerOnForced */ public function getWifiPowerOnForced() { if (array_key_exists("wifiPowerOnForced", $this->_propDict)) { return $this->_propDict["wifiPowerOnForced"]; } else { return null; } } /** * Sets the wifiPowerOnForced * Indicates whether or not Wi-Fi remains on, even when device is in airplane mode. Available for devices running iOS and iPadOS, versions 13.0 and later. * * @param bool $val The wifiPowerOnForced * * @return IosGeneralDeviceConfiguration */ public function setWifiPowerOnForced($val) { $this->_propDict["wifiPowerOnForced"] = boolval($val); return $this; } }
[+]
..
[-] AadUserConversationMember.php
[edit]
[-] AadUserConversationMemberResult.php
[edit]
[-] AadUserNotificationRecipient.php
[edit]
[-] AcceptJoinResponse.php
[edit]
[-] AccessAction.php
[edit]
[-] AccessLevel.php
[edit]
[-] AccessPackage.php
[edit]
[-] AccessPackageAnswer.php
[edit]
[-] AccessPackageAnswerChoice.php
[edit]
[-] AccessPackageAnswerString.php
[edit]
[-] AccessPackageAssignment.php
[edit]
[-] AccessPackageAssignmentFilterByCurrentUserOptions.php
[edit]
[-] AccessPackageAssignmentPolicy.php
[edit]
[-] AccessPackageAssignmentRequest.php
[edit]
[-] AccessPackageAssignmentRequestFilterByCurrentUserOptions.php
[edit]
[-] AccessPackageAssignmentRequestRequirements.php
[edit]
[-] AccessPackageAssignmentResourceRole.php
[edit]
[-] AccessPackageCatalog.php
[edit]
[-] AccessPackageCustomExtensionHandlerStatus.php
[edit]
[-] AccessPackageCustomExtensionStage.php
[edit]
[-] AccessPackageFilterByCurrentUserOptions.php
[edit]
[-] AccessPackageLocalizedContent.php
[edit]
[-] AccessPackageLocalizedText.php
[edit]
[-] AccessPackageMultipleChoiceQuestion.php
[edit]
[-] AccessPackageQuestion.php
[edit]
[-] AccessPackageResource.php
[edit]
[-] AccessPackageResourceAttribute.php
[edit]
[-] AccessPackageResourceAttributeDestination.php
[edit]
[-] AccessPackageResourceAttributeQuestion.php
[edit]
[-] AccessPackageResourceAttributeSource.php
[edit]
[-] AccessPackageResourceEnvironment.php
[edit]
[-] AccessPackageResourceRequest.php
[edit]
[-] AccessPackageResourceRole.php
[edit]
[-] AccessPackageResourceRoleScope.php
[edit]
[-] AccessPackageResourceScope.php
[edit]
[-] AccessPackageSubject.php
[edit]
[-] AccessPackageSubjectLifecycle.php
[edit]
[-] AccessPackageTextInputQuestion.php
[edit]
[-] AccessPackageUserDirectoryAttributeStore.php
[edit]
[-] AccessReview.php
[edit]
[-] AccessReviewApplyAction.php
[edit]
[-] AccessReviewDecision.php
[edit]
[-] AccessReviewError.php
[edit]
[-] AccessReviewHistoryDecisionFilter.php
[edit]
[-] AccessReviewHistoryDefinition.php
[edit]
[-] AccessReviewHistoryInstance.php
[edit]
[-] AccessReviewHistoryScheduleSettings.php
[edit]
[-] AccessReviewHistoryStatus.php
[edit]
[-] AccessReviewInactiveUsersQueryScope.php
[edit]
[-] AccessReviewInstance.php
[edit]
[-] AccessReviewInstanceDecisionItem.php
[edit]
[-] AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.php
[edit]
[-] AccessReviewInstanceDecisionItemAzureRoleResource.php
[edit]
[-] AccessReviewInstanceDecisionItemFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewInstanceDecisionItemResource.php
[edit]
[-] AccessReviewInstanceDecisionItemServicePrincipalResource.php
[edit]
[-] AccessReviewInstanceDecisionItemServicePrincipalTarget.php
[edit]
[-] AccessReviewInstanceDecisionItemTarget.php
[edit]
[-] AccessReviewInstanceDecisionItemUserTarget.php
[edit]
[-] AccessReviewInstanceFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewNotificationRecipientItem.php
[edit]
[-] AccessReviewNotificationRecipientQueryScope.php
[edit]
[-] AccessReviewNotificationRecipientScope.php
[edit]
[-] AccessReviewPolicy.php
[edit]
[-] AccessReviewQueryScope.php
[edit]
[-] AccessReviewRecommendationInsightSetting.php
[edit]
[-] AccessReviewRecurrenceSettings.php
[edit]
[-] AccessReviewReviewer.php
[edit]
[-] AccessReviewReviewerScope.php
[edit]
[-] AccessReviewScheduleDefinition.php
[edit]
[-] AccessReviewScheduleDefinitionFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewScheduleSettings.php
[edit]
[-] AccessReviewScope.php
[edit]
[-] AccessReviewSet.php
[edit]
[-] AccessReviewSettings.php
[edit]
[-] AccessReviewStage.php
[edit]
[-] AccessReviewStageFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewStageSettings.php
[edit]
[-] Account.php
[edit]
[-] AccessReviewTimeoutBehavior.php
[edit]
[-] AccessScope.php
[edit]
[-] AccessType.php
[edit]
[-] AccountAlias.php
[edit]
[-] AccountStatus.php
[edit]
[-] Acl.php
[edit]
[-] AclType.php
[edit]
[-] ActionResultPart.php
[edit]
[-] ActionSource.php
[edit]
[-] ActionState.php
[edit]
[-] ActionStep.php
[edit]
[-] ActionUrl.php
[edit]
[-] ActivateDeviceEsimActionResult.php
[edit]
[-] ActiveDirectoryWindowsAutopilotDeploymentProfile.php
[edit]
[-] ActivityBasedTimeoutPolicy.php
[edit]
[-] ActivityDomain.php
[edit]
[-] ActivityHistoryItem.php
[edit]
[-] ActivityStatistics.php
[edit]
[-] ActivityType.php
[edit]
[-] AddContentFooterAction.php
[edit]
[-] AddContentHeaderAction.php
[edit]
[-] AddFooter.php
[edit]
[-] AddHeader.php
[edit]
[-] AddIn.php
[edit]
[-] AddLargeGalleryViewOperation.php
[edit]
[-] AddWatermark.php
[edit]
[-] AddWatermarkAction.php
[edit]
[-] Admin.php
[edit]
[-] AdminConsent.php
[edit]
[-] AdminConsentRequestPolicy.php
[edit]
[-] AdminConsentState.php
[edit]
[-] AdminReportSettings.php
[edit]
[-] AdministrativeUnit.php
[edit]
[-] AdministratorConfiguredDeviceComplianceState.php
[edit]
[-] AdvancedBitLockerState.php
[edit]
[-] AdvancedConfigState.php
[edit]
[-] AdvancedThreatProtectionOnboardingDeviceSettingState.php
[edit]
[-] AdvancedThreatProtectionOnboardingStateSummary.php
[edit]
[-] AgedAccountsPayable.php
[edit]
[-] AgedAccountsReceivable.php
[edit]
[-] AgentStatus.php
[edit]
[-] AggregationOption.php
[edit]
[-] Agreement.php
[edit]
[-] AgreementAcceptance.php
[edit]
[-] AgreementAcceptanceState.php
[edit]
[-] AgreementFile.php
[edit]
[-] AgreementFileData.php
[edit]
[-] AgreementFileLocalization.php
[edit]
[-] AgreementFileProperties.php
[edit]
[-] AgreementFileVersion.php
[edit]
[-] AirPrintDestination.php
[edit]
[-] Album.php
[edit]
[-] Alert.php
[edit]
[-] AlertDetection.php
[edit]
[-] AlertFeedback.php
[edit]
[-] AlertHistoryState.php
[edit]
[-] AlertSeverity.php
[edit]
[-] AlertStatus.php
[edit]
[-] AlertTrigger.php
[edit]
[-] Alignment.php
[edit]
[-] AllDevicesAssignmentTarget.php
[edit]
[-] AllLicensedUsersAssignmentTarget.php
[edit]
[-] AllowInvitesFrom.php
[edit]
[-] AllowedAudiences.php
[edit]
[-] AllowedDataLocation.php
[edit]
[-] AllowedValue.php
[edit]
[-] AlterationResponse.php
[edit]
[-] AlteredQueryToken.php
[edit]
[-] AlternativeSecurityId.php
[edit]
[-] AnalyticsActivityType.php
[edit]
[-] AndroidCertificateProfileBase.php
[edit]
[-] AndroidCompliancePolicy.php
[edit]
[-] AndroidCustomConfiguration.php
[edit]
[-] AndroidDeviceComplianceLocalActionBase.php
[edit]
[-] AndroidDeviceComplianceLocalActionLockDevice.php
[edit]
[-] AndroidDeviceComplianceLocalActionLockDeviceWithPasscode.php
[edit]
[-] AndroidDeviceOwnerAppAutoUpdatePolicyType.php
[edit]
[-] AndroidDeviceOwnerBatteryPluggedMode.php
[edit]
[-] AndroidDeviceOwnerCertificateProfileBase.php
[edit]
[-] AndroidDeviceOwnerCompliancePolicy.php
[edit]
[-] AndroidDeviceOwnerCrossProfileDataSharing.php
[edit]
[-] AndroidDeviceOwnerDefaultAppPermissionPolicyType.php
[edit]
[-] AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.php
[edit]
[-] AndroidDeviceOwnerEnrollmentMode.php
[edit]
[-] AndroidDeviceOwnerEnrollmentProfile.php
[edit]
[-] AndroidDeviceOwnerEnrollmentProfileType.php
[edit]
[-] AndroidDeviceOwnerEnrollmentTokenType.php
[edit]
[-] AndroidDeviceOwnerEnterpriseWiFiConfiguration.php
[edit]
[-] AndroidDeviceOwnerGeneralDeviceConfiguration.php
[edit]
[-] AndroidDeviceOwnerGlobalProxy.php
[edit]
[-] AndroidDeviceOwnerGlobalProxyAutoConfig.php
[edit]
[-] AndroidDeviceOwnerGlobalProxyDirect.php
[edit]
[-] AndroidDeviceOwnerImportedPFXCertificateProfile.php
[edit]
[-] AndroidEapType.php
[edit]
[-] AndroidDeviceOwnerKioskCustomizationStatusBar.php
[edit]
[-] AndroidDeviceOwnerKioskCustomizationSystemNavigation.php
[edit]
[-] AndroidDeviceOwnerKioskModeApp.php
[edit]
[-] AndroidDeviceOwnerKioskModeAppPositionItem.php
[edit]
[-] AndroidDeviceOwnerKioskModeFolderIcon.php
[edit]
[-] AndroidDeviceOwnerKioskModeFolderItem.php
[edit]
[-] AndroidDeviceOwnerKioskModeHomeScreenItem.php
[edit]
[-] AndroidDeviceOwnerKioskModeIconSize.php
[edit]
[-] AndroidDeviceOwnerKioskModeManagedFolder.php
[edit]
[-] AndroidDeviceOwnerKioskModeManagedFolderReference.php
[edit]
[-] AndroidDeviceOwnerKioskModeScreenOrientation.php
[edit]
[-] AndroidDeviceOwnerKioskModeWeblink.php
[edit]
[-] AndroidDeviceOwnerPkcsCertificateProfile.php
[edit]
[-] AndroidDeviceOwnerPlayStoreMode.php
[edit]
[-] AndroidDeviceOwnerRequiredPasswordType.php
[edit]
[-] AndroidDeviceOwnerRequiredPasswordUnlock.php
[edit]
[-] AndroidDeviceOwnerScepCertificateProfile.php
[edit]
[-] AndroidDeviceOwnerSystemUpdateFreezePeriod.php
[edit]
[-] AndroidDeviceOwnerSystemUpdateInstallType.php
[edit]
[-] AndroidDeviceOwnerTrustedRootCertificate.php
[edit]
[-] AndroidDeviceOwnerUserFacingMessage.php
[edit]
[-] AndroidDeviceOwnerVirtualHomeButtonType.php
[edit]
[-] AndroidDeviceOwnerVpnConfiguration.php
[edit]
[-] AndroidDeviceOwnerWiFiConfiguration.php
[edit]
[-] AndroidDeviceOwnerWiFiSecurityType.php
[edit]
[-] AndroidEasEmailProfileConfiguration.php
[edit]
[-] AndroidEnrollmentCompanyCode.php
[edit]
[-] AndroidEnterpriseWiFiConfiguration.php
[edit]
[-] AndroidForWorkApp.php
[edit]
[-] AndroidForWorkAppConfigurationSchema.php
[edit]
[-] AndroidForWorkAppConfigurationSchemaItem.php
[edit]
[-] AndroidForWorkAppConfigurationSchemaItemDataType.php
[edit]
[-] AndroidForWorkBindStatus.php
[edit]
[-] AndroidForWorkCertificateProfileBase.php
[edit]
[-] AndroidForWorkCompliancePolicy.php
[edit]
[-] AndroidForWorkCrossProfileDataSharingType.php
[edit]
[-] AndroidForWorkCustomConfiguration.php
[edit]
[-] AndroidForWorkDefaultAppPermissionPolicyType.php
[edit]
[-] AndroidForWorkEasEmailProfileBase.php
[edit]
[-] AndroidForWorkEnrollmentProfile.php
[edit]
[-] AndroidForWorkEnrollmentTarget.php
[edit]
[-] AndroidForWorkEnterpriseWiFiConfiguration.php
[edit]
[-] AndroidForWorkGeneralDeviceConfiguration.php
[edit]
[-] AndroidForWorkGmailEasConfiguration.php
[edit]
[-] AndroidForWorkImportedPFXCertificateProfile.php
[edit]
[-] AndroidForWorkMobileAppConfiguration.php
[edit]
[-] AndroidForWorkNineWorkEasConfiguration.php
[edit]
[-] AndroidForWorkPkcsCertificateProfile.php
[edit]
[-] AndroidForWorkRequiredPasswordType.php
[edit]
[-] AndroidForWorkScepCertificateProfile.php
[edit]
[-] AndroidForWorkSettings.php
[edit]
[-] AndroidForWorkSyncStatus.php
[edit]
[-] AndroidForWorkTrustedRootCertificate.php
[edit]
[-] AndroidForWorkVpnConfiguration.php
[edit]
[-] AndroidForWorkVpnConnectionType.php
[edit]
[-] AndroidForWorkWiFiConfiguration.php
[edit]
[-] AndroidFotaDeploymentAssignment.php
[edit]
[-] AndroidFotaDeploymentAssignmentTarget.php
[edit]
[-] AndroidGeneralDeviceConfiguration.php
[edit]
[-] AndroidImportedPFXCertificateProfile.php
[edit]
[-] AndroidKeyguardFeature.php
[edit]
[-] AndroidLobApp.php
[edit]
[-] AndroidManagedAppProtection.php
[edit]
[-] AndroidManagedAppRegistration.php
[edit]
[-] AndroidManagedAppSafetyNetAppsVerificationType.php
[edit]
[-] AndroidManagedAppSafetyNetDeviceAttestationType.php
[edit]
[-] AndroidManagedAppSafetyNetEvaluationType.php
[edit]
[-] AndroidManagedStoreAccountAppSyncStatus.php
[edit]
[-] AndroidManagedStoreAccountBindStatus.php
[edit]
[-] AndroidManagedStoreAccountEnrollmentTarget.php
[edit]
[-] AndroidManagedStoreAccountEnterpriseSettings.php
[edit]
[-] AndroidManagedStoreApp.php
[edit]
[-] AndroidManagedStoreAppAssignmentSettings.php
[edit]
[-] AndroidManagedStoreAppConfiguration.php
[edit]
[-] AndroidManagedStoreAppConfigurationSchema.php
[edit]
[-] AndroidManagedStoreAppConfigurationSchemaItem.php
[edit]
[-] AndroidManagedStoreAppConfigurationSchemaItemDataType.php
[edit]
[-] AndroidManagedStoreAppTrack.php
[edit]
[-] AndroidManagedStoreAutoUpdateMode.php
[edit]
[-] AndroidManagedStoreWebApp.php
[edit]
[-] AndroidMinimumOperatingSystem.php
[edit]
[-] AndroidMobileAppIdentifier.php
[edit]
[-] AndroidOmaCpConfiguration.php
[edit]
[-] AndroidPermissionAction.php
[edit]
[-] AndroidPermissionActionType.php
[edit]
[-] AndroidPkcsCertificateProfile.php
[edit]
[-] AndroidProfileApplicability.php
[edit]
[-] AndroidRequiredPasswordComplexity.php
[edit]
[-] AndroidRequiredPasswordType.php
[edit]
[-] AndroidSafetyNetEvaluationType.php
[edit]
[-] AndroidScepCertificateProfile.php
[edit]
[-] AndroidStoreApp.php
[edit]
[-] AndroidTrustedRootCertificate.php
[edit]
[-] AndroidUsernameSource.php
[edit]
[-] AndroidVpnConfiguration.php
[edit]
[-] AndroidVpnConnectionType.php
[edit]
[-] AndroidWiFiConfiguration.php
[edit]
[-] AndroidWiFiSecurityType.php
[edit]
[-] AndroidWorkProfileCertificateProfileBase.php
[edit]
[-] AndroidWorkProfileCompliancePolicy.php
[edit]
[-] AndroidWorkProfileCrossProfileDataSharingType.php
[edit]
[-] AndroidWorkProfileCustomConfiguration.php
[edit]
[-] AndroidWorkProfileDefaultAppPermissionPolicyType.php
[edit]
[-] AndroidWorkProfileEasEmailProfileBase.php
[edit]
[-] AndroidWorkProfileEnterpriseWiFiConfiguration.php
[edit]
[-] AndroidWorkProfileGeneralDeviceConfiguration.php
[edit]
[-] AndroidWorkProfileGmailEasConfiguration.php
[edit]
[-] AndroidWorkProfileNineWorkEasConfiguration.php
[edit]
[-] AndroidWorkProfilePkcsCertificateProfile.php
[edit]
[-] AndroidWorkProfileRequiredPasswordType.php
[edit]
[-] AndroidWorkProfileScepCertificateProfile.php
[edit]
[-] AndroidWorkProfileTrustedRootCertificate.php
[edit]
[-] AndroidWorkProfileVpnConfiguration.php
[edit]
[-] AndroidWorkProfileVpnConnectionType.php
[edit]
[-] AndroidWorkProfileWiFiConfiguration.php
[edit]
[-] AnonymousGuestConversationMember.php
[edit]
[-] AnswerInputType.php
[edit]
[-] AospDeviceOwnerCertificateProfileBase.php
[edit]
[-] AospDeviceOwnerCompliancePolicy.php
[edit]
[-] AospDeviceOwnerDeviceConfiguration.php
[edit]
[-] AospDeviceOwnerEnterpriseWiFiConfiguration.php
[edit]
[-] AospDeviceOwnerPkcsCertificateProfile.php
[edit]
[-] AospDeviceOwnerScepCertificateProfile.php
[edit]
[-] AospDeviceOwnerTrustedRootCertificate.php
[edit]
[-] AospDeviceOwnerWiFiConfiguration.php
[edit]
[-] AospDeviceOwnerWiFiSecurityType.php
[edit]
[-] AospWifiSecurityType.php
[edit]
[-] ApiApplication.php
[edit]
[-] ApiAuthenticationConfigurationBase.php
[edit]
[-] ApiServicePrincipal.php
[edit]
[-] AppCatalogs.php
[edit]
[-] AppConfigurationSettingItem.php
[edit]
[-] AppConsentApprovalRoute.php
[edit]
[-] AppConsentRequest.php
[edit]
[-] AppConsentRequestScope.php
[edit]
[-] AppCredentialRestrictionType.php
[edit]
[-] AppHostedMediaConfig.php
[edit]
[-] AppIdentity.php
[edit]
[-] AppInstallControlType.php
[edit]
[-] AppKeyCredentialRestrictionType.php
[edit]
[-] AppListItem.php
[edit]
[-] AppListType.php
[edit]
[-] AppLockerApplicationControlType.php
[edit]
[-] AppLogCollectionDownloadDetails.php
[edit]
[-] AppLogCollectionRequest.php
[edit]
[-] AppLogDecryptionAlgorithm.php
[edit]
[-] AppLogUploadState.php
[edit]
[-] AppManagementConfiguration.php
[edit]
[-] AppManagementLevel.php
[edit]
[-] AppManagementPolicy.php
[edit]
[-] AppMetadata.php
[edit]
[-] AppMetadataEntry.php
[edit]
[-] AppRole.php
[edit]
[-] AppRoleAssignment.php
[edit]
[-] AppScope.php
[edit]
[-] AppVulnerabilityManagedDevice.php
[edit]
[-] AppVulnerabilityMobileApp.php
[edit]
[-] AppVulnerabilityTask.php
[edit]
[-] AppVulnerabilityTaskMitigationType.php
[edit]
[-] AppleAppListItem.php
[edit]
[-] AppleDeploymentChannel.php
[edit]
[-] AppleDeviceFeaturesConfigurationBase.php
[edit]
[-] AppleEnrollmentProfileAssignment.php
[edit]
[-] AppleExpeditedCheckinConfigurationBase.php
[edit]
[-] AppleManagedIdentityProvider.php
[edit]
[-] AppleOwnerTypeEnrollmentType.php
[edit]
[-] ApplePushNotificationCertificate.php
[edit]
[-] AppleSubjectNameFormat.php
[edit]
[-] AppleUserInitiatedEnrollmentProfile.php
[edit]
[-] AppleUserInitiatedEnrollmentType.php
[edit]
[-] AppleVpnAlwaysOnConfiguration.php
[edit]
[-] AppleVpnConfiguration.php
[edit]
[-] AppleVpnConnectionType.php
[edit]
[-] AppleVppTokenTroubleshootingEvent.php
[edit]
[-] Application.php
[edit]
[-] ApplicationEnforcedRestrictionsSessionControl.php
[edit]
[-] ApplicationGuardBlockClipboardSharingType.php
[edit]
[-] ApplicationGuardBlockFileTransferType.php
[edit]
[-] ApplicationGuardEnabledOptions.php
[edit]
[-] ApplicationMode.php
[edit]
[-] ApplicationPermissionsRequired.php
[edit]
[-] ApplicationServicePrincipal.php
[edit]
[-] ApplicationSignInDetailedSummary.php
[edit]
[-] ApplicationSignInSummary.php
[edit]
[-] ApplicationTemplate.php
[edit]
[-] ApplicationType.php
[edit]
[-] AppliedConditionalAccessPolicy.php
[edit]
[-] AppliedConditionalAccessPolicyResult.php
[edit]
[-] ApplyLabelAction.php
[edit]
[-] Approval.php
[edit]
[-] ApprovalFilterByCurrentUserOptions.php
[edit]
[-] ApprovalSettings.php
[edit]
[-] ApprovalStage.php
[edit]
[-] ApprovalState.php
[edit]
[-] ApprovalStep.php
[edit]
[-] ApprovalWorkflowProvider.php
[edit]
[-] ArchivedPrintJob.php
[edit]
[-] AssignedLabel.php
[edit]
[-] AssignedLicense.php
[edit]
[-] AssignedPlan.php
[edit]
[-] AssignedTrainingInfo.php
[edit]
[-] AssignmentFilterEvaluateRequest.php
[edit]
[-] AssignmentFilterEvaluationResult.php
[edit]
[-] AssignmentFilterEvaluationStatusDetails.php
[edit]
[-] AssignmentFilterEvaluationSummary.php
[edit]
[-] AssignmentFilterOperator.php
[edit]
[-] AssignmentFilterPayloadType.php
[edit]
[-] AssignmentFilterState.php
[edit]
[-] AssignmentFilterStatusDetails.php
[edit]
[-] AssignmentFilterSupportedProperty.php
[edit]
[-] AssignmentFilterTypeAndEvaluationResult.php
[edit]
[-] AssignmentFilterValidationResult.php
[edit]
[-] AssignmentMethod.php
[edit]
[-] AssignmentOrder.php
[edit]
[-] AssignmentReviewSettings.php
[edit]
[-] AssociatedTeamInfo.php
[edit]
[-] Attachment.php
[edit]
[-] AttachmentBase.php
[edit]
[-] AttachmentInfo.php
[edit]
[-] AttachmentItem.php
[edit]
[-] AttachmentSession.php
[edit]
[-] AttachmentType.php
[edit]
[-] AttackSimulationRepeatOffender.php
[edit]
[-] AttackSimulationRoot.php
[edit]
[-] AttackSimulationSimulationUserCoverage.php
[edit]
[-] AttackSimulationTrainingUserCoverage.php
[edit]
[-] AttackSimulationUser.php
[edit]
[-] AttendanceInterval.php
[edit]
[-] AttendanceRecord.php
[edit]
[-] Attendee.php
[edit]
[-] AttendeeAvailability.php
[edit]
[-] AttendeeBase.php
[edit]
[-] AttendeeType.php
[edit]
[-] AttestationLevel.php
[edit]
[-] AttributeDefinition.php
[edit]
[-] AttributeFlowBehavior.php
[edit]
[-] AttributeFlowType.php
[edit]
[-] AttributeMapping.php
[edit]
[-] AttributeMappingFunctionSchema.php
[edit]
[-] AttributeMappingParameterSchema.php
[edit]
[-] AttributeMappingSource.php
[edit]
[-] AttributeMappingSourceType.php
[edit]
[-] AttributeSet.php
[edit]
[-] AttributeType.php
[edit]
[-] Audio.php
[edit]
[-] AudioConferencing.php
[edit]
[-] AudioRoutingGroup.php
[edit]
[-] AuditActivityInitiator.php
[edit]
[-] AuditActor.php
[edit]
[-] AuditEvent.php
[edit]
[-] AuditLogRoot.php
[edit]
[-] AuditProperty.php
[edit]
[-] AuditResource.php
[edit]
[-] AuditUserIdentity.php
[edit]
[-] BaseItem.php
[edit]
[-] AuthMethodsType.php
[edit]
[-] Authentication.php
[edit]
[-] AuthenticationContext.php
[edit]
[-] AuthenticationContextClassReference.php
[edit]
[-] AuthenticationContextDetail.php
[edit]
[-] AuthenticationDetail.php
[edit]
[-] AuthenticationEventsPolicy.php
[edit]
[-] AuthenticationFlowsPolicy.php
[edit]
[-] AuthenticationListener.php
[edit]
[-] AuthenticationMethod.php
[edit]
[-] AuthenticationMethodConfiguration.php
[edit]
[-] AuthenticationMethodFeature.php
[edit]
[-] AuthenticationMethodKeyStrength.php
[edit]
[-] AuthenticationMethodSignInState.php
[edit]
[-] AuthenticationMethodState.php
[edit]
[-] AuthenticationMethodTarget.php
[edit]
[-] AuthenticationMethodTargetType.php
[edit]
[-] AuthenticationMethodsPolicy.php
[edit]
[-] AuthenticationMethodsRegistrationCampaign.php
[edit]
[-] AuthenticationMethodsRegistrationCampaignIncludeTarget.php
[edit]
[-] AuthenticationMethodsRoot.php
[edit]
[-] AuthenticationPhoneType.php
[edit]
[-] AuthenticationProtocol.php
[edit]
[-] AuthenticationRequirementPolicy.php
[edit]
[-] AuthenticationSourceFilter.php
[edit]
[-] AuthenticationStrength.php
[edit]
[-] AuthenticationTransformConstant.php
[edit]
[-] AuthoredNote.php
[edit]
[-] AuthorizationInfo.php
[edit]
[-] AuthorizationPolicy.php
[edit]
[-] AutoAdmittedUsersType.php
[edit]
[-] AutoLabeling.php
[edit]
[-] AutoRestartNotificationDismissalMethod.php
[edit]
[-] AutoReviewSettings.php
[edit]
[-] AutomaticRepliesMailTips.php
[edit]
[-] AutomaticRepliesSetting.php
[edit]
[-] AutomaticRepliesStatus.php
[edit]
[-] AutomaticUpdateMode.php
[edit]
[-] AvailabilityItem.php
[edit]
[-] AverageComparativeScore.php
[edit]
[-] AzureADFeatureUsage.php
[edit]
[-] AzureADLicenseType.php
[edit]
[-] AzureADLicenseUsage.php
[edit]
[-] AzureADRegistrationPolicy.php
[edit]
[-] AzureADUserFeatureUsage.php
[edit]
[-] AzureADWindowsAutopilotDeploymentProfile.php
[edit]
[-] AzureActiveDirectoryTenant.php
[edit]
[-] AzureAdJoinPolicy.php
[edit]
[-] AzureAdTokenAuthentication.php
[edit]
[-] AzureCommunicationServicesUserIdentity.php
[edit]
[-] B2cAuthenticationMethodsPolicy.php
[edit]
[-] B2cIdentityUserFlow.php
[edit]
[-] B2xIdentityUserFlow.php
[edit]
[-] BaseItemVersion.php
[edit]
[-] BaseTask.php
[edit]
[-] BaseTaskList.php
[edit]
[-] BasicAuthentication.php
[edit]
[-] BinaryOperator.php
[edit]
[-] BitLockerEncryptionMethod.php
[edit]
[-] BitLockerFixedDrivePolicy.php
[edit]
[-] BitLockerRecoveryInformationType.php
[edit]
[-] BitLockerRecoveryOptions.php
[edit]
[-] BitLockerRecoveryPasswordRotationType.php
[edit]
[-] BitLockerRemovableDrivePolicy.php
[edit]
[-] BitLockerSystemDrivePolicy.php
[edit]
[-] Bitlocker.php
[edit]
[-] BitlockerRecoveryKey.php
[edit]
[-] BlockAccessAction.php
[edit]
[-] BodyType.php
[edit]
[-] BookingAppointment.php
[edit]
[-] BookingBusiness.php
[edit]
[-] BookingCurrency.php
[edit]
[-] BookingCustomQuestion.php
[edit]
[-] BookingCustomer.php
[edit]
[-] BookingCustomerInformation.php
[edit]
[-] BookingCustomerInformationBase.php
[edit]
[-] BookingInvoiceStatus.php
[edit]
[-] BookingNamedEntity.php
[edit]
[-] BookingPerson.php
[edit]
[-] BookingPriceType.php
[edit]
[-] BookingQuestionAnswer.php
[edit]
[-] BookingQuestionAssignment.php
[edit]
[-] BookingReminder.php
[edit]
[-] BookingReminderRecipients.php
[edit]
[-] BookingSchedulingPolicy.php
[edit]
[-] BookingService.php
[edit]
[-] BookingStaffMember.php
[edit]
[-] BookingStaffRole.php
[edit]
[-] BookingType.php
[edit]
[-] BookingWorkHours.php
[edit]
[-] BookingWorkTimeSlot.php
[edit]
[-] BookingsAvailabilityStatus.php
[edit]
[-] BooleanColumn.php
[edit]
[-] BroadcastMeetingAudience.php
[edit]
[-] BroadcastMeetingCaptionSettings.php
[edit]
[-] BroadcastMeetingSettings.php
[edit]
[-] BrowserSyncSetting.php
[edit]
[-] BucketAggregationDefinition.php
[edit]
[-] BucketAggregationRange.php
[edit]
[-] BucketAggregationSortProperty.php
[edit]
[-] BufferDecryptionResult.php
[edit]
[-] BufferEncryptionResult.php
[edit]
[-] BuiltInIdentityProvider.php
[edit]
[-] BulkDriverActionResult.php
[edit]
[-] BulkManagedDeviceActionResult.php
[edit]
[-] Bundle.php
[edit]
[-] BusinessFlow.php
[edit]
[-] BusinessFlowSettings.php
[edit]
[-] BusinessFlowTemplate.php
[edit]
[-] CalculatedColumn.php
[edit]
[-] Calendar.php
[edit]
[-] CalendarColor.php
[edit]
[-] CalendarGroup.php
[edit]
[-] CalendarPermission.php
[edit]
[-] CalendarRoleType.php
[edit]
[-] CalendarSharingAction.php
[edit]
[-] CalendarSharingActionImportance.php
[edit]
[-] CalendarSharingActionType.php
[edit]
[-] CalendarSharingMessage.php
[edit]
[-] CalendarSharingMessageAction.php
[edit]
[-] Call.php
[edit]
[-] CallActivityStatistics.php
[edit]
[-] CallDirection.php
[edit]
[-] CallDisposition.php
[edit]
[-] CallEndedEventMessageDetail.php
[edit]
[-] CallMediaState.php
[edit]
[-] CallOptions.php
[edit]
[-] CallParticipantInfo.php
[edit]
[-] CallRecordingEventMessageDetail.php
[edit]
[-] CallRecordingStatus.php
[edit]
[-] CallRoute.php
[edit]
[-] CallStartedEventMessageDetail.php
[edit]
[-] CallState.php
[edit]
[-] CallTranscriptEventMessageDetail.php
[edit]
[-] CallTranscriptionInfo.php
[edit]
[-] CallTranscriptionState.php
[edit]
[-] CancelMediaProcessingOperation.php
[edit]
[-] CartToClassAssociation.php
[edit]
[-] CategoryColor.php
[edit]
[-] CertificateAuthority.php
[edit]
[-] CertificateBasedAuthConfiguration.php
[edit]
[-] CertificateConnectorDetails.php
[edit]
[-] CertificateConnectorHealthMetricValue.php
[edit]
[-] CertificateConnectorSetting.php
[edit]
[-] CertificateDestinationStore.php
[edit]
[-] CertificateIssuanceStates.php
[edit]
[-] CertificateRevocationStatus.php
[edit]
[-] CertificateStatus.php
[edit]
[-] CertificateStore.php
[edit]
[-] CertificateValidityPeriodScale.php
[edit]
[-] Certification.php
[edit]
[-] CertificationControl.php
[edit]
[-] ChangeNotification.php
[edit]
[-] ChangeNotificationCollection.php
[edit]
[-] ChangeNotificationEncryptedContent.php
[edit]
[-] ChangeTrackedEntity.php
[edit]
[-] ChangeType.php
[edit]
[-] ChangeUefiSettingsPermission.php
[edit]
[-] Channel.php
[edit]
[-] ChannelAddedEventMessageDetail.php
[edit]
[-] ChannelDeletedEventMessageDetail.php
[edit]
[-] ChannelDescriptionUpdatedEventMessageDetail.php
[edit]
[-] ChannelIdentity.php
[edit]
[-] ChannelMembersNotificationRecipient.php
[edit]
[-] ChannelMembershipType.php
[edit]
[-] ChannelModerationSettings.php
[edit]
[-] ChannelRenamedEventMessageDetail.php
[edit]
[-] ChannelSetAsFavoriteByDefaultEventMessageDetail.php
[edit]
[-] ChannelUnsetAsFavoriteByDefaultEventMessageDetail.php
[edit]
[-] ChassisType.php
[edit]
[-] Chat.php
[edit]
[-] ChatActivityStatistics.php
[edit]
[-] ChatInfo.php
[edit]
[-] ChatMembersNotificationRecipient.php
[edit]
[-] ChatMessage.php
[edit]
[-] ChatMessageAttachment.php
[edit]
[-] ChatMessageFromIdentitySet.php
[edit]
[-] ChatMessageHostedContent.php
[edit]
[-] ChatMessageImportance.php
[edit]
[-] ChatMessageInfo.php
[edit]
[-] ChatMessageMention.php
[edit]
[-] ChatMessageMentionedIdentitySet.php
[edit]
[-] ChatMessagePolicyViolation.php
[edit]
[-] ChatMessagePolicyViolationDlpActionTypes.php
[edit]
[-] ChatMessagePolicyViolationPolicyTip.php
[edit]
[-] ChatMessagePolicyViolationUserActionTypes.php
[edit]
[-] ChatMessagePolicyViolationVerdictDetailsTypes.php
[edit]
[-] ChatMessageReaction.php
[edit]
[-] ChatMessageReactionIdentitySet.php
[edit]
[-] ChatMessageType.php
[edit]
[-] ChatRenamedEventMessageDetail.php
[edit]
[-] ChatType.php
[edit]
[-] ChatViewpoint.php
[edit]
[-] ChecklistItem.php
[edit]
[-] ChoiceColumn.php
[edit]
[-] ChromeOSDeviceProperty.php
[edit]
[-] ChromeOSOnboardingSettings.php
[edit]
[-] ChromeOSOnboardingStatus.php
[edit]
[-] ClaimsMapping.php
[edit]
[-] ClaimsMappingPolicy.php
[edit]
[-] ClassifcationErrorBase.php
[edit]
[-] ClassificationAttribute.php
[edit]
[-] ClassificationError.php
[edit]
[-] ClassificationInnerError.php
[edit]
[-] ClassificationJobResponse.php
[edit]
[-] ClassificationMethod.php
[edit]
[-] ClassificationResult.php
[edit]
[-] ClientCertificateAuthentication.php
[edit]
[-] ClientCredentialType.php
[edit]
[-] ClonableTeamParts.php
[edit]
[-] CloudAppSecurityProfile.php
[edit]
[-] CloudAppSecuritySessionControl.php
[edit]
[-] CloudAppSecuritySessionControlType.php
[edit]
[-] CloudAppSecurityState.php
[edit]
[-] CloudCommunications.php
[edit]
[-] CloudPC.php
[edit]
[-] CloudPCConnectivityIssue.php
[edit]
[-] CloudPcAuditActivityOperationType.php
[edit]
[-] CloudPcAuditActivityResult.php
[edit]
[-] CloudPcAuditActor.php
[edit]
[-] CloudPcAuditActorType.php
[edit]
[-] CloudPcAuditCategory.php
[edit]
[-] CloudPcAuditEvent.php
[edit]
[-] CloudPcAuditProperty.php
[edit]
[-] CloudPcAuditResource.php
[edit]
[-] CloudPcBulkRemoteActionResult.php
[edit]
[-] CloudPcConnectivityEvent.php
[edit]
[-] CloudPcConnectivityEventResult.php
[edit]
[-] CloudPcConnectivityEventType.php
[edit]
[-] CloudPcConnectivityResult.php
[edit]
[-] CloudPcConnectivityStatus.php
[edit]
[-] CloudPcDeviceImage.php
[edit]
[-] CloudPcDeviceImageOsStatus.php
[edit]
[-] CloudPcDeviceImageStatus.php
[edit]
[-] CloudPcDeviceImageStatusDetails.php
[edit]
[-] CloudPcDomainJoinConfiguration.php
[edit]
[-] CloudPcDomainJoinType.php
[edit]
[-] CloudPcExternalPartnerSetting.php
[edit]
[-] CloudPcExternalPartnerStatus.php
[edit]
[-] CloudPcForensicStorageAccount.php
[edit]
[-] CloudPcGalleryImage.php
[edit]
[-] CloudPcGalleryImageStatus.php
[edit]
[-] CloudPcHealthCheckItem.php
[edit]
[-] CloudPcLaunchInfo.php
[edit]
[-] CloudPcLoginResult.php
[edit]
[-] CloudPcManagementAssignmentTarget.php
[edit]
[-] CloudPcManagementGroupAssignmentTarget.php
[edit]
[-] CloudPcManagementService.php
[edit]
[-] CloudPcOnPremisesConnection.php
[edit]
[-] CloudPcOnPremisesConnectionHealthCheck.php
[edit]
[-] CloudPcOnPremisesConnectionHealthCheckErrorType.php
[edit]
[-] CloudPcOnPremisesConnectionStatus.php
[edit]
[-] CloudPcOnPremisesConnectionStatusDetails.php
[edit]
[-] CloudPcOnPremisesConnectionType.php
[edit]
[-] CloudPcOperatingSystem.php
[edit]
[-] CloudPcOrganizationSettings.php
[edit]
[-] CloudPcProvisioningPolicy.php
[edit]
[-] CloudPcProvisioningPolicyAssignment.php
[edit]
[-] CloudPcProvisioningPolicyImageType.php
[edit]
[-] CloudPcRemoteActionResult.php
[edit]
[-] CloudPcRestorePointSetting.php
[edit]
[-] CloudPcReviewStatus.php
[edit]
[-] CloudPcServicePlan.php
[edit]
[-] CloudPcServicePlanType.php
[edit]
[-] CloudPcSnapshot.php
[edit]
[-] CloudPcSnapshotStatus.php
[edit]
[-] CloudPcSourceDeviceImage.php
[edit]
[-] CloudPcStatus.php
[edit]
[-] CloudPcStatusDetails.php
[edit]
[-] CloudPcSubscription.php
[edit]
[-] CloudPcSupportedRegion.php
[edit]
[-] CloudPcSupportedRegionStatus.php
[edit]
[-] CloudPcUserAccessLevel.php
[edit]
[-] CloudPcUserAccountType.php
[edit]
[-] CloudPcUserRoleScopeTagInfo.php
[edit]
[-] CloudPcUserSetting.php
[edit]
[-] CloudPcUserSettingAssignment.php
[edit]
[-] CloudPcWindowsSettings.php
[edit]
[-] Code.php
[edit]
[-] ColumnDefinition.php
[edit]
[-] ColumnLink.php
[edit]
[-] ColumnTypes.php
[edit]
[-] ColumnValidation.php
[edit]
[-] ComanagedDevicesSummary.php
[edit]
[-] ComanagementEligibleDevice.php
[edit]
[-] ComanagementEligibleType.php
[edit]
[-] ComanagementEligibleDevicesSummary.php
[edit]
[-] Command.php
[edit]
[-] CommentAction.php
[edit]
[-] CommsApplication.php
[edit]
[-] CommsNotification.php
[edit]
[-] CommsNotifications.php
[edit]
[-] CommsOperation.php
[edit]
[-] CommunicationsApplicationIdentity.php
[edit]
[-] CommunicationsApplicationInstanceIdentity.php
[edit]
[-] CommunicationsEncryptedIdentity.php
[edit]
[-] CommunicationsGuestIdentity.php
[edit]
[-] CommunicationsIdentitySet.php
[edit]
[-] CommunicationsPhoneIdentity.php
[edit]
[-] CommunicationsUserIdentity.php
[edit]
[-] Company.php
[edit]
[-] CompanyDetail.php
[edit]
[-] CompanyInformation.php
[edit]
[-] CompanyPortalAction.php
[edit]
[-] CompanyPortalBlockedAction.php
[edit]
[-] ComplexExtensionValue.php
[edit]
[-] Compliance.php
[edit]
[-] ComplianceInformation.php
[edit]
[-] ComplianceManagementPartner.php
[edit]
[-] ComplianceManagementPartnerAssignment.php
[edit]
[-] ComplianceState.php
[edit]
[-] ComplianceStatus.php
[edit]
[-] Component.php
[edit]
[-] ConditionalAccessApplications.php
[edit]
[-] ConditionalAccessClientApp.php
[edit]
[-] ConditionalAccessClientApplications.php
[edit]
[-] ConditionalAccessConditionSet.php
[edit]
[-] ConditionalAccessConditions.php
[edit]
[-] ConditionalAccessDevicePlatform.php
[edit]
[-] ConditionalAccessDeviceStates.php
[edit]
[-] ConditionalAccessDevices.php
[edit]
[-] ConditionalAccessFilter.php
[edit]
[-] ConditionalAccessGrantControl.php
[edit]
[-] ConditionalAccessGrantControls.php
[edit]
[-] ConditionalAccessLocations.php
[edit]
[-] ConditionalAccessPlatforms.php
[edit]
[-] ConditionalAccessPolicy.php
[edit]
[-] ConditionalAccessPolicyState.php
[edit]
[-] ConditionalAccessRoot.php
[edit]
[-] ConditionalAccessRule.php
[edit]
[-] ConditionalAccessRuleSatisfied.php
[edit]
[-] ConditionalAccessSessionControl.php
[edit]
[-] ConditionalAccessSessionControls.php
[edit]
[-] ConditionalAccessStatus.php
[edit]
[-] ConditionalAccessUsers.php
[edit]
[-] ConfigManagerCollection.php
[edit]
[-] ConfigManagerPolicySummary.php
[edit]
[-] Configuration.php
[edit]
[-] ConfigurationManagerAction.php
[edit]
[-] ConfigurationManagerActionDeliveryStatus.php
[edit]
[-] ConfigurationManagerActionResult.php
[edit]
[-] ConfigurationManagerActionType.php
[edit]
[-] ConfigurationManagerClientEnabledFeatures.php
[edit]
[-] ConfigurationManagerClientHealthState.php
[edit]
[-] ConfigurationManagerClientInformation.php
[edit]
[-] ConfigurationManagerClientState.php
[edit]
[-] ConfigurationManagerCollectionAssignmentTarget.php
[edit]
[-] ConfigurationUsage.php
[edit]
[-] ConfirmedBy.php
[edit]
[-] ConnectedOrganization.php
[edit]
[-] ConnectedOrganizationMembers.php
[edit]
[-] ConnectedOrganizationState.php
[edit]
[-] ConnectionDirection.php
[edit]
[-] ConnectionInfo.php
[edit]
[-] ConnectionOperation.php
[edit]
[-] ConnectionOperationStatus.php
[edit]
[-] ConnectionState.php
[edit]
[-] ConnectionStatus.php
[edit]
[-] Connector.php
[edit]
[-] ConnectorGroup.php
[edit]
[-] ConnectorGroupRegion.php
[edit]
[-] ConnectorGroupType.php
[edit]
[-] ConnectorStatus.php
[edit]
[-] ConsentRequestFilterByCurrentUserOptions.php
[edit]
[-] Contact.php
[edit]
[-] ContactFolder.php
[edit]
[-] ContactMergeSuggestions.php
[edit]
[-] ContactRelationship.php
[edit]
[-] ContentAlignment.php
[edit]
[-] ContentApprovalStatusColumn.php
[edit]
[-] ContentClassification.php
[edit]
[-] ContentFormat.php
[edit]
[-] ContentInfo.php
[edit]
[-] ContentMetadata.php
[edit]
[-] ContentProperties.php
[edit]
[-] ContentSharingSession.php
[edit]
[-] ContentState.php
[edit]
[-] ContentType.php
[edit]
[-] ContentTypeInfo.php
[edit]
[-] ContentTypeOrder.php
[edit]
[-] ContinuousAccessEvaluationMode.php
[edit]
[-] Contract.php
[edit]
[-] ContinuousAccessEvaluationPolicy.php
[edit]
[-] ContinuousAccessEvaluationSessionControl.php
[edit]
[-] ControlScore.php
[edit]
[-] Conversation.php
[edit]
[-] ConversationMember.php
[edit]
[-] ConversationMemberRoleUpdatedEventMessageDetail.php
[edit]
[-] ConversationThread.php
[edit]
[-] ConvertIdResult.php
[edit]
[-] CopyNotebookModel.php
[edit]
[-] CorsConfiguration.php
[edit]
[-] CountryLookupMethodType.php
[edit]
[-] CountryNamedLocation.php
[edit]
[-] CountryRegion.php
[edit]
[-] CreateAction.php
[edit]
[-] Credential.php
[edit]
[-] CredentialSingleSignOnExtension.php
[edit]
[-] CredentialUsageSummary.php
[edit]
[-] CredentialUserRegistrationCount.php
[edit]
[-] CredentialUserRegistrationDetails.php
[edit]
[-] CrossCloudAzureActiveDirectoryTenant.php
[edit]
[-] CrossTenantAccessPolicy.php
[edit]
[-] CrossTenantAccessPolicyB2BSetting.php
[edit]
[-] CrossTenantAccessPolicyConfigurationDefault.php
[edit]
[-] CrossTenantAccessPolicyConfigurationPartner.php
[edit]
[-] CrossTenantAccessPolicyInboundTrust.php
[edit]
[-] CrossTenantAccessPolicyTarget.php
[edit]
[-] CrossTenantAccessPolicyTargetConfiguration.php
[edit]
[-] CrossTenantAccessPolicyTargetConfigurationAccessType.php
[edit]
[-] CrossTenantAccessPolicyTargetType.php
[edit]
[-] CryptographySuite.php
[edit]
[-] Currency.php
[edit]
[-] CurrencyColumn.php
[edit]
[-] CurrentLabel.php
[edit]
[-] CustomAccessPackageWorkflowExtension.php
[edit]
[-] CustomAction.php
[edit]
[-] CustomCalloutExtension.php
[edit]
[-] CustomExtensionAuthenticationConfiguration.php
[edit]
[-] CustomExtensionCallbackConfiguration.php
[edit]
[-] CustomExtensionCalloutRequest.php
[edit]
[-] CustomExtensionCalloutResponse.php
[edit]
[-] CustomExtensionClientConfiguration.php
[edit]
[-] CustomExtensionData.php
[edit]
[-] CustomExtensionEndpointConfiguration.php
[edit]
[-] CustomExtensionHandler.php
[edit]
[-] CustomExtensionHandlerInstance.php
[edit]
[-] CustomQuestionAnswer.php
[edit]
[-] CustomSecurityAttributeDefinition.php
[edit]
[-] CustomSecurityAttributeValue.php
[edit]
[-] CustomSubjectAlternativeName.php
[edit]
[-] CustomTimeZone.php
[edit]
[-] CustomUpdateTimeWindow.php
[edit]
[-] Customer.php
[edit]
[-] CustomerPayment.php
[edit]
[-] CustomerPaymentJournal.php
[edit]
[-] DataClassificationService.php
[edit]
[-] DataLossPreventionPolicy.php
[edit]
[-] DataPolicyOperation.php
[edit]
[-] DataPolicyOperationStatus.php
[edit]
[-] DataSharingConsent.php
[edit]
[-] DataStoreField.php
[edit]
[-] DataSubject.php
[edit]
[-] DataSubjectType.php
[edit]
[-] DataType.php
[edit]
[-] DateTimeColumn.php
[edit]
[-] DateTimeTimeZone.php
[edit]
[-] DateTimeTimeZoneType.php
[edit]
[-] DayOfWeek.php
[edit]
[-] DaylightTimeZoneOffset.php
[edit]
[-] DecisionItemPrincipalResourceMembership.php
[edit]
[-] DecisionItemPrincipalResourceMembershipType.php
[edit]
[-] DefaultColumnValue.php
[edit]
[-] DefaultDeviceCompliancePolicy.php
[edit]
[-] DefaultManagedAppProtection.php
[edit]
[-] DefaultMfaMethodType.php
[edit]
[-] DefaultUserRoleOverride.php
[edit]
[-] DefaultUserRolePermissions.php
[edit]
[-] DefenderAttackSurfaceType.php
[edit]
[-] DefenderCloudBlockLevelType.php
[edit]
[-] DefenderDetectedMalwareActions.php
[edit]
[-] DefenderMonitorFileActivity.php
[edit]
[-] DefenderPotentiallyUnwantedAppAction.php
[edit]
[-] DefenderPromptForSampleSubmission.php
[edit]
[-] DefenderProtectionType.php
[edit]
[-] DefenderRealtimeScanDirection.php
[edit]
[-] DefenderScanType.php
[edit]
[-] DefenderSecurityCenterITContactDisplayType.php
[edit]
[-] DefenderSecurityCenterNotificationsFromAppType.php
[edit]
[-] DefenderSubmitSamplesConsentType.php
[edit]
[-] DefenderThreatAction.php
[edit]
[-] DelegateMeetingMessageDeliveryOptions.php
[edit]
[-] DelegatedAdminAccessAssignment.php
[edit]
[-] DelegatedAdminAccessAssignmentStatus.php
[edit]
[-] DelegatedAdminAccessContainer.php
[edit]
[-] DelegatedAdminAccessContainerType.php
[edit]
[-] DelegatedAdminAccessDetails.php
[edit]
[-] DelegatedAdminCustomer.php
[edit]
[-] DelegatedAdminRelationship.php
[edit]
[-] DelegatedAdminRelationshipCustomerParticipant.php
[edit]
[-] DelegatedAdminRelationshipOperation.php
[edit]
[-] DelegatedAdminRelationshipOperationType.php
[edit]
[-] DelegatedAdminRelationshipRequest.php
[edit]
[-] DelegatedAdminRelationshipRequestAction.php
[edit]
[-] DelegatedAdminRelationshipRequestStatus.php
[edit]
[-] DelegatedAdminRelationshipStatus.php
[edit]
[-] DelegatedAdminServiceManagementDetail.php
[edit]
[-] DelegatedPermissionClassification.php
[edit]
[-] DeleteAction.php
[edit]
[-] DeleteUserFromSharedAppleDeviceActionResult.php
[edit]
[-] Deleted.php
[edit]
[-] DeletedTeam.php
[edit]
[-] DeliveryOptimizationBandwidth.php
[edit]
[-] DeliveryOptimizationBandwidthAbsolute.php
[edit]
[-] DeliveryOptimizationBandwidthBusinessHoursLimit.php
[edit]
[-] DeliveryOptimizationBandwidthHoursWithPercentage.php
[edit]
[-] DeliveryOptimizationBandwidthPercentage.php
[edit]
[-] DeliveryOptimizationGroupIdCustom.php
[edit]
[-] DeliveryOptimizationGroupIdOptionsType.php
[edit]
[-] DeliveryOptimizationGroupIdSource.php
[edit]
[-] DeliveryOptimizationGroupIdSourceOptions.php
[edit]
[-] DeliveryOptimizationMaxCacheSize.php
[edit]
[-] DeliveryOptimizationMaxCacheSizeAbsolute.php
[edit]
[-] DeliveryOptimizationMaxCacheSizePercentage.php
[edit]
[-] DeliveryOptimizationRestrictPeerSelectionByOptions.php
[edit]
[-] DepEnrollmentBaseProfile.php
[edit]
[-] DepEnrollmentProfile.php
[edit]
[-] DepIOSEnrollmentProfile.php
[edit]
[-] DepMacOSEnrollmentProfile.php
[edit]
[-] DepOnboardingSetting.php
[edit]
[-] DepTokenType.php
[edit]
[-] DerivedCredentialProviderType.php
[edit]
[-] DetailsInfo.php
[edit]
[-] DetectedApp.php
[edit]
[-] DetectedSensitiveContent.php
[edit]
[-] DetectedSensitiveContentBase.php
[edit]
[-] DetectedSensitiveContentWrapper.php
[edit]
[-] Device.php
[edit]
[-] DeviceActionResult.php
[edit]
[-] DeviceAndAppManagementAssignedRoleDetails.php
[edit]
[-] DeviceAndAppManagementAssignmentFilter.php
[edit]
[-] DeviceAndAppManagementAssignmentFilterType.php
[edit]
[-] DeviceAndAppManagementAssignmentSource.php
[edit]
[-] DeviceAndAppManagementAssignmentTarget.php
[edit]
[-] DeviceAndAppManagementData.php
[edit]
[-] DeviceAndAppManagementRoleAssignment.php
[edit]
[-] DeviceAndAppManagementRoleDefinition.php
[edit]
[-] DeviceAppManagement.php
[edit]
[-] DeviceAppManagementTask.php
[edit]
[-] DeviceAppManagementTaskCategory.php
[edit]
[-] DeviceAppManagementTaskPriority.php
[edit]
[-] DeviceAppManagementTaskStatus.php
[edit]
[-] DeviceCategory.php
[edit]
[-] DeviceComanagementAuthorityConfiguration.php
[edit]
[-] DeviceComplianceActionItem.php
[edit]
[-] DeviceComplianceActionType.php
[edit]
[-] DeviceComplianceDeviceOverview.php
[edit]
[-] DeviceComplianceDeviceStatus.php
[edit]
[-] DeviceCompliancePolicy.php
[edit]
[-] DeviceCompliancePolicyAssignment.php
[edit]
[-] DeviceCompliancePolicyDeviceStateSummary.php
[edit]
[-] DeviceCompliancePolicyGroupAssignment.php
[edit]
[-] DeviceCompliancePolicyPolicySetItem.php
[edit]
[-] DeviceCompliancePolicyScript.php
[edit]
[-] DeviceCompliancePolicySettingState.php
[edit]
[-] DeviceCompliancePolicySettingStateSummary.php
[edit]
[-] DeviceCompliancePolicyState.php
[edit]
[-] DeviceComplianceScheduledActionForRule.php
[edit]
[-] DeviceComplianceScript.php
[edit]
[-] DeviceComplianceScriptDeviceState.php
[edit]
[-] DeviceComplianceScriptError.php
[edit]
[-] DeviceComplianceScriptRulOperator.php
[edit]
[-] DeviceConfiguration.php
[edit]
[-] DeviceComplianceScriptRule.php
[edit]
[-] DeviceComplianceScriptRuleDataType.php
[edit]
[-] DeviceComplianceScriptRuleError.php
[edit]
[-] DeviceComplianceScriptRulesValidationError.php
[edit]
[-] DeviceComplianceScriptRunSummary.php
[edit]
[-] DeviceComplianceScriptValidationResult.php
[edit]
[-] DeviceComplianceSettingState.php
[edit]
[-] DeviceComplianceUserOverview.php
[edit]
[-] DeviceComplianceUserStatus.php
[edit]
[-] DeviceConfigAssignmentIntent.php
[edit]
[-] DeviceConfigurationAssignment.php
[edit]
[-] DeviceConfigurationConflictSummary.php
[edit]
[-] DeviceConfigurationDeviceOverview.php
[edit]
[-] DeviceConfigurationDeviceStateSummary.php
[edit]
[-] DeviceConfigurationDeviceStatus.php
[edit]
[-] DeviceConfigurationGroupAssignment.php
[edit]
[-] DeviceConfigurationPolicySetItem.php
[edit]
[-] DeviceConfigurationSettingState.php
[edit]
[-] DeviceConfigurationState.php
[edit]
[-] DeviceConfigurationTargetedUserAndDevice.php
[edit]
[-] DeviceConfigurationUserOverview.php
[edit]
[-] DeviceConfigurationUserStateSummary.php
[edit]
[-] DeviceConfigurationUserStatus.php
[edit]
[-] DeviceCustomAttributeShellScript.php
[edit]
[-] DeviceCustomAttributeValueType.php
[edit]
[-] DeviceDetail.php
[edit]
[-] DeviceEnrollmentConfiguration.php
[edit]
[-] DeviceEnrollmentConfigurationType.php
[edit]
[-] DeviceEnrollmentFailureReason.php
[edit]
[-] DeviceEnrollmentLimitConfiguration.php
[edit]
[-] DeviceEnrollmentNotificationConfiguration.php
[edit]
[-] DeviceEnrollmentPlatformRestriction.php
[edit]
[-] DeviceEnrollmentPlatformRestrictionConfiguration.php
[edit]
[-] DeviceEnrollmentPlatformRestrictionsConfiguration.php
[edit]
[-] DeviceEnrollmentType.php
[edit]
[-] DeviceEnrollmentWindowsHelloForBusinessConfiguration.php
[edit]
[-] DeviceExchangeAccessStateSummary.php
[edit]
[-] DeviceGeoLocation.php
[edit]
[-] DeviceGuardLocalSystemAuthorityCredentialGuardState.php
[edit]
[-] DeviceGuardLocalSystemAuthorityCredentialGuardType.php
[edit]
[-] DeviceGuardVirtualizationBasedSecurityHardwareRequirementState.php
[edit]
[-] DeviceGuardVirtualizationBasedSecurityState.php
[edit]
[-] DeviceHealth.php
[edit]
[-] DeviceHealthAttestationState.php
[edit]
[-] DeviceHealthScript.php
[edit]
[-] DeviceHealthScriptAssignment.php
[edit]
[-] DeviceHealthScriptBooleanParameter.php
[edit]
[-] DeviceHealthScriptDailySchedule.php
[edit]
[-] DeviceHealthScriptDeviceState.php
[edit]
[-] DeviceHealthScriptHourlySchedule.php
[edit]
[-] DeviceHealthScriptIntegerParameter.php
[edit]
[-] DeviceHealthScriptParameter.php
[edit]
[-] DeviceHealthScriptRemediationHistory.php
[edit]
[-] DeviceHealthScriptRemediationHistoryData.php
[edit]
[-] DeviceHealthScriptRemediationSummary.php
[edit]
[-] DeviceHealthScriptRunOnceSchedule.php
[edit]
[-] DeviceHealthScriptRunSchedule.php
[edit]
[-] DeviceHealthScriptRunSummary.php
[edit]
[-] DeviceHealthScriptStringParameter.php
[edit]
[-] DeviceHealthScriptTimeSchedule.php
[edit]
[-] DeviceInstallState.php
[edit]
[-] DeviceKey.php
[edit]
[-] DeviceLicensingStatus.php
[edit]
[-] DeviceLogCollectionRequest.php
[edit]
[-] DeviceLogCollectionResponse.php
[edit]
[-] DeviceLogCollectionTemplateType.php
[edit]
[-] DeviceManagement.php
[edit]
[-] DeviceManagementAbstractComplexSettingDefinition.php
[edit]
[-] DeviceManagementAbstractComplexSettingInstance.php
[edit]
[-] DeviceManagementApplicabilityRuleDeviceMode.php
[edit]
[-] DeviceManagementApplicabilityRuleOsEdition.php
[edit]
[-] DeviceManagementApplicabilityRuleOsVersion.php
[edit]
[-] DeviceManagementApplicabilityRuleType.php
[edit]
[-] DeviceManagementAutopilotEvent.php
[edit]
[-] DeviceManagementAutopilotPolicyComplianceStatus.php
[edit]
[-] DeviceManagementAutopilotPolicyStatusDetail.php
[edit]
[-] DeviceManagementIntent.php
[edit]
[-] DeviceManagementAutopilotPolicyType.php
[edit]
[-] DeviceManagementBooleanSettingInstance.php
[edit]
[-] DeviceManagementCachedReportConfiguration.php
[edit]
[-] DeviceManagementCertificationAuthority.php
[edit]
[-] DeviceManagementCollectionSettingDefinition.php
[edit]
[-] DeviceManagementCollectionSettingInstance.php
[edit]
[-] DeviceManagementComparisonResult.php
[edit]
[-] DeviceManagementComplexSettingDefinition.php
[edit]
[-] DeviceManagementComplexSettingInstance.php
[edit]
[-] DeviceManagementComplianceActionItem.php
[edit]
[-] DeviceManagementComplianceActionType.php
[edit]
[-] DeviceManagementCompliancePolicy.php
[edit]
[-] DeviceManagementComplianceScheduledActionForRule.php
[edit]
[-] DeviceManagementConfigurationAzureAdTrustType.php
[edit]
[-] DeviceManagementConfigurationCategory.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingCollectionDefinition.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingCollectionInstance.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingDefinition.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingInstance.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingInstanceTemplate.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingValue.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingValueConstantDefaultTemplate.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingValueDefaultTemplate.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate.php
[edit]
[-] DeviceManagementConfigurationChoiceSettingValueTemplate.php
[edit]
[-] DeviceManagementConfigurationControlType.php
[edit]
[-] DeviceManagementConfigurationDependentOn.php
[edit]
[-] DeviceManagementConfigurationDeviceMode.php
[edit]
[-] DeviceManagementConfigurationExchangeOnlineSettingApplicability.php
[edit]
[-] DeviceManagementConfigurationGroupSettingCollectionInstance.php
[edit]
[-] DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate.php
[edit]
[-] DeviceManagementConfigurationGroupSettingInstance.php
[edit]
[-] DeviceManagementConfigurationGroupSettingInstanceTemplate.php
[edit]
[-] DeviceManagementConfigurationGroupSettingValue.php
[edit]
[-] DeviceManagementConfigurationGroupSettingValueTemplate.php
[edit]
[-] DeviceManagementConfigurationIntegerSettingValue.php
[edit]
[-] DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate.php
[edit]
[-] DeviceManagementConfigurationIntegerSettingValueDefaultTemplate.php
[edit]
[-] DeviceManagementConfigurationIntegerSettingValueDefinition.php
[edit]
[-] DeviceManagementConfigurationIntegerSettingValueDefinitionTemplate.php
[edit]
[-] DeviceManagementConfigurationIntegerSettingValueTemplate.php
[edit]
[-] DeviceManagementConfigurationOptionDefinition.php
[edit]
[-] DeviceManagementConfigurationOptionDefinitionTemplate.php
[edit]
[-] DeviceManagementConfigurationPlatforms.php
[edit]
[-] DeviceManagementConfigurationPolicy.php
[edit]
[-] DeviceManagementConfigurationPolicyAssignment.php
[edit]
[-] DeviceManagementConfigurationPolicyPolicySetItem.php
[edit]
[-] DeviceManagementConfigurationPolicyTemplate.php
[edit]
[-] DeviceManagementConfigurationPolicyTemplateReference.php
[edit]
[-] DeviceManagementConfigurationRedirectSettingDefinition.php
[edit]
[-] DeviceManagementConfigurationReferenceSettingValue.php
[edit]
[-] DeviceManagementConfigurationReferredSettingInformation.php
[edit]
[-] DeviceManagementConfigurationSecretSettingValue.php
[edit]
[-] DeviceManagementConfigurationSecretSettingValueState.php
[edit]
[-] DeviceManagementConfigurationSetting.php
[edit]
[-] DeviceManagementConfigurationSettingAccessTypes.php
[edit]
[-] DeviceManagementConfigurationSettingApplicability.php
[edit]
[-] DeviceManagementConfigurationSettingDefinition.php
[edit]
[-] DeviceManagementConfigurationSettingDependedOnBy.php
[edit]
[-] DeviceManagementConfigurationSettingGroupCollectionDefinition.php
[edit]
[-] DeviceManagementConfigurationSettingGroupCollectionInstance.php
[edit]
[-] DeviceManagementConfigurationSettingGroupDefinition.php
[edit]
[-] DeviceManagementConfigurationSettingGroupInstance.php
[edit]
[-] DeviceManagementConfigurationSettingInstance.php
[edit]
[-] DeviceManagementConfigurationSettingInstanceTemplate.php
[edit]
[-] DeviceManagementConfigurationSettingInstanceTemplateReference.php
[edit]
[-] DeviceManagementConfigurationSettingOccurrence.php
[edit]
[-] DeviceManagementConfigurationSettingTemplate.php
[edit]
[-] DeviceManagementConfigurationSettingUsage.php
[edit]
[-] DeviceManagementConfigurationSettingValue.php
[edit]
[-] DeviceManagementConfigurationSettingValueDefinition.php
[edit]
[-] DeviceManagementConfigurationSettingValueTemplateReference.php
[edit]
[-] DeviceManagementConfigurationSettingVisibility.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingCollectionDefinition.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingCollectionInstance.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingCollectionInstanceTemplate.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingDefinition.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingInstance.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingInstanceTemplate.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingValue.php
[edit]
[-] DeviceManagementConfigurationSimpleSettingValueTemplate.php
[edit]
[-] DeviceManagementConfigurationStringFormat.php
[edit]
[-] DeviceManagementConfigurationStringSettingValue.php
[edit]
[-] DeviceManagementConfigurationStringSettingValueConstantDefaultTemplate.php
[edit]
[-] DeviceManagementConfigurationStringSettingValueDefaultTemplate.php
[edit]
[-] DeviceManagementConfigurationStringSettingValueDefinition.php
[edit]
[-] DeviceManagementConfigurationStringSettingValueTemplate.php
[edit]
[-] DeviceManagementConfigurationTechnologies.php
[edit]
[-] DeviceManagementConfigurationTemplateFamily.php
[edit]
[-] DeviceManagementConfigurationWindowsSettingApplicability.php
[edit]
[-] DeviceManagementConfigurationWindowsSkus.php
[edit]
[-] DeviceManagementConstraint.php
[edit]
[-] DeviceManagementDerivedCredentialIssuer.php
[edit]
[-] DeviceManagementDerivedCredentialNotificationType.php
[edit]
[-] DeviceManagementDerivedCredentialSettings.php
[edit]
[-] DeviceManagementDomainJoinConnector.php
[edit]
[-] DeviceManagementDomainJoinConnectorState.php
[edit]
[-] DeviceManagementEnumConstraint.php
[edit]
[-] DeviceManagementEnumValue.php
[edit]
[-] DeviceManagementExchangeAccessLevel.php
[edit]
[-] DeviceManagementExchangeAccessRule.php
[edit]
[-] DeviceManagementExchangeAccessRuleType.php
[edit]
[-] DeviceManagementExchangeAccessState.php
[edit]
[-] DeviceManagementExchangeAccessStateReason.php
[edit]
[-] DeviceManagementExchangeConnector.php
[edit]
[-] DeviceManagementExchangeConnectorStatus.php
[edit]
[-] DeviceManagementExchangeConnectorSyncType.php
[edit]
[-] DeviceManagementExchangeConnectorType.php
[edit]
[-] DeviceManagementExchangeDeviceClass.php
[edit]
[-] DeviceManagementExchangeOnPremisesPolicy.php
[edit]
[-] DeviceManagementExportJob.php
[edit]
[-] DeviceManagementExportJobLocalizationType.php
[edit]
[-] DeviceManagementIntegerSettingInstance.php
[edit]
[-] DeviceManagementIntentAssignment.php
[edit]
[-] DeviceManagementIntentDeviceSettingStateSummary.php
[edit]
[-] DeviceManagementIntentDeviceState.php
[edit]
[-] DeviceManagementIntentDeviceStateSummary.php
[edit]
[-] DeviceManagementIntentSettingCategory.php
[edit]
[-] DeviceManagementIntentSettingSecretConstraint.php
[edit]
[-] DeviceManagementIntentUserState.php
[edit]
[-] DiskType.php
[edit]
[-] DeviceManagementIntentUserStateSummary.php
[edit]
[-] DeviceManagementPartner.php
[edit]
[-] DeviceManagementPartnerAppType.php
[edit]
[-] DeviceManagementPartnerAssignment.php
[edit]
[-] DeviceManagementPartnerTenantState.php
[edit]
[-] DeviceManagementReportFileFormat.php
[edit]
[-] DeviceManagementReportStatus.php
[edit]
[-] DeviceManagementReports.php
[edit]
[-] DeviceManagementResourceAccessProfileAssignment.php
[edit]
[-] DeviceManagementResourceAccessProfileBase.php
[edit]
[-] DeviceManagementResourceAccessProfileIntent.php
[edit]
[-] DeviceManagementReusablePolicySetting.php
[edit]
[-] DeviceManagementScript.php
[edit]
[-] DeviceManagementScriptAssignment.php
[edit]
[-] DeviceManagementScriptDeviceState.php
[edit]
[-] DeviceManagementScriptGroupAssignment.php
[edit]
[-] DeviceManagementScriptPolicySetItem.php
[edit]
[-] DeviceManagementScriptRunSummary.php
[edit]
[-] DeviceManagementScriptUserState.php
[edit]
[-] DeviceManagementSettingAbstractImplementationConstraint.php
[edit]
[-] DeviceManagementSettingAppConstraint.php
[edit]
[-] DeviceManagementSettingBooleanConstraint.php
[edit]
[-] DeviceManagementSettingCategory.php
[edit]
[-] DeviceManagementSettingCollectionConstraint.php
[edit]
[-] DeviceManagementSettingComparison.php
[edit]
[-] DeviceManagementSettingDefinition.php
[edit]
[-] DeviceManagementSettingDependency.php
[edit]
[-] DeviceManagementSettingEnrollmentTypeConstraint.php
[edit]
[-] DeviceManagementSettingFileConstraint.php
[edit]
[-] DeviceManagementSettingInstance.php
[edit]
[-] DeviceManagementSettingIntegerConstraint.php
[edit]
[-] DeviceManagementSettingProfileConstraint.php
[edit]
[-] DeviceManagementSettingRegexConstraint.php
[edit]
[-] DeviceManagementSettingRequiredConstraint.php
[edit]
[-] DeviceManagementSettingSddlConstraint.php
[edit]
[-] DeviceManagementSettingStringLengthConstraint.php
[edit]
[-] DeviceManagementSettingXmlConstraint.php
[edit]
[-] DeviceManagementSettings.php
[edit]
[-] DeviceManagementStringSettingInstance.php
[edit]
[-] DeviceManagementSubscriptionState.php
[edit]
[-] DeviceManagementSubscriptions.php
[edit]
[-] DeviceManagementTemplate.php
[edit]
[-] DeviceManagementTemplateLifecycleState.php
[edit]
[-] DeviceManagementTemplateSettingCategory.php
[edit]
[-] DeviceManagementTemplateSubtype.php
[edit]
[-] DeviceManagementTemplateType.php
[edit]
[-] DeviceManagementTroubleshootingErrorDetails.php
[edit]
[-] DeviceManagementTroubleshootingErrorResource.php
[edit]
[-] DeviceManagementTroubleshootingEvent.php
[edit]
[-] DeviceManagementUserRightsLocalUserOrGroup.php
[edit]
[-] DeviceManagementUserRightsSetting.php
[edit]
[-] DeviceManangementIntentValueType.php
[edit]
[-] DeviceOperatingSystemSummary.php
[edit]
[-] DevicePlatformType.php
[edit]
[-] DeviceProtectionOverview.php
[edit]
[-] DeviceRegistrationPolicy.php
[edit]
[-] DeviceRegistrationState.php
[edit]
[-] DeviceRestrictionAction.php
[edit]
[-] DeviceScopeAction.php
[edit]
[-] DeviceScopeActionResult.php
[edit]
[-] DeviceScopeActionStatus.php
[edit]
[-] DeviceScopeOperator.php
[edit]
[-] DeviceScopeParameter.php
[edit]
[-] DeviceScopeStatus.php
[edit]
[-] DeviceSetupConfiguration.php
[edit]
[-] DeviceShellScript.php
[edit]
[-] DeviceThreatProtectionLevel.php
[edit]
[-] DeviceType.php
[edit]
[-] DeviceTypes.php
[edit]
[-] Diagnostic.php
[edit]
[-] DiagnosticDataSubmissionMode.php
[edit]
[-] DiamondModel.php
[edit]
[-] Dictionary.php
[edit]
[-] DiffieHellmanGroup.php
[edit]
[-] Dimension.php
[edit]
[-] DimensionValue.php
[edit]
[-] Directory.php
[edit]
[-] DirectoryAudit.php
[edit]
[-] DirectoryDefinition.php
[edit]
[-] DirectoryDefinitionDiscoverabilities.php
[edit]
[-] DirectoryObject.php
[edit]
[-] DirectoryObjectPartnerReference.php
[edit]
[-] DirectoryRole.php
[edit]
[-] DirectoryRoleAccessReviewPolicy.php
[edit]
[-] DirectoryRoleTemplate.php
[edit]
[-] DirectorySetting.php
[edit]
[-] DirectorySettingTemplate.php
[edit]
[-] DirectorySizeQuota.php
[edit]
[-] DisableAndDeleteUserApplyAction.php
[edit]
[-] DiscoveredSensitiveType.php
[edit]
[-] DiscoverySource.php
[edit]
[-] DisplayNameLocalization.php
[edit]
[-] DlpAction.php
[edit]
[-] DlpActionInfo.php
[edit]
[-] DlpEvaluatePoliciesJobResponse.php
[edit]
[-] DlpEvaluatePoliciesRequest.php
[edit]
[-] DlpEvaluationInput.php
[edit]
[-] DlpEvaluationWindowsDevicesInput.php
[edit]
[-] DlpNotification.php
[edit]
[-] DlpPoliciesJobResult.php
[edit]
[-] DlpWindowsDevicesNotification.php
[edit]
[-] DmaGuardDeviceEnumerationPolicyType.php
[edit]
[-] Document.php
[edit]
[-] DocumentComment.php
[edit]
[-] DocumentCommentReply.php
[edit]
[-] DocumentSet.php
[edit]
[-] DocumentSetContent.php
[edit]
[-] DocumentSetVersion.php
[edit]
[-] DocumentSetVersionItem.php
[edit]
[-] Domain.php
[edit]
[-] DomainDnsCnameRecord.php
[edit]
[-] DomainDnsMxRecord.php
[edit]
[-] DomainDnsRecord.php
[edit]
[-] DomainDnsSrvRecord.php
[edit]
[-] DomainDnsTxtRecord.php
[edit]
[-] DomainDnsUnavailableRecord.php
[edit]
[-] DomainIdentitySource.php
[edit]
[-] DomainNameSource.php
[edit]
[-] DomainRegistrant.php
[edit]
[-] DomainSecurityProfile.php
[edit]
[-] DomainState.php
[edit]
[-] DowngradeJustification.php
[edit]
[-] Drive.php
[edit]
[-] DriveItem.php
[edit]
[-] DriveItemSource.php
[edit]
[-] DriveItemSourceApplication.php
[edit]
[-] DriveItemUploadableProperties.php
[edit]
[-] DriveItemVersion.php
[edit]
[-] DriveRecipient.php
[edit]
[-] DriverApprovalAction.php
[edit]
[-] DriverApprovalStatus.php
[edit]
[-] DriverCategory.php
[edit]
[-] DriverUpdateProfileApprovalType.php
[edit]
[-] EBookInstallSummary.php
[edit]
[-] EapFastConfiguration.php
[edit]
[-] EapType.php
[edit]
[-] EasAuthenticationMethod.php
[edit]
[-] EasEmailProfileConfigurationBase.php
[edit]
[-] EasServices.php
[edit]
[-] EdgeCookiePolicy.php
[edit]
[-] EdgeHomeButtonConfiguration.php
[edit]
[-] EdgeHomeButtonHidden.php
[edit]
[-] EdgeHomeButtonLoadsStartPage.php
[edit]
[-] EdgeHomeButtonOpensCustomURL.php
[edit]
[-] EdgeHomeButtonOpensNewTab.php
[edit]
[-] EdgeKioskModeRestrictionType.php
[edit]
[-] EdgeOpenOptions.php
[edit]
[-] EdgeSearchEngine.php
[edit]
[-] EdgeSearchEngineBase.php
[edit]
[-] EdgeSearchEngineCustom.php
[edit]
[-] EdgeSearchEngineType.php
[edit]
[-] EdgeTelemetryMode.php
[edit]
[-] EditAction.php
[edit]
[-] EditionUpgradeConfiguration.php
[edit]
[-] EditionUpgradeLicenseType.php
[edit]
[-] EducationAddToCalendarOptions.php
[edit]
[-] EducationAddedStudentAction.php
[edit]
[-] EducationAssignment.php
[edit]
[-] EducationAssignmentClassRecipient.php
[edit]
[-] EducationAssignmentDefaults.php
[edit]
[-] EducationAssignmentGrade.php
[edit]
[-] EducationAssignmentGradeType.php
[edit]
[-] EducationAssignmentGroupRecipient.php
[edit]
[-] EducationAssignmentIndividualRecipient.php
[edit]
[-] EducationAssignmentPointsGrade.php
[edit]
[-] EducationAssignmentPointsGradeType.php
[edit]
[-] EducationAssignmentRecipient.php
[edit]
[-] EducationAssignmentResource.php
[edit]
[-] EducationAssignmentSettings.php
[edit]
[-] EducationAssignmentStatus.php
[edit]
[-] EducationCategory.php
[edit]
[-] EducationClass.php
[edit]
[-] EducationCourse.php
[edit]
[-] EducationCsvDataProvider.php
[edit]
[-] EducationExcelResource.php
[edit]
[-] EducationExternalResource.php
[edit]
[-] EducationExternalSource.php
[edit]
[-] EducationFeedback.php
[edit]
[-] EducationFeedbackOutcome.php
[edit]
[-] EducationFeedbackResourceOutcome.php
[edit]
[-] EducationFeedbackResourceOutcomeStatus.php
[edit]
[-] EducationGender.php
[edit]
[-] EducationFileResource.php
[edit]
[-] EducationFileSynchronizationVerificationMessage.php
[edit]
[-] EducationIdentityCreationConfiguration.php
[edit]
[-] EducationIdentityDomain.php
[edit]
[-] EducationIdentityMatchingConfiguration.php
[edit]
[-] EducationIdentityMatchingOptions.php
[edit]
[-] EducationIdentitySynchronizationConfiguration.php
[edit]
[-] EducationItemBody.php
[edit]
[-] EducationLinkResource.php
[edit]
[-] EducationMediaResource.php
[edit]
[-] EducationOnPremisesInfo.php
[edit]
[-] EducationOneRosterApiDataProvider.php
[edit]
[-] EducationOrganization.php
[edit]
[-] EducationOutcome.php
[edit]
[-] EducationPointsOutcome.php
[edit]
[-] EducationPowerPointResource.php
[edit]
[-] EducationPowerSchoolDataProvider.php
[edit]
[-] EducationResource.php
[edit]
[-] EducationRoot.php
[edit]
[-] EducationRubric.php
[edit]
[-] EducationRubricOutcome.php
[edit]
[-] EducationSchool.php
[edit]
[-] EducationStudent.php
[edit]
[-] EducationSubmission.php
[edit]
[-] EducationSubmissionIndividualRecipient.php
[edit]
[-] EducationSubmissionRecipient.php
[edit]
[-] EducationSubmissionResource.php
[edit]
[-] EducationSubmissionStatus.php
[edit]
[-] EducationSynchronizationConnectionSettings.php
[edit]
[-] EducationSynchronizationCustomization.php
[edit]
[-] EducationSynchronizationCustomizations.php
[edit]
[-] EducationSynchronizationCustomizationsBase.php
[edit]
[-] EducationSynchronizationDataProvider.php
[edit]
[-] EducationSynchronizationError.php
[edit]
[-] EducationSynchronizationLicenseAssignment.php
[edit]
[-] EducationSynchronizationOAuth1ConnectionSettings.php
[edit]
[-] EducationSynchronizationOAuth2ClientCredentialsConnectionSettings.php
[edit]
[-] EducationSynchronizationProfile.php
[edit]
[-] EducationSynchronizationProfileState.php
[edit]
[-] EducationSynchronizationProfileStatus.php
[edit]
[-] EducationSynchronizationStatus.php
[edit]
[-] EducationTeacher.php
[edit]
[-] EducationTeamsAppResource.php
[edit]
[-] EducationTerm.php
[edit]
[-] EducationUser.php
[edit]
[-] EducationUserRole.php
[edit]
[-] EducationWordResource.php
[edit]
[-] EducationalActivity.php
[edit]
[-] EducationalActivityDetail.php
[edit]
[-] EligibilityFilteringEnabledEntities.php
[edit]
[-] EmailActivityStatistics.php
[edit]
[-] EmailAddress.php
[edit]
[-] EmailAuthenticationMethod.php
[edit]
[-] EmailAuthenticationMethodConfiguration.php
[edit]
[-] EmailCertificateType.php
[edit]
[-] EmailFileAssessmentRequest.php
[edit]
[-] EmailIdentity.php
[edit]
[-] EmailRole.php
[edit]
[-] EmailSyncDuration.php
[edit]
[-] EmailSyncSchedule.php
[edit]
[-] EmailType.php
[edit]
[-] EmbeddedSIMActivationCode.php
[edit]
[-] EmbeddedSIMActivationCodePool.php
[edit]
[-] EmbeddedSIMActivationCodePoolAssignment.php
[edit]
[-] EmbeddedSIMDeviceState.php
[edit]
[-] EmbeddedSIMDeviceStateValue.php
[edit]
[-] Employee.php
[edit]
[-] EmployeeExperience.php
[edit]
[-] EmployeeOrgData.php
[edit]
[-] Enablement.php
[edit]
[-] EncryptContent.php
[edit]
[-] EncryptWith.php
[edit]
[-] EncryptWithTemplate.php
[edit]
[-] EncryptWithUserDefinedRights.php
[edit]
[-] EncryptionReadinessState.php
[edit]
[-] EncryptionReportPolicyDetails.php
[edit]
[-] EncryptionState.php
[edit]
[-] Endpoint.php
[edit]
[-] EndpointSecurityConfigurationApplicablePlatform.php
[edit]
[-] EndpointSecurityConfigurationProfileType.php
[edit]
[-] EndpointSecurityConfigurationType.php
[edit]
[-] EndpointType.php
[edit]
[-] EnrollmentAvailabilityOptions.php
[edit]
[-] EnrollmentConfigurationAssignment.php
[edit]
[-] EnrollmentNotificationBrandingOptions.php
[edit]
[-] EnrollmentNotificationTemplateType.php
[edit]
[-] EnrollmentProfile.php
[edit]
[-] EnrollmentRestrictionPlatformType.php
[edit]
[-] EnrollmentState.php
[edit]
[-] EnrollmentRestrictionsConfigurationPolicySetItem.php
[edit]
[-] EnrollmentTroubleshootingEvent.php
[edit]
[-] EnterpriseCodeSigningCertificate.php
[edit]
[-] EntitlementManagement.php
[edit]
[-] EntitlementManagementSettings.php
[edit]
[-] Entity.php
[edit]
[-] EntitySetNames.php
[edit]
[-] EntityType.php
[edit]
[-] EntryExportStatus.php
[edit]
[-] EntrySyncOperation.php
[edit]
[-] ErrorCode.php
[edit]
[-] EvaluateDynamicMembershipResult.php
[edit]
[-] EvaluateLabelJobResponse.php
[edit]
[-] EvaluateLabelJobResult.php
[edit]
[-] EvaluateLabelJobResultGroup.php
[edit]
[-] EvaluateSensitivityLabelsRequest.php
[edit]
[-] Event.php
[edit]
[-] EventMessage.php
[edit]
[-] EventMessageDetail.php
[edit]
[-] EventMessageRequest.php
[edit]
[-] EventMessageResponse.php
[edit]
[-] EventType.php
[edit]
[-] ExactDataMatchStoreColumn.php
[edit]
[-] ExactMatchClassificationRequest.php
[edit]
[-] ExactMatchClassificationResult.php
[edit]
[-] ExactMatchDataStore.php
[edit]
[-] ExactMatchDataStoreBase.php
[edit]
[-] ExactMatchDetectedSensitiveContent.php
[edit]
[-] ExactMatchJobBase.php
[edit]
[-] ExactMatchLookupJob.php
[edit]
[-] ExactMatchSession.php
[edit]
[-] ExactMatchSessionBase.php
[edit]
[-] ExactMatchUploadAgent.php
[edit]
[-] ExchangeIdFormat.php
[edit]
[-] ExcludeTarget.php
[edit]
[-] ExcludedApps.php
[edit]
[-] ExclusionGroupAssignmentTarget.php
[edit]
[-] ExpeditedWindowsQualityUpdateSettings.php
[edit]
[-] ExpirationPattern.php
[edit]
[-] ExpirationPatternType.php
[edit]
[-] ExpirationRequirement.php
[edit]
[-] ExpressionEvaluationDetails.php
[edit]
[-] ExpressionInputObject.php
[edit]
[-] ExtendedKeyUsage.php
[edit]
[-] Extension.php
[edit]
[-] ExtensionProperty.php
[edit]
[-] ExtensionSchemaProperty.php
[edit]
[-] External.php
[edit]
[-] ExternalAudienceScope.php
[edit]
[-] ExternalAuthenticationType.php
[edit]
[-] ExternalConnection.php
[edit]
[-] ExternalDomainFederation.php
[edit]
[-] ExternalDomainName.php
[edit]
[-] ExternalEmailOtpState.php
[edit]
[-] ExternalGroup.php
[edit]
[-] ExternalIdentitiesPolicy.php
[edit]
[-] ExternalItem.php
[edit]
[-] ExternalItemContent.php
[edit]
[-] ExternalItemContentType.php
[edit]
[-] ExternalLink.php
[edit]
[-] ExternalMeetingRegistrant.php
[edit]
[-] ExternalMeetingRegistration.php
[edit]
[-] ExternalSponsors.php
[edit]
[-] ExtractSensitivityLabelsResult.php
[edit]
[-] FeatureRolloutPolicy.php
[edit]
[-] FeatureType.php
[edit]
[-] FeatureUsageDetail.php
[edit]
[-] FederatedIdentityCredential.php
[edit]
[-] FederatedIdpMfaBehavior.php
[edit]
[-] Fido2AuthenticationMethod.php
[edit]
[-] Fido2AuthenticationMethodConfiguration.php
[edit]
[-] Fido2KeyRestrictions.php
[edit]
[-] Fido2RestrictionEnforcementType.php
[edit]
[-] FieldValueSet.php
[edit]
[-] File.php
[edit]
[-] FileAssessmentRequest.php
[edit]
[-] FileAttachment.php
[edit]
[-] FileClassificationRequest.php
[edit]
[-] FileEncryptionInfo.php
[edit]
[-] FileHash.php
[edit]
[-] FileHashType.php
[edit]
[-] FileSecurityProfile.php
[edit]
[-] FileSecurityState.php
[edit]
[-] FileSystemInfo.php
[edit]
[-] FileVaultState.php
[edit]
[-] Filter.php
[edit]
[-] FilterClause.php
[edit]
[-] FilterGroup.php
[edit]
[-] FilterMode.php
[edit]
[-] FilterOperand.php
[edit]
[-] FilterOperatorSchema.php
[edit]
[-] Financials.php
[edit]
[-] FirewallCertificateRevocationListCheckMethodType.php
[edit]
[-] FirewallPacketQueueingMethodType.php
[edit]
[-] FirewallPreSharedKeyEncodingMethodType.php
[edit]
[-] FlexSchemaContainer.php
[edit]
[-] FocusActivityStatistics.php
[edit]
[-] Folder.php
[edit]
[-] FolderProtectionType.php
[edit]
[-] FolderView.php
[edit]
[-] FollowupFlag.php
[edit]
[-] FollowupFlagStatus.php
[edit]
[-] FreeBusyError.php
[edit]
[-] FreeBusyStatus.php
[edit]
[-] GeneralLedgerEntry.php
[edit]
[-] GenericError.php
[edit]
[-] GeoCoordinates.php
[edit]
[-] GeolocationColumn.php
[edit]
[-] GiphyRatingType.php
[edit]
[-] GlobalDeviceHealthScriptState.php
[edit]
[-] GovernanceCriteria.php
[edit]
[-] GovernanceInsight.php
[edit]
[-] GovernanceNotificationPolicy.php
[edit]
[-] GovernanceNotificationTemplate.php
[edit]
[-] GovernancePermission.php
[edit]
[-] GovernancePolicy.php
[edit]
[-] GovernancePolicyTemplate.php
[edit]
[-] GovernanceResource.php
[edit]
[-] GovernanceRoleAssignment.php
[edit]
[-] GovernanceRoleAssignmentRequest.php
[edit]
[-] GovernanceRoleAssignmentRequestStatus.php
[edit]
[-] GovernanceRoleDefinition.php
[edit]
[-] GovernanceRoleSetting.php
[edit]
[-] GovernanceRuleSetting.php
[edit]
[-] GovernanceSchedule.php
[edit]
[-] GovernanceSubject.php
[edit]
[-] GraphList.php
[edit]
[-] GraphPrint.php
[edit]
[-] Group.php
[edit]
[-] GroupAccessType.php
[edit]
[-] GroupAssignmentTarget.php
[edit]
[-] GroupLifecyclePolicy.php
[edit]
[-] GroupMembers.php
[edit]
[-] GroupMembershipGovernanceCriteria.php
[edit]
[-] GroupPeerOutlierRecommendationInsightSettings.php
[edit]
[-] GroupPolicyCategory.php
[edit]
[-] GroupPolicyConfiguration.php
[edit]
[-] GroupPolicyConfigurationAssignment.php
[edit]
[-] GroupPolicyConfigurationType.php
[edit]
[-] GroupPolicyDefinition.php
[edit]
[-] GroupPolicyDefinitionClassType.php
[edit]
[-] GroupPolicyDefinitionFile.php
[edit]
[-] GroupPolicyDefinitionValue.php
[edit]
[-] GroupPolicyMigrationReadiness.php
[edit]
[-] GroupPolicyMigrationReport.php
[edit]
[-] GroupPolicyObjectFile.php
[edit]
[-] GroupPolicyOperation.php
[edit]
[-] GroupPolicyOperationStatus.php
[edit]
[-] GroupPolicyOperationType.php
[edit]
[-] GroupPolicyPresentation.php
[edit]
[-] GroupPolicyPresentationCheckBox.php
[edit]
[-] GroupPolicyPresentationComboBox.php
[edit]
[-] GroupPolicyPresentationDecimalTextBox.php
[edit]
[-] GroupPolicyPresentationDropdownList.php
[edit]
[-] GroupPolicyPresentationDropdownListItem.php
[edit]
[-] GroupPolicyPresentationListBox.php
[edit]
[-] GroupPolicyPresentationLongDecimalTextBox.php
[edit]
[-] GroupPolicyPresentationMultiTextBox.php
[edit]
[-] GroupPolicyPresentationText.php
[edit]
[-] GroupPolicyPresentationTextBox.php
[edit]
[-] GroupPolicyPresentationValue.php
[edit]
[-] GroupPolicyPresentationValueBoolean.php
[edit]
[-] GroupPolicyPresentationValueDecimal.php
[edit]
[-] GroupPolicyPresentationValueList.php
[edit]
[-] GroupPolicyPresentationValueLongDecimal.php
[edit]
[-] GroupPolicyPresentationValueMultiText.php
[edit]
[-] GroupPolicyPresentationValueText.php
[edit]
[-] GroupPolicySettingMapping.php
[edit]
[-] GroupPolicySettingScope.php
[edit]
[-] GroupPolicySettingType.php
[edit]
[-] GroupPolicyType.php
[edit]
[-] GroupPolicyUploadedDefinitionFile.php
[edit]
[-] GroupPolicyUploadedDefinitionFileStatus.php
[edit]
[-] GroupPolicyUploadedLanguageFile.php
[edit]
[-] GroupPrintUsageSummary.php
[edit]
[-] GroupPrivacy.php
[edit]
[-] GroupType.php
[edit]
[-] GroupWritebackConfiguration.php
[edit]
[-] HardwareInformation.php
[edit]
[-] HasPayloadLinkResultItem.php
[edit]
[-] HashAlgorithms.php
[edit]
[-] Hashes.php
[edit]
[-] HealthState.php
[edit]
[-] HomeRealmDiscoveryPolicy.php
[edit]
[-] HostSecurityProfile.php
[edit]
[-] HostSecurityState.php
[edit]
[-] HybridAgentUpdaterConfiguration.php
[edit]
[-] HyperlinkOrPictureColumn.php
[edit]
[-] IPv4CidrRange.php
[edit]
[-] IPv4Range.php
[edit]
[-] IPv6CidrRange.php
[edit]
[-] IPv6Range.php
[edit]
[-] ITunesPairingMode.php
[edit]
[-] Identity.php
[edit]
[-] IdentityApiConnector.php
[edit]
[-] IdentityBuiltInUserFlowAttribute.php
[edit]
[-] Image.php
[edit]
[-] IdentityContainer.php
[edit]
[-] IdentityCustomUserFlowAttribute.php
[edit]
[-] IdentityGovernance.php
[edit]
[-] IdentityProtectionRoot.php
[edit]
[-] IdentityProvider.php
[edit]
[-] IdentityProviderBase.php
[edit]
[-] IdentitySecurityDefaultsEnforcementPolicy.php
[edit]
[-] IdentitySet.php
[edit]
[-] IdentitySource.php
[edit]
[-] IdentitySourceType.php
[edit]
[-] IdentityUserFlow.php
[edit]
[-] IdentityUserFlowAttribute.php
[edit]
[-] IdentityUserFlowAttributeAssignment.php
[edit]
[-] IdentityUserFlowAttributeDataType.php
[edit]
[-] IdentityUserFlowAttributeInputType.php
[edit]
[-] IdentityUserFlowAttributeType.php
[edit]
[-] ImageInfo.php
[edit]
[-] ImplicitGrantSettings.php
[edit]
[-] Importance.php
[edit]
[-] ImportedAppleDeviceIdentity.php
[edit]
[-] ImportedAppleDeviceIdentityResult.php
[edit]
[-] ImportedDeviceIdentity.php
[edit]
[-] ImportedDeviceIdentityResult.php
[edit]
[-] ImportedDeviceIdentityType.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentity.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityImportStatus.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityState.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityUpload.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityUploadStatus.php
[edit]
[-] InboundSharedUserProfile.php
[edit]
[-] IncludedUserRoles.php
[edit]
[-] IncludedUserTypes.php
[edit]
[-] IncomingCallOptions.php
[edit]
[-] IncomingContext.php
[edit]
[-] IncomingTokenType.php
[edit]
[-] IncompleteData.php
[edit]
[-] InferenceClassification.php
[edit]
[-] InferenceClassificationOverride.php
[edit]
[-] InferenceClassificationType.php
[edit]
[-] InferenceData.php
[edit]
[-] InformationProtection.php
[edit]
[-] InformationProtectionAction.php
[edit]
[-] InformationProtectionContentLabel.php
[edit]
[-] InformationProtectionLabel.php
[edit]
[-] InformationProtectionPolicy.php
[edit]
[-] InformationalUrl.php
[edit]
[-] InformationalUrls.php
[edit]
[-] Initiator.php
[edit]
[-] InitiatorType.php
[edit]
[-] InkAccessSetting.php
[edit]
[-] InsightIdentity.php
[edit]
[-] InsightValueDouble.php
[edit]
[-] InsightValueInt.php
[edit]
[-] InsightsSettings.php
[edit]
[-] InstallIntent.php
[edit]
[-] InstallState.php
[edit]
[-] InstanceResourceAccess.php
[edit]
[-] InstitutionData.php
[edit]
[-] IntegerRange.php
[edit]
[-] IntendedPurpose.php
[edit]
[-] InternalDomainFederation.php
[edit]
[-] InternalSponsors.php
[edit]
[-] InternetExplorerMessageSetting.php
[edit]
[-] InternetMessageHeader.php
[edit]
[-] InternetSiteSecurityLevel.php
[edit]
[-] IntuneBrand.php
[edit]
[-] IntuneBrandingProfile.php
[edit]
[-] IntuneBrandingProfileAssignment.php
[edit]
[-] InvestigationSecurityState.php
[edit]
[-] Invitation.php
[edit]
[-] InvitationParticipantInfo.php
[edit]
[-] InviteNewBotResponse.php
[edit]
[-] InviteParticipantsOperation.php
[edit]
[-] InvitedUserMessageInfo.php
[edit]
[-] InvokeUserFlowListener.php
[edit]
[-] IosAvailableUpdateVersion.php
[edit]
[-] IosAzureAdSingleSignOnExtension.php
[edit]
[-] IosBookmark.php
[edit]
[-] IosCertificateProfile.php
[edit]
[-] IosCertificateProfileBase.php
[edit]
[-] IosCompliancePolicy.php
[edit]
[-] IosCredentialSingleSignOnExtension.php
[edit]
[-] IosCustomConfiguration.php
[edit]
[-] IosDerivedCredentialAuthenticationConfiguration.php
[edit]
[-] IosDeviceFeaturesConfiguration.php
[edit]
[-] IosDeviceType.php
[edit]
[-] IosEasEmailProfileConfiguration.php
[edit]
[-] IosEduCertificateSettings.php
[edit]
[-] IosEduDeviceConfiguration.php
[edit]
[-] IosEducationDeviceConfiguration.php
[edit]
[-] IosEnterpriseWiFiConfiguration.php
[edit]
[-] IosExpeditedCheckinConfiguration.php
[edit]
[-] IosGeneralDeviceConfiguration.php
[edit]
[-] IpRange.php
[edit]
[-] IosHomeScreenApp.php
[edit]
[-] IosHomeScreenFolder.php
[edit]
[-] IosHomeScreenFolderPage.php
[edit]
[-] IosHomeScreenItem.php
[edit]
[-] IosHomeScreenPage.php
[edit]
[-] IosImportedPFXCertificateProfile.php
[edit]
[-] IosKerberosSingleSignOnExtension.php
[edit]
[-] IosKioskModeAppType.php
[edit]
[-] IosLobApp.php
[edit]
[-] IosLobAppAssignmentSettings.php
[edit]
[-] IosLobAppProvisioningConfiguration.php
[edit]
[-] IosLobAppProvisioningConfigurationAssignment.php
[edit]
[-] IosLobAppProvisioningConfigurationPolicySetItem.php
[edit]
[-] IosManagedAppProtection.php
[edit]
[-] IosManagedAppRegistration.php
[edit]
[-] IosMinimumOperatingSystem.php
[edit]
[-] IosMobileAppConfiguration.php
[edit]
[-] IosMobileAppIdentifier.php
[edit]
[-] IosNetworkUsageRule.php
[edit]
[-] IosNotificationAlertType.php
[edit]
[-] IosNotificationPreviewVisibility.php
[edit]
[-] IosNotificationSettings.php
[edit]
[-] IosPkcsCertificateProfile.php
[edit]
[-] IosRedirectSingleSignOnExtension.php
[edit]
[-] IosScepCertificateProfile.php
[edit]
[-] IosSingleSignOnExtension.php
[edit]
[-] IosSingleSignOnSettings.php
[edit]
[-] IosSoftwareUpdateScheduleType.php
[edit]
[-] IosStoreApp.php
[edit]
[-] IosStoreAppAssignmentSettings.php
[edit]
[-] IosTrustedRootCertificate.php
[edit]
[-] IosUpdateConfiguration.php
[edit]
[-] IosUpdateDeviceStatus.php
[edit]
[-] IosUpdatesInstallStatus.php
[edit]
[-] IosVpnConfiguration.php
[edit]
[-] IosVpnSecurityAssociationParameters.php
[edit]
[-] IosVppApp.php
[edit]
[-] IosVppAppAssignedDeviceLicense.php
[edit]
[-] IosVppAppAssignedLicense.php
[edit]
[-] IosVppAppAssignedUserLicense.php
[edit]
[-] IosVppAppAssignmentSettings.php
[edit]
[-] IosVppAppRevokeLicensesActionResult.php
[edit]
[-] IosVppEBook.php
[edit]
[-] IosVppEBookAssignment.php
[edit]
[-] IosWallpaperDisplayLocation.php
[edit]
[-] IosWebContentFilterAutoFilter.php
[edit]
[-] IosWebContentFilterBase.php
[edit]
[-] IosWebContentFilterSpecificWebsitesAccess.php
[edit]
[-] IosWiFiConfiguration.php
[edit]
[-] IosiPadOSWebClip.php
[edit]
[-] IosikEv2VpnConfiguration.php
[edit]
[-] IpCategory.php
[edit]
[-] IpNamedLocation.php
[edit]
[-] IpReferenceData.php
[edit]
[-] IpSecurityProfile.php
[edit]
[-] Item.php
[edit]
[-] ItemActionSet.php
[edit]
[-] ItemActionStat.php
[edit]
[-] ItemActivity.php
[edit]
[-] ItemActivityOLD.php
[edit]
[-] ItemActivityStat.php
[edit]
[-] ItemActivityTimeSet.php
[edit]
[-] ItemAddress.php
[edit]
[-] ItemAnalytics.php
[edit]
[-] ItemAttachment.php
[edit]
[-] ItemBody.php
[edit]
[-] ItemCategory.php
[edit]
[-] ItemEmail.php
[edit]
[-] ItemFacet.php
[edit]
[-] ItemInsights.php
[edit]
[-] ItemPatent.php
[edit]
[-] ItemPhone.php
[edit]
[-] ItemPreviewInfo.php
[edit]
[-] ItemPublication.php
[edit]
[-] ItemReference.php
[edit]
[-] JobHistorySummaryType.php
[edit]
[-] JobResponseBase.php
[edit]
[-] JoinMeetingIdMeetingInfo.php
[edit]
[-] JoinMeetingIdSettings.php
[edit]
[-] JoinType.php
[edit]
[-] Journal.php
[edit]
[-] JournalLine.php
[edit]
[-] JustifyAction.php
[edit]
[-] KerberosSignOnMappingAttributeType.php
[edit]
[-] KerberosSignOnSettings.php
[edit]
[-] KerberosSingleSignOnExtension.php
[edit]
[-] KeyBooleanValuePair.php
[edit]
[-] KeyCredential.php
[edit]
[-] KeyCredentialConfiguration.php
[edit]
[-] KeyIntegerValuePair.php
[edit]
[-] KeyLongValuePair.php
[edit]
[-] KeyRealValuePair.php
[edit]
[-] KeySize.php
[edit]
[-] KeyStorageProviderOption.php
[edit]
[-] KeyStringValuePair.php
[edit]
[-] KeyTypedValuePair.php
[edit]
[-] KeyUsages.php
[edit]
[-] KeyValue.php
[edit]
[-] KeyValuePair.php
[edit]
[-] KioskModeManagedHomeScreenPinComplexity.php
[edit]
[-] KioskModeType.php
[edit]
[-] Label.php
[edit]
[-] LabelActionBase.php
[edit]
[-] LabelDetails.php
[edit]
[-] LabelPolicy.php
[edit]
[-] LabelingOptions.php
[edit]
[-] LanManagerAuthenticationLevel.php
[edit]
[-] LanguageProficiency.php
[edit]
[-] LanguageProficiencyLevel.php
[edit]
[-] LearningContent.php
[edit]
[-] LearningProvider.php
[edit]
[-] LicenseAssignmentState.php
[edit]
[-] LicenseDetails.php
[edit]
[-] LicenseInfoDetail.php
[edit]
[-] LicenseProcessingState.php
[edit]
[-] LicenseUnitsDetail.php
[edit]
[-] LifecycleEventType.php
[edit]
[-] LinkedResource.php
[edit]
[-] LinkedResource_v2.php
[edit]
[-] ListInfo.php
[edit]
[-] ListItem.php
[edit]
[-] ListItemVersion.php
[edit]
[-] LobbyBypassScope.php
[edit]
[-] LobbyBypassSettings.php
[edit]
[-] LocalSecurityOptionsAdministratorElevationPromptBehaviorType.php
[edit]
[-] LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType.php
[edit]
[-] LocalSecurityOptionsInformationDisplayedOnLockScreenType.php
[edit]
[-] LocalSecurityOptionsInformationShownOnLockScreenType.php
[edit]
[-] LocalSecurityOptionsMinimumSessionSecurity.php
[edit]
[-] LocalSecurityOptionsSmartCardRemovalBehaviorType.php
[edit]
[-] LocalSecurityOptionsStandardUserElevationPromptBehaviorType.php
[edit]
[-] LocaleInfo.php
[edit]
[-] LocalizedNotificationMessage.php
[edit]
[-] LocateDeviceActionResult.php
[edit]
[-] Location.php
[edit]
[-] LocationConstraint.php
[edit]
[-] LocationConstraintItem.php
[edit]
[-] LocationType.php
[edit]
[-] LocationUniqueIdType.php
[edit]
[-] LoggedOnUser.php
[edit]
[-] LogicAppTriggerEndpointConfiguration.php
[edit]
[-] LoginPageTextVisibilitySettings.php
[edit]
[-] LogonType.php
[edit]
[-] LogonUser.php
[edit]
[-] LongRunningOperation.php
[edit]
[-] LongRunningOperationStatus.php
[edit]
[-] LookupColumn.php
[edit]
[-] LookupResultRow.php
[edit]
[-] LostModeState.php
[edit]
[-] MacAppIdentifier.php
[edit]
[-] MacOSAppleEventReceiver.php
[edit]
[-] MacOSAssociatedDomainsItem.php
[edit]
[-] MacOSAzureAdSingleSignOnExtension.php
[edit]
[-] MacOSCertificateProfileBase.php
[edit]
[-] MacOSCompliancePolicy.php
[edit]
[-] MacOSContentCachingClientPolicy.php
[edit]
[-] MacOSContentCachingParentSelectionPolicy.php
[edit]
[-] MacOSContentCachingPeerPolicy.php
[edit]
[-] MacOSContentCachingType.php
[edit]
[-] MacOSCredentialSingleSignOnExtension.php
[edit]
[-] MacOSCustomAppConfiguration.php
[edit]
[-] MacOSCustomConfiguration.php
[edit]
[-] MacOSDeviceFeaturesConfiguration.php
[edit]
[-] MacOSDmgApp.php
[edit]
[-] MacOSEndpointProtectionConfiguration.php
[edit]
[-] MacOSEnterpriseWiFiConfiguration.php
[edit]
[-] MacOSExtensionsConfiguration.php
[edit]
[-] MacOSFileVaultRecoveryKeyTypes.php
[edit]
[-] MacOSFirewallApplication.php
[edit]
[-] MacOSGatekeeperAppSources.php
[edit]
[-] MacOSGeneralDeviceConfiguration.php
[edit]
[-] MacOSImportedPFXCertificateProfile.php
[edit]
[-] MacOSIncludedApp.php
[edit]
[-] MacOSKerberosSingleSignOnExtension.php
[edit]
[-] MacOSKernelExtension.php
[edit]
[-] MacOSLaunchItem.php
[edit]
[-] MacOSLobApp.php
[edit]
[-] MacOSLobChildApp.php
[edit]
[-] MacOSMdatpApp.php
[edit]
[-] MacOSMicrosoftEdgeApp.php
[edit]
[-] MacOSMinimumOperatingSystem.php
[edit]
[-] MacOSOfficeSuiteApp.php
[edit]
[-] MacOSPkcsCertificateProfile.php
[edit]
[-] MacOSPrivacyAccessControlItem.php
[edit]
[-] MacOSProcessIdentifierType.php
[edit]
[-] MacOSRedirectSingleSignOnExtension.php
[edit]
[-] MacOSScepCertificateProfile.php
[edit]
[-] MacOSSingleSignOnExtension.php
[edit]
[-] MacOSSoftwareUpdateAccountSummary.php
[edit]
[-] MacOSSoftwareUpdateBehavior.php
[edit]
[-] MacOSSoftwareUpdateCategory.php
[edit]
[-] MacOSSoftwareUpdateCategorySummary.php
[edit]
[-] MacOSSoftwareUpdateConfiguration.php
[edit]
[-] MacOSSoftwareUpdateDelayPolicy.php
[edit]
[-] MacOsVppApp.php
[edit]
[-] MacOSSoftwareUpdateScheduleType.php
[edit]
[-] MacOSSoftwareUpdateState.php
[edit]
[-] MacOSSoftwareUpdateStateSummary.php
[edit]
[-] MacOSSystemExtension.php
[edit]
[-] MacOSSystemExtensionType.php
[edit]
[-] MacOSSystemExtensionTypeMapping.php
[edit]
[-] MacOSTrustedRootCertificate.php
[edit]
[-] MacOSVpnConfiguration.php
[edit]
[-] MacOSWiFiConfiguration.php
[edit]
[-] MacOSWiredNetworkConfiguration.php
[edit]
[-] MacOsLobAppAssignmentSettings.php
[edit]
[-] MacOsVppAppAssignedLicense.php
[edit]
[-] MacOsVppAppAssignmentSettings.php
[edit]
[-] MacOsVppAppRevokeLicensesActionResult.php
[edit]
[-] MachineLearningDetectedSensitiveContent.php
[edit]
[-] MailAssessmentRequest.php
[edit]
[-] MailDestinationRoutingReason.php
[edit]
[-] MailFolder.php
[edit]
[-] MailSearchFolder.php
[edit]
[-] MailTips.php
[edit]
[-] MailTipsError.php
[edit]
[-] MailTipsType.php
[edit]
[-] MailboxRecipientType.php
[edit]
[-] MailboxSettings.php
[edit]
[-] Malware.php
[edit]
[-] MalwareState.php
[edit]
[-] MalwareStateForWindowsDevice.php
[edit]
[-] ManagedAllDeviceCertificateState.php
[edit]
[-] ManagedAndroidLobApp.php
[edit]
[-] ManagedAndroidStoreApp.php
[edit]
[-] ManagedApp.php
[edit]
[-] ManagedAppAvailability.php
[edit]
[-] ManagedAppClipboardSharingLevel.php
[edit]
[-] ManagedAppConfiguration.php
[edit]
[-] ManagedAppDataEncryptionType.php
[edit]
[-] ManagedAppDataIngestionLocation.php
[edit]
[-] ManagedAppDataStorageLocation.php
[edit]
[-] ManagedAppDataTransferLevel.php
[edit]
[-] ManagedAppDeviceThreatLevel.php
[edit]
[-] ManagedAppDiagnosticStatus.php
[edit]
[-] ManagedAppFlaggedReason.php
[edit]
[-] ManagedAppNotificationRestriction.php
[edit]
[-] ManagedAppOperation.php
[edit]
[-] ManagedAppPhoneNumberRedirectLevel.php
[edit]
[-] ManagedAppPinCharacterSet.php
[edit]
[-] ManagedAppPolicy.php
[edit]
[-] ManagedAppPolicyDeploymentSummary.php
[edit]
[-] ManagedAppPolicyDeploymentSummaryPerApp.php
[edit]
[-] ManagedAppProtection.php
[edit]
[-] ManagedAppProtectionPolicySetItem.php
[edit]
[-] ManagedAppRegistration.php
[edit]
[-] ManagedAppRemediationAction.php
[edit]
[-] ManagedAppStatus.php
[edit]
[-] ManagedAppStatusRaw.php
[edit]
[-] ManagedBrowserType.php
[edit]
[-] ManagedDevice.php
[edit]
[-] ManagedDeviceArchitecture.php
[edit]
[-] ManagedDeviceCertificateState.php
[edit]
[-] ManagedDeviceCleanupSettings.php
[edit]
[-] ManagedDeviceEncryptionState.php
[edit]
[-] ManagedDeviceManagementFeatures.php
[edit]
[-] ManagedDeviceMobileAppConfiguration.php
[edit]
[-] ManagedDeviceMobileAppConfigurationAssignment.php
[edit]
[-] ManagedDeviceMobileAppConfigurationDeviceStatus.php
[edit]
[-] ManagedDeviceMobileAppConfigurationDeviceSummary.php
[edit]
[-] ManagedDeviceMobileAppConfigurationPolicySetItem.php
[edit]
[-] ManagedDeviceMobileAppConfigurationSettingState.php
[edit]
[-] ManagedDeviceMobileAppConfigurationState.php
[edit]
[-] ManagedDeviceMobileAppConfigurationUserStatus.php
[edit]
[-] ManagedDeviceMobileAppConfigurationUserSummary.php
[edit]
[-] ManagedDeviceModelsAndManufacturers.php
[edit]
[-] ManagedDeviceOverview.php
[edit]
[-] ManagedDeviceOwnerType.php
[edit]
[-] ManagedDevicePartnerReportedHealthState.php
[edit]
[-] ManagedDeviceRemoteAction.php
[edit]
[-] ManagedDeviceReportedApp.php
[edit]
[-] ManagedDeviceSummarizedAppState.php
[edit]
[-] ManagedEBook.php
[edit]
[-] ManagedEBookAssignment.php
[edit]
[-] ManagedEBookCategory.php
[edit]
[-] ManagedIOSLobApp.php
[edit]
[-] ManagedIOSStoreApp.php
[edit]
[-] ManagedInstallerStatus.php
[edit]
[-] ManagedMobileApp.php
[edit]
[-] ManagedMobileLobApp.php
[edit]
[-] ManagementAgentType.php
[edit]
[-] ManagementCertificateWithThumbprint.php
[edit]
[-] ManagementState.php
[edit]
[-] MarkContent.php
[edit]
[-] MatchLocation.php
[edit]
[-] MatchingDlpRule.php
[edit]
[-] MatchingLabel.php
[edit]
[-] MdmAppConfigKeyType.php
[edit]
[-] MdmAuthority.php
[edit]
[-] MdmSupportedState.php
[edit]
[-] MdmWindowsInformationProtectionPolicy.php
[edit]
[-] MdmWindowsInformationProtectionPolicyPolicySetItem.php
[edit]
[-] Media.php
[edit]
[-] MediaConfig.php
[edit]
[-] MediaContentRatingAustralia.php
[edit]
[-] MediaContentRatingCanada.php
[edit]
[-] MediaContentRatingFrance.php
[edit]
[-] MediaContentRatingGermany.php
[edit]
[-] MediaContentRatingIreland.php
[edit]
[-] MediaContentRatingJapan.php
[edit]
[-] MediaContentRatingNewZealand.php
[edit]
[-] MediaContentRatingUnitedKingdom.php
[edit]
[-] MediaContentRatingUnitedStates.php
[edit]
[-] MediaDirection.php
[edit]
[-] MediaInfo.php
[edit]
[-] MediaPrompt.php
[edit]
[-] MediaSource.php
[edit]
[-] MediaSourceContentCategory.php
[edit]
[-] MediaState.php
[edit]
[-] MediaStream.php
[edit]
[-] MeetingActivityStatistics.php
[edit]
[-] MeetingAttendanceReport.php
[edit]
[-] MeetingAudience.php
[edit]
[-] MeetingCapabilities.php
[edit]
[-] MeetingCapability.php
[edit]
[-] MeetingChatMode.php
[edit]
[-] MeetingInfo.php
[edit]
[-] MeetingMessageType.php
[edit]
[-] MeetingParticipantInfo.php
[edit]
[-] MeetingParticipants.php
[edit]
[-] MeetingPolicyUpdatedEventMessageDetail.php
[edit]
[-] MeetingRegistrant.php
[edit]
[-] MeetingRegistrantBase.php
[edit]
[-] MeetingRegistrantStatus.php
[edit]
[-] MeetingRegistration.php
[edit]
[-] MeetingRegistrationBase.php
[edit]
[-] MeetingRegistrationQuestion.php
[edit]
[-] MeetingSpeaker.php
[edit]
[-] MeetingTimeSuggestion.php
[edit]
[-] MeetingTimeSuggestionsResult.php
[edit]
[-] MembersAddedEventMessageDetail.php
[edit]
[-] MembersDeletedEventMessageDetail.php
[edit]
[-] MembersJoinedEventMessageDetail.php
[edit]
[-] MembersLeftEventMessageDetail.php
[edit]
[-] MembershipOutlierInsight.php
[edit]
[-] MembershipRuleEvaluationDetails.php
[edit]
[-] MembershipRuleProcessingStatus.php
[edit]
[-] MembershipRuleProcessingStatusDetails.php
[edit]
[-] Mention.php
[edit]
[-] MentionAction.php
[edit]
[-] MentionsPreview.php
[edit]
[-] Message.php
[edit]
[-] MessageActionFlag.php
[edit]
[-] MessageEvent.php
[edit]
[-] MessageEventType.php
[edit]
[-] MessagePinnedEventMessageDetail.php
[edit]
[-] MessageRecipient.php
[edit]
[-] MessageRule.php
[edit]
[-] MessageRuleActions.php
[edit]
[-] MessageRulePredicates.php
[edit]
[-] MessageSecurityState.php
[edit]
[-] MessageStatus.php
[edit]
[-] MessageTrace.php
[edit]
[-] MessageUnpinnedEventMessageDetail.php
[edit]
[-] MetadataAction.php
[edit]
[-] MetadataEntry.php
[edit]
[-] MeteredConnectionLimitType.php
[edit]
[-] MetricTimeSeriesDataPoint.php
[edit]
[-] MfaDetail.php
[edit]
[-] MicrosoftAccountUserConversationMember.php
[edit]
[-] MicrosoftApplicationDataAccessSettings.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMethod.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMethodConfiguration.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMethodTarget.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMode.php
[edit]
[-] MicrosoftEdgeChannel.php
[edit]
[-] MicrosoftLauncherDockPresence.php
[edit]
[-] MicrosoftLauncherSearchBarPlacement.php
[edit]
[-] MicrosoftManagedDesktop.php
[edit]
[-] MicrosoftManagedDesktopType.php
[edit]
[-] MicrosoftStoreForBusinessApp.php
[edit]
[-] MicrosoftStoreForBusinessAppAssignmentSettings.php
[edit]
[-] MicrosoftStoreForBusinessContainedApp.php
[edit]
[-] MicrosoftStoreForBusinessLicenseType.php
[edit]
[-] MicrosoftStoreForBusinessPortalSelectionOptions.php
[edit]
[-] MicrosoftTunnelConfiguration.php
[edit]
[-] MicrosoftTunnelHealthThreshold.php
[edit]
[-] MicrosoftTunnelLogCollectionStatus.php
[edit]
[-] MigrationStatus.php
[edit]
[-] MicrosoftTunnelServer.php
[edit]
[-] MicrosoftTunnelServerHealthStatus.php
[edit]
[-] MicrosoftTunnelServerLogCollectionResponse.php
[edit]
[-] MicrosoftTunnelSite.php
[edit]
[-] MimeContent.php
[edit]
[-] MiracastChannel.php
[edit]
[-] MlClassificationMatchTolerance.php
[edit]
[-] MobileApp.php
[edit]
[-] MobileAppActionType.php
[edit]
[-] MobileAppAssignment.php
[edit]
[-] MobileAppAssignmentSettings.php
[edit]
[-] MobileAppCategory.php
[edit]
[-] MobileAppContent.php
[edit]
[-] MobileAppContentFile.php
[edit]
[-] MobileAppContentFileUploadState.php
[edit]
[-] MobileAppDependency.php
[edit]
[-] MobileAppDependencyType.php
[edit]
[-] MobileAppIdentifier.php
[edit]
[-] MobileAppInstallStatus.php
[edit]
[-] MobileAppInstallSummary.php
[edit]
[-] MobileAppInstallTimeSettings.php
[edit]
[-] MobileAppIntent.php
[edit]
[-] MobileAppIntentAndState.php
[edit]
[-] MobileAppIntentAndStateDetail.php
[edit]
[-] MobileAppPolicySetItem.php
[edit]
[-] MobileAppProvisioningConfigGroupAssignment.php
[edit]
[-] MobileAppPublishingState.php
[edit]
[-] MobileAppRelationship.php
[edit]
[-] MobileAppRelationshipState.php
[edit]
[-] MobileAppRelationshipType.php
[edit]
[-] MobileAppSupersedence.php
[edit]
[-] MobileAppSupersedenceType.php
[edit]
[-] MobileAppSupportedDeviceType.php
[edit]
[-] MobileAppTroubleshootingAppPolicyCreationHistory.php
[edit]
[-] MobileAppTroubleshootingAppStateHistory.php
[edit]
[-] MobileAppTroubleshootingAppTargetHistory.php
[edit]
[-] MobileAppTroubleshootingAppUpdateHistory.php
[edit]
[-] MobileAppTroubleshootingDeviceCheckinHistory.php
[edit]
[-] MobileAppTroubleshootingEvent.php
[edit]
[-] MobileAppTroubleshootingHistoryItem.php
[edit]
[-] MobileContainedApp.php
[edit]
[-] MobileLobApp.php
[edit]
[-] MobileThreatDefenseConnector.php
[edit]
[-] MobileThreatPartnerTenantState.php
[edit]
[-] MobilityManagementPolicy.php
[edit]
[-] Modality.php
[edit]
[-] ModifiedProperty.php
[edit]
[-] MoveAction.php
[edit]
[-] MultiFactorAuthConfiguration.php
[edit]
[-] MultiValueLegacyExtendedProperty.php
[edit]
[-] Mutability.php
[edit]
[-] MuteParticipantOperation.php
[edit]
[-] MuteParticipantsOperation.php
[edit]
[-] NamedLocation.php
[edit]
[-] NdesConnector.php
[edit]
[-] NdesConnectorState.php
[edit]
[-] NetworkConnection.php
[edit]
[-] NetworkInterface.php
[edit]
[-] NetworkLocationDetail.php
[edit]
[-] NetworkSingleSignOnType.php
[edit]
[-] NetworkType.php
[edit]
[-] NonEapAuthenticationMethodForEapTtlsType.php
[edit]
[-] NonEapAuthenticationMethodForPeap.php
[edit]
[-] Note.php
[edit]
[-] Notebook.php
[edit]
[-] NotebookLinks.php
[edit]
[-] Notification.php
[edit]
[-] NotificationMessageTemplate.php
[edit]
[-] NotificationTemplateBrandingOptions.php
[edit]
[-] NotifyUserAction.php
[edit]
[-] NumberColumn.php
[edit]
[-] NumberRange.php
[edit]
[-] OAuth2PermissionGrant.php
[edit]
[-] OathTokenMetadata.php
[edit]
[-] ObjectDefinition.php
[edit]
[-] ObjectFlowTypes.php
[edit]
[-] ObjectIdentity.php
[edit]
[-] ObjectMapping.php
[edit]
[-] OemWarranty.php
[edit]
[-] OemWarrantyInformationOnboarding.php
[edit]
[-] OfferShiftRequest.php
[edit]
[-] Office365ActiveUserCounts.php
[edit]
[-] Office365ActiveUserDetail.php
[edit]
[-] Office365GroupsActivityCounts.php
[edit]
[-] Office365GroupsActivityDetail.php
[edit]
[-] Office365GroupsActivityFileCounts.php
[edit]
[-] Office365GroupsActivityGroupCounts.php
[edit]
[-] Office365GroupsActivityStorage.php
[edit]
[-] Office365ServicesUserCounts.php
[edit]
[-] OfficeClientCheckinStatus.php
[edit]
[-] OfficeClientConfiguration.php
[edit]
[-] OfficeClientConfigurationAssignment.php
[edit]
[-] OfficeConfiguration.php
[edit]
[-] OfficeConfigurationAssignmentTarget.php
[edit]
[-] OfficeConfigurationGroupAssignmentTarget.php
[edit]
[-] OfficeGraphInsights.php
[edit]
[-] OfficeProductId.php
[edit]
[-] OfficeSuiteApp.php
[edit]
[-] OfficeSuiteInstallProgressDisplayLevel.php
[edit]
[-] OfficeUpdateChannel.php
[edit]
[-] OfficeUserCheckinSummary.php
[edit]
[-] OmaSetting.php
[edit]
[-] OmaSettingBase64.php
[edit]
[-] OmaSettingBoolean.php
[edit]
[-] OmaSettingDateTime.php
[edit]
[-] OmaSettingFloatingPoint.php
[edit]
[-] OmaSettingInteger.php
[edit]
[-] OmaSettingString.php
[edit]
[-] OmaSettingStringXml.php
[edit]
[-] OnPremisesAgent.php
[edit]
[-] OnPremisesAgentGroup.php
[edit]
[-] OnPremisesApplicationSegment.php
[edit]
[-] OnPremisesConditionalAccessSettings.php
[edit]
[-] OnPremisesExtensionAttributes.php
[edit]
[-] OnPremisesProvisioningError.php
[edit]
[-] OnPremisesPublishing.php
[edit]
[-] OnPremisesPublishingProfile.php
[edit]
[-] OnPremisesPublishingSingleSignOn.php
[edit]
[-] OnPremisesPublishingType.php
[edit]
[-] OnboardingStatus.php
[edit]
[-] Onenote.php
[edit]
[-] OnenoteEntityBaseModel.php
[edit]
[-] OnenoteEntityHierarchyModel.php
[edit]
[-] OnenoteEntitySchemaObjectModel.php
[edit]
[-] OnenoteOperation.php
[edit]
[-] OnenoteOperationError.php
[edit]
[-] OnenotePage.php
[edit]
[-] OnenotePagePreview.php
[edit]
[-] OnenotePagePreviewLinks.php
[edit]
[-] OnenotePatchActionType.php
[edit]
[-] OnenotePatchContentCommand.php
[edit]
[-] OnenotePatchInsertPosition.php
[edit]
[-] OnenoteResource.php
[edit]
[-] OnenoteSection.php
[edit]
[-] OnenoteSourceService.php
[edit]
[-] OnenoteUserRole.php
[edit]
[-] OnlineMeeting.php
[edit]
[-] OnlineMeetingForwarders.php
[edit]
[-] OnlineMeetingInfo.php
[edit]
[-] OnlineMeetingPresenters.php
[edit]
[-] OnlineMeetingProviderType.php
[edit]
[-] OnlineMeetingRole.php
[edit]
[-] OpenIdConnectIdentityProvider.php
[edit]
[-] OpenIdConnectProvider.php
[edit]
[-] OpenIdConnectResponseMode.php
[edit]
[-] OpenIdConnectResponseTypes.php
[edit]
[-] OpenShift.php
[edit]
[-] OpenShiftChangeRequest.php
[edit]
[-] OpenShiftItem.php
[edit]
[-] OpenTypeExtension.php
[edit]
[-] OperatingSystemUpgradeEligibility.php
[edit]
[-] OperatingSystemVersionRange.php
[edit]
[-] Operation.php
[edit]
[-] OperationApprovalPolicySet.php
[edit]
[-] OperationError.php
[edit]
[-] OperationResult.php
[edit]
[-] OperationStatus.php
[edit]
[-] Operator.php
[edit]
[-] OptionalClaim.php
[edit]
[-] OptionalClaims.php
[edit]
[-] OrgContact.php
[edit]
[-] Organization.php
[edit]
[-] OrganizationSettings.php
[edit]
[-] OrganizationalBranding.php
[edit]
[-] OrganizationalBrandingLocalization.php
[edit]
[-] OrganizationalBrandingProperties.php
[edit]
[-] OrganizerMeetingInfo.php
[edit]
[-] OsVersionCount.php
[edit]
[-] OutOfBoxExperienceSettings.php
[edit]
[-] OutOfOfficeSettings.php
[edit]
[-] OutboundSharedUserProfile.php
[edit]
[-] OutgoingCallOptions.php
[edit]
[-] OutlierContainerType.php
[edit]
[-] OutlierMemberType.php
[edit]
[-] OutlookCategory.php
[edit]
[-] OutlookGeoCoordinates.php
[edit]
[-] OutlookItem.php
[edit]
[-] OutlookTask.php
[edit]
[-] OutlookTaskFolder.php
[edit]
[-] OutlookTaskGroup.php
[edit]
[-] OutlookUser.php
[edit]
[-] OverallPrintUsageSummary.php
[edit]
[-] OverrideOption.php
[edit]
[-] OwnerType.php
[edit]
[-] Package.php
[edit]
[-] PageLinks.php
[edit]
[-] PageOrientation.php
[edit]
[-] ParentLabelDetails.php
[edit]
[-] ParentalControlSettings.php
[edit]
[-] ParseExpressionResponse.php
[edit]
[-] Participant.php
[edit]
[-] ParticipantInfo.php
[edit]
[-] ParticipantJoiningNotification.php
[edit]
[-] ParticipantJoiningResponse.php
[edit]
[-] ParticipantLeftNotification.php
[edit]
[-] PasswordAuthenticationMethod.php
[edit]
[-] Person.php
[edit]
[-] PasswordCredential.php
[edit]
[-] PasswordCredentialConfiguration.php
[edit]
[-] PasswordProfile.php
[edit]
[-] PasswordResetResponse.php
[edit]
[-] PasswordSingleSignOnCredentialSet.php
[edit]
[-] PasswordSingleSignOnField.php
[edit]
[-] PasswordSingleSignOnSettings.php
[edit]
[-] PasswordValidationInformation.php
[edit]
[-] PasswordlessMicrosoftAuthenticatorAuthenticationMethod.php
[edit]
[-] PatternedRecurrence.php
[edit]
[-] PayloadCompatibleAssignmentFilter.php
[edit]
[-] PayloadDeliveryPlatform.php
[edit]
[-] PayloadRequest.php
[edit]
[-] PayloadResponse.php
[edit]
[-] PayloadTypes.php
[edit]
[-] PaymentMethod.php
[edit]
[-] PaymentTerm.php
[edit]
[-] PendingContentUpdate.php
[edit]
[-] PendingOperations.php
[edit]
[-] PerfectForwardSecrecyGroup.php
[edit]
[-] Permission.php
[edit]
[-] PermissionClassificationType.php
[edit]
[-] PermissionGrantConditionSet.php
[edit]
[-] PermissionGrantPolicy.php
[edit]
[-] PermissionScope.php
[edit]
[-] PermissionType.php
[edit]
[-] PersistentBrowserSessionControl.php
[edit]
[-] PersistentBrowserSessionMode.php
[edit]
[-] PersonAnnotation.php
[edit]
[-] PersonAnnualEvent.php
[edit]
[-] PersonAnnualEventType.php
[edit]
[-] PersonAward.php
[edit]
[-] PersonCertification.php
[edit]
[-] PersonDataSource.php
[edit]
[-] PersonDataSources.php
[edit]
[-] PersonExtension.php
[edit]
[-] PersonInterest.php
[edit]
[-] PersonName.php
[edit]
[-] PersonNamePronounciation.php
[edit]
[-] PersonOrGroupColumn.php
[edit]
[-] PersonRelationship.php
[edit]
[-] PersonResponsibility.php
[edit]
[-] PersonWebsite.php
[edit]
[-] PersonalProfilePersonalPlayStoreMode.php
[edit]
[-] Phone.php
[edit]
[-] PhoneAuthenticationMethod.php
[edit]
[-] PhoneType.php
[edit]
[-] Photo.php
[edit]
[-] PhysicalAddress.php
[edit]
[-] PhysicalAddressType.php
[edit]
[-] PhysicalOfficeAddress.php
[edit]
[-] Picture.php
[edit]
[-] PinnedChatMessageInfo.php
[edit]
[-] Pkcs12Certificate.php
[edit]
[-] Pkcs12CertificateInformation.php
[edit]
[-] Place.php
[edit]
[-] Planner.php
[edit]
[-] PlannerAppliedCategories.php
[edit]
[-] PlannerAssignedToTaskBoardTaskFormat.php
[edit]
[-] PlannerAssignment.php
[edit]
[-] PlannerAssignments.php
[edit]
[-] PlannerBucket.php
[edit]
[-] PlannerBucketTaskBoardTaskFormat.php
[edit]
[-] PlannerCategoryDescriptions.php
[edit]
[-] PlannerChecklistItem.php
[edit]
[-] PlannerChecklistItems.php
[edit]
[-] PlannerContainerType.php
[edit]
[-] PlannerContextState.php
[edit]
[-] PlannerDelta.php
[edit]
[-] PlannerExternalReference.php
[edit]
[-] PlannerExternalReferences.php
[edit]
[-] PlannerFavoritePlanReference.php
[edit]
[-] PlannerFavoritePlanReferenceCollection.php
[edit]
[-] PlannerGroup.php
[edit]
[-] PlannerOrderHintsByAssignee.php
[edit]
[-] PlannerPlan.php
[edit]
[-] PlannerPlanContainer.php
[edit]
[-] PlannerPlanContext.php
[edit]
[-] PlannerPlanContextCollection.php
[edit]
[-] PlannerPlanContextDetails.php
[edit]
[-] PlannerPlanContextDetailsCollection.php
[edit]
[-] PlannerPlanContextType.php
[edit]
[-] PlannerPlanDetails.php
[edit]
[-] PlannerPreviewType.php
[edit]
[-] PlannerProgressTaskBoardTaskFormat.php
[edit]
[-] PlannerRecentPlanReference.php
[edit]
[-] PlannerRecentPlanReferenceCollection.php
[edit]
[-] PlannerRoster.php
[edit]
[-] PlannerRosterMember.php
[edit]
[-] PlannerTask.php
[edit]
[-] PlannerTaskCreation.php
[edit]
[-] PlannerTaskDetails.php
[edit]
[-] PlannerTeamsPublicationInfo.php
[edit]
[-] PlannerUser.php
[edit]
[-] PlannerUserIds.php
[edit]
[-] Platform.php
[edit]
[-] PlayPromptCompletionReason.php
[edit]
[-] PlayPromptOperation.php
[edit]
[-] PolicyBase.php
[edit]
[-] PolicyPlatformType.php
[edit]
[-] PolicyRoot.php
[edit]
[-] PolicyScope.php
[edit]
[-] PolicySet.php
[edit]
[-] PolicySetAssignment.php
[edit]
[-] PolicySetItem.php
[edit]
[-] PolicySetStatus.php
[edit]
[-] PositionDetail.php
[edit]
[-] Post.php
[edit]
[-] PostType.php
[edit]
[-] PostalAddressType.php
[edit]
[-] PowerActionType.php
[edit]
[-] PreAuthorizedApplication.php
[edit]
[-] PrereleaseFeatures.php
[edit]
[-] Presence.php
[edit]
[-] Presentation.php
[edit]
[-] PrincipalResourceMembershipsScope.php
[edit]
[-] PrintCertificateSigningRequest.php
[edit]
[-] PrintColorConfiguration.php
[edit]
[-] PrintColorMode.php
[edit]
[-] PrintConnector.php
[edit]
[-] PrintDocument.php
[edit]
[-] PrintDocumentUploadProperties.php
[edit]
[-] PrintDuplexConfiguration.php
[edit]
[-] PrintDuplexMode.php
[edit]
[-] PrintEvent.php
[edit]
[-] PrintFinishing.php
[edit]
[-] PrintJob.php
[edit]
[-] PrintJobConfiguration.php
[edit]
[-] PrintJobProcessingState.php
[edit]
[-] PrintJobStateDetail.php
[edit]
[-] PrintJobStatus.php
[edit]
[-] PrintMargin.php
[edit]
[-] PrintMediaType.php
[edit]
[-] PrintMultipageLayout.php
[edit]
[-] PrintOperation.php
[edit]
[-] PrintOperationProcessingState.php
[edit]
[-] PrintOperationStatus.php
[edit]
[-] PrintOrientation.php
[edit]
[-] PrintPresentationDirection.php
[edit]
[-] PrintQuality.php
[edit]
[-] PrintScaling.php
[edit]
[-] PrintService.php
[edit]
[-] PrintServiceEndpoint.php
[edit]
[-] PrintSettings.php
[edit]
[-] PrintTask.php
[edit]
[-] PrintTaskDefinition.php
[edit]
[-] PrintTaskProcessingState.php
[edit]
[-] PrintTaskStatus.php
[edit]
[-] PrintTaskTrigger.php
[edit]
[-] PrintUsage.php
[edit]
[-] PrintUsageByPrinter.php
[edit]
[-] PrintUsageByUser.php
[edit]
[-] PrintUsageSummary.php
[edit]
[-] Printer.php
[edit]
[-] PrinterBase.php
[edit]
[-] PrinterCapabilities.php
[edit]
[-] PrinterCreateOperation.php
[edit]
[-] PrinterDefaults.php
[edit]
[-] PrinterDocumentConfiguration.php
[edit]
[-] PrinterFeedDirection.php
[edit]
[-] PrinterFeedOrientation.php
[edit]
[-] PrinterLocation.php
[edit]
[-] PrinterProcessingState.php
[edit]
[-] PrinterProcessingStateDetail.php
[edit]
[-] PrinterProcessingStateReason.php
[edit]
[-] PrinterShare.php
[edit]
[-] PrinterShareViewpoint.php
[edit]
[-] PrinterStatus.php
[edit]
[-] PrinterUsageSummary.php
[edit]
[-] Priority.php
[edit]
[-] Privacy.php
[edit]
[-] PrivacyProfile.php
[edit]
[-] PrivateLinkDetails.php
[edit]
[-] PrivilegedAccess.php
[edit]
[-] PrivilegedApproval.php
[edit]
[-] PrivilegedOperationEvent.php
[edit]
[-] PrivilegedRole.php
[edit]
[-] PrivilegedRoleAssignment.php
[edit]
[-] PrivilegedRoleAssignmentRequest.php
[edit]
[-] PrivilegedRoleSettings.php
[edit]
[-] PrivilegedRoleSummary.php
[edit]
[-] PrivilegedSignupStatus.php
[edit]
[-] Process.php
[edit]
[-] ProcessIntegrityLevel.php
[edit]
[-] Profile.php
[edit]
[-] ProfileCardAnnotation.php
[edit]
[-] ProfileCardProperty.php
[edit]
[-] ProfilePhoto.php
[edit]
[-] Program.php
[edit]
[-] ProgramControl.php
[edit]
[-] ProgramControlType.php
[edit]
[-] ProgramResource.php
[edit]
[-] ProjectParticipation.php
[edit]
[-] Prompt.php
[edit]
[-] PromptLoginBehavior.php
[edit]
[-] Properties.php
[edit]
[-] Property.php
[edit]
[-] PropertyToEvaluate.php
[edit]
[-] PropertyType.php
[edit]
[-] ProtectAdhocAction.php
[edit]
[-] ProtectByTemplateAction.php
[edit]
[-] ProtectDoNotForwardAction.php
[edit]
[-] ProtectGroup.php
[edit]
[-] ProtectOnlineMeetingAction.php
[edit]
[-] ProtectSite.php
[edit]
[-] ProtocolType.php
[edit]
[-] ProviderTenantSetting.php
[edit]
[-] ProvisionChannelEmailResult.php
[edit]
[-] ProvisionedIdentity.php
[edit]
[-] ProvisionedPlan.php
[edit]
[-] ProvisioningAction.php
[edit]
[-] ProvisioningErrorInfo.php
[edit]
[-] ProvisioningObjectSummary.php
[edit]
[-] ProvisioningResult.php
[edit]
[-] ProvisioningServicePrincipal.php
[edit]
[-] ProvisioningStatusErrorCategory.php
[edit]
[-] ProvisioningStatusInfo.php
[edit]
[-] ProvisioningStep.php
[edit]
[-] ProvisioningStepType.php
[edit]
[-] ProvisioningSystem.php
[edit]
[-] ProxiedDomain.php
[edit]
[-] PublicClientApplication.php
[edit]
[-] PublicError.php
[edit]
[-] PublicErrorDetail.php
[edit]
[-] PublicErrorResponse.php
[edit]
[-] PublicInnerError.php
[edit]
[-] PublicationFacet.php
[edit]
[-] PublishedResource.php
[edit]
[-] PurchaseInvoice.php
[edit]
[-] PurchaseInvoiceLine.php
[edit]
[-] QuarantineReason.php
[edit]
[-] Quota.php
[edit]
[-] RankedEmailAddress.php
[edit]
[-] RatingAppsType.php
[edit]
[-] RatingAustraliaMoviesType.php
[edit]
[-] RatingAustraliaTelevisionType.php
[edit]
[-] RatingCanadaMoviesType.php
[edit]
[-] RatingCanadaTelevisionType.php
[edit]
[-] RatingFranceMoviesType.php
[edit]
[-] RatingFranceTelevisionType.php
[edit]
[-] RatingGermanyMoviesType.php
[edit]
[-] RatingGermanyTelevisionType.php
[edit]
[-] RatingIrelandMoviesType.php
[edit]
[-] RatingIrelandTelevisionType.php
[edit]
[-] RatingJapanMoviesType.php
[edit]
[-] RatingJapanTelevisionType.php
[edit]
[-] RatingNewZealandMoviesType.php
[edit]
[-] RatingNewZealandTelevisionType.php
[edit]
[-] RatingUnitedKingdomMoviesType.php
[edit]
[-] RatingUnitedKingdomTelevisionType.php
[edit]
[-] RatingUnitedStatesMoviesType.php
[edit]
[-] RatingUnitedStatesTelevisionType.php
[edit]
[-] RbacApplication.php
[edit]
[-] RbacApplicationMultiple.php
[edit]
[-] RecentNotebook.php
[edit]
[-] RecentNotebookLinks.php
[edit]
[-] Recipient.php
[edit]
[-] RecipientScopeType.php
[edit]
[-] RecommendLabelAction.php
[edit]
[-] Recommendation.php
[edit]
[-] RecommendationCategory.php
[edit]
[-] RecommendationPriority.php
[edit]
[-] RecommendationResource.php
[edit]
[-] RecommendationStatus.php
[edit]
[-] RecommendedAction.php
[edit]
[-] RecordCompletionReason.php
[edit]
[-] RecordOperation.php
[edit]
[-] RecordingInfo.php
[edit]
[-] RecordingStatus.php
[edit]
[-] RecurrencePattern.php
[edit]
[-] RecurrencePatternType.php
[edit]
[-] RecurrenceRange.php
[edit]
[-] RecurrenceRangeType.php
[edit]
[-] RedirectSingleSignOnExtension.php
[edit]
[-] RedirectUriSettings.php
[edit]
[-] ReferenceAttachment.php
[edit]
[-] ReferenceAttachmentPermission.php
[edit]
[-] ReferenceAttachmentProvider.php
[edit]
[-] ReferencedObject.php
[edit]
[-] RegionalAndLanguageSettings.php
[edit]
[-] RegionalFormatOverrides.php
[edit]
[-] RegistrationAuthMethod.php
[edit]
[-] RegistrationEnforcement.php
[edit]
[-] RegistrationStatusType.php
[edit]
[-] RegistryHive.php
[edit]
[-] RegistryKeyState.php
[edit]
[-] RegistryOperation.php
[edit]
[-] RegistryValueType.php
[edit]
[-] RejectJoinResponse.php
[edit]
[-] RejectReason.php
[edit]
[-] RelatedContact.php
[edit]
[-] RelatedPerson.php
[edit]
[-] RelyingPartyDetailedSummary.php
[edit]
[-] RemediationState.php
[edit]
[-] Reminder.php
[edit]
[-] RemoteAction.php
[edit]
[-] RemoteActionAudit.php
[edit]
[-] RemoteAssistanceOnboardingStatus.php
[edit]
[-] RemoteAssistancePartner.php
[edit]
[-] RemoteAssistanceSettings.php
[edit]
[-] RemoteAssistanceState.php
[edit]
[-] RemoteItem.php
[edit]
[-] RemoteLockActionResult.php
[edit]
[-] RemoveAccessApplyAction.php
[edit]
[-] RemoveContentFooterAction.php
[edit]
[-] RemoveContentHeaderAction.php
[edit]
[-] RemoveProtectionAction.php
[edit]
[-] RemoveWatermarkAction.php
[edit]
[-] RenameAction.php
[edit]
[-] ReplyRestriction.php
[edit]
[-] Report.php
[edit]
[-] ReportRoot.php
[edit]
[-] ReputationCategory.php
[edit]
[-] Request.php
[edit]
[-] RequestSchedule.php
[edit]
[-] RequestorManager.php
[edit]
[-] RequestorSettings.php
[edit]
[-] RequiredPasswordType.php
[edit]
[-] RequiredResourceAccess.php
[edit]
[-] RequirementProvider.php
[edit]
[-] ResetPasscodeActionResult.php
[edit]
[-] ResourceAccess.php
[edit]
[-] ResourceAction.php
[edit]
[-] ResourceData.php
[edit]
[-] ResourceOperation.php
[edit]
[-] ResourcePermission.php
[edit]
[-] ResourceReference.php
[edit]
[-] ResourceSpecificPermission.php
[edit]
[-] ResourceSpecificPermissionGrant.php
[edit]
[-] ResourceVisualization.php
[edit]
[-] ResponseStatus.php
[edit]
[-] ResponseType.php
[edit]
[-] ResponsiblePolicy.php
[edit]
[-] ResponsibleSensitiveType.php
[edit]
[-] RestoreAction.php
[edit]
[-] RestoreTimeRange.php
[edit]
[-] RestrictedAppsState.php
[edit]
[-] RestrictedAppsViolation.php
[edit]
[-] RestrictedSignIn.php
[edit]
[-] RestrictionAction.php
[edit]
[-] RestrictionTrigger.php
[edit]
[-] ResultInfo.php
[edit]
[-] ResultTemplate.php
[edit]
[-] ResultTemplateDictionary.php
[edit]
[-] ResultTemplateOption.php
[edit]
[-] ResultantAppState.php
[edit]
[-] ResultantAppStateDetail.php
[edit]
[-] RetireScheduledManagedDevice.php
[edit]
[-] RevokeAppleVppLicensesActionResult.php
[edit]
[-] RgbColor.php
[edit]
[-] RichLongRunningOperation.php
[edit]
[-] RiskDetail.php
[edit]
[-] RiskDetection.php
[edit]
[-] RiskDetectionTimingType.php
[edit]
[-] RiskEventType.php
[edit]
[-] RiskLevel.php
[edit]
[-] RiskServicePrincipalActivity.php
[edit]
[-] RiskState.php
[edit]
[-] RiskUserActivity.php
[edit]
[-] RiskyServicePrincipal.php
[edit]
[-] RiskyServicePrincipalHistoryItem.php
[edit]
[-] RiskyUser.php
[edit]
[-] RiskyUserHistoryItem.php
[edit]
[-] RoleAssignment.php
[edit]
[-] RoleAssignmentScheduleFilterByCurrentUserOptions.php
[edit]
[-] RoleAssignmentScheduleInstanceFilterByCurrentUserOptions.php
[edit]
[-] RoleAssignmentScheduleRequestFilterByCurrentUserOptions.php
[edit]
[-] RoleAssignmentScopeType.php
[edit]
[-] RoleDefinition.php
[edit]
[-] RoleEligibilityScheduleFilterByCurrentUserOptions.php
[edit]
[-] RoleEligibilityScheduleInstanceFilterByCurrentUserOptions.php
[edit]
[-] RoleEligibilityScheduleRequestFilterByCurrentUserOptions.php
[edit]
[-] RoleManagement.php
[edit]
[-] RoleMembershipGovernanceCriteria.php
[edit]
[-] RolePermission.php
[edit]
[-] RoleScopeTag.php
[edit]
[-] RoleScopeTagAutoAssignment.php
[edit]
[-] RoleScopeTagInfo.php
[edit]
[-] RoleSuccessStatistics.php
[edit]
[-] RoleSummaryStatus.php
[edit]
[-] Room.php
[edit]
[-] RoomList.php
[edit]
[-] Root.php
[edit]
[-] RotateBitLockerKeysDeviceActionResult.php
[edit]
[-] RoutingMode.php
[edit]
[-] RoutingPolicy.php
[edit]
[-] RoutingType.php
[edit]
[-] RubricCriterion.php
[edit]
[-] RubricLevel.php
[edit]
[-] RubricQuality.php
[edit]
[-] RubricQualityFeedbackModel.php
[edit]
[-] RubricQualitySelectedColumnModel.php
[edit]
[-] RuleMode.php
[edit]
[-] RunAsAccountType.php
[edit]
[-] RunState.php
[edit]
[-] SafeSearchFilterType.php
[edit]
[-] SalesCreditMemo.php
[edit]
[-] SalesCreditMemoLine.php
[edit]
[-] SalesInvoice.php
[edit]
[-] SalesInvoiceLine.php
[edit]
[-] SalesOrder.php
[edit]
[-] SalesOrderLine.php
[edit]
[-] SalesQuote.php
[edit]
[-] SalesQuoteLine.php
[edit]
[-] SamlOrWsFedExternalDomainFederation.php
[edit]
[-] SamlOrWsFedProvider.php
[edit]
[-] SamlSingleSignOnSettings.php
[edit]
[-] Schedule.php
[edit]
[-] ScheduleChangeRequest.php
[edit]
[-] ScheduleChangeRequestActor.php
[edit]
[-] ScheduleChangeState.php
[edit]
[-] ScheduleEntity.php
[edit]
[-] ScheduleEntityTheme.php
[edit]
[-] ScheduleInformation.php
[edit]
[-] ScheduleItem.php
[edit]
[-] ScheduledRetireState.php
[edit]
[-] SchedulingGroup.php
[edit]
[-] Schema.php
[edit]
[-] SchemaExtension.php
[edit]
[-] ScopeOperatorMultiValuedComparisonType.php
[edit]
[-] ScopeOperatorType.php
[edit]
[-] ScopedRoleMembership.php
[edit]
[-] ScreenSharingRole.php
[edit]
[-] SearchAggregation.php
[edit]
[-] SearchAlteration.php
[edit]
[-] SearchAlterationOptions.php
[edit]
[-] SearchAlterationType.php
[edit]
[-] SearchBucket.php
[edit]
[-] SearchEntity.php
[edit]
[-] SearchHit.php
[edit]
[-] SearchHitsContainer.php
[edit]
[-] SearchQuery.php
[edit]
[-] SearchQueryString.php
[edit]
[-] SearchRequest.php
[edit]
[-] SearchResponse.php
[edit]
[-] SearchResult.php
[edit]
[-] SectionGroup.php
[edit]
[-] SectionLinks.php
[edit]
[-] SecureAssessmentAccountType.php
[edit]
[-] SecureBootWithDMAType.php
[edit]
[-] SecureScore.php
[edit]
[-] SecureScoreControlProfile.php
[edit]
[-] SecureScoreControlStateUpdate.php
[edit]
[-] Security.php
[edit]
[-] SecurityAction.php
[edit]
[-] SecurityActionState.php
[edit]
[-] SecurityBaselineCategoryStateSummary.php
[edit]
[-] SecurityBaselineComplianceState.php
[edit]
[-] SecurityBaselineContributingPolicy.php
[edit]
[-] SecurityBaselineDeviceState.php
[edit]
[-] SecurityBaselinePolicySourceType.php
[edit]
[-] SecurityBaselineSettingState.php
[edit]
[-] SecurityBaselineState.php
[edit]
[-] SecurityBaselineStateSummary.php
[edit]
[-] SecurityBaselineTemplate.php
[edit]
[-] SecurityConfigurationTask.php
[edit]
[-] SecurityNetworkProtocol.php
[edit]
[-] SecurityProviderStatus.php
[edit]
[-] SecurityQuestionType.php
[edit]
[-] SecurityReportsRoot.php
[edit]
[-] SecurityResource.php
[edit]
[-] SecurityResourceType.php
[edit]
[-] SecurityVendorInformation.php
[edit]
[-] SelfServiceSignUpAuthenticationFlowConfiguration.php
[edit]
[-] SelfSignedCertificate.php
[edit]
[-] SensitiveContentEvidence.php
[edit]
[-] SensitiveContentLocation.php
[edit]
[-] SensitiveType.php
[edit]
[-] SensitiveTypeScope.php
[edit]
[-] SensitiveTypeSource.php
[edit]
[-] Sensitivity.php
[edit]
[-] SensitivityLabel.php
[edit]
[-] SensitivityLabelAssignment.php
[edit]
[-] SensitivityLabelAssignmentMethod.php
[edit]
[-] SensitivityLabelTarget.php
[edit]
[-] SensitivityPolicySettings.php
[edit]
[-] ServiceAnnouncement.php
[edit]
[-] ServiceAnnouncementAttachment.php
[edit]
[-] ServiceAnnouncementBase.php
[edit]
[-] ServiceHealth.php
[edit]
[-] ServiceHealthClassificationType.php
[edit]
[-] ServiceHealthIssue.php
[edit]
[-] ServiceHealthIssuePost.php
[edit]
[-] ServiceHealthOrigin.php
[edit]
[-] ServiceHealthStatus.php
[edit]
[-] ServiceHostedMediaConfig.php
[edit]
[-] ServiceInformation.php
[edit]
[-] ServicePlanInfo.php
[edit]
[-] ServicePrincipal.php
[edit]
[-] ServicePrincipalCreationConditionSet.php
[edit]
[-] ServicePrincipalCreationPolicy.php
[edit]
[-] ServicePrincipalIdentity.php
[edit]
[-] ServicePrincipalRiskDetection.php
[edit]
[-] ServiceStartType.php
[edit]
[-] ServiceUpdateCategory.php
[edit]
[-] ServiceUpdateMessage.php
[edit]
[-] ServiceUpdateMessageViewpoint.php
[edit]
[-] ServiceUpdateSeverity.php
[edit]
[-] SessionLifetimePolicy.php
[edit]
[-] SettingSource.php
[edit]
[-] SettingSourceType.php
[edit]
[-] SettingStateDeviceSummary.php
[edit]
[-] SettingTemplateValue.php
[edit]
[-] SettingValue.php
[edit]
[-] Settings.php
[edit]
[-] SetupStatus.php
[edit]
[-] ShareAction.php
[edit]
[-] SharePointIdentity.php
[edit]
[-] SharePointIdentitySet.php
[edit]
[-] Shared.php
[edit]
[-] SharedAppleDeviceUser.php
[edit]
[-] SharedDriveItem.php
[edit]
[-] SharedEmailDomain.php
[edit]
[-] SharedEmailDomainInvitation.php
[edit]
[-] SharedInsight.php
[edit]
[-] SharedPCAccountDeletionPolicyType.php
[edit]
[-] SharedPCAccountManagerPolicy.php
[edit]
[-] SharedPCAllowedAccountType.php
[edit]
[-] SharedPCConfiguration.php
[edit]
[-] SharedWithChannelTeamInfo.php
[edit]
[-] SharepointIds.php
[edit]
[-] SharingDetail.php
[edit]
[-] SharingInvitation.php
[edit]
[-] SharingLink.php
[edit]
[-] Shift.php
[edit]
[-] ShiftActivity.php
[edit]
[-] ShiftAvailability.php
[edit]
[-] ShiftItem.php
[edit]
[-] ShiftPreferences.php
[edit]
[-] ShipmentMethod.php
[edit]
[-] SideLoadingKey.php
[edit]
[-] SignIn.php
[edit]
[-] SignInAccessType.php
[edit]
[-] SignInActivity.php
[edit]
[-] SignInAssistantOptions.php
[edit]
[-] SignInFrequencyAuthenticationType.php
[edit]
[-] SignInFrequencyInterval.php
[edit]
[-] SignInFrequencySessionControl.php
[edit]
[-] SignInIdentifierType.php
[edit]
[-] SignInLocation.php
[edit]
[-] SignInStatus.php
[edit]
[-] SignInUserType.php
[edit]
[-] SigninFrequencyType.php
[edit]
[-] SigningCertificateUpdateStatus.php
[edit]
[-] SigningResult.php
[edit]
[-] Simulation.php
[edit]
[-] SimulationAttackTechnique.php
[edit]
[-] SimulationAttackType.php
[edit]
[-] SimulationAutomation.php
[edit]
[-] SimulationAutomationRun.php
[edit]
[-] SimulationAutomationRunStatus.php
[edit]
[-] SimulationAutomationStatus.php
[edit]
[-] SimulationEvent.php
[edit]
[-] SimulationEventsContent.php
[edit]
[-] SimulationReport.php
[edit]
[-] SimulationReportOverview.php
[edit]
[-] SimulationStatus.php
[edit]
[-] SingleSignOnExtension.php
[edit]
[-] SingleSignOnMode.php
[edit]
[-] SingleUser.php
[edit]
[-] SingleValueLegacyExtendedProperty.php
[edit]
[-] Site.php
[edit]
[-] SiteAccessType.php
[edit]
[-] SiteCollection.php
[edit]
[-] SitePage.php
[edit]
[-] SitePageData.php
[edit]
[-] SiteSecurityLevel.php
[edit]
[-] SiteSettings.php
[edit]
[-] SizeRange.php
[edit]
[-] SkillProficiency.php
[edit]
[-] SkillProficiencyLevel.php
[edit]
[-] SkypeForBusinessUserConversationMember.php
[edit]
[-] SkypeUserConversationMember.php
[edit]
[-] SmsAuthenticationMethodConfiguration.php
[edit]
[-] SmsAuthenticationMethodTarget.php
[edit]
[-] SocialIdentityProvider.php
[edit]
[-] SoftwareOathAuthenticationMethod.php
[edit]
[-] SoftwareUpdateStatusSummary.php
[edit]
[-] SortProperty.php
[edit]
[-] SpaApplication.php
[edit]
[-] SpecialFolder.php
[edit]
[-] SpecifiedCaptiveNetworkPlugins.php
[edit]
[-] StaffAvailabilityItem.php
[edit]
[-] StagedFeatureName.php
[edit]
[-] StandardTimeZoneOffset.php
[edit]
[-] StartHoldMusicOperation.php
[edit]
[-] StateManagementSetting.php
[edit]
[-] Status.php
[edit]
[-] StatusBase.php
[edit]
[-] StatusDetails.php
[edit]
[-] StopHoldMusicOperation.php
[edit]
[-] Storage.php
[edit]
[-] StoragePlanInformation.php
[edit]
[-] StringKeyAttributeMappingSourceValuePair.php
[edit]
[-] StringKeyLongValuePair.php
[edit]
[-] StringKeyObjectValuePair.php
[edit]
[-] StringKeyStringValuePair.php
[edit]
[-] StrongAuthenticationDetail.php
[edit]
[-] StrongAuthenticationPhoneAppDetail.php
[edit]
[-] StsPolicy.php
[edit]
[-] SubjectAlternativeNameType.php
[edit]
[-] SubjectNameFormat.php
[edit]
[-] SubjectRightsRequest.php
[edit]
[-] SubjectRightsRequestAllMailboxLocation.php
[edit]
[-] SubjectRightsRequestAllSiteLocation.php
[edit]
[-] SubjectRightsRequestDetail.php
[edit]
[-] SubjectRightsRequestEnumeratedMailboxLocation.php
[edit]
[-] SubjectRightsRequestEnumeratedSiteLocation.php
[edit]
[-] SubjectRightsRequestHistory.php
[edit]
[-] SubjectRightsRequestMailboxLocation.php
[edit]
[-] SubjectRightsRequestSiteLocation.php
[edit]
[-] SubjectRightsRequestStage.php
[edit]
[-] SubjectRightsRequestStageDetail.php
[edit]
[-] SubjectRightsRequestStageStatus.php
[edit]
[-] SubjectRightsRequestStatus.php
[edit]
[-] SubjectRightsRequestType.php
[edit]
[-] SubscribeToToneOperation.php
[edit]
[-] SubscribedSku.php
[edit]
[-] Subscription.php
[edit]
[-] SuggestedEnrollmentLimit.php
[edit]
[-] SupportedClaimConfiguration.php
[edit]
[-] SwapShiftsChangeRequest.php
[edit]
[-] SymantecCodeSigningCertificate.php
[edit]
[-] Synchronization.php
[edit]
[-] SynchronizationError.php
[edit]
[-] SynchronizationJob.php
[edit]
[-] SynchronizationJobApplicationParameters.php
[edit]
[-] SynchronizationJobRestartCriteria.php
[edit]
[-] SynchronizationJobRestartScope.php
[edit]
[-] SynchronizationJobSubject.php
[edit]
[-] SynchronizationLinkedObjects.php
[edit]
[-] SynchronizationProgress.php
[edit]
[-] SynchronizationQuarantine.php
[edit]
[-] SynchronizationRule.php
[edit]
[-] SynchronizationSchedule.php
[edit]
[-] SynchronizationScheduleState.php
[edit]
[-] SynchronizationSchema.php
[edit]
[-] SynchronizationSecret.php
[edit]
[-] SynchronizationSecretKeyStringValuePair.php
[edit]
[-] SynchronizationStatus.php
[edit]
[-] SynchronizationStatusCode.php
[edit]
[-] SynchronizationTaskExecution.php
[edit]
[-] SynchronizationTaskExecutionResult.php
[edit]
[-] SynchronizationTemplate.php
[edit]
[-] SystemFacet.php
[edit]
[-] TabUpdatedEventMessageDetail.php
[edit]
[-] TargetPolicyEndpoints.php
[edit]
[-] TargetResource.php
[edit]
[-] TargetedManagedAppConfiguration.php
[edit]
[-] TargetedManagedAppConfigurationPolicySetItem.php
[edit]
[-] TargetedManagedAppGroupType.php
[edit]
[-] TargetedManagedAppPolicyAssignment.php
[edit]
[-] TargetedManagedAppProtection.php
[edit]
[-] Task.php
[edit]
[-] TaskFileAttachment.php
[edit]
[-] TaskList.php
[edit]
[-] TaskStatus.php
[edit]
[-] TaskStatus_v2.php
[edit]
[-] TaskViewpoint.php
[edit]
[-] Tasks.php
[edit]
[-] TaxArea.php
[edit]
[-] TaxGroup.php
[edit]
[-] Team.php
[edit]
[-] TeamArchivedEventMessageDetail.php
[edit]
[-] TeamClassSettings.php
[edit]
[-] TeamCreatedEventMessageDetail.php
[edit]
[-] TeamDescriptionUpdatedEventMessageDetail.php
[edit]
[-] TeamDiscoverySettings.php
[edit]
[-] TeamFunSettings.php
[edit]
[-] TeamGuestSettings.php
[edit]
[-] TeamInfo.php
[edit]
[-] TeamJoiningDisabledEventMessageDetail.php
[edit]
[-] TeamJoiningEnabledEventMessageDetail.php
[edit]
[-] TeamMemberSettings.php
[edit]
[-] TeamMembersNotificationRecipient.php
[edit]
[-] TeamMessagingSettings.php
[edit]
[-] TeamRenamedEventMessageDetail.php
[edit]
[-] TeamSpecialization.php
[edit]
[-] TeamSummary.php
[edit]
[-] TeamUnarchivedEventMessageDetail.php
[edit]
[-] TeamVisibilityType.php
[edit]
[-] TeamsApp.php
[edit]
[-] TeamsAppDefinition.php
[edit]
[-] TeamsAppDistributionMethod.php
[edit]
[-] TeamsAppIcon.php
[edit]
[-] TeamsAppInstallation.php
[edit]
[-] TeamsAppInstallationScopes.php
[edit]
[-] TeamsAppInstalledEventMessageDetail.php
[edit]
[-] TeamsAppPublishingState.php
[edit]
[-] TeamsAppRemovedEventMessageDetail.php
[edit]
[-] TeamsAppSettings.php
[edit]
[-] TeamsAppUpgradedEventMessageDetail.php
[edit]
[-] TeamsAsyncOperation.php
[edit]
[-] TeamsAsyncOperationStatus.php
[edit]
[-] TeamsAsyncOperationType.php
[edit]
[-] TeamsTab.php
[edit]
[-] TeamsTabConfiguration.php
[edit]
[-] TeamsTemplate.php
[edit]
[-] Teamwork.php
[edit]
[-] TeamworkAccountConfiguration.php
[edit]
[-] TeamworkActivePeripherals.php
[edit]
[-] TeamworkActivityTopic.php
[edit]
[-] TeamworkActivityTopicSource.php
[edit]
[-] TeamworkApplicationIdentity.php
[edit]
[-] TeamworkApplicationIdentityType.php
[edit]
[-] TeamworkBot.php
[edit]
[-] TeamworkCallEventType.php
[edit]
[-] TeamworkCameraConfiguration.php
[edit]
[-] TeamworkConfiguredPeripheral.php
[edit]
[-] TeamworkConnection.php
[edit]
[-] TeamworkConnectionStatus.php
[edit]
[-] TeamworkContentCameraConfiguration.php
[edit]
[-] TeamworkConversationIdentity.php
[edit]
[-] TeamworkConversationIdentityType.php
[edit]
[-] TeamworkDateTimeConfiguration.php
[edit]
[-] TiAction.php
[edit]
[-] TeamworkDevice.php
[edit]
[-] TeamworkDeviceActivity.php
[edit]
[-] TeamworkDeviceActivityState.php
[edit]
[-] TeamworkDeviceConfiguration.php
[edit]
[-] TeamworkDeviceHealth.php
[edit]
[-] TeamworkDeviceHealthStatus.php
[edit]
[-] TeamworkDeviceOperation.php
[edit]
[-] TeamworkDeviceOperationType.php
[edit]
[-] TeamworkDeviceSoftwareVersions.php
[edit]
[-] TeamworkDeviceType.php
[edit]
[-] TeamworkDisplayConfiguration.php
[edit]
[-] TeamworkDisplayScreenConfiguration.php
[edit]
[-] TeamworkFeaturesConfiguration.php
[edit]
[-] TeamworkHardwareConfiguration.php
[edit]
[-] TeamworkHardwareDetail.php
[edit]
[-] TeamworkHardwareHealth.php
[edit]
[-] TeamworkHostedContent.php
[edit]
[-] TeamworkLoginStatus.php
[edit]
[-] TeamworkMicrophoneConfiguration.php
[edit]
[-] TeamworkNetworkConfiguration.php
[edit]
[-] TeamworkNotificationRecipient.php
[edit]
[-] TeamworkOnPremisesCalendarSyncConfiguration.php
[edit]
[-] TeamworkOnlineMeetingInfo.php
[edit]
[-] TeamworkPeripheral.php
[edit]
[-] TeamworkPeripheralHealth.php
[edit]
[-] TeamworkPeripheralsHealth.php
[edit]
[-] TeamworkSoftwareFreshness.php
[edit]
[-] TeamworkSoftwareType.php
[edit]
[-] TeamworkSoftwareUpdateHealth.php
[edit]
[-] TeamworkSoftwareUpdateStatus.php
[edit]
[-] TeamworkSpeakerConfiguration.php
[edit]
[-] TeamworkSupportedClient.php
[edit]
[-] TeamworkSystemConfiguration.php
[edit]
[-] TeamworkTag.php
[edit]
[-] TeamworkTagIdentity.php
[edit]
[-] TeamworkTagMember.php
[edit]
[-] TeamworkTagType.php
[edit]
[-] TeamworkTeamsClientConfiguration.php
[edit]
[-] TeamworkUserIdentity.php
[edit]
[-] TeamworkUserIdentityType.php
[edit]
[-] TelecomExpenseManagementPartner.php
[edit]
[-] TeleconferenceDeviceAudioQuality.php
[edit]
[-] TeleconferenceDeviceMediaQuality.php
[edit]
[-] TeleconferenceDeviceQuality.php
[edit]
[-] TeleconferenceDeviceScreenSharingQuality.php
[edit]
[-] TeleconferenceDeviceVideoQuality.php
[edit]
[-] TemporaryAccessPassAuthenticationMethod.php
[edit]
[-] TemporaryAccessPassAuthenticationMethodConfiguration.php
[edit]
[-] TenantAppManagementPolicy.php
[edit]
[-] TenantAttachRBAC.php
[edit]
[-] TenantAttachRBACState.php
[edit]
[-] TenantReference.php
[edit]
[-] TenantRelationship.php
[edit]
[-] TenantRelationshipAccessPolicyBase.php
[edit]
[-] TenantSetupInfo.php
[edit]
[-] TermColumn.php
[edit]
[-] TermsAndConditions.php
[edit]
[-] TermsAndConditionsAcceptanceStatus.php
[edit]
[-] TermsAndConditionsAssignment.php
[edit]
[-] TermsAndConditionsGroupAssignment.php
[edit]
[-] TermsExpiration.php
[edit]
[-] TermsOfUseContainer.php
[edit]
[-] TextClassificationRequest.php
[edit]
[-] TextColumn.php
[edit]
[-] ThreatAssessmentContentType.php
[edit]
[-] ThreatAssessmentRequest.php
[edit]
[-] ThreatAssessmentRequestPivotProperty.php
[edit]
[-] ThreatAssessmentRequestSource.php
[edit]
[-] ThreatAssessmentRequestsCount.php
[edit]
[-] ThreatAssessmentResult.php
[edit]
[-] ThreatAssessmentResultType.php
[edit]
[-] ThreatAssessmentStatus.php
[edit]
[-] ThreatCategory.php
[edit]
[-] ThreatExpectedAssessment.php
[edit]
[-] Thumbnail.php
[edit]
[-] ThumbnailColumn.php
[edit]
[-] ThumbnailSet.php
[edit]
[-] TiIndicator.php
[edit]
[-] TicketInfo.php
[edit]
[-] TimeCard.php
[edit]
[-] TimeCardBreak.php
[edit]
[-] TimeCardEntry.php
[edit]
[-] TimeCardEvent.php
[edit]
[-] TimeCardState.php
[edit]
[-] TimeClockSettings.php
[edit]
[-] TimeConstraint.php
[edit]
[-] TimeOff.php
[edit]
[-] TimeOffItem.php
[edit]
[-] TimeOffReason.php
[edit]
[-] TimeOffReasonIconType.php
[edit]
[-] TimeOffRequest.php
[edit]
[-] TimeRange.php
[edit]
[-] TimeSeriesParameter.php
[edit]
[-] TimeSlot.php
[edit]
[-] TimeZoneBase.php
[edit]
[-] TimeZoneInformation.php
[edit]
[-] TlpLevel.php
[edit]
[-] TimeZoneStandard.php
[edit]
[-] Todo.php
[edit]
[-] TodoTask.php
[edit]
[-] TodoTaskList.php
[edit]
[-] TokenIssuancePolicy.php
[edit]
[-] TokenIssuerType.php
[edit]
[-] TokenLifetimePolicy.php
[edit]
[-] TokenMeetingInfo.php
[edit]
[-] Tone.php
[edit]
[-] ToneInfo.php
[edit]
[-] TrainingEventsContent.php
[edit]
[-] TrainingStatus.php
[edit]
[-] TranslationBehavior.php
[edit]
[-] TranslationLanguageOverride.php
[edit]
[-] TranslationPreferences.php
[edit]
[-] Trending.php
[edit]
[-] TrustFramework.php
[edit]
[-] TrustFrameworkKey.php
[edit]
[-] TrustFrameworkKeySet.php
[edit]
[-] TrustFrameworkPolicy.php
[edit]
[-] TypedEmailAddress.php
[edit]
[-] UnifiedRbacResourceAction.php
[edit]
[-] UnifiedRbacResourceNamespace.php
[edit]
[-] UnifiedRbacResourceScope.php
[edit]
[-] UnifiedRole.php
[edit]
[-] UnifiedRoleAssignment.php
[edit]
[-] UnifiedRoleAssignmentMultiple.php
[edit]
[-] UnifiedRoleAssignmentSchedule.php
[edit]
[-] UnifiedRoleAssignmentScheduleInstance.php
[edit]
[-] UnifiedRoleAssignmentScheduleRequest.php
[edit]
[-] UnifiedRoleDefinition.php
[edit]
[-] UnifiedRoleEligibilitySchedule.php
[edit]
[-] UnifiedRoleEligibilityScheduleInstance.php
[edit]
[-] UnifiedRoleEligibilityScheduleRequest.php
[edit]
[-] UnifiedRoleManagementPolicy.php
[edit]
[-] UnifiedRoleManagementPolicyApprovalRule.php
[edit]
[-] UnifiedRoleManagementPolicyAssignment.php
[edit]
[-] UnifiedRoleManagementPolicyAuthenticationContextRule.php
[edit]
[-] UnifiedRoleManagementPolicyEnablementRule.php
[edit]
[-] UnifiedRoleManagementPolicyExpirationRule.php
[edit]
[-] UnifiedRoleManagementPolicyNotificationRule.php
[edit]
[-] UnifiedRoleManagementPolicyRule.php
[edit]
[-] UnifiedRoleManagementPolicyRuleTarget.php
[edit]
[-] UnifiedRolePermission.php
[edit]
[-] UnifiedRoleScheduleBase.php
[edit]
[-] UnifiedRoleScheduleInstanceBase.php
[edit]
[-] UnitOfMeasure.php
[edit]
[-] UnmanagedDevice.php
[edit]
[-] UnmanagedDeviceDiscoveryTask.php
[edit]
[-] UnmuteParticipantOperation.php
[edit]
[-] UnsupportedDeviceConfiguration.php
[edit]
[-] UnsupportedDeviceConfigurationDetail.php
[edit]
[-] UnsupportedGroupPolicyExtension.php
[edit]
[-] UpdateClassification.php
[edit]
[-] UpdateRecordingStatusOperation.php
[edit]
[-] UpdateWindow.php
[edit]
[-] UpdateWindowsDeviceAccountActionParameter.php
[edit]
[-] UploadSession.php
[edit]
[-] UriClickSecurityState.php
[edit]
[-] UrlAssessmentRequest.php
[edit]
[-] UsageAuthMethod.php
[edit]
[-] UsageDetails.php
[edit]
[-] UsageRight.php
[edit]
[-] UsageRightState.php
[edit]
[-] UsedInsight.php
[edit]
[-] User.php
[edit]
[-] UserAccount.php
[edit]
[-] UserAccountInformation.php
[edit]
[-] UserAccountSecurityType.php
[edit]
[-] UserActivity.php
[edit]
[-] UserAnalytics.php
[edit]
[-] UserAppInstallStatus.php
[edit]
[-] UserAttributeValuesItem.php
[edit]
[-] UserConfiguration.php
[edit]
[-] UserConsentRequest.php
[edit]
[-] UserCredentialUsageDetails.php
[edit]
[-] UserEmailSource.php
[edit]
[-] UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.php
[edit]
[-] UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.php
[edit]
[-] UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.php
[edit]
[-] UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.php
[edit]
[-] UserExperienceAnalyticsAppHealthApplicationPerformance.php
[edit]
[-] UserExperienceAnalyticsAppHealthDeviceModelPerformance.php
[edit]
[-] UserExperienceAnalyticsAppHealthDevicePerformance.php
[edit]
[-] UserExperienceAnalyticsAppHealthDevicePerformanceDetails.php
[edit]
[-] UserExperienceAnalyticsAppHealthOSVersionPerformance.php
[edit]
[-] UserExperienceAnalyticsAutopilotDevicesSummary.php
[edit]
[-] UserExperienceAnalyticsBaseline.php
[edit]
[-] UserSet.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthAppImpact.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthCapacityDetails.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthDeviceAppImpact.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthDevicePerformance.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthModelPerformance.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthOsPerformance.php
[edit]
[-] UserExperienceAnalyticsBatteryHealthRuntimeDetails.php
[edit]
[-] UserExperienceAnalyticsCategory.php
[edit]
[-] UserExperienceAnalyticsCloudIdentityDevicesSummary.php
[edit]
[-] UserExperienceAnalyticsCloudManagementDevicesSummary.php
[edit]
[-] UserExperienceAnalyticsDevicePerformance.php
[edit]
[-] UserExperienceAnalyticsDeviceScope.php
[edit]
[-] UserExperienceAnalyticsDeviceScores.php
[edit]
[-] UserExperienceAnalyticsDeviceStartupHistory.php
[edit]
[-] UserExperienceAnalyticsDeviceStartupProcess.php
[edit]
[-] UserExperienceAnalyticsDeviceStartupProcessPerformance.php
[edit]
[-] UserExperienceAnalyticsDeviceWithoutCloudIdentity.php
[edit]
[-] UserExperienceAnalyticsHealthState.php
[edit]
[-] UserExperienceAnalyticsImpactingProcess.php
[edit]
[-] UserExperienceAnalyticsInsight.php
[edit]
[-] UserExperienceAnalyticsInsightSeverity.php
[edit]
[-] UserExperienceAnalyticsInsightValue.php
[edit]
[-] UserExperienceAnalyticsMetric.php
[edit]
[-] UserExperienceAnalyticsMetricHistory.php
[edit]
[-] UserExperienceAnalyticsModelScores.php
[edit]
[-] UserExperienceAnalyticsNotAutopilotReadyDevice.php
[edit]
[-] UserExperienceAnalyticsOperatingSystemRestartCategory.php
[edit]
[-] UserExperienceAnalyticsOverview.php
[edit]
[-] UserExperienceAnalyticsRegressionSummary.php
[edit]
[-] UserExperienceAnalyticsRemoteConnection.php
[edit]
[-] UserExperienceAnalyticsResourcePerformance.php
[edit]
[-] UserExperienceAnalyticsScoreHistory.php
[edit]
[-] UserExperienceAnalyticsSettings.php
[edit]
[-] UserExperienceAnalyticsSummarizedBy.php
[edit]
[-] UserExperienceAnalyticsWindows10DevicesSummary.php
[edit]
[-] UserExperienceAnalyticsWorkFromAnywhereDevice.php
[edit]
[-] UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.php
[edit]
[-] UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.php
[edit]
[-] UserExperienceAnalyticsWorkFromAnywhereMetric.php
[edit]
[-] UserExperienceAnalyticsWorkFromAnywhereModelPerformance.php
[edit]
[-] UserFlowApiConnectorConfiguration.php
[edit]
[-] UserFlowLanguageConfiguration.php
[edit]
[-] UserFlowLanguagePage.php
[edit]
[-] UserFlowType.php
[edit]
[-] UserGovernanceCriteria.php
[edit]
[-] UserIdentity.php
[edit]
[-] UserInsightsSettings.php
[edit]
[-] UserInstallStateSummary.php
[edit]
[-] UserLastSignInRecommendationInsightSetting.php
[edit]
[-] UserNewMessageRestriction.php
[edit]
[-] UserPFXCertificate.php
[edit]
[-] UserPfxIntendedPurpose.php
[edit]
[-] UserPfxPaddingScheme.php
[edit]
[-] UserPrint.php
[edit]
[-] UserPrintUsageSummary.php
[edit]
[-] UserPurpose.php
[edit]
[-] UserRegistrationCount.php
[edit]
[-] UserRegistrationDetails.php
[edit]
[-] UserRegistrationFeatureCount.php
[edit]
[-] UserRegistrationFeatureSummary.php
[edit]
[-] UserRegistrationMethodCount.php
[edit]
[-] UserRegistrationMethodSummary.php
[edit]
[-] UserScopeTeamsAppInstallation.php
[edit]
[-] UserSecurityProfile.php
[edit]
[-] UserSecurityState.php
[edit]
[-] UserSettings.php
[edit]
[-] UserSignInInsight.php
[edit]
[-] UserSignInRecommendationScope.php
[edit]
[-] UserSimulationDetails.php
[edit]
[-] UserSimulationEventInfo.php
[edit]
[-] UserTeamwork.php
[edit]
[-] UserTrainingContentEventInfo.php
[edit]
[-] UserTrainingEventInfo.php
[edit]
[-] UserTrainingStatusInfo.php
[edit]
[-] UsernameSource.php
[edit]
[-] ValidationResult.php
[edit]
[-] Vendor.php
[edit]
[-] VerificationResult.php
[edit]
[-] VerifiedCustomDomainCertificatesMetadata.php
[edit]
[-] VerifiedDomain.php
[edit]
[-] VerifiedPublisher.php
[edit]
[-] VersionAction.php
[edit]
[-] Video.php
[edit]
[-] VirtualEndpoint.php
[edit]
[-] VisibilitySetting.php
[edit]
[-] VisualInfo.php
[edit]
[-] VisualProperties.php
[edit]
[-] VolumeType.php
[edit]
[-] VpnAuthenticationMethod.php
[edit]
[-] VpnClientAuthenticationType.php
[edit]
[-] VpnConfiguration.php
[edit]
[-] VpnDeadPeerDetectionRate.php
[edit]
[-] VpnDnsRule.php
[edit]
[-] VpnEncryptionAlgorithmType.php
[edit]
[-] VpnIntegrityAlgorithmType.php
[edit]
[-] VpnLocalIdentifier.php
[edit]
[-] VpnOnDemandRule.php
[edit]
[-] VpnOnDemandRuleConnectionAction.php
[edit]
[-] VpnOnDemandRuleConnectionDomainAction.php
[edit]
[-] VpnProviderType.php
[edit]
[-] VpnProxyServer.php
[edit]
[-] VpnRoute.php
[edit]
[-] VpnServer.php
[edit]
[-] VpnServerCertificateType.php
[edit]
[-] VpnServiceExceptionAction.php
[edit]
[-] VpnTrafficRule.php
[edit]
[-] VpnTrafficRuleAppType.php
[edit]
[-] VpnTrafficRuleRoutingPolicyType.php
[edit]
[-] VpnTunnelConfigurationType.php
[edit]
[-] VppLicensingType.php
[edit]
[-] VppToken.php
[edit]
[-] VppTokenAccountType.php
[edit]
[-] VppTokenActionFailureReason.php
[edit]
[-] VppTokenActionResult.php
[edit]
[-] VppTokenLicenseSummary.php
[edit]
[-] VppTokenRevokeLicensesActionResult.php
[edit]
[-] VppTokenState.php
[edit]
[-] VppTokenSyncStatus.php
[edit]
[-] VulnerabilityState.php
[edit]
[-] VulnerableManagedDevice.php
[edit]
[-] WarrantyOffer.php
[edit]
[-] WarrantyType.php
[edit]
[-] WatermarkLayout.php
[edit]
[-] WebAccount.php
[edit]
[-] WebApp.php
[edit]
[-] WebApplication.php
[edit]
[-] WebBrowserCookieSettings.php
[edit]
[-] WebPart.php
[edit]
[-] Website.php
[edit]
[-] WebsiteType.php
[edit]
[-] WeekIndex.php
[edit]
[-] WeeklySchedule.php
[edit]
[-] WelcomeScreenMeetingInformation.php
[edit]
[-] WellKnownListName_v2.php
[edit]
[-] WellKnownTaskList.php
[edit]
[-] WellknownListName.php
[edit]
[-] WiFiAuthenticationMethod.php
[edit]
[-] WiFiProxySetting.php
[edit]
[-] WiFiSecurityType.php
[edit]
[-] WifiAuthenticationType.php
[edit]
[-] Win32LobApp.php
[edit]
[-] Win32LobAppAssignmentSettings.php
[edit]
[-] Win32LobAppDeliveryOptimizationPriority.php
[edit]
[-] Win32LobAppDetection.php
[edit]
[-] Win32LobAppDetectionOperator.php
[edit]
[-] Win32LobAppFileSystemDetection.php
[edit]
[-] Win32LobAppFileSystemDetectionType.php
[edit]
[-] Win32LobAppFileSystemOperationType.php
[edit]
[-] Win32LobAppFileSystemRequirement.php
[edit]
[-] Win32LobAppFileSystemRule.php
[edit]
[-] Win32LobAppInstallExperience.php
[edit]
[-] Win32LobAppMsiInformation.php
[edit]
[-] Win32LobAppMsiPackageType.php
[edit]
[-] Win32LobAppNotification.php
[edit]
[-] Win32LobAppPowerShellScriptDetection.php
[edit]
[-] Win32LobAppPowerShellScriptDetectionType.php
[edit]
[-] Win32LobAppPowerShellScriptRequirement.php
[edit]
[-] Win32LobAppPowerShellScriptRule.php
[edit]
[-] Win32LobAppPowerShellScriptRuleOperationType.php
[edit]
[-] Win32LobAppProductCodeDetection.php
[edit]
[-] Win32LobAppProductCodeRule.php
[edit]
[-] Win32LobAppRegistryDetection.php
[edit]
[-] Win32LobAppRegistryDetectionType.php
[edit]
[-] Win32LobAppRegistryRequirement.php
[edit]
[-] Win32LobAppRegistryRule.php
[edit]
[-] Win32LobAppRegistryRuleOperationType.php
[edit]
[-] Win32LobAppRequirement.php
[edit]
[-] Win32LobAppRestartBehavior.php
[edit]
[-] Win32LobAppRestartSettings.php
[edit]
[-] Win32LobAppReturnCode.php
[edit]
[-] Win32LobAppReturnCodeType.php
[edit]
[-] Win32LobAppRule.php
[edit]
[-] Win32LobAppRuleOperator.php
[edit]
[-] Win32LobAppRuleType.php
[edit]
[-] Windows10AppType.php
[edit]
[-] Windows10AppsForceUpdateSchedule.php
[edit]
[-] Windows10AppsUpdateRecurrence.php
[edit]
[-] Windows10AssociatedApps.php
[edit]
[-] Windows10CertificateProfileBase.php
[edit]
[-] Windows10CompliancePolicy.php
[edit]
[-] Windows10CustomConfiguration.php
[edit]
[-] Windows10DeviceFirmwareConfigurationInterface.php
[edit]
[-] Windows10DeviceModeType.php
[edit]
[-] Windows10EasEmailProfileConfiguration.php
[edit]
[-] Windows10EditionType.php
[edit]
[-] Windows10EndpointProtectionConfiguration.php
[edit]
[-] Windows10EnrollmentCompletionPageConfiguration.php
[edit]
[-] Windows10EnrollmentCompletionPageConfigurationPolicySetItem.php
[edit]
[-] Windows10EnterpriseModernAppManagementConfiguration.php
[edit]
[-] Windows10GeneralConfiguration.php
[edit]
[-] Windows10ImportedPFXCertificateProfile.php
[edit]
[-] Windows10MobileCompliancePolicy.php
[edit]
[-] Windows10NetworkBoundaryConfiguration.php
[edit]
[-] Windows10NetworkProxyServer.php
[edit]
[-] Windows10PFXImportCertificateProfile.php
[edit]
[-] Windows10PkcsCertificateProfile.php
[edit]
[-] Windows10SecureAssessmentConfiguration.php
[edit]
[-] Windows10TeamGeneralConfiguration.php
[edit]
[-] Windows10VpnAuthenticationMethod.php
[edit]
[-] Windows10VpnConfiguration.php
[edit]
[-] Windows10VpnConnectionType.php
[edit]
[-] Windows10VpnProfileTarget.php
[edit]
[-] Windows10VpnProxyServer.php
[edit]
[-] Windows10XCertificateProfile.php
[edit]
[-] Windows10XCustomSubjectAlternativeName.php
[edit]
[-] Windows10XSCEPCertificateProfile.php
[edit]
[-] Windows10XTrustedRootCertificate.php
[edit]
[-] Windows10XVpnConfiguration.php
[edit]
[-] Windows10XWifiConfiguration.php
[edit]
[-] Windows81CertificateProfileBase.php
[edit]
[-] Windows81CompliancePolicy.php
[edit]
[-] Windows81GeneralConfiguration.php
[edit]
[-] Windows81SCEPCertificateProfile.php
[edit]
[-] Windows81TrustedRootCertificate.php
[edit]
[-] Windows81VpnConfiguration.php
[edit]
[-] Windows81VpnProxyServer.php
[edit]
[-] Windows81WifiImportConfiguration.php
[edit]
[-] WindowsAppIdentifier.php
[edit]
[-] WindowsAppStartLayoutTileSize.php
[edit]
[-] WindowsAppX.php
[edit]
[-] WindowsAppXAppAssignmentSettings.php
[edit]
[-] WindowsApplication.php
[edit]
[-] WindowsArchitecture.php
[edit]
[-] WindowsAssignedAccessProfile.php
[edit]
[-] WindowsAutopilotDeploymentProfile.php
[edit]
[-] WindowsAutopilotDeploymentProfileAssignment.php
[edit]
[-] WindowsAutopilotDeploymentProfilePolicySetItem.php
[edit]
[-] WindowsAutopilotDeploymentState.php
[edit]
[-] WindowsAutopilotDeviceIdentity.php
[edit]
[-] WindowsAutopilotDeviceRemediationState.php
[edit]
[-] WindowsAutopilotDeviceType.php
[edit]
[-] WindowsAutopilotEnrollmentType.php
[edit]
[-] WindowsAutopilotProfileAssignmentDetailedStatus.php
[edit]
[-] WindowsAutopilotProfileAssignmentStatus.php
[edit]
[-] WindowsAutopilotSettings.php
[edit]
[-] WindowsAutopilotSyncStatus.php
[edit]
[-] WindowsCertificateProfileBase.php
[edit]
[-] WindowsDefenderAdvancedThreatProtectionConfiguration.php
[edit]
[-] WindowsDefenderApplicationControlSupplementalPolicy.php
[edit]
[-] WindowsDefenderApplicationControlSupplementalPolicyAssignment.php
[edit]
[-] WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.php
[edit]
[-] WindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary.php
[edit]
[-] WindowsDefenderApplicationControlSupplementalPolicyStatuses.php
[edit]
[-] WindowsDefenderProductStatus.php
[edit]
[-] WindowsDefenderScanActionResult.php
[edit]
[-] WindowsDefenderTamperProtectionOptions.php
[edit]
[-] WindowsDeliveryOptimizationConfiguration.php
[edit]
[-] WindowsDeliveryOptimizationMode.php
[edit]
[-] WindowsDeviceADAccount.php
[edit]
[-] WindowsDeviceAccount.php
[edit]
[-] WindowsDeviceAzureADAccount.php
[edit]
[-] Workbook.php
[edit]
[-] WindowsDeviceHealthState.php
[edit]
[-] WindowsDeviceMalwareState.php
[edit]
[-] WindowsDeviceType.php
[edit]
[-] WindowsDeviceUsageType.php
[edit]
[-] WindowsDomainJoinConfiguration.php
[edit]
[-] WindowsDriverUpdateInventory.php
[edit]
[-] WindowsDriverUpdateProfile.php
[edit]
[-] WindowsDriverUpdateProfileAssignment.php
[edit]
[-] WindowsDriverUpdateProfileInventorySyncState.php
[edit]
[-] WindowsDriverUpdateProfileInventorySyncStatus.php
[edit]
[-] WindowsEdgeKioskType.php
[edit]
[-] WindowsEnrollmentStatusScreenSettings.php
[edit]
[-] WindowsFeatureUpdateCatalogItem.php
[edit]
[-] WindowsFeatureUpdateProfile.php
[edit]
[-] WindowsFeatureUpdateProfileAssignment.php
[edit]
[-] WindowsFirewallNetworkProfile.php
[edit]
[-] WindowsFirewallRule.php
[edit]
[-] WindowsFirewallRuleInterfaceTypes.php
[edit]
[-] WindowsFirewallRuleNetworkProfileTypes.php
[edit]
[-] WindowsFirewallRuleTrafficDirectionType.php
[edit]
[-] WindowsHealthMonitoringConfiguration.php
[edit]
[-] WindowsHealthMonitoringScope.php
[edit]
[-] WindowsHelloForBusinessAuthenticationMethod.php
[edit]
[-] WindowsHelloForBusinessPinUsage.php
[edit]
[-] WindowsIdentityProtectionConfiguration.php
[edit]
[-] WindowsInformationProtection.php
[edit]
[-] WindowsInformationProtectionApp.php
[edit]
[-] WindowsInformationProtectionAppLearningSummary.php
[edit]
[-] WindowsInformationProtectionAppLockerFile.php
[edit]
[-] WindowsInformationProtectionDataRecoveryCertificate.php
[edit]
[-] WindowsInformationProtectionDesktopApp.php
[edit]
[-] WindowsInformationProtectionDeviceRegistration.php
[edit]
[-] WindowsInformationProtectionEnforcementLevel.php
[edit]
[-] WindowsInformationProtectionIPRangeCollection.php
[edit]
[-] WindowsInformationProtectionNetworkLearningSummary.php
[edit]
[-] WindowsInformationProtectionPinCharacterRequirements.php
[edit]
[-] WindowsInformationProtectionPolicy.php
[edit]
[-] WindowsInformationProtectionProxiedDomainCollection.php
[edit]
[-] WindowsInformationProtectionResourceCollection.php
[edit]
[-] WindowsInformationProtectionStoreApp.php
[edit]
[-] WindowsInformationProtectionWipeAction.php
[edit]
[-] WindowsKioskActiveDirectoryGroup.php
[edit]
[-] WindowsKioskAppBase.php
[edit]
[-] WindowsKioskAppConfiguration.php
[edit]
[-] WindowsKioskAppType.php
[edit]
[-] WindowsKioskAutologon.php
[edit]
[-] WindowsKioskAzureADGroup.php
[edit]
[-] WindowsKioskAzureADUser.php
[edit]
[-] WindowsKioskConfiguration.php
[edit]
[-] WindowsKioskDesktopApp.php
[edit]
[-] WindowsKioskForceUpdateSchedule.php
[edit]
[-] WindowsKioskLocalGroup.php
[edit]
[-] WindowsKioskLocalUser.php
[edit]
[-] WindowsKioskMultipleApps.php
[edit]
[-] WindowsKioskProfile.php
[edit]
[-] WindowsKioskSingleUWPApp.php
[edit]
[-] WindowsKioskSingleWin32App.php
[edit]
[-] WindowsKioskUWPApp.php
[edit]
[-] WindowsKioskUser.php
[edit]
[-] WindowsKioskVisitor.php
[edit]
[-] WindowsKioskWin32App.php
[edit]
[-] WindowsMalwareCategory.php
[edit]
[-] WindowsMalwareCategoryCount.php
[edit]
[-] WindowsMalwareExecutionState.php
[edit]
[-] WindowsMalwareExecutionStateCount.php
[edit]
[-] WindowsMalwareInformation.php
[edit]
[-] WindowsMalwareNameCount.php
[edit]
[-] WindowsMalwareOverview.php
[edit]
[-] WindowsMalwareSeverity.php
[edit]
[-] WindowsMalwareSeverityCount.php
[edit]
[-] WindowsMalwareState.php
[edit]
[-] WindowsMalwareStateCount.php
[edit]
[-] WindowsMalwareThreatState.php
[edit]
[-] WindowsManagedAppClipboardSharingLevel.php
[edit]
[-] WindowsManagedAppDataTransferLevel.php
[edit]
[-] WindowsManagedAppProtection.php
[edit]
[-] WindowsManagedDevice.php
[edit]
[-] WindowsManagementApp.php
[edit]
[-] WindowsManagementAppHealthState.php
[edit]
[-] WindowsManagementAppHealthSummary.php
[edit]
[-] WindowsMicrosoftEdgeApp.php
[edit]
[-] WindowsMinimumOperatingSystem.php
[edit]
[-] WindowsMobileMSI.php
[edit]
[-] WindowsNetworkIsolationPolicy.php
[edit]
[-] WindowsOfficeClientConfiguration.php
[edit]
[-] WindowsOfficeClientSecurityConfiguration.php
[edit]
[-] WindowsPackageInformation.php
[edit]
[-] WindowsPhone81AppX.php
[edit]
[-] WindowsPhone81AppXBundle.php
[edit]
[-] WindowsPhone81CertificateProfileBase.php
[edit]
[-] WindowsPhone81CompliancePolicy.php
[edit]
[-] WindowsPhone81CustomConfiguration.php
[edit]
[-] WindowsPhone81GeneralConfiguration.php
[edit]
[-] WindowsPhone81ImportedPFXCertificateProfile.php
[edit]
[-] WindowsPhone81SCEPCertificateProfile.php
[edit]
[-] WindowsPhone81StoreApp.php
[edit]
[-] WindowsPhone81TrustedRootCertificate.php
[edit]
[-] WindowsPhone81VpnConfiguration.php
[edit]
[-] WindowsPhoneEASEmailProfileConfiguration.php
[edit]
[-] WindowsPhoneXAP.php
[edit]
[-] WindowsPrivacyDataAccessControlItem.php
[edit]
[-] WindowsPrivacyDataAccessLevel.php
[edit]
[-] WindowsPrivacyDataCategory.php
[edit]
[-] WindowsProtectionState.php
[edit]
[-] WindowsQualityUpdateCatalogItem.php
[edit]
[-] WindowsQualityUpdateClassification.php
[edit]
[-] WindowsQualityUpdateProfile.php
[edit]
[-] WindowsQualityUpdateProfileAssignment.php
[edit]
[-] WindowsSModeConfiguration.php
[edit]
[-] WindowsSpotlightEnablementSettings.php
[edit]
[-] WindowsStartMenuAppListVisibilityType.php
[edit]
[-] WindowsStartMenuModeType.php
[edit]
[-] WindowsStoreApp.php
[edit]
[-] WindowsUniversalAppX.php
[edit]
[-] WindowsUniversalAppXAppAssignmentSettings.php
[edit]
[-] WindowsUniversalAppXContainedApp.php
[edit]
[-] WindowsUpdateActiveHoursInstall.php
[edit]
[-] WindowsUpdateCatalogItem.php
[edit]
[-] WindowsUpdateForBusinessConfiguration.php
[edit]
[-] WindowsUpdateForBusinessUpdateWeeks.php
[edit]
[-] WindowsUpdateInstallScheduleType.php
[edit]
[-] WindowsUpdateNotificationDisplayOption.php
[edit]
[-] WindowsUpdateRolloutSettings.php
[edit]
[-] WindowsUpdateScheduledInstall.php
[edit]
[-] WindowsUpdateState.php
[edit]
[-] WindowsUpdateStatus.php
[edit]
[-] WindowsUpdateType.php
[edit]
[-] WindowsUserAccountControlSettings.php
[edit]
[-] WindowsUserType.php
[edit]
[-] WindowsVpnConfiguration.php
[edit]
[-] WindowsVpnConnectionType.php
[edit]
[-] WindowsWebApp.php
[edit]
[-] WindowsWifiConfiguration.php
[edit]
[-] WindowsWifiEnterpriseEAPConfiguration.php
[edit]
[-] WindowsWiredNetworkConfiguration.php
[edit]
[-] WiredNetworkAuthenticationMethod.php
[edit]
[-] WiredNetworkAuthenticationType.php
[edit]
[-] WiredNetworkInterface.php
[edit]
[-] WorkPosition.php
[edit]
[-] WorkbookApplication.php
[edit]
[-] WorkbookChart.php
[edit]
[-] WorkbookChartAreaFormat.php
[edit]
[-] WorkbookChartAxes.php
[edit]
[-] WorkbookChartAxis.php
[edit]
[-] WorkbookChartAxisFormat.php
[edit]
[-] WorkbookChartAxisTitle.php
[edit]
[-] WorkbookChartAxisTitleFormat.php
[edit]
[-] WorkbookChartDataLabelFormat.php
[edit]
[-] WorkbookChartDataLabels.php
[edit]
[-] WorkbookChartFill.php
[edit]
[-] WorkbookChartFont.php
[edit]
[-] WorkbookChartGridlines.php
[edit]
[-] WorkbookChartGridlinesFormat.php
[edit]
[-] WorkbookChartLegend.php
[edit]
[-] WorkbookChartLegendFormat.php
[edit]
[-] WorkbookChartLineFormat.php
[edit]
[-] WorkbookChartPoint.php
[edit]
[-] WorkbookChartPointFormat.php
[edit]
[-] WorkbookChartSeries.php
[edit]
[-] WorkbookChartSeriesFormat.php
[edit]
[-] WorkbookChartTitle.php
[edit]
[-] WorkbookChartTitleFormat.php
[edit]
[-] WorkbookComment.php
[edit]
[-] WorkbookCommentReply.php
[edit]
[-] WorkbookFilter.php
[edit]
[-] WorkbookFilterCriteria.php
[edit]
[-] WorkbookFilterDatetime.php
[edit]
[-] WorkbookFormatProtection.php
[edit]
[-] WorkbookFunctionResult.php
[edit]
[-] WorkbookFunctions.php
[edit]
[-] WorkbookIcon.php
[edit]
[-] WorkbookNamedItem.php
[edit]
[-] WorkbookOperation.php
[edit]
[-] WorkbookOperationError.php
[edit]
[-] WorkbookOperationStatus.php
[edit]
[-] WorkbookPivotTable.php
[edit]
[-] WorkbookRange.php
[edit]
[-] WorkbookRangeBorder.php
[edit]
[-] WorkbookRangeFill.php
[edit]
[-] WorkbookRangeFont.php
[edit]
[-] WorkbookRangeFormat.php
[edit]
[-] WorkbookRangeReference.php
[edit]
[-] WorkbookRangeSort.php
[edit]
[-] WorkbookRangeView.php
[edit]
[-] WorkbookSessionInfo.php
[edit]
[-] WorkbookSortField.php
[edit]
[-] WorkbookTable.php
[edit]
[-] WorkbookTableColumn.php
[edit]
[-] WorkbookTableRow.php
[edit]
[-] WorkbookTableSort.php
[edit]
[-] WorkbookWorksheet.php
[edit]
[-] WorkbookWorksheetProtection.php
[edit]
[-] WorkbookWorksheetProtectionOptions.php
[edit]
[-] WorkforceIntegration.php
[edit]
[-] WorkforceIntegrationEncryption.php
[edit]
[-] WorkforceIntegrationEncryptionProtocol.php
[edit]
[-] WorkforceIntegrationSupportedEntities.php
[edit]
[-] WorkingHours.php
[edit]
[-] WritebackConfiguration.php
[edit]
[-] X509CertificateAuthenticationMethodConfiguration.php
[edit]
[-] X509CertificateAuthenticationMode.php
[edit]
[-] X509CertificateAuthenticationModeConfiguration.php
[edit]
[-] X509CertificateRule.php
[edit]
[-] X509CertificateRuleType.php
[edit]
[-] X509CertificateUserBinding.php
[edit]
[-] ZebraFotaArtifact.php
[edit]
[-] ZebraFotaConnector.php
[edit]
[-] ZebraFotaConnectorState.php
[edit]
[-] ZebraFotaDeployment.php
[edit]
[-] ZebraFotaDeploymentSettings.php
[edit]
[-] ZebraFotaDeploymentState.php
[edit]
[-] ZebraFotaDeploymentStatus.php
[edit]
[-] ZebraFotaNetworkType.php
[edit]
[-] ZebraFotaScheduleMode.php
[edit]
[-] ZebraFotaUpdateType.php
[edit]
[-] .htaccess.disabled
[edit]