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. * * Windows10EndpointProtectionConfiguration 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; /** * Windows10EndpointProtectionConfiguration 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 Windows10EndpointProtectionConfiguration extends DeviceConfiguration { /** * Gets the applicationGuardAllowCameraMicrophoneRedirection * Gets or sets whether applications inside Microsoft Defender Application Guard can access the device’s camera and microphone. * * @return bool|null The applicationGuardAllowCameraMicrophoneRedirection */ public function getApplicationGuardAllowCameraMicrophoneRedirection() { if (array_key_exists("applicationGuardAllowCameraMicrophoneRedirection", $this->_propDict)) { return $this->_propDict["applicationGuardAllowCameraMicrophoneRedirection"]; } else { return null; } } /** * Sets the applicationGuardAllowCameraMicrophoneRedirection * Gets or sets whether applications inside Microsoft Defender Application Guard can access the device’s camera and microphone. * * @param bool $val The applicationGuardAllowCameraMicrophoneRedirection * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowCameraMicrophoneRedirection($val) { $this->_propDict["applicationGuardAllowCameraMicrophoneRedirection"] = boolval($val); return $this; } /** * Gets the applicationGuardAllowFileSaveOnHost * Allow users to download files from Edge in the application guard container and save them on the host file system * * @return bool|null The applicationGuardAllowFileSaveOnHost */ public function getApplicationGuardAllowFileSaveOnHost() { if (array_key_exists("applicationGuardAllowFileSaveOnHost", $this->_propDict)) { return $this->_propDict["applicationGuardAllowFileSaveOnHost"]; } else { return null; } } /** * Sets the applicationGuardAllowFileSaveOnHost * Allow users to download files from Edge in the application guard container and save them on the host file system * * @param bool $val The applicationGuardAllowFileSaveOnHost * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowFileSaveOnHost($val) { $this->_propDict["applicationGuardAllowFileSaveOnHost"] = boolval($val); return $this; } /** * Gets the applicationGuardAllowPersistence * Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.) * * @return bool|null The applicationGuardAllowPersistence */ public function getApplicationGuardAllowPersistence() { if (array_key_exists("applicationGuardAllowPersistence", $this->_propDict)) { return $this->_propDict["applicationGuardAllowPersistence"]; } else { return null; } } /** * Sets the applicationGuardAllowPersistence * Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.) * * @param bool $val The applicationGuardAllowPersistence * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowPersistence($val) { $this->_propDict["applicationGuardAllowPersistence"] = boolval($val); return $this; } /** * Gets the applicationGuardAllowPrintToLocalPrinters * Allow printing to Local Printers from Container * * @return bool|null The applicationGuardAllowPrintToLocalPrinters */ public function getApplicationGuardAllowPrintToLocalPrinters() { if (array_key_exists("applicationGuardAllowPrintToLocalPrinters", $this->_propDict)) { return $this->_propDict["applicationGuardAllowPrintToLocalPrinters"]; } else { return null; } } /** * Sets the applicationGuardAllowPrintToLocalPrinters * Allow printing to Local Printers from Container * * @param bool $val The applicationGuardAllowPrintToLocalPrinters * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowPrintToLocalPrinters($val) { $this->_propDict["applicationGuardAllowPrintToLocalPrinters"] = boolval($val); return $this; } /** * Gets the applicationGuardAllowPrintToNetworkPrinters * Allow printing to Network Printers from Container * * @return bool|null The applicationGuardAllowPrintToNetworkPrinters */ public function getApplicationGuardAllowPrintToNetworkPrinters() { if (array_key_exists("applicationGuardAllowPrintToNetworkPrinters", $this->_propDict)) { return $this->_propDict["applicationGuardAllowPrintToNetworkPrinters"]; } else { return null; } } /** * Sets the applicationGuardAllowPrintToNetworkPrinters * Allow printing to Network Printers from Container * * @param bool $val The applicationGuardAllowPrintToNetworkPrinters * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowPrintToNetworkPrinters($val) { $this->_propDict["applicationGuardAllowPrintToNetworkPrinters"] = boolval($val); return $this; } /** * Gets the applicationGuardAllowPrintToPDF * Allow printing to PDF from Container * * @return bool|null The applicationGuardAllowPrintToPDF */ public function getApplicationGuardAllowPrintToPDF() { if (array_key_exists("applicationGuardAllowPrintToPDF", $this->_propDict)) { return $this->_propDict["applicationGuardAllowPrintToPDF"]; } else { return null; } } /** * Sets the applicationGuardAllowPrintToPDF * Allow printing to PDF from Container * * @param bool $val The applicationGuardAllowPrintToPDF * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowPrintToPDF($val) { $this->_propDict["applicationGuardAllowPrintToPDF"] = boolval($val); return $this; } /** * Gets the applicationGuardAllowPrintToXPS * Allow printing to XPS from Container * * @return bool|null The applicationGuardAllowPrintToXPS */ public function getApplicationGuardAllowPrintToXPS() { if (array_key_exists("applicationGuardAllowPrintToXPS", $this->_propDict)) { return $this->_propDict["applicationGuardAllowPrintToXPS"]; } else { return null; } } /** * Sets the applicationGuardAllowPrintToXPS * Allow printing to XPS from Container * * @param bool $val The applicationGuardAllowPrintToXPS * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowPrintToXPS($val) { $this->_propDict["applicationGuardAllowPrintToXPS"] = boolval($val); return $this; } /** * Gets the applicationGuardAllowVirtualGPU * Allow application guard to use virtual GPU * * @return bool|null The applicationGuardAllowVirtualGPU */ public function getApplicationGuardAllowVirtualGPU() { if (array_key_exists("applicationGuardAllowVirtualGPU", $this->_propDict)) { return $this->_propDict["applicationGuardAllowVirtualGPU"]; } else { return null; } } /** * Sets the applicationGuardAllowVirtualGPU * Allow application guard to use virtual GPU * * @param bool $val The applicationGuardAllowVirtualGPU * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardAllowVirtualGPU($val) { $this->_propDict["applicationGuardAllowVirtualGPU"] = boolval($val); return $this; } /** * Gets the applicationGuardBlockClipboardSharing * Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways. Possible values are: notConfigured, blockBoth, blockHostToContainer, blockContainerToHost, blockNone. * * @return ApplicationGuardBlockClipboardSharingType|null The applicationGuardBlockClipboardSharing */ public function getApplicationGuardBlockClipboardSharing() { if (array_key_exists("applicationGuardBlockClipboardSharing", $this->_propDict)) { if (is_a($this->_propDict["applicationGuardBlockClipboardSharing"], "\Beta\Microsoft\Graph\Model\ApplicationGuardBlockClipboardSharingType") || is_null($this->_propDict["applicationGuardBlockClipboardSharing"])) { return $this->_propDict["applicationGuardBlockClipboardSharing"]; } else { $this->_propDict["applicationGuardBlockClipboardSharing"] = new ApplicationGuardBlockClipboardSharingType($this->_propDict["applicationGuardBlockClipboardSharing"]); return $this->_propDict["applicationGuardBlockClipboardSharing"]; } } return null; } /** * Sets the applicationGuardBlockClipboardSharing * Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways. Possible values are: notConfigured, blockBoth, blockHostToContainer, blockContainerToHost, blockNone. * * @param ApplicationGuardBlockClipboardSharingType $val The applicationGuardBlockClipboardSharing * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardBlockClipboardSharing($val) { $this->_propDict["applicationGuardBlockClipboardSharing"] = $val; return $this; } /** * Gets the applicationGuardBlockFileTransfer * Block clipboard to transfer image file, text file or neither of them. Possible values are: notConfigured, blockImageAndTextFile, blockImageFile, blockNone, blockTextFile. * * @return ApplicationGuardBlockFileTransferType|null The applicationGuardBlockFileTransfer */ public function getApplicationGuardBlockFileTransfer() { if (array_key_exists("applicationGuardBlockFileTransfer", $this->_propDict)) { if (is_a($this->_propDict["applicationGuardBlockFileTransfer"], "\Beta\Microsoft\Graph\Model\ApplicationGuardBlockFileTransferType") || is_null($this->_propDict["applicationGuardBlockFileTransfer"])) { return $this->_propDict["applicationGuardBlockFileTransfer"]; } else { $this->_propDict["applicationGuardBlockFileTransfer"] = new ApplicationGuardBlockFileTransferType($this->_propDict["applicationGuardBlockFileTransfer"]); return $this->_propDict["applicationGuardBlockFileTransfer"]; } } return null; } /** * Sets the applicationGuardBlockFileTransfer * Block clipboard to transfer image file, text file or neither of them. Possible values are: notConfigured, blockImageAndTextFile, blockImageFile, blockNone, blockTextFile. * * @param ApplicationGuardBlockFileTransferType $val The applicationGuardBlockFileTransfer * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardBlockFileTransfer($val) { $this->_propDict["applicationGuardBlockFileTransfer"] = $val; return $this; } /** * Gets the applicationGuardBlockNonEnterpriseContent * Block enterprise sites to load non-enterprise content, such as third party plug-ins * * @return bool|null The applicationGuardBlockNonEnterpriseContent */ public function getApplicationGuardBlockNonEnterpriseContent() { if (array_key_exists("applicationGuardBlockNonEnterpriseContent", $this->_propDict)) { return $this->_propDict["applicationGuardBlockNonEnterpriseContent"]; } else { return null; } } /** * Sets the applicationGuardBlockNonEnterpriseContent * Block enterprise sites to load non-enterprise content, such as third party plug-ins * * @param bool $val The applicationGuardBlockNonEnterpriseContent * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardBlockNonEnterpriseContent($val) { $this->_propDict["applicationGuardBlockNonEnterpriseContent"] = boolval($val); return $this; } /** * Gets the applicationGuardCertificateThumbprints * Allows certain device level Root Certificates to be shared with the Microsoft Defender Application Guard container. * * @return string|null The applicationGuardCertificateThumbprints */ public function getApplicationGuardCertificateThumbprints() { if (array_key_exists("applicationGuardCertificateThumbprints", $this->_propDict)) { return $this->_propDict["applicationGuardCertificateThumbprints"]; } else { return null; } } /** * Sets the applicationGuardCertificateThumbprints * Allows certain device level Root Certificates to be shared with the Microsoft Defender Application Guard container. * * @param string $val The applicationGuardCertificateThumbprints * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardCertificateThumbprints($val) { $this->_propDict["applicationGuardCertificateThumbprints"] = $val; return $this; } /** * Gets the applicationGuardEnabled * Enable Windows Defender Application Guard * * @return bool|null The applicationGuardEnabled */ public function getApplicationGuardEnabled() { if (array_key_exists("applicationGuardEnabled", $this->_propDict)) { return $this->_propDict["applicationGuardEnabled"]; } else { return null; } } /** * Sets the applicationGuardEnabled * Enable Windows Defender Application Guard * * @param bool $val The applicationGuardEnabled * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardEnabled($val) { $this->_propDict["applicationGuardEnabled"] = boolval($val); return $this; } /** * Gets the applicationGuardEnabledOptions * Enable Windows Defender Application Guard for newer Windows builds. Possible values are: notConfigured, enabledForEdge, enabledForOffice, enabledForEdgeAndOffice. * * @return ApplicationGuardEnabledOptions|null The applicationGuardEnabledOptions */ public function getApplicationGuardEnabledOptions() { if (array_key_exists("applicationGuardEnabledOptions", $this->_propDict)) { if (is_a($this->_propDict["applicationGuardEnabledOptions"], "\Beta\Microsoft\Graph\Model\ApplicationGuardEnabledOptions") || is_null($this->_propDict["applicationGuardEnabledOptions"])) { return $this->_propDict["applicationGuardEnabledOptions"]; } else { $this->_propDict["applicationGuardEnabledOptions"] = new ApplicationGuardEnabledOptions($this->_propDict["applicationGuardEnabledOptions"]); return $this->_propDict["applicationGuardEnabledOptions"]; } } return null; } /** * Sets the applicationGuardEnabledOptions * Enable Windows Defender Application Guard for newer Windows builds. Possible values are: notConfigured, enabledForEdge, enabledForOffice, enabledForEdgeAndOffice. * * @param ApplicationGuardEnabledOptions $val The applicationGuardEnabledOptions * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardEnabledOptions($val) { $this->_propDict["applicationGuardEnabledOptions"] = $val; return $this; } /** * Gets the applicationGuardForceAuditing * Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.) * * @return bool|null The applicationGuardForceAuditing */ public function getApplicationGuardForceAuditing() { if (array_key_exists("applicationGuardForceAuditing", $this->_propDict)) { return $this->_propDict["applicationGuardForceAuditing"]; } else { return null; } } /** * Sets the applicationGuardForceAuditing * Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.) * * @param bool $val The applicationGuardForceAuditing * * @return Windows10EndpointProtectionConfiguration */ public function setApplicationGuardForceAuditing($val) { $this->_propDict["applicationGuardForceAuditing"] = boolval($val); return $this; } /** * Gets the appLockerApplicationControl * Enables the Admin to choose what types of app to allow on devices. Possible values are: notConfigured, enforceComponentsAndStoreApps, auditComponentsAndStoreApps, enforceComponentsStoreAppsAndSmartlocker, auditComponentsStoreAppsAndSmartlocker. * * @return AppLockerApplicationControlType|null The appLockerApplicationControl */ public function getAppLockerApplicationControl() { if (array_key_exists("appLockerApplicationControl", $this->_propDict)) { if (is_a($this->_propDict["appLockerApplicationControl"], "\Beta\Microsoft\Graph\Model\AppLockerApplicationControlType") || is_null($this->_propDict["appLockerApplicationControl"])) { return $this->_propDict["appLockerApplicationControl"]; } else { $this->_propDict["appLockerApplicationControl"] = new AppLockerApplicationControlType($this->_propDict["appLockerApplicationControl"]); return $this->_propDict["appLockerApplicationControl"]; } } return null; } /** * Sets the appLockerApplicationControl * Enables the Admin to choose what types of app to allow on devices. Possible values are: notConfigured, enforceComponentsAndStoreApps, auditComponentsAndStoreApps, enforceComponentsStoreAppsAndSmartlocker, auditComponentsStoreAppsAndSmartlocker. * * @param AppLockerApplicationControlType $val The appLockerApplicationControl * * @return Windows10EndpointProtectionConfiguration */ public function setAppLockerApplicationControl($val) { $this->_propDict["appLockerApplicationControl"] = $val; return $this; } /** * Gets the bitLockerAllowStandardUserEncryption * Allows the admin to allow standard users to enable encrpytion during Azure AD Join. * * @return bool|null The bitLockerAllowStandardUserEncryption */ public function getBitLockerAllowStandardUserEncryption() { if (array_key_exists("bitLockerAllowStandardUserEncryption", $this->_propDict)) { return $this->_propDict["bitLockerAllowStandardUserEncryption"]; } else { return null; } } /** * Sets the bitLockerAllowStandardUserEncryption * Allows the admin to allow standard users to enable encrpytion during Azure AD Join. * * @param bool $val The bitLockerAllowStandardUserEncryption * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerAllowStandardUserEncryption($val) { $this->_propDict["bitLockerAllowStandardUserEncryption"] = boolval($val); return $this; } /** * Gets the bitLockerDisableWarningForOtherDiskEncryption * Allows the Admin to disable the warning prompt for other disk encryption on the user machines. * * @return bool|null The bitLockerDisableWarningForOtherDiskEncryption */ public function getBitLockerDisableWarningForOtherDiskEncryption() { if (array_key_exists("bitLockerDisableWarningForOtherDiskEncryption", $this->_propDict)) { return $this->_propDict["bitLockerDisableWarningForOtherDiskEncryption"]; } else { return null; } } /** * Sets the bitLockerDisableWarningForOtherDiskEncryption * Allows the Admin to disable the warning prompt for other disk encryption on the user machines. * * @param bool $val The bitLockerDisableWarningForOtherDiskEncryption * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerDisableWarningForOtherDiskEncryption($val) { $this->_propDict["bitLockerDisableWarningForOtherDiskEncryption"] = boolval($val); return $this; } /** * Gets the bitLockerEnableStorageCardEncryptionOnMobile * Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU. * * @return bool|null The bitLockerEnableStorageCardEncryptionOnMobile */ public function getBitLockerEnableStorageCardEncryptionOnMobile() { if (array_key_exists("bitLockerEnableStorageCardEncryptionOnMobile", $this->_propDict)) { return $this->_propDict["bitLockerEnableStorageCardEncryptionOnMobile"]; } else { return null; } } /** * Sets the bitLockerEnableStorageCardEncryptionOnMobile * Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU. * * @param bool $val The bitLockerEnableStorageCardEncryptionOnMobile * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerEnableStorageCardEncryptionOnMobile($val) { $this->_propDict["bitLockerEnableStorageCardEncryptionOnMobile"] = boolval($val); return $this; } /** * Gets the bitLockerEncryptDevice * Allows the admin to require encryption to be turned on using BitLocker. * * @return bool|null The bitLockerEncryptDevice */ public function getBitLockerEncryptDevice() { if (array_key_exists("bitLockerEncryptDevice", $this->_propDict)) { return $this->_propDict["bitLockerEncryptDevice"]; } else { return null; } } /** * Sets the bitLockerEncryptDevice * Allows the admin to require encryption to be turned on using BitLocker. * * @param bool $val The bitLockerEncryptDevice * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerEncryptDevice($val) { $this->_propDict["bitLockerEncryptDevice"] = boolval($val); return $this; } /** * Gets the bitLockerFixedDrivePolicy * BitLocker Fixed Drive Policy. * * @return BitLockerFixedDrivePolicy|null The bitLockerFixedDrivePolicy */ public function getBitLockerFixedDrivePolicy() { if (array_key_exists("bitLockerFixedDrivePolicy", $this->_propDict)) { if (is_a($this->_propDict["bitLockerFixedDrivePolicy"], "\Beta\Microsoft\Graph\Model\BitLockerFixedDrivePolicy") || is_null($this->_propDict["bitLockerFixedDrivePolicy"])) { return $this->_propDict["bitLockerFixedDrivePolicy"]; } else { $this->_propDict["bitLockerFixedDrivePolicy"] = new BitLockerFixedDrivePolicy($this->_propDict["bitLockerFixedDrivePolicy"]); return $this->_propDict["bitLockerFixedDrivePolicy"]; } } return null; } /** * Sets the bitLockerFixedDrivePolicy * BitLocker Fixed Drive Policy. * * @param BitLockerFixedDrivePolicy $val The bitLockerFixedDrivePolicy * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerFixedDrivePolicy($val) { $this->_propDict["bitLockerFixedDrivePolicy"] = $val; return $this; } /** * Gets the bitLockerRecoveryPasswordRotation * This setting initiates a client-driven recovery password rotation after an OS drive recovery (either by using bootmgr or WinRE). Possible values are: notConfigured, disabled, enabledForAzureAd, enabledForAzureAdAndHybrid. * * @return BitLockerRecoveryPasswordRotationType|null The bitLockerRecoveryPasswordRotation */ public function getBitLockerRecoveryPasswordRotation() { if (array_key_exists("bitLockerRecoveryPasswordRotation", $this->_propDict)) { if (is_a($this->_propDict["bitLockerRecoveryPasswordRotation"], "\Beta\Microsoft\Graph\Model\BitLockerRecoveryPasswordRotationType") || is_null($this->_propDict["bitLockerRecoveryPasswordRotation"])) { return $this->_propDict["bitLockerRecoveryPasswordRotation"]; } else { $this->_propDict["bitLockerRecoveryPasswordRotation"] = new BitLockerRecoveryPasswordRotationType($this->_propDict["bitLockerRecoveryPasswordRotation"]); return $this->_propDict["bitLockerRecoveryPasswordRotation"]; } } return null; } /** * Sets the bitLockerRecoveryPasswordRotation * This setting initiates a client-driven recovery password rotation after an OS drive recovery (either by using bootmgr or WinRE). Possible values are: notConfigured, disabled, enabledForAzureAd, enabledForAzureAdAndHybrid. * * @param BitLockerRecoveryPasswordRotationType $val The bitLockerRecoveryPasswordRotation * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerRecoveryPasswordRotation($val) { $this->_propDict["bitLockerRecoveryPasswordRotation"] = $val; return $this; } /** * Gets the bitLockerRemovableDrivePolicy * BitLocker Removable Drive Policy. * * @return BitLockerRemovableDrivePolicy|null The bitLockerRemovableDrivePolicy */ public function getBitLockerRemovableDrivePolicy() { if (array_key_exists("bitLockerRemovableDrivePolicy", $this->_propDict)) { if (is_a($this->_propDict["bitLockerRemovableDrivePolicy"], "\Beta\Microsoft\Graph\Model\BitLockerRemovableDrivePolicy") || is_null($this->_propDict["bitLockerRemovableDrivePolicy"])) { return $this->_propDict["bitLockerRemovableDrivePolicy"]; } else { $this->_propDict["bitLockerRemovableDrivePolicy"] = new BitLockerRemovableDrivePolicy($this->_propDict["bitLockerRemovableDrivePolicy"]); return $this->_propDict["bitLockerRemovableDrivePolicy"]; } } return null; } /** * Sets the bitLockerRemovableDrivePolicy * BitLocker Removable Drive Policy. * * @param BitLockerRemovableDrivePolicy $val The bitLockerRemovableDrivePolicy * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerRemovableDrivePolicy($val) { $this->_propDict["bitLockerRemovableDrivePolicy"] = $val; return $this; } /** * Gets the bitLockerSystemDrivePolicy * BitLocker System Drive Policy. * * @return BitLockerSystemDrivePolicy|null The bitLockerSystemDrivePolicy */ public function getBitLockerSystemDrivePolicy() { if (array_key_exists("bitLockerSystemDrivePolicy", $this->_propDict)) { if (is_a($this->_propDict["bitLockerSystemDrivePolicy"], "\Beta\Microsoft\Graph\Model\BitLockerSystemDrivePolicy") || is_null($this->_propDict["bitLockerSystemDrivePolicy"])) { return $this->_propDict["bitLockerSystemDrivePolicy"]; } else { $this->_propDict["bitLockerSystemDrivePolicy"] = new BitLockerSystemDrivePolicy($this->_propDict["bitLockerSystemDrivePolicy"]); return $this->_propDict["bitLockerSystemDrivePolicy"]; } } return null; } /** * Sets the bitLockerSystemDrivePolicy * BitLocker System Drive Policy. * * @param BitLockerSystemDrivePolicy $val The bitLockerSystemDrivePolicy * * @return Windows10EndpointProtectionConfiguration */ public function setBitLockerSystemDrivePolicy($val) { $this->_propDict["bitLockerSystemDrivePolicy"] = $val; return $this; } /** * Gets the defenderAdditionalGuardedFolders * List of folder paths to be added to the list of protected folders * * @return string|null The defenderAdditionalGuardedFolders */ public function getDefenderAdditionalGuardedFolders() { if (array_key_exists("defenderAdditionalGuardedFolders", $this->_propDict)) { return $this->_propDict["defenderAdditionalGuardedFolders"]; } else { return null; } } /** * Sets the defenderAdditionalGuardedFolders * List of folder paths to be added to the list of protected folders * * @param string $val The defenderAdditionalGuardedFolders * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAdditionalGuardedFolders($val) { $this->_propDict["defenderAdditionalGuardedFolders"] = $val; return $this; } /** * Gets the defenderAdobeReaderLaunchChildProcess * Value indicating the behavior of Adobe Reader from creating child processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderAdobeReaderLaunchChildProcess */ public function getDefenderAdobeReaderLaunchChildProcess() { if (array_key_exists("defenderAdobeReaderLaunchChildProcess", $this->_propDict)) { if (is_a($this->_propDict["defenderAdobeReaderLaunchChildProcess"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderAdobeReaderLaunchChildProcess"])) { return $this->_propDict["defenderAdobeReaderLaunchChildProcess"]; } else { $this->_propDict["defenderAdobeReaderLaunchChildProcess"] = new DefenderProtectionType($this->_propDict["defenderAdobeReaderLaunchChildProcess"]); return $this->_propDict["defenderAdobeReaderLaunchChildProcess"]; } } return null; } /** * Sets the defenderAdobeReaderLaunchChildProcess * Value indicating the behavior of Adobe Reader from creating child processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderAdobeReaderLaunchChildProcess * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAdobeReaderLaunchChildProcess($val) { $this->_propDict["defenderAdobeReaderLaunchChildProcess"] = $val; return $this; } /** * Gets the defenderAdvancedRansomewareProtectionType * Value indicating use of advanced protection against ransomeware. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderAdvancedRansomewareProtectionType */ public function getDefenderAdvancedRansomewareProtectionType() { if (array_key_exists("defenderAdvancedRansomewareProtectionType", $this->_propDict)) { if (is_a($this->_propDict["defenderAdvancedRansomewareProtectionType"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderAdvancedRansomewareProtectionType"])) { return $this->_propDict["defenderAdvancedRansomewareProtectionType"]; } else { $this->_propDict["defenderAdvancedRansomewareProtectionType"] = new DefenderProtectionType($this->_propDict["defenderAdvancedRansomewareProtectionType"]); return $this->_propDict["defenderAdvancedRansomewareProtectionType"]; } } return null; } /** * Sets the defenderAdvancedRansomewareProtectionType * Value indicating use of advanced protection against ransomeware. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderAdvancedRansomewareProtectionType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAdvancedRansomewareProtectionType($val) { $this->_propDict["defenderAdvancedRansomewareProtectionType"] = $val; return $this; } /** * Gets the defenderAllowBehaviorMonitoring * Allows or disallows Windows Defender Behavior Monitoring functionality. * * @return bool|null The defenderAllowBehaviorMonitoring */ public function getDefenderAllowBehaviorMonitoring() { if (array_key_exists("defenderAllowBehaviorMonitoring", $this->_propDict)) { return $this->_propDict["defenderAllowBehaviorMonitoring"]; } else { return null; } } /** * Sets the defenderAllowBehaviorMonitoring * Allows or disallows Windows Defender Behavior Monitoring functionality. * * @param bool $val The defenderAllowBehaviorMonitoring * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowBehaviorMonitoring($val) { $this->_propDict["defenderAllowBehaviorMonitoring"] = boolval($val); return $this; } /** * Gets the defenderAllowCloudProtection * To best protect your PC, Windows Defender will send information to Microsoft about any problems it finds. Microsoft will analyze that information, learn more about problems affecting you and other customers, and offer improved solutions. * * @return bool|null The defenderAllowCloudProtection */ public function getDefenderAllowCloudProtection() { if (array_key_exists("defenderAllowCloudProtection", $this->_propDict)) { return $this->_propDict["defenderAllowCloudProtection"]; } else { return null; } } /** * Sets the defenderAllowCloudProtection * To best protect your PC, Windows Defender will send information to Microsoft about any problems it finds. Microsoft will analyze that information, learn more about problems affecting you and other customers, and offer improved solutions. * * @param bool $val The defenderAllowCloudProtection * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowCloudProtection($val) { $this->_propDict["defenderAllowCloudProtection"] = boolval($val); return $this; } /** * Gets the defenderAllowEndUserAccess * Allows or disallows user access to the Windows Defender UI. If disallowed, all Windows Defender notifications will also be suppressed. * * @return bool|null The defenderAllowEndUserAccess */ public function getDefenderAllowEndUserAccess() { if (array_key_exists("defenderAllowEndUserAccess", $this->_propDict)) { return $this->_propDict["defenderAllowEndUserAccess"]; } else { return null; } } /** * Sets the defenderAllowEndUserAccess * Allows or disallows user access to the Windows Defender UI. If disallowed, all Windows Defender notifications will also be suppressed. * * @param bool $val The defenderAllowEndUserAccess * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowEndUserAccess($val) { $this->_propDict["defenderAllowEndUserAccess"] = boolval($val); return $this; } /** * Gets the defenderAllowIntrusionPreventionSystem * Allows or disallows Windows Defender Intrusion Prevention functionality. * * @return bool|null The defenderAllowIntrusionPreventionSystem */ public function getDefenderAllowIntrusionPreventionSystem() { if (array_key_exists("defenderAllowIntrusionPreventionSystem", $this->_propDict)) { return $this->_propDict["defenderAllowIntrusionPreventionSystem"]; } else { return null; } } /** * Sets the defenderAllowIntrusionPreventionSystem * Allows or disallows Windows Defender Intrusion Prevention functionality. * * @param bool $val The defenderAllowIntrusionPreventionSystem * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowIntrusionPreventionSystem($val) { $this->_propDict["defenderAllowIntrusionPreventionSystem"] = boolval($val); return $this; } /** * Gets the defenderAllowOnAccessProtection * Allows or disallows Windows Defender On Access Protection functionality. * * @return bool|null The defenderAllowOnAccessProtection */ public function getDefenderAllowOnAccessProtection() { if (array_key_exists("defenderAllowOnAccessProtection", $this->_propDict)) { return $this->_propDict["defenderAllowOnAccessProtection"]; } else { return null; } } /** * Sets the defenderAllowOnAccessProtection * Allows or disallows Windows Defender On Access Protection functionality. * * @param bool $val The defenderAllowOnAccessProtection * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowOnAccessProtection($val) { $this->_propDict["defenderAllowOnAccessProtection"] = boolval($val); return $this; } /** * Gets the defenderAllowRealTimeMonitoring * Allows or disallows Windows Defender Realtime Monitoring functionality. * * @return bool|null The defenderAllowRealTimeMonitoring */ public function getDefenderAllowRealTimeMonitoring() { if (array_key_exists("defenderAllowRealTimeMonitoring", $this->_propDict)) { return $this->_propDict["defenderAllowRealTimeMonitoring"]; } else { return null; } } /** * Sets the defenderAllowRealTimeMonitoring * Allows or disallows Windows Defender Realtime Monitoring functionality. * * @param bool $val The defenderAllowRealTimeMonitoring * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowRealTimeMonitoring($val) { $this->_propDict["defenderAllowRealTimeMonitoring"] = boolval($val); return $this; } /** * Gets the defenderAllowScanArchiveFiles * Allows or disallows scanning of archives. * * @return bool|null The defenderAllowScanArchiveFiles */ public function getDefenderAllowScanArchiveFiles() { if (array_key_exists("defenderAllowScanArchiveFiles", $this->_propDict)) { return $this->_propDict["defenderAllowScanArchiveFiles"]; } else { return null; } } /** * Sets the defenderAllowScanArchiveFiles * Allows or disallows scanning of archives. * * @param bool $val The defenderAllowScanArchiveFiles * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowScanArchiveFiles($val) { $this->_propDict["defenderAllowScanArchiveFiles"] = boolval($val); return $this; } /** * Gets the defenderAllowScanDownloads * Allows or disallows Windows Defender IOAVP Protection functionality. * * @return bool|null The defenderAllowScanDownloads */ public function getDefenderAllowScanDownloads() { if (array_key_exists("defenderAllowScanDownloads", $this->_propDict)) { return $this->_propDict["defenderAllowScanDownloads"]; } else { return null; } } /** * Sets the defenderAllowScanDownloads * Allows or disallows Windows Defender IOAVP Protection functionality. * * @param bool $val The defenderAllowScanDownloads * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowScanDownloads($val) { $this->_propDict["defenderAllowScanDownloads"] = boolval($val); return $this; } /** * Gets the defenderAllowScanNetworkFiles * Allows or disallows a scanning of network files. * * @return bool|null The defenderAllowScanNetworkFiles */ public function getDefenderAllowScanNetworkFiles() { if (array_key_exists("defenderAllowScanNetworkFiles", $this->_propDict)) { return $this->_propDict["defenderAllowScanNetworkFiles"]; } else { return null; } } /** * Sets the defenderAllowScanNetworkFiles * Allows or disallows a scanning of network files. * * @param bool $val The defenderAllowScanNetworkFiles * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowScanNetworkFiles($val) { $this->_propDict["defenderAllowScanNetworkFiles"] = boolval($val); return $this; } /** * Gets the defenderAllowScanRemovableDrivesDuringFullScan * Allows or disallows a full scan of removable drives. During a quick scan, removable drives may still be scanned. * * @return bool|null The defenderAllowScanRemovableDrivesDuringFullScan */ public function getDefenderAllowScanRemovableDrivesDuringFullScan() { if (array_key_exists("defenderAllowScanRemovableDrivesDuringFullScan", $this->_propDict)) { return $this->_propDict["defenderAllowScanRemovableDrivesDuringFullScan"]; } else { return null; } } /** * Sets the defenderAllowScanRemovableDrivesDuringFullScan * Allows or disallows a full scan of removable drives. During a quick scan, removable drives may still be scanned. * * @param bool $val The defenderAllowScanRemovableDrivesDuringFullScan * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowScanRemovableDrivesDuringFullScan($val) { $this->_propDict["defenderAllowScanRemovableDrivesDuringFullScan"] = boolval($val); return $this; } /** * Gets the defenderAllowScanScriptsLoadedInInternetExplorer * Allows or disallows Windows Defender Script Scanning functionality. * * @return bool|null The defenderAllowScanScriptsLoadedInInternetExplorer */ public function getDefenderAllowScanScriptsLoadedInInternetExplorer() { if (array_key_exists("defenderAllowScanScriptsLoadedInInternetExplorer", $this->_propDict)) { return $this->_propDict["defenderAllowScanScriptsLoadedInInternetExplorer"]; } else { return null; } } /** * Sets the defenderAllowScanScriptsLoadedInInternetExplorer * Allows or disallows Windows Defender Script Scanning functionality. * * @param bool $val The defenderAllowScanScriptsLoadedInInternetExplorer * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAllowScanScriptsLoadedInInternetExplorer($val) { $this->_propDict["defenderAllowScanScriptsLoadedInInternetExplorer"] = boolval($val); return $this; } /** * Gets the defenderAttackSurfaceReductionExcludedPaths * List of exe files and folders to be excluded from attack surface reduction rules * * @return string|null The defenderAttackSurfaceReductionExcludedPaths */ public function getDefenderAttackSurfaceReductionExcludedPaths() { if (array_key_exists("defenderAttackSurfaceReductionExcludedPaths", $this->_propDict)) { return $this->_propDict["defenderAttackSurfaceReductionExcludedPaths"]; } else { return null; } } /** * Sets the defenderAttackSurfaceReductionExcludedPaths * List of exe files and folders to be excluded from attack surface reduction rules * * @param string $val The defenderAttackSurfaceReductionExcludedPaths * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderAttackSurfaceReductionExcludedPaths($val) { $this->_propDict["defenderAttackSurfaceReductionExcludedPaths"] = $val; return $this; } /** * Gets the defenderBlockEndUserAccess * Allows or disallows user access to the Windows Defender UI. If disallowed, all Windows Defender notifications will also be suppressed. * * @return bool|null The defenderBlockEndUserAccess */ public function getDefenderBlockEndUserAccess() { if (array_key_exists("defenderBlockEndUserAccess", $this->_propDict)) { return $this->_propDict["defenderBlockEndUserAccess"]; } else { return null; } } /** * Sets the defenderBlockEndUserAccess * Allows or disallows user access to the Windows Defender UI. If disallowed, all Windows Defender notifications will also be suppressed. * * @param bool $val The defenderBlockEndUserAccess * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderBlockEndUserAccess($val) { $this->_propDict["defenderBlockEndUserAccess"] = boolval($val); return $this; } /** * Gets the defenderBlockPersistenceThroughWmiType * Value indicating the behavior of Block persistence through WMI event subscription. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderBlockPersistenceThroughWmiType */ public function getDefenderBlockPersistenceThroughWmiType() { if (array_key_exists("defenderBlockPersistenceThroughWmiType", $this->_propDict)) { if (is_a($this->_propDict["defenderBlockPersistenceThroughWmiType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderBlockPersistenceThroughWmiType"])) { return $this->_propDict["defenderBlockPersistenceThroughWmiType"]; } else { $this->_propDict["defenderBlockPersistenceThroughWmiType"] = new DefenderAttackSurfaceType($this->_propDict["defenderBlockPersistenceThroughWmiType"]); return $this->_propDict["defenderBlockPersistenceThroughWmiType"]; } } return null; } /** * Sets the defenderBlockPersistenceThroughWmiType * Value indicating the behavior of Block persistence through WMI event subscription. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderBlockPersistenceThroughWmiType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderBlockPersistenceThroughWmiType($val) { $this->_propDict["defenderBlockPersistenceThroughWmiType"] = $val; return $this; } /** * Gets the defenderCheckForSignaturesBeforeRunningScan * This policy setting allows you to manage whether a check for new virus and spyware definitions will occur before running a scan. * * @return bool|null The defenderCheckForSignaturesBeforeRunningScan */ public function getDefenderCheckForSignaturesBeforeRunningScan() { if (array_key_exists("defenderCheckForSignaturesBeforeRunningScan", $this->_propDict)) { return $this->_propDict["defenderCheckForSignaturesBeforeRunningScan"]; } else { return null; } } /** * Sets the defenderCheckForSignaturesBeforeRunningScan * This policy setting allows you to manage whether a check for new virus and spyware definitions will occur before running a scan. * * @param bool $val The defenderCheckForSignaturesBeforeRunningScan * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderCheckForSignaturesBeforeRunningScan($val) { $this->_propDict["defenderCheckForSignaturesBeforeRunningScan"] = boolval($val); return $this; } /** * Gets the defenderCloudBlockLevel * Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. Possible values are: notConfigured, high, highPlus, zeroTolerance. * * @return DefenderCloudBlockLevelType|null The defenderCloudBlockLevel */ public function getDefenderCloudBlockLevel() { if (array_key_exists("defenderCloudBlockLevel", $this->_propDict)) { if (is_a($this->_propDict["defenderCloudBlockLevel"], "\Beta\Microsoft\Graph\Model\DefenderCloudBlockLevelType") || is_null($this->_propDict["defenderCloudBlockLevel"])) { return $this->_propDict["defenderCloudBlockLevel"]; } else { $this->_propDict["defenderCloudBlockLevel"] = new DefenderCloudBlockLevelType($this->_propDict["defenderCloudBlockLevel"]); return $this->_propDict["defenderCloudBlockLevel"]; } } return null; } /** * Sets the defenderCloudBlockLevel * Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. Possible values are: notConfigured, high, highPlus, zeroTolerance. * * @param DefenderCloudBlockLevelType $val The defenderCloudBlockLevel * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderCloudBlockLevel($val) { $this->_propDict["defenderCloudBlockLevel"] = $val; return $this; } /** * Gets the defenderCloudExtendedTimeoutInSeconds * Added in Windows 10, version 1709. This feature allows Windows Defender Antivirus to block a suspicious file for up to 60 seconds, and scan it in the cloud to make sure it's safe. Value type is integer, range is 0 - 50. This feature depends on three other MAPS settings the must all be enabled- 'Configure the 'Block at First Sight' feature; 'Join Microsoft MAPS'; 'Send file samples when further analysis is required'. Valid values 0 to 50 * * @return int|null The defenderCloudExtendedTimeoutInSeconds */ public function getDefenderCloudExtendedTimeoutInSeconds() { if (array_key_exists("defenderCloudExtendedTimeoutInSeconds", $this->_propDict)) { return $this->_propDict["defenderCloudExtendedTimeoutInSeconds"]; } else { return null; } } /** * Sets the defenderCloudExtendedTimeoutInSeconds * Added in Windows 10, version 1709. This feature allows Windows Defender Antivirus to block a suspicious file for up to 60 seconds, and scan it in the cloud to make sure it's safe. Value type is integer, range is 0 - 50. This feature depends on three other MAPS settings the must all be enabled- 'Configure the 'Block at First Sight' feature; 'Join Microsoft MAPS'; 'Send file samples when further analysis is required'. Valid values 0 to 50 * * @param int $val The defenderCloudExtendedTimeoutInSeconds * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderCloudExtendedTimeoutInSeconds($val) { $this->_propDict["defenderCloudExtendedTimeoutInSeconds"] = intval($val); return $this; } /** * Gets the defenderDaysBeforeDeletingQuarantinedMalware * Time period (in days) that quarantine items will be stored on the system. Valid values 0 to 90 * * @return int|null The defenderDaysBeforeDeletingQuarantinedMalware */ public function getDefenderDaysBeforeDeletingQuarantinedMalware() { if (array_key_exists("defenderDaysBeforeDeletingQuarantinedMalware", $this->_propDict)) { return $this->_propDict["defenderDaysBeforeDeletingQuarantinedMalware"]; } else { return null; } } /** * Sets the defenderDaysBeforeDeletingQuarantinedMalware * Time period (in days) that quarantine items will be stored on the system. Valid values 0 to 90 * * @param int $val The defenderDaysBeforeDeletingQuarantinedMalware * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDaysBeforeDeletingQuarantinedMalware($val) { $this->_propDict["defenderDaysBeforeDeletingQuarantinedMalware"] = intval($val); return $this; } /** * Gets the defenderDetectedMalwareActions * Allows an administrator to specify any valid threat severity levels and the corresponding default action ID to take. * * @return DefenderDetectedMalwareActions|null The defenderDetectedMalwareActions */ public function getDefenderDetectedMalwareActions() { if (array_key_exists("defenderDetectedMalwareActions", $this->_propDict)) { if (is_a($this->_propDict["defenderDetectedMalwareActions"], "\Beta\Microsoft\Graph\Model\DefenderDetectedMalwareActions") || is_null($this->_propDict["defenderDetectedMalwareActions"])) { return $this->_propDict["defenderDetectedMalwareActions"]; } else { $this->_propDict["defenderDetectedMalwareActions"] = new DefenderDetectedMalwareActions($this->_propDict["defenderDetectedMalwareActions"]); return $this->_propDict["defenderDetectedMalwareActions"]; } } return null; } /** * Sets the defenderDetectedMalwareActions * Allows an administrator to specify any valid threat severity levels and the corresponding default action ID to take. * * @param DefenderDetectedMalwareActions $val The defenderDetectedMalwareActions * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDetectedMalwareActions($val) { $this->_propDict["defenderDetectedMalwareActions"] = $val; return $this; } /** * Gets the defenderDisableBehaviorMonitoring * Allows or disallows Windows Defender Behavior Monitoring functionality. * * @return bool|null The defenderDisableBehaviorMonitoring */ public function getDefenderDisableBehaviorMonitoring() { if (array_key_exists("defenderDisableBehaviorMonitoring", $this->_propDict)) { return $this->_propDict["defenderDisableBehaviorMonitoring"]; } else { return null; } } /** * Sets the defenderDisableBehaviorMonitoring * Allows or disallows Windows Defender Behavior Monitoring functionality. * * @param bool $val The defenderDisableBehaviorMonitoring * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableBehaviorMonitoring($val) { $this->_propDict["defenderDisableBehaviorMonitoring"] = boolval($val); return $this; } /** * Gets the defenderDisableCatchupFullScan * This policy setting allows you to configure catch-up scans for scheduled full scans. A catch-up scan is a scan that is initiated because a regularly scheduled scan was missed. Usually these scheduled scans are missed because the computer was turned off at the scheduled time. * * @return bool|null The defenderDisableCatchupFullScan */ public function getDefenderDisableCatchupFullScan() { if (array_key_exists("defenderDisableCatchupFullScan", $this->_propDict)) { return $this->_propDict["defenderDisableCatchupFullScan"]; } else { return null; } } /** * Sets the defenderDisableCatchupFullScan * This policy setting allows you to configure catch-up scans for scheduled full scans. A catch-up scan is a scan that is initiated because a regularly scheduled scan was missed. Usually these scheduled scans are missed because the computer was turned off at the scheduled time. * * @param bool $val The defenderDisableCatchupFullScan * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableCatchupFullScan($val) { $this->_propDict["defenderDisableCatchupFullScan"] = boolval($val); return $this; } /** * Gets the defenderDisableCatchupQuickScan * This policy setting allows you to configure catch-up scans for scheduled quick scans. A catch-up scan is a scan that is initiated because a regularly scheduled scan was missed. Usually these scheduled scans are missed because the computer was turned off at the scheduled time. * * @return bool|null The defenderDisableCatchupQuickScan */ public function getDefenderDisableCatchupQuickScan() { if (array_key_exists("defenderDisableCatchupQuickScan", $this->_propDict)) { return $this->_propDict["defenderDisableCatchupQuickScan"]; } else { return null; } } /** * Sets the defenderDisableCatchupQuickScan * This policy setting allows you to configure catch-up scans for scheduled quick scans. A catch-up scan is a scan that is initiated because a regularly scheduled scan was missed. Usually these scheduled scans are missed because the computer was turned off at the scheduled time. * * @param bool $val The defenderDisableCatchupQuickScan * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableCatchupQuickScan($val) { $this->_propDict["defenderDisableCatchupQuickScan"] = boolval($val); return $this; } /** * Gets the defenderDisableCloudProtection * To best protect your PC, Windows Defender will send information to Microsoft about any problems it finds. Microsoft will analyze that information, learn more about problems affecting you and other customers, and offer improved solutions. * * @return bool|null The defenderDisableCloudProtection */ public function getDefenderDisableCloudProtection() { if (array_key_exists("defenderDisableCloudProtection", $this->_propDict)) { return $this->_propDict["defenderDisableCloudProtection"]; } else { return null; } } /** * Sets the defenderDisableCloudProtection * To best protect your PC, Windows Defender will send information to Microsoft about any problems it finds. Microsoft will analyze that information, learn more about problems affecting you and other customers, and offer improved solutions. * * @param bool $val The defenderDisableCloudProtection * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableCloudProtection($val) { $this->_propDict["defenderDisableCloudProtection"] = boolval($val); return $this; } /** * Gets the defenderDisableIntrusionPreventionSystem * Allows or disallows Windows Defender Intrusion Prevention functionality. * * @return bool|null The defenderDisableIntrusionPreventionSystem */ public function getDefenderDisableIntrusionPreventionSystem() { if (array_key_exists("defenderDisableIntrusionPreventionSystem", $this->_propDict)) { return $this->_propDict["defenderDisableIntrusionPreventionSystem"]; } else { return null; } } /** * Sets the defenderDisableIntrusionPreventionSystem * Allows or disallows Windows Defender Intrusion Prevention functionality. * * @param bool $val The defenderDisableIntrusionPreventionSystem * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableIntrusionPreventionSystem($val) { $this->_propDict["defenderDisableIntrusionPreventionSystem"] = boolval($val); return $this; } /** * Gets the defenderDisableOnAccessProtection * Allows or disallows Windows Defender On Access Protection functionality. * * @return bool|null The defenderDisableOnAccessProtection */ public function getDefenderDisableOnAccessProtection() { if (array_key_exists("defenderDisableOnAccessProtection", $this->_propDict)) { return $this->_propDict["defenderDisableOnAccessProtection"]; } else { return null; } } /** * Sets the defenderDisableOnAccessProtection * Allows or disallows Windows Defender On Access Protection functionality. * * @param bool $val The defenderDisableOnAccessProtection * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableOnAccessProtection($val) { $this->_propDict["defenderDisableOnAccessProtection"] = boolval($val); return $this; } /** * Gets the defenderDisableRealTimeMonitoring * Allows or disallows Windows Defender Realtime Monitoring functionality. * * @return bool|null The defenderDisableRealTimeMonitoring */ public function getDefenderDisableRealTimeMonitoring() { if (array_key_exists("defenderDisableRealTimeMonitoring", $this->_propDict)) { return $this->_propDict["defenderDisableRealTimeMonitoring"]; } else { return null; } } /** * Sets the defenderDisableRealTimeMonitoring * Allows or disallows Windows Defender Realtime Monitoring functionality. * * @param bool $val The defenderDisableRealTimeMonitoring * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableRealTimeMonitoring($val) { $this->_propDict["defenderDisableRealTimeMonitoring"] = boolval($val); return $this; } /** * Gets the defenderDisableScanArchiveFiles * Allows or disallows scanning of archives. * * @return bool|null The defenderDisableScanArchiveFiles */ public function getDefenderDisableScanArchiveFiles() { if (array_key_exists("defenderDisableScanArchiveFiles", $this->_propDict)) { return $this->_propDict["defenderDisableScanArchiveFiles"]; } else { return null; } } /** * Sets the defenderDisableScanArchiveFiles * Allows or disallows scanning of archives. * * @param bool $val The defenderDisableScanArchiveFiles * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableScanArchiveFiles($val) { $this->_propDict["defenderDisableScanArchiveFiles"] = boolval($val); return $this; } /** * Gets the defenderDisableScanDownloads * Allows or disallows Windows Defender IOAVP Protection functionality. * * @return bool|null The defenderDisableScanDownloads */ public function getDefenderDisableScanDownloads() { if (array_key_exists("defenderDisableScanDownloads", $this->_propDict)) { return $this->_propDict["defenderDisableScanDownloads"]; } else { return null; } } /** * Sets the defenderDisableScanDownloads * Allows or disallows Windows Defender IOAVP Protection functionality. * * @param bool $val The defenderDisableScanDownloads * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableScanDownloads($val) { $this->_propDict["defenderDisableScanDownloads"] = boolval($val); return $this; } /** * Gets the defenderDisableScanNetworkFiles * Allows or disallows a scanning of network files. * * @return bool|null The defenderDisableScanNetworkFiles */ public function getDefenderDisableScanNetworkFiles() { if (array_key_exists("defenderDisableScanNetworkFiles", $this->_propDict)) { return $this->_propDict["defenderDisableScanNetworkFiles"]; } else { return null; } } /** * Sets the defenderDisableScanNetworkFiles * Allows or disallows a scanning of network files. * * @param bool $val The defenderDisableScanNetworkFiles * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableScanNetworkFiles($val) { $this->_propDict["defenderDisableScanNetworkFiles"] = boolval($val); return $this; } /** * Gets the defenderDisableScanRemovableDrivesDuringFullScan * Allows or disallows a full scan of removable drives. During a quick scan, removable drives may still be scanned. * * @return bool|null The defenderDisableScanRemovableDrivesDuringFullScan */ public function getDefenderDisableScanRemovableDrivesDuringFullScan() { if (array_key_exists("defenderDisableScanRemovableDrivesDuringFullScan", $this->_propDict)) { return $this->_propDict["defenderDisableScanRemovableDrivesDuringFullScan"]; } else { return null; } } /** * Sets the defenderDisableScanRemovableDrivesDuringFullScan * Allows or disallows a full scan of removable drives. During a quick scan, removable drives may still be scanned. * * @param bool $val The defenderDisableScanRemovableDrivesDuringFullScan * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableScanRemovableDrivesDuringFullScan($val) { $this->_propDict["defenderDisableScanRemovableDrivesDuringFullScan"] = boolval($val); return $this; } /** * Gets the defenderDisableScanScriptsLoadedInInternetExplorer * Allows or disallows Windows Defender Script Scanning functionality. * * @return bool|null The defenderDisableScanScriptsLoadedInInternetExplorer */ public function getDefenderDisableScanScriptsLoadedInInternetExplorer() { if (array_key_exists("defenderDisableScanScriptsLoadedInInternetExplorer", $this->_propDict)) { return $this->_propDict["defenderDisableScanScriptsLoadedInInternetExplorer"]; } else { return null; } } /** * Sets the defenderDisableScanScriptsLoadedInInternetExplorer * Allows or disallows Windows Defender Script Scanning functionality. * * @param bool $val The defenderDisableScanScriptsLoadedInInternetExplorer * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderDisableScanScriptsLoadedInInternetExplorer($val) { $this->_propDict["defenderDisableScanScriptsLoadedInInternetExplorer"] = boolval($val); return $this; } /** * Gets the defenderEmailContentExecution * Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client). Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderEmailContentExecution */ public function getDefenderEmailContentExecution() { if (array_key_exists("defenderEmailContentExecution", $this->_propDict)) { if (is_a($this->_propDict["defenderEmailContentExecution"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderEmailContentExecution"])) { return $this->_propDict["defenderEmailContentExecution"]; } else { $this->_propDict["defenderEmailContentExecution"] = new DefenderProtectionType($this->_propDict["defenderEmailContentExecution"]); return $this->_propDict["defenderEmailContentExecution"]; } } return null; } /** * Sets the defenderEmailContentExecution * Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client). Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderEmailContentExecution * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderEmailContentExecution($val) { $this->_propDict["defenderEmailContentExecution"] = $val; return $this; } /** * Gets the defenderEmailContentExecutionType * Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client). Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderEmailContentExecutionType */ public function getDefenderEmailContentExecutionType() { if (array_key_exists("defenderEmailContentExecutionType", $this->_propDict)) { if (is_a($this->_propDict["defenderEmailContentExecutionType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderEmailContentExecutionType"])) { return $this->_propDict["defenderEmailContentExecutionType"]; } else { $this->_propDict["defenderEmailContentExecutionType"] = new DefenderAttackSurfaceType($this->_propDict["defenderEmailContentExecutionType"]); return $this->_propDict["defenderEmailContentExecutionType"]; } } return null; } /** * Sets the defenderEmailContentExecutionType * Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client). Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderEmailContentExecutionType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderEmailContentExecutionType($val) { $this->_propDict["defenderEmailContentExecutionType"] = $val; return $this; } /** * Gets the defenderEnableLowCpuPriority * This policy setting allows you to enable or disable low CPU priority for scheduled scans. * * @return bool|null The defenderEnableLowCpuPriority */ public function getDefenderEnableLowCpuPriority() { if (array_key_exists("defenderEnableLowCpuPriority", $this->_propDict)) { return $this->_propDict["defenderEnableLowCpuPriority"]; } else { return null; } } /** * Sets the defenderEnableLowCpuPriority * This policy setting allows you to enable or disable low CPU priority for scheduled scans. * * @param bool $val The defenderEnableLowCpuPriority * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderEnableLowCpuPriority($val) { $this->_propDict["defenderEnableLowCpuPriority"] = boolval($val); return $this; } /** * Gets the defenderEnableScanIncomingMail * Allows or disallows scanning of email. * * @return bool|null The defenderEnableScanIncomingMail */ public function getDefenderEnableScanIncomingMail() { if (array_key_exists("defenderEnableScanIncomingMail", $this->_propDict)) { return $this->_propDict["defenderEnableScanIncomingMail"]; } else { return null; } } /** * Sets the defenderEnableScanIncomingMail * Allows or disallows scanning of email. * * @param bool $val The defenderEnableScanIncomingMail * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderEnableScanIncomingMail($val) { $this->_propDict["defenderEnableScanIncomingMail"] = boolval($val); return $this; } /** * Gets the defenderEnableScanMappedNetworkDrivesDuringFullScan * Allows or disallows a full scan of mapped network drives. * * @return bool|null The defenderEnableScanMappedNetworkDrivesDuringFullScan */ public function getDefenderEnableScanMappedNetworkDrivesDuringFullScan() { if (array_key_exists("defenderEnableScanMappedNetworkDrivesDuringFullScan", $this->_propDict)) { return $this->_propDict["defenderEnableScanMappedNetworkDrivesDuringFullScan"]; } else { return null; } } /** * Sets the defenderEnableScanMappedNetworkDrivesDuringFullScan * Allows or disallows a full scan of mapped network drives. * * @param bool $val The defenderEnableScanMappedNetworkDrivesDuringFullScan * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderEnableScanMappedNetworkDrivesDuringFullScan($val) { $this->_propDict["defenderEnableScanMappedNetworkDrivesDuringFullScan"] = boolval($val); return $this; } /** * Gets the defenderExploitProtectionXml * Xml content containing information regarding exploit protection details. * * @return \GuzzleHttp\Psr7\Stream|null The defenderExploitProtectionXml */ public function getDefenderExploitProtectionXml() { if (array_key_exists("defenderExploitProtectionXml", $this->_propDict)) { if (is_a($this->_propDict["defenderExploitProtectionXml"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["defenderExploitProtectionXml"])) { return $this->_propDict["defenderExploitProtectionXml"]; } else { $this->_propDict["defenderExploitProtectionXml"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["defenderExploitProtectionXml"]); return $this->_propDict["defenderExploitProtectionXml"]; } } return null; } /** * Sets the defenderExploitProtectionXml * Xml content containing information regarding exploit protection details. * * @param \GuzzleHttp\Psr7\Stream $val The defenderExploitProtectionXml * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderExploitProtectionXml($val) { $this->_propDict["defenderExploitProtectionXml"] = $val; return $this; } /** * Gets the defenderExploitProtectionXmlFileName * Name of the file from which DefenderExploitProtectionXml was obtained. * * @return string|null The defenderExploitProtectionXmlFileName */ public function getDefenderExploitProtectionXmlFileName() { if (array_key_exists("defenderExploitProtectionXmlFileName", $this->_propDict)) { return $this->_propDict["defenderExploitProtectionXmlFileName"]; } else { return null; } } /** * Sets the defenderExploitProtectionXmlFileName * Name of the file from which DefenderExploitProtectionXml was obtained. * * @param string $val The defenderExploitProtectionXmlFileName * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderExploitProtectionXmlFileName($val) { $this->_propDict["defenderExploitProtectionXmlFileName"] = $val; return $this; } /** * Gets the defenderFileExtensionsToExclude * File extensions to exclude from scans and real time protection. * * @return string|null The defenderFileExtensionsToExclude */ public function getDefenderFileExtensionsToExclude() { if (array_key_exists("defenderFileExtensionsToExclude", $this->_propDict)) { return $this->_propDict["defenderFileExtensionsToExclude"]; } else { return null; } } /** * Sets the defenderFileExtensionsToExclude * File extensions to exclude from scans and real time protection. * * @param string $val The defenderFileExtensionsToExclude * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderFileExtensionsToExclude($val) { $this->_propDict["defenderFileExtensionsToExclude"] = $val; return $this; } /** * Gets the defenderFilesAndFoldersToExclude * Files and folder to exclude from scans and real time protection. * * @return string|null The defenderFilesAndFoldersToExclude */ public function getDefenderFilesAndFoldersToExclude() { if (array_key_exists("defenderFilesAndFoldersToExclude", $this->_propDict)) { return $this->_propDict["defenderFilesAndFoldersToExclude"]; } else { return null; } } /** * Sets the defenderFilesAndFoldersToExclude * Files and folder to exclude from scans and real time protection. * * @param string $val The defenderFilesAndFoldersToExclude * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderFilesAndFoldersToExclude($val) { $this->_propDict["defenderFilesAndFoldersToExclude"] = $val; return $this; } /** * Gets the defenderGuardedFoldersAllowedAppPaths * List of paths to exe that are allowed to access protected folders * * @return string|null The defenderGuardedFoldersAllowedAppPaths */ public function getDefenderGuardedFoldersAllowedAppPaths() { if (array_key_exists("defenderGuardedFoldersAllowedAppPaths", $this->_propDict)) { return $this->_propDict["defenderGuardedFoldersAllowedAppPaths"]; } else { return null; } } /** * Sets the defenderGuardedFoldersAllowedAppPaths * List of paths to exe that are allowed to access protected folders * * @param string $val The defenderGuardedFoldersAllowedAppPaths * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderGuardedFoldersAllowedAppPaths($val) { $this->_propDict["defenderGuardedFoldersAllowedAppPaths"] = $val; return $this; } /** * Gets the defenderGuardMyFoldersType * Value indicating the behavior of protected folders. Possible values are: userDefined, enable, auditMode, blockDiskModification, auditDiskModification. * * @return FolderProtectionType|null The defenderGuardMyFoldersType */ public function getDefenderGuardMyFoldersType() { if (array_key_exists("defenderGuardMyFoldersType", $this->_propDict)) { if (is_a($this->_propDict["defenderGuardMyFoldersType"], "\Beta\Microsoft\Graph\Model\FolderProtectionType") || is_null($this->_propDict["defenderGuardMyFoldersType"])) { return $this->_propDict["defenderGuardMyFoldersType"]; } else { $this->_propDict["defenderGuardMyFoldersType"] = new FolderProtectionType($this->_propDict["defenderGuardMyFoldersType"]); return $this->_propDict["defenderGuardMyFoldersType"]; } } return null; } /** * Sets the defenderGuardMyFoldersType * Value indicating the behavior of protected folders. Possible values are: userDefined, enable, auditMode, blockDiskModification, auditDiskModification. * * @param FolderProtectionType $val The defenderGuardMyFoldersType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderGuardMyFoldersType($val) { $this->_propDict["defenderGuardMyFoldersType"] = $val; return $this; } /** * Gets the defenderNetworkProtectionType * Value indicating the behavior of NetworkProtection. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderNetworkProtectionType */ public function getDefenderNetworkProtectionType() { if (array_key_exists("defenderNetworkProtectionType", $this->_propDict)) { if (is_a($this->_propDict["defenderNetworkProtectionType"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderNetworkProtectionType"])) { return $this->_propDict["defenderNetworkProtectionType"]; } else { $this->_propDict["defenderNetworkProtectionType"] = new DefenderProtectionType($this->_propDict["defenderNetworkProtectionType"]); return $this->_propDict["defenderNetworkProtectionType"]; } } return null; } /** * Sets the defenderNetworkProtectionType * Value indicating the behavior of NetworkProtection. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderNetworkProtectionType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderNetworkProtectionType($val) { $this->_propDict["defenderNetworkProtectionType"] = $val; return $this; } /** * Gets the defenderOfficeAppsExecutableContentCreationOrLaunch * Value indicating the behavior of Office applications/macros creating or launching executable content. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderOfficeAppsExecutableContentCreationOrLaunch */ public function getDefenderOfficeAppsExecutableContentCreationOrLaunch() { if (array_key_exists("defenderOfficeAppsExecutableContentCreationOrLaunch", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunch"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunch"])) { return $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunch"]; } else { $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunch"] = new DefenderProtectionType($this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunch"]); return $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunch"]; } } return null; } /** * Sets the defenderOfficeAppsExecutableContentCreationOrLaunch * Value indicating the behavior of Office applications/macros creating or launching executable content. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderOfficeAppsExecutableContentCreationOrLaunch * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeAppsExecutableContentCreationOrLaunch($val) { $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunch"] = $val; return $this; } /** * Gets the defenderOfficeAppsExecutableContentCreationOrLaunchType * Value indicating the behavior of Office applications/macros creating or launching executable content. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderOfficeAppsExecutableContentCreationOrLaunchType */ public function getDefenderOfficeAppsExecutableContentCreationOrLaunchType() { if (array_key_exists("defenderOfficeAppsExecutableContentCreationOrLaunchType", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunchType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunchType"])) { return $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunchType"]; } else { $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunchType"] = new DefenderAttackSurfaceType($this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunchType"]); return $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunchType"]; } } return null; } /** * Sets the defenderOfficeAppsExecutableContentCreationOrLaunchType * Value indicating the behavior of Office applications/macros creating or launching executable content. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderOfficeAppsExecutableContentCreationOrLaunchType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeAppsExecutableContentCreationOrLaunchType($val) { $this->_propDict["defenderOfficeAppsExecutableContentCreationOrLaunchType"] = $val; return $this; } /** * Gets the defenderOfficeAppsLaunchChildProcess * Value indicating the behavior of Office application launching child processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderOfficeAppsLaunchChildProcess */ public function getDefenderOfficeAppsLaunchChildProcess() { if (array_key_exists("defenderOfficeAppsLaunchChildProcess", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeAppsLaunchChildProcess"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderOfficeAppsLaunchChildProcess"])) { return $this->_propDict["defenderOfficeAppsLaunchChildProcess"]; } else { $this->_propDict["defenderOfficeAppsLaunchChildProcess"] = new DefenderProtectionType($this->_propDict["defenderOfficeAppsLaunchChildProcess"]); return $this->_propDict["defenderOfficeAppsLaunchChildProcess"]; } } return null; } /** * Sets the defenderOfficeAppsLaunchChildProcess * Value indicating the behavior of Office application launching child processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderOfficeAppsLaunchChildProcess * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeAppsLaunchChildProcess($val) { $this->_propDict["defenderOfficeAppsLaunchChildProcess"] = $val; return $this; } /** * Gets the defenderOfficeAppsLaunchChildProcessType * Value indicating the behavior of Office application launching child processes. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderOfficeAppsLaunchChildProcessType */ public function getDefenderOfficeAppsLaunchChildProcessType() { if (array_key_exists("defenderOfficeAppsLaunchChildProcessType", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeAppsLaunchChildProcessType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderOfficeAppsLaunchChildProcessType"])) { return $this->_propDict["defenderOfficeAppsLaunchChildProcessType"]; } else { $this->_propDict["defenderOfficeAppsLaunchChildProcessType"] = new DefenderAttackSurfaceType($this->_propDict["defenderOfficeAppsLaunchChildProcessType"]); return $this->_propDict["defenderOfficeAppsLaunchChildProcessType"]; } } return null; } /** * Sets the defenderOfficeAppsLaunchChildProcessType * Value indicating the behavior of Office application launching child processes. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderOfficeAppsLaunchChildProcessType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeAppsLaunchChildProcessType($val) { $this->_propDict["defenderOfficeAppsLaunchChildProcessType"] = $val; return $this; } /** * Gets the defenderOfficeAppsOtherProcessInjection * Value indicating the behavior of Office applications injecting into other processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderOfficeAppsOtherProcessInjection */ public function getDefenderOfficeAppsOtherProcessInjection() { if (array_key_exists("defenderOfficeAppsOtherProcessInjection", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeAppsOtherProcessInjection"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderOfficeAppsOtherProcessInjection"])) { return $this->_propDict["defenderOfficeAppsOtherProcessInjection"]; } else { $this->_propDict["defenderOfficeAppsOtherProcessInjection"] = new DefenderProtectionType($this->_propDict["defenderOfficeAppsOtherProcessInjection"]); return $this->_propDict["defenderOfficeAppsOtherProcessInjection"]; } } return null; } /** * Sets the defenderOfficeAppsOtherProcessInjection * Value indicating the behavior of Office applications injecting into other processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderOfficeAppsOtherProcessInjection * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeAppsOtherProcessInjection($val) { $this->_propDict["defenderOfficeAppsOtherProcessInjection"] = $val; return $this; } /** * Gets the defenderOfficeAppsOtherProcessInjectionType * Value indicating the behavior of Office applications injecting into other processes. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderOfficeAppsOtherProcessInjectionType */ public function getDefenderOfficeAppsOtherProcessInjectionType() { if (array_key_exists("defenderOfficeAppsOtherProcessInjectionType", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeAppsOtherProcessInjectionType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderOfficeAppsOtherProcessInjectionType"])) { return $this->_propDict["defenderOfficeAppsOtherProcessInjectionType"]; } else { $this->_propDict["defenderOfficeAppsOtherProcessInjectionType"] = new DefenderAttackSurfaceType($this->_propDict["defenderOfficeAppsOtherProcessInjectionType"]); return $this->_propDict["defenderOfficeAppsOtherProcessInjectionType"]; } } return null; } /** * Sets the defenderOfficeAppsOtherProcessInjectionType * Value indicating the behavior of Office applications injecting into other processes. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderOfficeAppsOtherProcessInjectionType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeAppsOtherProcessInjectionType($val) { $this->_propDict["defenderOfficeAppsOtherProcessInjectionType"] = $val; return $this; } /** * Gets the defenderOfficeCommunicationAppsLaunchChildProcess * Value indicating the behavior of Office communication applications, including Microsoft Outlook, from creating child processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderOfficeCommunicationAppsLaunchChildProcess */ public function getDefenderOfficeCommunicationAppsLaunchChildProcess() { if (array_key_exists("defenderOfficeCommunicationAppsLaunchChildProcess", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeCommunicationAppsLaunchChildProcess"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderOfficeCommunicationAppsLaunchChildProcess"])) { return $this->_propDict["defenderOfficeCommunicationAppsLaunchChildProcess"]; } else { $this->_propDict["defenderOfficeCommunicationAppsLaunchChildProcess"] = new DefenderProtectionType($this->_propDict["defenderOfficeCommunicationAppsLaunchChildProcess"]); return $this->_propDict["defenderOfficeCommunicationAppsLaunchChildProcess"]; } } return null; } /** * Sets the defenderOfficeCommunicationAppsLaunchChildProcess * Value indicating the behavior of Office communication applications, including Microsoft Outlook, from creating child processes. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderOfficeCommunicationAppsLaunchChildProcess * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeCommunicationAppsLaunchChildProcess($val) { $this->_propDict["defenderOfficeCommunicationAppsLaunchChildProcess"] = $val; return $this; } /** * Gets the defenderOfficeMacroCodeAllowWin32Imports * Value indicating the behavior of Win32 imports from Macro code in Office. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderOfficeMacroCodeAllowWin32Imports */ public function getDefenderOfficeMacroCodeAllowWin32Imports() { if (array_key_exists("defenderOfficeMacroCodeAllowWin32Imports", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeMacroCodeAllowWin32Imports"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderOfficeMacroCodeAllowWin32Imports"])) { return $this->_propDict["defenderOfficeMacroCodeAllowWin32Imports"]; } else { $this->_propDict["defenderOfficeMacroCodeAllowWin32Imports"] = new DefenderProtectionType($this->_propDict["defenderOfficeMacroCodeAllowWin32Imports"]); return $this->_propDict["defenderOfficeMacroCodeAllowWin32Imports"]; } } return null; } /** * Sets the defenderOfficeMacroCodeAllowWin32Imports * Value indicating the behavior of Win32 imports from Macro code in Office. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderOfficeMacroCodeAllowWin32Imports * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeMacroCodeAllowWin32Imports($val) { $this->_propDict["defenderOfficeMacroCodeAllowWin32Imports"] = $val; return $this; } /** * Gets the defenderOfficeMacroCodeAllowWin32ImportsType * Value indicating the behavior of Win32 imports from Macro code in Office. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderOfficeMacroCodeAllowWin32ImportsType */ public function getDefenderOfficeMacroCodeAllowWin32ImportsType() { if (array_key_exists("defenderOfficeMacroCodeAllowWin32ImportsType", $this->_propDict)) { if (is_a($this->_propDict["defenderOfficeMacroCodeAllowWin32ImportsType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderOfficeMacroCodeAllowWin32ImportsType"])) { return $this->_propDict["defenderOfficeMacroCodeAllowWin32ImportsType"]; } else { $this->_propDict["defenderOfficeMacroCodeAllowWin32ImportsType"] = new DefenderAttackSurfaceType($this->_propDict["defenderOfficeMacroCodeAllowWin32ImportsType"]); return $this->_propDict["defenderOfficeMacroCodeAllowWin32ImportsType"]; } } return null; } /** * Sets the defenderOfficeMacroCodeAllowWin32ImportsType * Value indicating the behavior of Win32 imports from Macro code in Office. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderOfficeMacroCodeAllowWin32ImportsType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderOfficeMacroCodeAllowWin32ImportsType($val) { $this->_propDict["defenderOfficeMacroCodeAllowWin32ImportsType"] = $val; return $this; } /** * Gets the defenderPotentiallyUnwantedAppAction * Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderPotentiallyUnwantedAppAction */ public function getDefenderPotentiallyUnwantedAppAction() { if (array_key_exists("defenderPotentiallyUnwantedAppAction", $this->_propDict)) { if (is_a($this->_propDict["defenderPotentiallyUnwantedAppAction"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderPotentiallyUnwantedAppAction"])) { return $this->_propDict["defenderPotentiallyUnwantedAppAction"]; } else { $this->_propDict["defenderPotentiallyUnwantedAppAction"] = new DefenderProtectionType($this->_propDict["defenderPotentiallyUnwantedAppAction"]); return $this->_propDict["defenderPotentiallyUnwantedAppAction"]; } } return null; } /** * Sets the defenderPotentiallyUnwantedAppAction * Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderPotentiallyUnwantedAppAction * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderPotentiallyUnwantedAppAction($val) { $this->_propDict["defenderPotentiallyUnwantedAppAction"] = $val; return $this; } /** * Gets the defenderPreventCredentialStealingType * Value indicating if credential stealing from the Windows local security authority subsystem is permitted. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderPreventCredentialStealingType */ public function getDefenderPreventCredentialStealingType() { if (array_key_exists("defenderPreventCredentialStealingType", $this->_propDict)) { if (is_a($this->_propDict["defenderPreventCredentialStealingType"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderPreventCredentialStealingType"])) { return $this->_propDict["defenderPreventCredentialStealingType"]; } else { $this->_propDict["defenderPreventCredentialStealingType"] = new DefenderProtectionType($this->_propDict["defenderPreventCredentialStealingType"]); return $this->_propDict["defenderPreventCredentialStealingType"]; } } return null; } /** * Sets the defenderPreventCredentialStealingType * Value indicating if credential stealing from the Windows local security authority subsystem is permitted. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderPreventCredentialStealingType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderPreventCredentialStealingType($val) { $this->_propDict["defenderPreventCredentialStealingType"] = $val; return $this; } /** * Gets the defenderProcessCreation * Value indicating response to process creations originating from PSExec and WMI commands. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderProcessCreation */ public function getDefenderProcessCreation() { if (array_key_exists("defenderProcessCreation", $this->_propDict)) { if (is_a($this->_propDict["defenderProcessCreation"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderProcessCreation"])) { return $this->_propDict["defenderProcessCreation"]; } else { $this->_propDict["defenderProcessCreation"] = new DefenderProtectionType($this->_propDict["defenderProcessCreation"]); return $this->_propDict["defenderProcessCreation"]; } } return null; } /** * Sets the defenderProcessCreation * Value indicating response to process creations originating from PSExec and WMI commands. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderProcessCreation * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderProcessCreation($val) { $this->_propDict["defenderProcessCreation"] = $val; return $this; } /** * Gets the defenderProcessCreationType * Value indicating response to process creations originating from PSExec and WMI commands. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderProcessCreationType */ public function getDefenderProcessCreationType() { if (array_key_exists("defenderProcessCreationType", $this->_propDict)) { if (is_a($this->_propDict["defenderProcessCreationType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderProcessCreationType"])) { return $this->_propDict["defenderProcessCreationType"]; } else { $this->_propDict["defenderProcessCreationType"] = new DefenderAttackSurfaceType($this->_propDict["defenderProcessCreationType"]); return $this->_propDict["defenderProcessCreationType"]; } } return null; } /** * Sets the defenderProcessCreationType * Value indicating response to process creations originating from PSExec and WMI commands. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderProcessCreationType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderProcessCreationType($val) { $this->_propDict["defenderProcessCreationType"] = $val; return $this; } /** * Gets the defenderProcessesToExclude * Processes to exclude from scans and real time protection. * * @return string|null The defenderProcessesToExclude */ public function getDefenderProcessesToExclude() { if (array_key_exists("defenderProcessesToExclude", $this->_propDict)) { return $this->_propDict["defenderProcessesToExclude"]; } else { return null; } } /** * Sets the defenderProcessesToExclude * Processes to exclude from scans and real time protection. * * @param string $val The defenderProcessesToExclude * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderProcessesToExclude($val) { $this->_propDict["defenderProcessesToExclude"] = $val; return $this; } /** * Gets the defenderScanDirection * Controls which sets of files should be monitored. Possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. * * @return DefenderRealtimeScanDirection|null The defenderScanDirection */ public function getDefenderScanDirection() { if (array_key_exists("defenderScanDirection", $this->_propDict)) { if (is_a($this->_propDict["defenderScanDirection"], "\Beta\Microsoft\Graph\Model\DefenderRealtimeScanDirection") || is_null($this->_propDict["defenderScanDirection"])) { return $this->_propDict["defenderScanDirection"]; } else { $this->_propDict["defenderScanDirection"] = new DefenderRealtimeScanDirection($this->_propDict["defenderScanDirection"]); return $this->_propDict["defenderScanDirection"]; } } return null; } /** * Sets the defenderScanDirection * Controls which sets of files should be monitored. Possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. * * @param DefenderRealtimeScanDirection $val The defenderScanDirection * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScanDirection($val) { $this->_propDict["defenderScanDirection"] = $val; return $this; } /** * Gets the defenderScanMaxCpuPercentage * Represents the average CPU load factor for the Windows Defender scan (in percent). The default value is 50. Valid values 0 to 100 * * @return int|null The defenderScanMaxCpuPercentage */ public function getDefenderScanMaxCpuPercentage() { if (array_key_exists("defenderScanMaxCpuPercentage", $this->_propDict)) { return $this->_propDict["defenderScanMaxCpuPercentage"]; } else { return null; } } /** * Sets the defenderScanMaxCpuPercentage * Represents the average CPU load factor for the Windows Defender scan (in percent). The default value is 50. Valid values 0 to 100 * * @param int $val The defenderScanMaxCpuPercentage * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScanMaxCpuPercentage($val) { $this->_propDict["defenderScanMaxCpuPercentage"] = intval($val); return $this; } /** * Gets the defenderScanType * Selects whether to perform a quick scan or full scan. Possible values are: userDefined, disabled, quick, full. * * @return DefenderScanType|null The defenderScanType */ public function getDefenderScanType() { if (array_key_exists("defenderScanType", $this->_propDict)) { if (is_a($this->_propDict["defenderScanType"], "\Beta\Microsoft\Graph\Model\DefenderScanType") || is_null($this->_propDict["defenderScanType"])) { return $this->_propDict["defenderScanType"]; } else { $this->_propDict["defenderScanType"] = new DefenderScanType($this->_propDict["defenderScanType"]); return $this->_propDict["defenderScanType"]; } } return null; } /** * Sets the defenderScanType * Selects whether to perform a quick scan or full scan. Possible values are: userDefined, disabled, quick, full. * * @param DefenderScanType $val The defenderScanType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScanType($val) { $this->_propDict["defenderScanType"] = $val; return $this; } /** * Gets the defenderScheduledQuickScanTime * Selects the time of day that the Windows Defender quick scan should run. For example, a value of 0=12:00AM, a value of 60=1:00AM, a value of 120=2:00, and so on, up to a value of 1380=11:00PM. The default value is 120 * * @return TimeOfDay|null The defenderScheduledQuickScanTime */ public function getDefenderScheduledQuickScanTime() { if (array_key_exists("defenderScheduledQuickScanTime", $this->_propDict)) { if (is_a($this->_propDict["defenderScheduledQuickScanTime"], "\Beta\Microsoft\Graph\Model\TimeOfDay") || is_null($this->_propDict["defenderScheduledQuickScanTime"])) { return $this->_propDict["defenderScheduledQuickScanTime"]; } else { $this->_propDict["defenderScheduledQuickScanTime"] = new TimeOfDay($this->_propDict["defenderScheduledQuickScanTime"]); return $this->_propDict["defenderScheduledQuickScanTime"]; } } return null; } /** * Sets the defenderScheduledQuickScanTime * Selects the time of day that the Windows Defender quick scan should run. For example, a value of 0=12:00AM, a value of 60=1:00AM, a value of 120=2:00, and so on, up to a value of 1380=11:00PM. The default value is 120 * * @param TimeOfDay $val The defenderScheduledQuickScanTime * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScheduledQuickScanTime($val) { $this->_propDict["defenderScheduledQuickScanTime"] = $val; return $this; } /** * Gets the defenderScheduledScanDay * Selects the day that the Windows Defender scan should run. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. * * @return WeeklySchedule|null The defenderScheduledScanDay */ public function getDefenderScheduledScanDay() { if (array_key_exists("defenderScheduledScanDay", $this->_propDict)) { if (is_a($this->_propDict["defenderScheduledScanDay"], "\Beta\Microsoft\Graph\Model\WeeklySchedule") || is_null($this->_propDict["defenderScheduledScanDay"])) { return $this->_propDict["defenderScheduledScanDay"]; } else { $this->_propDict["defenderScheduledScanDay"] = new WeeklySchedule($this->_propDict["defenderScheduledScanDay"]); return $this->_propDict["defenderScheduledScanDay"]; } } return null; } /** * Sets the defenderScheduledScanDay * Selects the day that the Windows Defender scan should run. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. * * @param WeeklySchedule $val The defenderScheduledScanDay * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScheduledScanDay($val) { $this->_propDict["defenderScheduledScanDay"] = $val; return $this; } /** * Gets the defenderScheduledScanTime * Selects the time of day that the Windows Defender scan should run. * * @return TimeOfDay|null The defenderScheduledScanTime */ public function getDefenderScheduledScanTime() { if (array_key_exists("defenderScheduledScanTime", $this->_propDict)) { if (is_a($this->_propDict["defenderScheduledScanTime"], "\Beta\Microsoft\Graph\Model\TimeOfDay") || is_null($this->_propDict["defenderScheduledScanTime"])) { return $this->_propDict["defenderScheduledScanTime"]; } else { $this->_propDict["defenderScheduledScanTime"] = new TimeOfDay($this->_propDict["defenderScheduledScanTime"]); return $this->_propDict["defenderScheduledScanTime"]; } } return null; } /** * Sets the defenderScheduledScanTime * Selects the time of day that the Windows Defender scan should run. * * @param TimeOfDay $val The defenderScheduledScanTime * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScheduledScanTime($val) { $this->_propDict["defenderScheduledScanTime"] = $val; return $this; } /** * Gets the defenderScriptDownloadedPayloadExecution * Value indicating the behavior of js/vbs executing payload downloaded from Internet. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderScriptDownloadedPayloadExecution */ public function getDefenderScriptDownloadedPayloadExecution() { if (array_key_exists("defenderScriptDownloadedPayloadExecution", $this->_propDict)) { if (is_a($this->_propDict["defenderScriptDownloadedPayloadExecution"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderScriptDownloadedPayloadExecution"])) { return $this->_propDict["defenderScriptDownloadedPayloadExecution"]; } else { $this->_propDict["defenderScriptDownloadedPayloadExecution"] = new DefenderProtectionType($this->_propDict["defenderScriptDownloadedPayloadExecution"]); return $this->_propDict["defenderScriptDownloadedPayloadExecution"]; } } return null; } /** * Sets the defenderScriptDownloadedPayloadExecution * Value indicating the behavior of js/vbs executing payload downloaded from Internet. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderScriptDownloadedPayloadExecution * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScriptDownloadedPayloadExecution($val) { $this->_propDict["defenderScriptDownloadedPayloadExecution"] = $val; return $this; } /** * Gets the defenderScriptDownloadedPayloadExecutionType * Value indicating the behavior of js/vbs executing payload downloaded from Internet. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderScriptDownloadedPayloadExecutionType */ public function getDefenderScriptDownloadedPayloadExecutionType() { if (array_key_exists("defenderScriptDownloadedPayloadExecutionType", $this->_propDict)) { if (is_a($this->_propDict["defenderScriptDownloadedPayloadExecutionType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderScriptDownloadedPayloadExecutionType"])) { return $this->_propDict["defenderScriptDownloadedPayloadExecutionType"]; } else { $this->_propDict["defenderScriptDownloadedPayloadExecutionType"] = new DefenderAttackSurfaceType($this->_propDict["defenderScriptDownloadedPayloadExecutionType"]); return $this->_propDict["defenderScriptDownloadedPayloadExecutionType"]; } } return null; } /** * Sets the defenderScriptDownloadedPayloadExecutionType * Value indicating the behavior of js/vbs executing payload downloaded from Internet. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderScriptDownloadedPayloadExecutionType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScriptDownloadedPayloadExecutionType($val) { $this->_propDict["defenderScriptDownloadedPayloadExecutionType"] = $val; return $this; } /** * Gets the defenderScriptObfuscatedMacroCode * Value indicating the behavior of obfuscated js/vbs/ps/macro code. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderScriptObfuscatedMacroCode */ public function getDefenderScriptObfuscatedMacroCode() { if (array_key_exists("defenderScriptObfuscatedMacroCode", $this->_propDict)) { if (is_a($this->_propDict["defenderScriptObfuscatedMacroCode"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderScriptObfuscatedMacroCode"])) { return $this->_propDict["defenderScriptObfuscatedMacroCode"]; } else { $this->_propDict["defenderScriptObfuscatedMacroCode"] = new DefenderProtectionType($this->_propDict["defenderScriptObfuscatedMacroCode"]); return $this->_propDict["defenderScriptObfuscatedMacroCode"]; } } return null; } /** * Sets the defenderScriptObfuscatedMacroCode * Value indicating the behavior of obfuscated js/vbs/ps/macro code. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderScriptObfuscatedMacroCode * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScriptObfuscatedMacroCode($val) { $this->_propDict["defenderScriptObfuscatedMacroCode"] = $val; return $this; } /** * Gets the defenderScriptObfuscatedMacroCodeType * Value indicating the behavior of obfuscated js/vbs/ps/macro code. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderScriptObfuscatedMacroCodeType */ public function getDefenderScriptObfuscatedMacroCodeType() { if (array_key_exists("defenderScriptObfuscatedMacroCodeType", $this->_propDict)) { if (is_a($this->_propDict["defenderScriptObfuscatedMacroCodeType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderScriptObfuscatedMacroCodeType"])) { return $this->_propDict["defenderScriptObfuscatedMacroCodeType"]; } else { $this->_propDict["defenderScriptObfuscatedMacroCodeType"] = new DefenderAttackSurfaceType($this->_propDict["defenderScriptObfuscatedMacroCodeType"]); return $this->_propDict["defenderScriptObfuscatedMacroCodeType"]; } } return null; } /** * Sets the defenderScriptObfuscatedMacroCodeType * Value indicating the behavior of obfuscated js/vbs/ps/macro code. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderScriptObfuscatedMacroCodeType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderScriptObfuscatedMacroCodeType($val) { $this->_propDict["defenderScriptObfuscatedMacroCodeType"] = $val; return $this; } /** * Gets the defenderSecurityCenterBlockExploitProtectionOverride * Indicates whether or not to block user from overriding Exploit Protection settings. * * @return bool|null The defenderSecurityCenterBlockExploitProtectionOverride */ public function getDefenderSecurityCenterBlockExploitProtectionOverride() { if (array_key_exists("defenderSecurityCenterBlockExploitProtectionOverride", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterBlockExploitProtectionOverride"]; } else { return null; } } /** * Sets the defenderSecurityCenterBlockExploitProtectionOverride * Indicates whether or not to block user from overriding Exploit Protection settings. * * @param bool $val The defenderSecurityCenterBlockExploitProtectionOverride * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterBlockExploitProtectionOverride($val) { $this->_propDict["defenderSecurityCenterBlockExploitProtectionOverride"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableAccountUI * Used to disable the display of the account protection area. * * @return bool|null The defenderSecurityCenterDisableAccountUI */ public function getDefenderSecurityCenterDisableAccountUI() { if (array_key_exists("defenderSecurityCenterDisableAccountUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableAccountUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableAccountUI * Used to disable the display of the account protection area. * * @param bool $val The defenderSecurityCenterDisableAccountUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableAccountUI($val) { $this->_propDict["defenderSecurityCenterDisableAccountUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableAppBrowserUI * Used to disable the display of the app and browser protection area. * * @return bool|null The defenderSecurityCenterDisableAppBrowserUI */ public function getDefenderSecurityCenterDisableAppBrowserUI() { if (array_key_exists("defenderSecurityCenterDisableAppBrowserUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableAppBrowserUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableAppBrowserUI * Used to disable the display of the app and browser protection area. * * @param bool $val The defenderSecurityCenterDisableAppBrowserUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableAppBrowserUI($val) { $this->_propDict["defenderSecurityCenterDisableAppBrowserUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableClearTpmUI * Used to disable the display of the Clear TPM button. * * @return bool|null The defenderSecurityCenterDisableClearTpmUI */ public function getDefenderSecurityCenterDisableClearTpmUI() { if (array_key_exists("defenderSecurityCenterDisableClearTpmUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableClearTpmUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableClearTpmUI * Used to disable the display of the Clear TPM button. * * @param bool $val The defenderSecurityCenterDisableClearTpmUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableClearTpmUI($val) { $this->_propDict["defenderSecurityCenterDisableClearTpmUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableFamilyUI * Used to disable the display of the family options area. * * @return bool|null The defenderSecurityCenterDisableFamilyUI */ public function getDefenderSecurityCenterDisableFamilyUI() { if (array_key_exists("defenderSecurityCenterDisableFamilyUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableFamilyUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableFamilyUI * Used to disable the display of the family options area. * * @param bool $val The defenderSecurityCenterDisableFamilyUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableFamilyUI($val) { $this->_propDict["defenderSecurityCenterDisableFamilyUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableHardwareUI * Used to disable the display of the hardware protection area. * * @return bool|null The defenderSecurityCenterDisableHardwareUI */ public function getDefenderSecurityCenterDisableHardwareUI() { if (array_key_exists("defenderSecurityCenterDisableHardwareUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableHardwareUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableHardwareUI * Used to disable the display of the hardware protection area. * * @param bool $val The defenderSecurityCenterDisableHardwareUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableHardwareUI($val) { $this->_propDict["defenderSecurityCenterDisableHardwareUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableHealthUI * Used to disable the display of the device performance and health area. * * @return bool|null The defenderSecurityCenterDisableHealthUI */ public function getDefenderSecurityCenterDisableHealthUI() { if (array_key_exists("defenderSecurityCenterDisableHealthUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableHealthUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableHealthUI * Used to disable the display of the device performance and health area. * * @param bool $val The defenderSecurityCenterDisableHealthUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableHealthUI($val) { $this->_propDict["defenderSecurityCenterDisableHealthUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableNetworkUI * Used to disable the display of the firewall and network protection area. * * @return bool|null The defenderSecurityCenterDisableNetworkUI */ public function getDefenderSecurityCenterDisableNetworkUI() { if (array_key_exists("defenderSecurityCenterDisableNetworkUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableNetworkUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableNetworkUI * Used to disable the display of the firewall and network protection area. * * @param bool $val The defenderSecurityCenterDisableNetworkUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableNetworkUI($val) { $this->_propDict["defenderSecurityCenterDisableNetworkUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableNotificationAreaUI * Used to disable the display of the notification area control. The user needs to either sign out and sign in or reboot the computer for this setting to take effect. * * @return bool|null The defenderSecurityCenterDisableNotificationAreaUI */ public function getDefenderSecurityCenterDisableNotificationAreaUI() { if (array_key_exists("defenderSecurityCenterDisableNotificationAreaUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableNotificationAreaUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableNotificationAreaUI * Used to disable the display of the notification area control. The user needs to either sign out and sign in or reboot the computer for this setting to take effect. * * @param bool $val The defenderSecurityCenterDisableNotificationAreaUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableNotificationAreaUI($val) { $this->_propDict["defenderSecurityCenterDisableNotificationAreaUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableRansomwareUI * Used to disable the display of the ransomware protection area. * * @return bool|null The defenderSecurityCenterDisableRansomwareUI */ public function getDefenderSecurityCenterDisableRansomwareUI() { if (array_key_exists("defenderSecurityCenterDisableRansomwareUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableRansomwareUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableRansomwareUI * Used to disable the display of the ransomware protection area. * * @param bool $val The defenderSecurityCenterDisableRansomwareUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableRansomwareUI($val) { $this->_propDict["defenderSecurityCenterDisableRansomwareUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableSecureBootUI * Used to disable the display of the secure boot area under Device security. * * @return bool|null The defenderSecurityCenterDisableSecureBootUI */ public function getDefenderSecurityCenterDisableSecureBootUI() { if (array_key_exists("defenderSecurityCenterDisableSecureBootUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableSecureBootUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableSecureBootUI * Used to disable the display of the secure boot area under Device security. * * @param bool $val The defenderSecurityCenterDisableSecureBootUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableSecureBootUI($val) { $this->_propDict["defenderSecurityCenterDisableSecureBootUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableTroubleshootingUI * Used to disable the display of the security process troubleshooting under Device security. * * @return bool|null The defenderSecurityCenterDisableTroubleshootingUI */ public function getDefenderSecurityCenterDisableTroubleshootingUI() { if (array_key_exists("defenderSecurityCenterDisableTroubleshootingUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableTroubleshootingUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableTroubleshootingUI * Used to disable the display of the security process troubleshooting under Device security. * * @param bool $val The defenderSecurityCenterDisableTroubleshootingUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableTroubleshootingUI($val) { $this->_propDict["defenderSecurityCenterDisableTroubleshootingUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableVirusUI * Used to disable the display of the virus and threat protection area. * * @return bool|null The defenderSecurityCenterDisableVirusUI */ public function getDefenderSecurityCenterDisableVirusUI() { if (array_key_exists("defenderSecurityCenterDisableVirusUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableVirusUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableVirusUI * Used to disable the display of the virus and threat protection area. * * @param bool $val The defenderSecurityCenterDisableVirusUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableVirusUI($val) { $this->_propDict["defenderSecurityCenterDisableVirusUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI * Used to disable the display of update TPM Firmware when a vulnerable firmware is detected. * * @return bool|null The defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI */ public function getDefenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI() { if (array_key_exists("defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI"]; } else { return null; } } /** * Sets the defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI * Used to disable the display of update TPM Firmware when a vulnerable firmware is detected. * * @param bool $val The defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI($val) { $this->_propDict["defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI"] = boolval($val); return $this; } /** * Gets the defenderSecurityCenterHelpEmail * The email address that is displayed to users. * * @return string|null The defenderSecurityCenterHelpEmail */ public function getDefenderSecurityCenterHelpEmail() { if (array_key_exists("defenderSecurityCenterHelpEmail", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterHelpEmail"]; } else { return null; } } /** * Sets the defenderSecurityCenterHelpEmail * The email address that is displayed to users. * * @param string $val The defenderSecurityCenterHelpEmail * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterHelpEmail($val) { $this->_propDict["defenderSecurityCenterHelpEmail"] = $val; return $this; } /** * Gets the defenderSecurityCenterHelpPhone * The phone number or Skype ID that is displayed to users. * * @return string|null The defenderSecurityCenterHelpPhone */ public function getDefenderSecurityCenterHelpPhone() { if (array_key_exists("defenderSecurityCenterHelpPhone", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterHelpPhone"]; } else { return null; } } /** * Sets the defenderSecurityCenterHelpPhone * The phone number or Skype ID that is displayed to users. * * @param string $val The defenderSecurityCenterHelpPhone * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterHelpPhone($val) { $this->_propDict["defenderSecurityCenterHelpPhone"] = $val; return $this; } /** * Gets the defenderSecurityCenterHelpURL * The help portal URL this is displayed to users. * * @return string|null The defenderSecurityCenterHelpURL */ public function getDefenderSecurityCenterHelpURL() { if (array_key_exists("defenderSecurityCenterHelpURL", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterHelpURL"]; } else { return null; } } /** * Sets the defenderSecurityCenterHelpURL * The help portal URL this is displayed to users. * * @param string $val The defenderSecurityCenterHelpURL * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterHelpURL($val) { $this->_propDict["defenderSecurityCenterHelpURL"] = $val; return $this; } /** * Gets the defenderSecurityCenterITContactDisplay * Configure where to display IT contact information to end users. Possible values are: notConfigured, displayInAppAndInNotifications, displayOnlyInApp, displayOnlyInNotifications. * * @return DefenderSecurityCenterITContactDisplayType|null The defenderSecurityCenterITContactDisplay */ public function getDefenderSecurityCenterITContactDisplay() { if (array_key_exists("defenderSecurityCenterITContactDisplay", $this->_propDict)) { if (is_a($this->_propDict["defenderSecurityCenterITContactDisplay"], "\Beta\Microsoft\Graph\Model\DefenderSecurityCenterITContactDisplayType") || is_null($this->_propDict["defenderSecurityCenterITContactDisplay"])) { return $this->_propDict["defenderSecurityCenterITContactDisplay"]; } else { $this->_propDict["defenderSecurityCenterITContactDisplay"] = new DefenderSecurityCenterITContactDisplayType($this->_propDict["defenderSecurityCenterITContactDisplay"]); return $this->_propDict["defenderSecurityCenterITContactDisplay"]; } } return null; } /** * Sets the defenderSecurityCenterITContactDisplay * Configure where to display IT contact information to end users. Possible values are: notConfigured, displayInAppAndInNotifications, displayOnlyInApp, displayOnlyInNotifications. * * @param DefenderSecurityCenterITContactDisplayType $val The defenderSecurityCenterITContactDisplay * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterITContactDisplay($val) { $this->_propDict["defenderSecurityCenterITContactDisplay"] = $val; return $this; } /** * Gets the defenderSecurityCenterNotificationsFromApp * Notifications to show from the displayed areas of app. Possible values are: notConfigured, blockNoncriticalNotifications, blockAllNotifications. * * @return DefenderSecurityCenterNotificationsFromAppType|null The defenderSecurityCenterNotificationsFromApp */ public function getDefenderSecurityCenterNotificationsFromApp() { if (array_key_exists("defenderSecurityCenterNotificationsFromApp", $this->_propDict)) { if (is_a($this->_propDict["defenderSecurityCenterNotificationsFromApp"], "\Beta\Microsoft\Graph\Model\DefenderSecurityCenterNotificationsFromAppType") || is_null($this->_propDict["defenderSecurityCenterNotificationsFromApp"])) { return $this->_propDict["defenderSecurityCenterNotificationsFromApp"]; } else { $this->_propDict["defenderSecurityCenterNotificationsFromApp"] = new DefenderSecurityCenterNotificationsFromAppType($this->_propDict["defenderSecurityCenterNotificationsFromApp"]); return $this->_propDict["defenderSecurityCenterNotificationsFromApp"]; } } return null; } /** * Sets the defenderSecurityCenterNotificationsFromApp * Notifications to show from the displayed areas of app. Possible values are: notConfigured, blockNoncriticalNotifications, blockAllNotifications. * * @param DefenderSecurityCenterNotificationsFromAppType $val The defenderSecurityCenterNotificationsFromApp * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterNotificationsFromApp($val) { $this->_propDict["defenderSecurityCenterNotificationsFromApp"] = $val; return $this; } /** * Gets the defenderSecurityCenterOrganizationDisplayName * The company name that is displayed to the users. * * @return string|null The defenderSecurityCenterOrganizationDisplayName */ public function getDefenderSecurityCenterOrganizationDisplayName() { if (array_key_exists("defenderSecurityCenterOrganizationDisplayName", $this->_propDict)) { return $this->_propDict["defenderSecurityCenterOrganizationDisplayName"]; } else { return null; } } /** * Sets the defenderSecurityCenterOrganizationDisplayName * The company name that is displayed to the users. * * @param string $val The defenderSecurityCenterOrganizationDisplayName * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSecurityCenterOrganizationDisplayName($val) { $this->_propDict["defenderSecurityCenterOrganizationDisplayName"] = $val; return $this; } /** * Gets the defenderSignatureUpdateIntervalInHours * Specifies the interval (in hours) that will be used to check for signatures, so instead of using the ScheduleDay and ScheduleTime the check for new signatures will be set according to the interval. Valid values 0 to 24 * * @return int|null The defenderSignatureUpdateIntervalInHours */ public function getDefenderSignatureUpdateIntervalInHours() { if (array_key_exists("defenderSignatureUpdateIntervalInHours", $this->_propDict)) { return $this->_propDict["defenderSignatureUpdateIntervalInHours"]; } else { return null; } } /** * Sets the defenderSignatureUpdateIntervalInHours * Specifies the interval (in hours) that will be used to check for signatures, so instead of using the ScheduleDay and ScheduleTime the check for new signatures will be set according to the interval. Valid values 0 to 24 * * @param int $val The defenderSignatureUpdateIntervalInHours * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSignatureUpdateIntervalInHours($val) { $this->_propDict["defenderSignatureUpdateIntervalInHours"] = intval($val); return $this; } /** * Gets the defenderSubmitSamplesConsentType * Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. * * @return DefenderSubmitSamplesConsentType|null The defenderSubmitSamplesConsentType */ public function getDefenderSubmitSamplesConsentType() { if (array_key_exists("defenderSubmitSamplesConsentType", $this->_propDict)) { if (is_a($this->_propDict["defenderSubmitSamplesConsentType"], "\Beta\Microsoft\Graph\Model\DefenderSubmitSamplesConsentType") || is_null($this->_propDict["defenderSubmitSamplesConsentType"])) { return $this->_propDict["defenderSubmitSamplesConsentType"]; } else { $this->_propDict["defenderSubmitSamplesConsentType"] = new DefenderSubmitSamplesConsentType($this->_propDict["defenderSubmitSamplesConsentType"]); return $this->_propDict["defenderSubmitSamplesConsentType"]; } } return null; } /** * Sets the defenderSubmitSamplesConsentType * Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. * * @param DefenderSubmitSamplesConsentType $val The defenderSubmitSamplesConsentType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderSubmitSamplesConsentType($val) { $this->_propDict["defenderSubmitSamplesConsentType"] = $val; return $this; } /** * Gets the defenderUntrustedExecutable * Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderUntrustedExecutable */ public function getDefenderUntrustedExecutable() { if (array_key_exists("defenderUntrustedExecutable", $this->_propDict)) { if (is_a($this->_propDict["defenderUntrustedExecutable"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderUntrustedExecutable"])) { return $this->_propDict["defenderUntrustedExecutable"]; } else { $this->_propDict["defenderUntrustedExecutable"] = new DefenderProtectionType($this->_propDict["defenderUntrustedExecutable"]); return $this->_propDict["defenderUntrustedExecutable"]; } } return null; } /** * Sets the defenderUntrustedExecutable * Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderUntrustedExecutable * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderUntrustedExecutable($val) { $this->_propDict["defenderUntrustedExecutable"] = $val; return $this; } /** * Gets the defenderUntrustedExecutableType * Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderUntrustedExecutableType */ public function getDefenderUntrustedExecutableType() { if (array_key_exists("defenderUntrustedExecutableType", $this->_propDict)) { if (is_a($this->_propDict["defenderUntrustedExecutableType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderUntrustedExecutableType"])) { return $this->_propDict["defenderUntrustedExecutableType"]; } else { $this->_propDict["defenderUntrustedExecutableType"] = new DefenderAttackSurfaceType($this->_propDict["defenderUntrustedExecutableType"]); return $this->_propDict["defenderUntrustedExecutableType"]; } } return null; } /** * Sets the defenderUntrustedExecutableType * Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderUntrustedExecutableType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderUntrustedExecutableType($val) { $this->_propDict["defenderUntrustedExecutableType"] = $val; return $this; } /** * Gets the defenderUntrustedUSBProcess * Value indicating response to untrusted and unsigned processes that run from USB. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @return DefenderProtectionType|null The defenderUntrustedUSBProcess */ public function getDefenderUntrustedUSBProcess() { if (array_key_exists("defenderUntrustedUSBProcess", $this->_propDict)) { if (is_a($this->_propDict["defenderUntrustedUSBProcess"], "\Beta\Microsoft\Graph\Model\DefenderProtectionType") || is_null($this->_propDict["defenderUntrustedUSBProcess"])) { return $this->_propDict["defenderUntrustedUSBProcess"]; } else { $this->_propDict["defenderUntrustedUSBProcess"] = new DefenderProtectionType($this->_propDict["defenderUntrustedUSBProcess"]); return $this->_propDict["defenderUntrustedUSBProcess"]; } } return null; } /** * Sets the defenderUntrustedUSBProcess * Value indicating response to untrusted and unsigned processes that run from USB. Possible values are: userDefined, enable, auditMode, warn, notConfigured. * * @param DefenderProtectionType $val The defenderUntrustedUSBProcess * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderUntrustedUSBProcess($val) { $this->_propDict["defenderUntrustedUSBProcess"] = $val; return $this; } /** * Gets the defenderUntrustedUSBProcessType * Value indicating response to untrusted and unsigned processes that run from USB. Possible values are: userDefined, block, auditMode, warn, disable. * * @return DefenderAttackSurfaceType|null The defenderUntrustedUSBProcessType */ public function getDefenderUntrustedUSBProcessType() { if (array_key_exists("defenderUntrustedUSBProcessType", $this->_propDict)) { if (is_a($this->_propDict["defenderUntrustedUSBProcessType"], "\Beta\Microsoft\Graph\Model\DefenderAttackSurfaceType") || is_null($this->_propDict["defenderUntrustedUSBProcessType"])) { return $this->_propDict["defenderUntrustedUSBProcessType"]; } else { $this->_propDict["defenderUntrustedUSBProcessType"] = new DefenderAttackSurfaceType($this->_propDict["defenderUntrustedUSBProcessType"]); return $this->_propDict["defenderUntrustedUSBProcessType"]; } } return null; } /** * Sets the defenderUntrustedUSBProcessType * Value indicating response to untrusted and unsigned processes that run from USB. Possible values are: userDefined, block, auditMode, warn, disable. * * @param DefenderAttackSurfaceType $val The defenderUntrustedUSBProcessType * * @return Windows10EndpointProtectionConfiguration */ public function setDefenderUntrustedUSBProcessType($val) { $this->_propDict["defenderUntrustedUSBProcessType"] = $val; return $this; } /** * Gets the deviceGuardEnableSecureBootWithDMA * This property will be deprecated in May 2019 and will be replaced with property DeviceGuardSecureBootWithDMA. Specifies whether Platform Security Level is enabled at next reboot. * * @return bool|null The deviceGuardEnableSecureBootWithDMA */ public function getDeviceGuardEnableSecureBootWithDMA() { if (array_key_exists("deviceGuardEnableSecureBootWithDMA", $this->_propDict)) { return $this->_propDict["deviceGuardEnableSecureBootWithDMA"]; } else { return null; } } /** * Sets the deviceGuardEnableSecureBootWithDMA * This property will be deprecated in May 2019 and will be replaced with property DeviceGuardSecureBootWithDMA. Specifies whether Platform Security Level is enabled at next reboot. * * @param bool $val The deviceGuardEnableSecureBootWithDMA * * @return Windows10EndpointProtectionConfiguration */ public function setDeviceGuardEnableSecureBootWithDMA($val) { $this->_propDict["deviceGuardEnableSecureBootWithDMA"] = boolval($val); return $this; } /** * Gets the deviceGuardEnableVirtualizationBasedSecurity * Turns On Virtualization Based Security(VBS). * * @return bool|null The deviceGuardEnableVirtualizationBasedSecurity */ public function getDeviceGuardEnableVirtualizationBasedSecurity() { if (array_key_exists("deviceGuardEnableVirtualizationBasedSecurity", $this->_propDict)) { return $this->_propDict["deviceGuardEnableVirtualizationBasedSecurity"]; } else { return null; } } /** * Sets the deviceGuardEnableVirtualizationBasedSecurity * Turns On Virtualization Based Security(VBS). * * @param bool $val The deviceGuardEnableVirtualizationBasedSecurity * * @return Windows10EndpointProtectionConfiguration */ public function setDeviceGuardEnableVirtualizationBasedSecurity($val) { $this->_propDict["deviceGuardEnableVirtualizationBasedSecurity"] = boolval($val); return $this; } /** * Gets the deviceGuardLaunchSystemGuard * Allows the IT admin to configure the launch of System Guard. Possible values are: notConfigured, enabled, disabled. * * @return Enablement|null The deviceGuardLaunchSystemGuard */ public function getDeviceGuardLaunchSystemGuard() { if (array_key_exists("deviceGuardLaunchSystemGuard", $this->_propDict)) { if (is_a($this->_propDict["deviceGuardLaunchSystemGuard"], "\Beta\Microsoft\Graph\Model\Enablement") || is_null($this->_propDict["deviceGuardLaunchSystemGuard"])) { return $this->_propDict["deviceGuardLaunchSystemGuard"]; } else { $this->_propDict["deviceGuardLaunchSystemGuard"] = new Enablement($this->_propDict["deviceGuardLaunchSystemGuard"]); return $this->_propDict["deviceGuardLaunchSystemGuard"]; } } return null; } /** * Sets the deviceGuardLaunchSystemGuard * Allows the IT admin to configure the launch of System Guard. Possible values are: notConfigured, enabled, disabled. * * @param Enablement $val The deviceGuardLaunchSystemGuard * * @return Windows10EndpointProtectionConfiguration */ public function setDeviceGuardLaunchSystemGuard($val) { $this->_propDict["deviceGuardLaunchSystemGuard"] = $val; return $this; } /** * Gets the deviceGuardLocalSystemAuthorityCredentialGuardSettings * Turn on Credential Guard when Platform Security Level with Secure Boot and Virtualization Based Security are both enabled. Possible values are: notConfigured, enableWithUEFILock, enableWithoutUEFILock, disable. * * @return DeviceGuardLocalSystemAuthorityCredentialGuardType|null The deviceGuardLocalSystemAuthorityCredentialGuardSettings */ public function getDeviceGuardLocalSystemAuthorityCredentialGuardSettings() { if (array_key_exists("deviceGuardLocalSystemAuthorityCredentialGuardSettings", $this->_propDict)) { if (is_a($this->_propDict["deviceGuardLocalSystemAuthorityCredentialGuardSettings"], "\Beta\Microsoft\Graph\Model\DeviceGuardLocalSystemAuthorityCredentialGuardType") || is_null($this->_propDict["deviceGuardLocalSystemAuthorityCredentialGuardSettings"])) { return $this->_propDict["deviceGuardLocalSystemAuthorityCredentialGuardSettings"]; } else { $this->_propDict["deviceGuardLocalSystemAuthorityCredentialGuardSettings"] = new DeviceGuardLocalSystemAuthorityCredentialGuardType($this->_propDict["deviceGuardLocalSystemAuthorityCredentialGuardSettings"]); return $this->_propDict["deviceGuardLocalSystemAuthorityCredentialGuardSettings"]; } } return null; } /** * Sets the deviceGuardLocalSystemAuthorityCredentialGuardSettings * Turn on Credential Guard when Platform Security Level with Secure Boot and Virtualization Based Security are both enabled. Possible values are: notConfigured, enableWithUEFILock, enableWithoutUEFILock, disable. * * @param DeviceGuardLocalSystemAuthorityCredentialGuardType $val The deviceGuardLocalSystemAuthorityCredentialGuardSettings * * @return Windows10EndpointProtectionConfiguration */ public function setDeviceGuardLocalSystemAuthorityCredentialGuardSettings($val) { $this->_propDict["deviceGuardLocalSystemAuthorityCredentialGuardSettings"] = $val; return $this; } /** * Gets the deviceGuardSecureBootWithDMA * Specifies whether Platform Security Level is enabled at next reboot. Possible values are: notConfigured, withoutDMA, withDMA. * * @return SecureBootWithDMAType|null The deviceGuardSecureBootWithDMA */ public function getDeviceGuardSecureBootWithDMA() { if (array_key_exists("deviceGuardSecureBootWithDMA", $this->_propDict)) { if (is_a($this->_propDict["deviceGuardSecureBootWithDMA"], "\Beta\Microsoft\Graph\Model\SecureBootWithDMAType") || is_null($this->_propDict["deviceGuardSecureBootWithDMA"])) { return $this->_propDict["deviceGuardSecureBootWithDMA"]; } else { $this->_propDict["deviceGuardSecureBootWithDMA"] = new SecureBootWithDMAType($this->_propDict["deviceGuardSecureBootWithDMA"]); return $this->_propDict["deviceGuardSecureBootWithDMA"]; } } return null; } /** * Sets the deviceGuardSecureBootWithDMA * Specifies whether Platform Security Level is enabled at next reboot. Possible values are: notConfigured, withoutDMA, withDMA. * * @param SecureBootWithDMAType $val The deviceGuardSecureBootWithDMA * * @return Windows10EndpointProtectionConfiguration */ public function setDeviceGuardSecureBootWithDMA($val) { $this->_propDict["deviceGuardSecureBootWithDMA"] = $val; return $this; } /** * Gets the dmaGuardDeviceEnumerationPolicy * This policy is intended to provide additional security against external DMA capable devices. It allows for more control over the enumeration of external DMA capable devices incompatible with DMA Remapping/device memory isolation and sandboxing. This policy only takes effect when Kernel DMA Protection is supported and enabled by the system firmware. Kernel DMA Protection is a platform feature that cannot be controlled via policy or by end user. It has to be supported by the system at the time of manufacturing. To check if the system supports Kernel DMA Protection, please check the Kernel DMA Protection field in the Summary page of MSINFO32.exe. * * @return DmaGuardDeviceEnumerationPolicyType|null The dmaGuardDeviceEnumerationPolicy */ public function getDmaGuardDeviceEnumerationPolicy() { if (array_key_exists("dmaGuardDeviceEnumerationPolicy", $this->_propDict)) { if (is_a($this->_propDict["dmaGuardDeviceEnumerationPolicy"], "\Beta\Microsoft\Graph\Model\DmaGuardDeviceEnumerationPolicyType") || is_null($this->_propDict["dmaGuardDeviceEnumerationPolicy"])) { return $this->_propDict["dmaGuardDeviceEnumerationPolicy"]; } else { $this->_propDict["dmaGuardDeviceEnumerationPolicy"] = new DmaGuardDeviceEnumerationPolicyType($this->_propDict["dmaGuardDeviceEnumerationPolicy"]); return $this->_propDict["dmaGuardDeviceEnumerationPolicy"]; } } return null; } /** * Sets the dmaGuardDeviceEnumerationPolicy * This policy is intended to provide additional security against external DMA capable devices. It allows for more control over the enumeration of external DMA capable devices incompatible with DMA Remapping/device memory isolation and sandboxing. This policy only takes effect when Kernel DMA Protection is supported and enabled by the system firmware. Kernel DMA Protection is a platform feature that cannot be controlled via policy or by end user. It has to be supported by the system at the time of manufacturing. To check if the system supports Kernel DMA Protection, please check the Kernel DMA Protection field in the Summary page of MSINFO32.exe. * * @param DmaGuardDeviceEnumerationPolicyType $val The dmaGuardDeviceEnumerationPolicy * * @return Windows10EndpointProtectionConfiguration */ public function setDmaGuardDeviceEnumerationPolicy($val) { $this->_propDict["dmaGuardDeviceEnumerationPolicy"] = $val; return $this; } /** * Gets the firewallBlockStatefulFTP * Blocks stateful FTP connections to the device * * @return bool|null The firewallBlockStatefulFTP */ public function getFirewallBlockStatefulFTP() { if (array_key_exists("firewallBlockStatefulFTP", $this->_propDict)) { return $this->_propDict["firewallBlockStatefulFTP"]; } else { return null; } } /** * Sets the firewallBlockStatefulFTP * Blocks stateful FTP connections to the device * * @param bool $val The firewallBlockStatefulFTP * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallBlockStatefulFTP($val) { $this->_propDict["firewallBlockStatefulFTP"] = boolval($val); return $this; } /** * Gets the firewallCertificateRevocationListCheckMethod * Specify how the certificate revocation list is to be enforced. Possible values are: deviceDefault, none, attempt, require. * * @return FirewallCertificateRevocationListCheckMethodType|null The firewallCertificateRevocationListCheckMethod */ public function getFirewallCertificateRevocationListCheckMethod() { if (array_key_exists("firewallCertificateRevocationListCheckMethod", $this->_propDict)) { if (is_a($this->_propDict["firewallCertificateRevocationListCheckMethod"], "\Beta\Microsoft\Graph\Model\FirewallCertificateRevocationListCheckMethodType") || is_null($this->_propDict["firewallCertificateRevocationListCheckMethod"])) { return $this->_propDict["firewallCertificateRevocationListCheckMethod"]; } else { $this->_propDict["firewallCertificateRevocationListCheckMethod"] = new FirewallCertificateRevocationListCheckMethodType($this->_propDict["firewallCertificateRevocationListCheckMethod"]); return $this->_propDict["firewallCertificateRevocationListCheckMethod"]; } } return null; } /** * Sets the firewallCertificateRevocationListCheckMethod * Specify how the certificate revocation list is to be enforced. Possible values are: deviceDefault, none, attempt, require. * * @param FirewallCertificateRevocationListCheckMethodType $val The firewallCertificateRevocationListCheckMethod * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallCertificateRevocationListCheckMethod($val) { $this->_propDict["firewallCertificateRevocationListCheckMethod"] = $val; return $this; } /** * Gets the firewallIdleTimeoutForSecurityAssociationInSeconds * Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600 * * @return int|null The firewallIdleTimeoutForSecurityAssociationInSeconds */ public function getFirewallIdleTimeoutForSecurityAssociationInSeconds() { if (array_key_exists("firewallIdleTimeoutForSecurityAssociationInSeconds", $this->_propDict)) { return $this->_propDict["firewallIdleTimeoutForSecurityAssociationInSeconds"]; } else { return null; } } /** * Sets the firewallIdleTimeoutForSecurityAssociationInSeconds * Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600 * * @param int $val The firewallIdleTimeoutForSecurityAssociationInSeconds * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallIdleTimeoutForSecurityAssociationInSeconds($val) { $this->_propDict["firewallIdleTimeoutForSecurityAssociationInSeconds"] = intval($val); return $this; } /** * Gets the firewallIPSecExemptionsAllowDHCP * Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic * * @return bool|null The firewallIPSecExemptionsAllowDHCP */ public function getFirewallIPSecExemptionsAllowDHCP() { if (array_key_exists("firewallIPSecExemptionsAllowDHCP", $this->_propDict)) { return $this->_propDict["firewallIPSecExemptionsAllowDHCP"]; } else { return null; } } /** * Sets the firewallIPSecExemptionsAllowDHCP * Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic * * @param bool $val The firewallIPSecExemptionsAllowDHCP * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallIPSecExemptionsAllowDHCP($val) { $this->_propDict["firewallIPSecExemptionsAllowDHCP"] = boolval($val); return $this; } /** * Gets the firewallIPSecExemptionsAllowICMP * Configures IPSec exemptions to allow ICMP * * @return bool|null The firewallIPSecExemptionsAllowICMP */ public function getFirewallIPSecExemptionsAllowICMP() { if (array_key_exists("firewallIPSecExemptionsAllowICMP", $this->_propDict)) { return $this->_propDict["firewallIPSecExemptionsAllowICMP"]; } else { return null; } } /** * Sets the firewallIPSecExemptionsAllowICMP * Configures IPSec exemptions to allow ICMP * * @param bool $val The firewallIPSecExemptionsAllowICMP * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallIPSecExemptionsAllowICMP($val) { $this->_propDict["firewallIPSecExemptionsAllowICMP"] = boolval($val); return $this; } /** * Gets the firewallIPSecExemptionsAllowNeighborDiscovery * Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes * * @return bool|null The firewallIPSecExemptionsAllowNeighborDiscovery */ public function getFirewallIPSecExemptionsAllowNeighborDiscovery() { if (array_key_exists("firewallIPSecExemptionsAllowNeighborDiscovery", $this->_propDict)) { return $this->_propDict["firewallIPSecExemptionsAllowNeighborDiscovery"]; } else { return null; } } /** * Sets the firewallIPSecExemptionsAllowNeighborDiscovery * Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes * * @param bool $val The firewallIPSecExemptionsAllowNeighborDiscovery * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallIPSecExemptionsAllowNeighborDiscovery($val) { $this->_propDict["firewallIPSecExemptionsAllowNeighborDiscovery"] = boolval($val); return $this; } /** * Gets the firewallIPSecExemptionsAllowRouterDiscovery * Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes * * @return bool|null The firewallIPSecExemptionsAllowRouterDiscovery */ public function getFirewallIPSecExemptionsAllowRouterDiscovery() { if (array_key_exists("firewallIPSecExemptionsAllowRouterDiscovery", $this->_propDict)) { return $this->_propDict["firewallIPSecExemptionsAllowRouterDiscovery"]; } else { return null; } } /** * Sets the firewallIPSecExemptionsAllowRouterDiscovery * Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes * * @param bool $val The firewallIPSecExemptionsAllowRouterDiscovery * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallIPSecExemptionsAllowRouterDiscovery($val) { $this->_propDict["firewallIPSecExemptionsAllowRouterDiscovery"] = boolval($val); return $this; } /** * Gets the firewallIPSecExemptionsNone * Configures IPSec exemptions to no exemptions * * @return bool|null The firewallIPSecExemptionsNone */ public function getFirewallIPSecExemptionsNone() { if (array_key_exists("firewallIPSecExemptionsNone", $this->_propDict)) { return $this->_propDict["firewallIPSecExemptionsNone"]; } else { return null; } } /** * Sets the firewallIPSecExemptionsNone * Configures IPSec exemptions to no exemptions * * @param bool $val The firewallIPSecExemptionsNone * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallIPSecExemptionsNone($val) { $this->_propDict["firewallIPSecExemptionsNone"] = boolval($val); return $this; } /** * Gets the firewallMergeKeyingModuleSettings * If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set * * @return bool|null The firewallMergeKeyingModuleSettings */ public function getFirewallMergeKeyingModuleSettings() { if (array_key_exists("firewallMergeKeyingModuleSettings", $this->_propDict)) { return $this->_propDict["firewallMergeKeyingModuleSettings"]; } else { return null; } } /** * Sets the firewallMergeKeyingModuleSettings * If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set * * @param bool $val The firewallMergeKeyingModuleSettings * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallMergeKeyingModuleSettings($val) { $this->_propDict["firewallMergeKeyingModuleSettings"] = boolval($val); return $this; } /** * Gets the firewallPacketQueueingMethod * Configures how packet queueing should be applied in the tunnel gateway scenario. Possible values are: deviceDefault, disabled, queueInbound, queueOutbound, queueBoth. * * @return FirewallPacketQueueingMethodType|null The firewallPacketQueueingMethod */ public function getFirewallPacketQueueingMethod() { if (array_key_exists("firewallPacketQueueingMethod", $this->_propDict)) { if (is_a($this->_propDict["firewallPacketQueueingMethod"], "\Beta\Microsoft\Graph\Model\FirewallPacketQueueingMethodType") || is_null($this->_propDict["firewallPacketQueueingMethod"])) { return $this->_propDict["firewallPacketQueueingMethod"]; } else { $this->_propDict["firewallPacketQueueingMethod"] = new FirewallPacketQueueingMethodType($this->_propDict["firewallPacketQueueingMethod"]); return $this->_propDict["firewallPacketQueueingMethod"]; } } return null; } /** * Sets the firewallPacketQueueingMethod * Configures how packet queueing should be applied in the tunnel gateway scenario. Possible values are: deviceDefault, disabled, queueInbound, queueOutbound, queueBoth. * * @param FirewallPacketQueueingMethodType $val The firewallPacketQueueingMethod * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallPacketQueueingMethod($val) { $this->_propDict["firewallPacketQueueingMethod"] = $val; return $this; } /** * Gets the firewallPreSharedKeyEncodingMethod * Select the preshared key encoding to be used. Possible values are: deviceDefault, none, utF8. * * @return FirewallPreSharedKeyEncodingMethodType|null The firewallPreSharedKeyEncodingMethod */ public function getFirewallPreSharedKeyEncodingMethod() { if (array_key_exists("firewallPreSharedKeyEncodingMethod", $this->_propDict)) { if (is_a($this->_propDict["firewallPreSharedKeyEncodingMethod"], "\Beta\Microsoft\Graph\Model\FirewallPreSharedKeyEncodingMethodType") || is_null($this->_propDict["firewallPreSharedKeyEncodingMethod"])) { return $this->_propDict["firewallPreSharedKeyEncodingMethod"]; } else { $this->_propDict["firewallPreSharedKeyEncodingMethod"] = new FirewallPreSharedKeyEncodingMethodType($this->_propDict["firewallPreSharedKeyEncodingMethod"]); return $this->_propDict["firewallPreSharedKeyEncodingMethod"]; } } return null; } /** * Sets the firewallPreSharedKeyEncodingMethod * Select the preshared key encoding to be used. Possible values are: deviceDefault, none, utF8. * * @param FirewallPreSharedKeyEncodingMethodType $val The firewallPreSharedKeyEncodingMethod * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallPreSharedKeyEncodingMethod($val) { $this->_propDict["firewallPreSharedKeyEncodingMethod"] = $val; return $this; } /** * Gets the firewallProfileDomain * Configures the firewall profile settings for domain networks * * @return WindowsFirewallNetworkProfile|null The firewallProfileDomain */ public function getFirewallProfileDomain() { if (array_key_exists("firewallProfileDomain", $this->_propDict)) { if (is_a($this->_propDict["firewallProfileDomain"], "\Beta\Microsoft\Graph\Model\WindowsFirewallNetworkProfile") || is_null($this->_propDict["firewallProfileDomain"])) { return $this->_propDict["firewallProfileDomain"]; } else { $this->_propDict["firewallProfileDomain"] = new WindowsFirewallNetworkProfile($this->_propDict["firewallProfileDomain"]); return $this->_propDict["firewallProfileDomain"]; } } return null; } /** * Sets the firewallProfileDomain * Configures the firewall profile settings for domain networks * * @param WindowsFirewallNetworkProfile $val The firewallProfileDomain * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallProfileDomain($val) { $this->_propDict["firewallProfileDomain"] = $val; return $this; } /** * Gets the firewallProfilePrivate * Configures the firewall profile settings for private networks * * @return WindowsFirewallNetworkProfile|null The firewallProfilePrivate */ public function getFirewallProfilePrivate() { if (array_key_exists("firewallProfilePrivate", $this->_propDict)) { if (is_a($this->_propDict["firewallProfilePrivate"], "\Beta\Microsoft\Graph\Model\WindowsFirewallNetworkProfile") || is_null($this->_propDict["firewallProfilePrivate"])) { return $this->_propDict["firewallProfilePrivate"]; } else { $this->_propDict["firewallProfilePrivate"] = new WindowsFirewallNetworkProfile($this->_propDict["firewallProfilePrivate"]); return $this->_propDict["firewallProfilePrivate"]; } } return null; } /** * Sets the firewallProfilePrivate * Configures the firewall profile settings for private networks * * @param WindowsFirewallNetworkProfile $val The firewallProfilePrivate * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallProfilePrivate($val) { $this->_propDict["firewallProfilePrivate"] = $val; return $this; } /** * Gets the firewallProfilePublic * Configures the firewall profile settings for public networks * * @return WindowsFirewallNetworkProfile|null The firewallProfilePublic */ public function getFirewallProfilePublic() { if (array_key_exists("firewallProfilePublic", $this->_propDict)) { if (is_a($this->_propDict["firewallProfilePublic"], "\Beta\Microsoft\Graph\Model\WindowsFirewallNetworkProfile") || is_null($this->_propDict["firewallProfilePublic"])) { return $this->_propDict["firewallProfilePublic"]; } else { $this->_propDict["firewallProfilePublic"] = new WindowsFirewallNetworkProfile($this->_propDict["firewallProfilePublic"]); return $this->_propDict["firewallProfilePublic"]; } } return null; } /** * Sets the firewallProfilePublic * Configures the firewall profile settings for public networks * * @param WindowsFirewallNetworkProfile $val The firewallProfilePublic * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallProfilePublic($val) { $this->_propDict["firewallProfilePublic"] = $val; return $this; } /** * Gets the firewallRules * Configures the firewall rule settings. This collection can contain a maximum of 150 elements. * * @return array|null The firewallRules */ public function getFirewallRules() { if (array_key_exists("firewallRules", $this->_propDict)) { return $this->_propDict["firewallRules"]; } else { return null; } } /** * Sets the firewallRules * Configures the firewall rule settings. This collection can contain a maximum of 150 elements. * * @param WindowsFirewallRule[] $val The firewallRules * * @return Windows10EndpointProtectionConfiguration */ public function setFirewallRules($val) { $this->_propDict["firewallRules"] = $val; return $this; } /** * Gets the lanManagerAuthenticationLevel * This security setting determines which challenge/response authentication protocol is used for network logons. Possible values are: lmAndNltm, lmNtlmAndNtlmV2, lmAndNtlmOnly, lmAndNtlmV2, lmNtlmV2AndNotLm, lmNtlmV2AndNotLmOrNtm. * * @return LanManagerAuthenticationLevel|null The lanManagerAuthenticationLevel */ public function getLanManagerAuthenticationLevel() { if (array_key_exists("lanManagerAuthenticationLevel", $this->_propDict)) { if (is_a($this->_propDict["lanManagerAuthenticationLevel"], "\Beta\Microsoft\Graph\Model\LanManagerAuthenticationLevel") || is_null($this->_propDict["lanManagerAuthenticationLevel"])) { return $this->_propDict["lanManagerAuthenticationLevel"]; } else { $this->_propDict["lanManagerAuthenticationLevel"] = new LanManagerAuthenticationLevel($this->_propDict["lanManagerAuthenticationLevel"]); return $this->_propDict["lanManagerAuthenticationLevel"]; } } return null; } /** * Sets the lanManagerAuthenticationLevel * This security setting determines which challenge/response authentication protocol is used for network logons. Possible values are: lmAndNltm, lmNtlmAndNtlmV2, lmAndNtlmOnly, lmAndNtlmV2, lmNtlmV2AndNotLm, lmNtlmV2AndNotLmOrNtm. * * @param LanManagerAuthenticationLevel $val The lanManagerAuthenticationLevel * * @return Windows10EndpointProtectionConfiguration */ public function setLanManagerAuthenticationLevel($val) { $this->_propDict["lanManagerAuthenticationLevel"] = $val; return $this; } /** * Gets the lanManagerWorkstationDisableInsecureGuestLogons * If enabled,the SMB client will allow insecure guest logons. If not configured, the SMB client will reject insecure guest logons. * * @return bool|null The lanManagerWorkstationDisableInsecureGuestLogons */ public function getLanManagerWorkstationDisableInsecureGuestLogons() { if (array_key_exists("lanManagerWorkstationDisableInsecureGuestLogons", $this->_propDict)) { return $this->_propDict["lanManagerWorkstationDisableInsecureGuestLogons"]; } else { return null; } } /** * Sets the lanManagerWorkstationDisableInsecureGuestLogons * If enabled,the SMB client will allow insecure guest logons. If not configured, the SMB client will reject insecure guest logons. * * @param bool $val The lanManagerWorkstationDisableInsecureGuestLogons * * @return Windows10EndpointProtectionConfiguration */ public function setLanManagerWorkstationDisableInsecureGuestLogons($val) { $this->_propDict["lanManagerWorkstationDisableInsecureGuestLogons"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsAdministratorAccountName * Define a different account name to be associated with the security identifier (SID) for the account 'Administrator'. * * @return string|null The localSecurityOptionsAdministratorAccountName */ public function getLocalSecurityOptionsAdministratorAccountName() { if (array_key_exists("localSecurityOptionsAdministratorAccountName", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAdministratorAccountName"]; } else { return null; } } /** * Sets the localSecurityOptionsAdministratorAccountName * Define a different account name to be associated with the security identifier (SID) for the account 'Administrator'. * * @param string $val The localSecurityOptionsAdministratorAccountName * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAdministratorAccountName($val) { $this->_propDict["localSecurityOptionsAdministratorAccountName"] = $val; return $this; } /** * Gets the localSecurityOptionsAdministratorElevationPromptBehavior * Define the behavior of the elevation prompt for admins in Admin Approval Mode. Possible values are: notConfigured, elevateWithoutPrompting, promptForCredentialsOnTheSecureDesktop, promptForConsentOnTheSecureDesktop, promptForCredentials, promptForConsent, promptForConsentForNonWindowsBinaries. * * @return LocalSecurityOptionsAdministratorElevationPromptBehaviorType|null The localSecurityOptionsAdministratorElevationPromptBehavior */ public function getLocalSecurityOptionsAdministratorElevationPromptBehavior() { if (array_key_exists("localSecurityOptionsAdministratorElevationPromptBehavior", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsAdministratorElevationPromptBehavior"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsAdministratorElevationPromptBehaviorType") || is_null($this->_propDict["localSecurityOptionsAdministratorElevationPromptBehavior"])) { return $this->_propDict["localSecurityOptionsAdministratorElevationPromptBehavior"]; } else { $this->_propDict["localSecurityOptionsAdministratorElevationPromptBehavior"] = new LocalSecurityOptionsAdministratorElevationPromptBehaviorType($this->_propDict["localSecurityOptionsAdministratorElevationPromptBehavior"]); return $this->_propDict["localSecurityOptionsAdministratorElevationPromptBehavior"]; } } return null; } /** * Sets the localSecurityOptionsAdministratorElevationPromptBehavior * Define the behavior of the elevation prompt for admins in Admin Approval Mode. Possible values are: notConfigured, elevateWithoutPrompting, promptForCredentialsOnTheSecureDesktop, promptForConsentOnTheSecureDesktop, promptForCredentials, promptForConsent, promptForConsentForNonWindowsBinaries. * * @param LocalSecurityOptionsAdministratorElevationPromptBehaviorType $val The localSecurityOptionsAdministratorElevationPromptBehavior * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAdministratorElevationPromptBehavior($val) { $this->_propDict["localSecurityOptionsAdministratorElevationPromptBehavior"] = $val; return $this; } /** * Gets the localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares * This security setting determines whether to allows anonymous users to perform certain activities, such as enumerating the names of domain accounts and network shares. * * @return bool|null The localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares */ public function getLocalSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares() { if (array_key_exists("localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares * This security setting determines whether to allows anonymous users to perform certain activities, such as enumerating the names of domain accounts and network shares. * * @param bool $val The localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares($val) { $this->_propDict["localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsAllowPKU2UAuthenticationRequests * Block PKU2U authentication requests to this device to use online identities. * * @return bool|null The localSecurityOptionsAllowPKU2UAuthenticationRequests */ public function getLocalSecurityOptionsAllowPKU2UAuthenticationRequests() { if (array_key_exists("localSecurityOptionsAllowPKU2UAuthenticationRequests", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowPKU2UAuthenticationRequests"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowPKU2UAuthenticationRequests * Block PKU2U authentication requests to this device to use online identities. * * @param bool $val The localSecurityOptionsAllowPKU2UAuthenticationRequests * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowPKU2UAuthenticationRequests($val) { $this->_propDict["localSecurityOptionsAllowPKU2UAuthenticationRequests"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager * Edit the default Security Descriptor Definition Language string to allow or deny users and groups to make remote calls to the SAM. * * @return string|null The localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager */ public function getLocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManager() { if (array_key_exists("localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager * Edit the default Security Descriptor Definition Language string to allow or deny users and groups to make remote calls to the SAM. * * @param string $val The localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManager($val) { $this->_propDict["localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager"] = $val; return $this; } /** * Gets the localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool * UI helper boolean for LocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManager entity * * @return bool|null The localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool */ public function getLocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool() { if (array_key_exists("localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool * UI helper boolean for LocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManager entity * * @param bool $val The localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool($val) { $this->_propDict["localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn * This security setting determines whether a computer can be shut down without having to log on to Windows. * * @return bool|null The localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn */ public function getLocalSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn() { if (array_key_exists("localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn * This security setting determines whether a computer can be shut down without having to log on to Windows. * * @param bool $val The localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn($val) { $this->_propDict["localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsAllowUIAccessApplicationElevation * Allow UIAccess apps to prompt for elevation without using the secure desktop. * * @return bool|null The localSecurityOptionsAllowUIAccessApplicationElevation */ public function getLocalSecurityOptionsAllowUIAccessApplicationElevation() { if (array_key_exists("localSecurityOptionsAllowUIAccessApplicationElevation", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowUIAccessApplicationElevation"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowUIAccessApplicationElevation * Allow UIAccess apps to prompt for elevation without using the secure desktop. * * @param bool $val The localSecurityOptionsAllowUIAccessApplicationElevation * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowUIAccessApplicationElevation($val) { $this->_propDict["localSecurityOptionsAllowUIAccessApplicationElevation"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsAllowUIAccessApplicationsForSecureLocations * Allow UIAccess apps to prompt for elevation without using the secure desktop.Default is enabled * * @return bool|null The localSecurityOptionsAllowUIAccessApplicationsForSecureLocations */ public function getLocalSecurityOptionsAllowUIAccessApplicationsForSecureLocations() { if (array_key_exists("localSecurityOptionsAllowUIAccessApplicationsForSecureLocations", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowUIAccessApplicationsForSecureLocations"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowUIAccessApplicationsForSecureLocations * Allow UIAccess apps to prompt for elevation without using the secure desktop.Default is enabled * * @param bool $val The localSecurityOptionsAllowUIAccessApplicationsForSecureLocations * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowUIAccessApplicationsForSecureLocations($val) { $this->_propDict["localSecurityOptionsAllowUIAccessApplicationsForSecureLocations"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsAllowUndockWithoutHavingToLogon * Prevent a portable computer from being undocked without having to log in. * * @return bool|null The localSecurityOptionsAllowUndockWithoutHavingToLogon */ public function getLocalSecurityOptionsAllowUndockWithoutHavingToLogon() { if (array_key_exists("localSecurityOptionsAllowUndockWithoutHavingToLogon", $this->_propDict)) { return $this->_propDict["localSecurityOptionsAllowUndockWithoutHavingToLogon"]; } else { return null; } } /** * Sets the localSecurityOptionsAllowUndockWithoutHavingToLogon * Prevent a portable computer from being undocked without having to log in. * * @param bool $val The localSecurityOptionsAllowUndockWithoutHavingToLogon * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsAllowUndockWithoutHavingToLogon($val) { $this->_propDict["localSecurityOptionsAllowUndockWithoutHavingToLogon"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsBlockMicrosoftAccounts * Prevent users from adding new Microsoft accounts to this computer. * * @return bool|null The localSecurityOptionsBlockMicrosoftAccounts */ public function getLocalSecurityOptionsBlockMicrosoftAccounts() { if (array_key_exists("localSecurityOptionsBlockMicrosoftAccounts", $this->_propDict)) { return $this->_propDict["localSecurityOptionsBlockMicrosoftAccounts"]; } else { return null; } } /** * Sets the localSecurityOptionsBlockMicrosoftAccounts * Prevent users from adding new Microsoft accounts to this computer. * * @param bool $val The localSecurityOptionsBlockMicrosoftAccounts * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsBlockMicrosoftAccounts($val) { $this->_propDict["localSecurityOptionsBlockMicrosoftAccounts"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsBlockRemoteLogonWithBlankPassword * Enable Local accounts that are not password protected to log on from locations other than the physical device.Default is enabled * * @return bool|null The localSecurityOptionsBlockRemoteLogonWithBlankPassword */ public function getLocalSecurityOptionsBlockRemoteLogonWithBlankPassword() { if (array_key_exists("localSecurityOptionsBlockRemoteLogonWithBlankPassword", $this->_propDict)) { return $this->_propDict["localSecurityOptionsBlockRemoteLogonWithBlankPassword"]; } else { return null; } } /** * Sets the localSecurityOptionsBlockRemoteLogonWithBlankPassword * Enable Local accounts that are not password protected to log on from locations other than the physical device.Default is enabled * * @param bool $val The localSecurityOptionsBlockRemoteLogonWithBlankPassword * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsBlockRemoteLogonWithBlankPassword($val) { $this->_propDict["localSecurityOptionsBlockRemoteLogonWithBlankPassword"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsBlockRemoteOpticalDriveAccess * Enabling this settings allows only interactively logged on user to access CD-ROM media. * * @return bool|null The localSecurityOptionsBlockRemoteOpticalDriveAccess */ public function getLocalSecurityOptionsBlockRemoteOpticalDriveAccess() { if (array_key_exists("localSecurityOptionsBlockRemoteOpticalDriveAccess", $this->_propDict)) { return $this->_propDict["localSecurityOptionsBlockRemoteOpticalDriveAccess"]; } else { return null; } } /** * Sets the localSecurityOptionsBlockRemoteOpticalDriveAccess * Enabling this settings allows only interactively logged on user to access CD-ROM media. * * @param bool $val The localSecurityOptionsBlockRemoteOpticalDriveAccess * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsBlockRemoteOpticalDriveAccess($val) { $this->_propDict["localSecurityOptionsBlockRemoteOpticalDriveAccess"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsBlockUsersInstallingPrinterDrivers * Restrict installing printer drivers as part of connecting to a shared printer to admins only. * * @return bool|null The localSecurityOptionsBlockUsersInstallingPrinterDrivers */ public function getLocalSecurityOptionsBlockUsersInstallingPrinterDrivers() { if (array_key_exists("localSecurityOptionsBlockUsersInstallingPrinterDrivers", $this->_propDict)) { return $this->_propDict["localSecurityOptionsBlockUsersInstallingPrinterDrivers"]; } else { return null; } } /** * Sets the localSecurityOptionsBlockUsersInstallingPrinterDrivers * Restrict installing printer drivers as part of connecting to a shared printer to admins only. * * @param bool $val The localSecurityOptionsBlockUsersInstallingPrinterDrivers * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsBlockUsersInstallingPrinterDrivers($val) { $this->_propDict["localSecurityOptionsBlockUsersInstallingPrinterDrivers"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsClearVirtualMemoryPageFile * This security setting determines whether the virtual memory pagefile is cleared when the system is shut down. * * @return bool|null The localSecurityOptionsClearVirtualMemoryPageFile */ public function getLocalSecurityOptionsClearVirtualMemoryPageFile() { if (array_key_exists("localSecurityOptionsClearVirtualMemoryPageFile", $this->_propDict)) { return $this->_propDict["localSecurityOptionsClearVirtualMemoryPageFile"]; } else { return null; } } /** * Sets the localSecurityOptionsClearVirtualMemoryPageFile * This security setting determines whether the virtual memory pagefile is cleared when the system is shut down. * * @param bool $val The localSecurityOptionsClearVirtualMemoryPageFile * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsClearVirtualMemoryPageFile($val) { $this->_propDict["localSecurityOptionsClearVirtualMemoryPageFile"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsClientDigitallySignCommunicationsAlways * This security setting determines whether packet signing is required by the SMB client component. * * @return bool|null The localSecurityOptionsClientDigitallySignCommunicationsAlways */ public function getLocalSecurityOptionsClientDigitallySignCommunicationsAlways() { if (array_key_exists("localSecurityOptionsClientDigitallySignCommunicationsAlways", $this->_propDict)) { return $this->_propDict["localSecurityOptionsClientDigitallySignCommunicationsAlways"]; } else { return null; } } /** * Sets the localSecurityOptionsClientDigitallySignCommunicationsAlways * This security setting determines whether packet signing is required by the SMB client component. * * @param bool $val The localSecurityOptionsClientDigitallySignCommunicationsAlways * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsClientDigitallySignCommunicationsAlways($val) { $this->_propDict["localSecurityOptionsClientDigitallySignCommunicationsAlways"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers * If this security setting is enabled, the Server Message Block (SMB) redirector is allowed to send plaintext passwords to non-Microsoft SMB servers that do not support password encryption during authentication. * * @return bool|null The localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers */ public function getLocalSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers() { if (array_key_exists("localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers", $this->_propDict)) { return $this->_propDict["localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers"]; } else { return null; } } /** * Sets the localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers * If this security setting is enabled, the Server Message Block (SMB) redirector is allowed to send plaintext passwords to non-Microsoft SMB servers that do not support password encryption during authentication. * * @param bool $val The localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers($val) { $this->_propDict["localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation * App installations requiring elevated privileges will prompt for admin credentials.Default is enabled * * @return bool|null The localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation */ public function getLocalSecurityOptionsDetectApplicationInstallationsAndPromptForElevation() { if (array_key_exists("localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation"]; } else { return null; } } /** * Sets the localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation * App installations requiring elevated privileges will prompt for admin credentials.Default is enabled * * @param bool $val The localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDetectApplicationInstallationsAndPromptForElevation($val) { $this->_propDict["localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDisableAdministratorAccount * Determines whether the Local Administrator account is enabled or disabled. * * @return bool|null The localSecurityOptionsDisableAdministratorAccount */ public function getLocalSecurityOptionsDisableAdministratorAccount() { if (array_key_exists("localSecurityOptionsDisableAdministratorAccount", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDisableAdministratorAccount"]; } else { return null; } } /** * Sets the localSecurityOptionsDisableAdministratorAccount * Determines whether the Local Administrator account is enabled or disabled. * * @param bool $val The localSecurityOptionsDisableAdministratorAccount * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDisableAdministratorAccount($val) { $this->_propDict["localSecurityOptionsDisableAdministratorAccount"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees * This security setting determines whether the SMB client attempts to negotiate SMB packet signing. * * @return bool|null The localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees */ public function getLocalSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees() { if (array_key_exists("localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees"]; } else { return null; } } /** * Sets the localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees * This security setting determines whether the SMB client attempts to negotiate SMB packet signing. * * @param bool $val The localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees($val) { $this->_propDict["localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDisableGuestAccount * Determines if the Guest account is enabled or disabled. * * @return bool|null The localSecurityOptionsDisableGuestAccount */ public function getLocalSecurityOptionsDisableGuestAccount() { if (array_key_exists("localSecurityOptionsDisableGuestAccount", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDisableGuestAccount"]; } else { return null; } } /** * Sets the localSecurityOptionsDisableGuestAccount * Determines if the Guest account is enabled or disabled. * * @param bool $val The localSecurityOptionsDisableGuestAccount * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDisableGuestAccount($val) { $this->_propDict["localSecurityOptionsDisableGuestAccount"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDisableServerDigitallySignCommunicationsAlways * This security setting determines whether packet signing is required by the SMB server component. * * @return bool|null The localSecurityOptionsDisableServerDigitallySignCommunicationsAlways */ public function getLocalSecurityOptionsDisableServerDigitallySignCommunicationsAlways() { if (array_key_exists("localSecurityOptionsDisableServerDigitallySignCommunicationsAlways", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDisableServerDigitallySignCommunicationsAlways"]; } else { return null; } } /** * Sets the localSecurityOptionsDisableServerDigitallySignCommunicationsAlways * This security setting determines whether packet signing is required by the SMB server component. * * @param bool $val The localSecurityOptionsDisableServerDigitallySignCommunicationsAlways * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDisableServerDigitallySignCommunicationsAlways($val) { $this->_propDict["localSecurityOptionsDisableServerDigitallySignCommunicationsAlways"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees * This security setting determines whether the SMB server will negotiate SMB packet signing with clients that request it. * * @return bool|null The localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees */ public function getLocalSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees() { if (array_key_exists("localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees"]; } else { return null; } } /** * Sets the localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees * This security setting determines whether the SMB server will negotiate SMB packet signing with clients that request it. * * @param bool $val The localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees($val) { $this->_propDict["localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts * This security setting determines what additional permissions will be granted for anonymous connections to the computer. * * @return bool|null The localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts */ public function getLocalSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts() { if (array_key_exists("localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts"]; } else { return null; } } /** * Sets the localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts * This security setting determines what additional permissions will be granted for anonymous connections to the computer. * * @param bool $val The localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts($val) { $this->_propDict["localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDoNotRequireCtrlAltDel * Require CTRL+ALT+DEL to be pressed before a user can log on. * * @return bool|null The localSecurityOptionsDoNotRequireCtrlAltDel */ public function getLocalSecurityOptionsDoNotRequireCtrlAltDel() { if (array_key_exists("localSecurityOptionsDoNotRequireCtrlAltDel", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDoNotRequireCtrlAltDel"]; } else { return null; } } /** * Sets the localSecurityOptionsDoNotRequireCtrlAltDel * Require CTRL+ALT+DEL to be pressed before a user can log on. * * @param bool $val The localSecurityOptionsDoNotRequireCtrlAltDel * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDoNotRequireCtrlAltDel($val) { $this->_propDict["localSecurityOptionsDoNotRequireCtrlAltDel"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange * This security setting determines if, at the next password change, the LAN Manager (LM) hash value for the new password is stored. It’s not stored by default. * * @return bool|null The localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange */ public function getLocalSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange() { if (array_key_exists("localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange", $this->_propDict)) { return $this->_propDict["localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange"]; } else { return null; } } /** * Sets the localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange * This security setting determines if, at the next password change, the LAN Manager (LM) hash value for the new password is stored. It’s not stored by default. * * @param bool $val The localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange($val) { $this->_propDict["localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser * Define who is allowed to format and eject removable NTFS media. Possible values are: notConfigured, administrators, administratorsAndPowerUsers, administratorsAndInteractiveUsers. * * @return LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType|null The localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser */ public function getLocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser() { if (array_key_exists("localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType") || is_null($this->_propDict["localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"])) { return $this->_propDict["localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"]; } else { $this->_propDict["localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"] = new LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType($this->_propDict["localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"]); return $this->_propDict["localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"]; } } return null; } /** * Sets the localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser * Define who is allowed to format and eject removable NTFS media. Possible values are: notConfigured, administrators, administratorsAndPowerUsers, administratorsAndInteractiveUsers. * * @param LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType $val The localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser($val) { $this->_propDict["localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"] = $val; return $this; } /** * Gets the localSecurityOptionsGuestAccountName * Define a different account name to be associated with the security identifier (SID) for the account 'Guest'. * * @return string|null The localSecurityOptionsGuestAccountName */ public function getLocalSecurityOptionsGuestAccountName() { if (array_key_exists("localSecurityOptionsGuestAccountName", $this->_propDict)) { return $this->_propDict["localSecurityOptionsGuestAccountName"]; } else { return null; } } /** * Sets the localSecurityOptionsGuestAccountName * Define a different account name to be associated with the security identifier (SID) for the account 'Guest'. * * @param string $val The localSecurityOptionsGuestAccountName * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsGuestAccountName($val) { $this->_propDict["localSecurityOptionsGuestAccountName"] = $val; return $this; } /** * Gets the localSecurityOptionsHideLastSignedInUser * Do not display the username of the last person who signed in on this device. * * @return bool|null The localSecurityOptionsHideLastSignedInUser */ public function getLocalSecurityOptionsHideLastSignedInUser() { if (array_key_exists("localSecurityOptionsHideLastSignedInUser", $this->_propDict)) { return $this->_propDict["localSecurityOptionsHideLastSignedInUser"]; } else { return null; } } /** * Sets the localSecurityOptionsHideLastSignedInUser * Do not display the username of the last person who signed in on this device. * * @param bool $val The localSecurityOptionsHideLastSignedInUser * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsHideLastSignedInUser($val) { $this->_propDict["localSecurityOptionsHideLastSignedInUser"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsHideUsernameAtSignIn * Do not display the username of the person signing in to this device after credentials are entered and before the device’s desktop is shown. * * @return bool|null The localSecurityOptionsHideUsernameAtSignIn */ public function getLocalSecurityOptionsHideUsernameAtSignIn() { if (array_key_exists("localSecurityOptionsHideUsernameAtSignIn", $this->_propDict)) { return $this->_propDict["localSecurityOptionsHideUsernameAtSignIn"]; } else { return null; } } /** * Sets the localSecurityOptionsHideUsernameAtSignIn * Do not display the username of the person signing in to this device after credentials are entered and before the device’s desktop is shown. * * @param bool $val The localSecurityOptionsHideUsernameAtSignIn * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsHideUsernameAtSignIn($val) { $this->_propDict["localSecurityOptionsHideUsernameAtSignIn"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsInformationDisplayedOnLockScreen * Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown. Possible values are: notConfigured, administrators, administratorsAndPowerUsers, administratorsAndInteractiveUsers. * * @return LocalSecurityOptionsInformationDisplayedOnLockScreenType|null The localSecurityOptionsInformationDisplayedOnLockScreen */ public function getLocalSecurityOptionsInformationDisplayedOnLockScreen() { if (array_key_exists("localSecurityOptionsInformationDisplayedOnLockScreen", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsInformationDisplayedOnLockScreen"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsInformationDisplayedOnLockScreenType") || is_null($this->_propDict["localSecurityOptionsInformationDisplayedOnLockScreen"])) { return $this->_propDict["localSecurityOptionsInformationDisplayedOnLockScreen"]; } else { $this->_propDict["localSecurityOptionsInformationDisplayedOnLockScreen"] = new LocalSecurityOptionsInformationDisplayedOnLockScreenType($this->_propDict["localSecurityOptionsInformationDisplayedOnLockScreen"]); return $this->_propDict["localSecurityOptionsInformationDisplayedOnLockScreen"]; } } return null; } /** * Sets the localSecurityOptionsInformationDisplayedOnLockScreen * Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown. Possible values are: notConfigured, administrators, administratorsAndPowerUsers, administratorsAndInteractiveUsers. * * @param LocalSecurityOptionsInformationDisplayedOnLockScreenType $val The localSecurityOptionsInformationDisplayedOnLockScreen * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsInformationDisplayedOnLockScreen($val) { $this->_propDict["localSecurityOptionsInformationDisplayedOnLockScreen"] = $val; return $this; } /** * Gets the localSecurityOptionsInformationShownOnLockScreen * Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown. Possible values are: notConfigured, userDisplayNameDomainUser, userDisplayNameOnly, doNotDisplayUser. * * @return LocalSecurityOptionsInformationShownOnLockScreenType|null The localSecurityOptionsInformationShownOnLockScreen */ public function getLocalSecurityOptionsInformationShownOnLockScreen() { if (array_key_exists("localSecurityOptionsInformationShownOnLockScreen", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsInformationShownOnLockScreen"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsInformationShownOnLockScreenType") || is_null($this->_propDict["localSecurityOptionsInformationShownOnLockScreen"])) { return $this->_propDict["localSecurityOptionsInformationShownOnLockScreen"]; } else { $this->_propDict["localSecurityOptionsInformationShownOnLockScreen"] = new LocalSecurityOptionsInformationShownOnLockScreenType($this->_propDict["localSecurityOptionsInformationShownOnLockScreen"]); return $this->_propDict["localSecurityOptionsInformationShownOnLockScreen"]; } } return null; } /** * Sets the localSecurityOptionsInformationShownOnLockScreen * Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown. Possible values are: notConfigured, userDisplayNameDomainUser, userDisplayNameOnly, doNotDisplayUser. * * @param LocalSecurityOptionsInformationShownOnLockScreenType $val The localSecurityOptionsInformationShownOnLockScreen * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsInformationShownOnLockScreen($val) { $this->_propDict["localSecurityOptionsInformationShownOnLockScreen"] = $val; return $this; } /** * Gets the localSecurityOptionsLogOnMessageText * Set message text for users attempting to log in. * * @return string|null The localSecurityOptionsLogOnMessageText */ public function getLocalSecurityOptionsLogOnMessageText() { if (array_key_exists("localSecurityOptionsLogOnMessageText", $this->_propDict)) { return $this->_propDict["localSecurityOptionsLogOnMessageText"]; } else { return null; } } /** * Sets the localSecurityOptionsLogOnMessageText * Set message text for users attempting to log in. * * @param string $val The localSecurityOptionsLogOnMessageText * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsLogOnMessageText($val) { $this->_propDict["localSecurityOptionsLogOnMessageText"] = $val; return $this; } /** * Gets the localSecurityOptionsLogOnMessageTitle * Set message title for users attempting to log in. * * @return string|null The localSecurityOptionsLogOnMessageTitle */ public function getLocalSecurityOptionsLogOnMessageTitle() { if (array_key_exists("localSecurityOptionsLogOnMessageTitle", $this->_propDict)) { return $this->_propDict["localSecurityOptionsLogOnMessageTitle"]; } else { return null; } } /** * Sets the localSecurityOptionsLogOnMessageTitle * Set message title for users attempting to log in. * * @param string $val The localSecurityOptionsLogOnMessageTitle * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsLogOnMessageTitle($val) { $this->_propDict["localSecurityOptionsLogOnMessageTitle"] = $val; return $this; } /** * Gets the localSecurityOptionsMachineInactivityLimit * Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999 * * @return int|null The localSecurityOptionsMachineInactivityLimit */ public function getLocalSecurityOptionsMachineInactivityLimit() { if (array_key_exists("localSecurityOptionsMachineInactivityLimit", $this->_propDict)) { return $this->_propDict["localSecurityOptionsMachineInactivityLimit"]; } else { return null; } } /** * Sets the localSecurityOptionsMachineInactivityLimit * Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999 * * @param int $val The localSecurityOptionsMachineInactivityLimit * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsMachineInactivityLimit($val) { $this->_propDict["localSecurityOptionsMachineInactivityLimit"] = intval($val); return $this; } /** * Gets the localSecurityOptionsMachineInactivityLimitInMinutes * Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999 * * @return int|null The localSecurityOptionsMachineInactivityLimitInMinutes */ public function getLocalSecurityOptionsMachineInactivityLimitInMinutes() { if (array_key_exists("localSecurityOptionsMachineInactivityLimitInMinutes", $this->_propDict)) { return $this->_propDict["localSecurityOptionsMachineInactivityLimitInMinutes"]; } else { return null; } } /** * Sets the localSecurityOptionsMachineInactivityLimitInMinutes * Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999 * * @param int $val The localSecurityOptionsMachineInactivityLimitInMinutes * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsMachineInactivityLimitInMinutes($val) { $this->_propDict["localSecurityOptionsMachineInactivityLimitInMinutes"] = intval($val); return $this; } /** * Gets the localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients * This security setting allows a client to require the negotiation of 128-bit encryption and/or NTLMv2 session security. Possible values are: none, requireNtmlV2SessionSecurity, require128BitEncryption, ntlmV2And128BitEncryption. * * @return LocalSecurityOptionsMinimumSessionSecurity|null The localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients */ public function getLocalSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients() { if (array_key_exists("localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsMinimumSessionSecurity") || is_null($this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"])) { return $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"]; } else { $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"] = new LocalSecurityOptionsMinimumSessionSecurity($this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"]); return $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"]; } } return null; } /** * Sets the localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients * This security setting allows a client to require the negotiation of 128-bit encryption and/or NTLMv2 session security. Possible values are: none, requireNtmlV2SessionSecurity, require128BitEncryption, ntlmV2And128BitEncryption. * * @param LocalSecurityOptionsMinimumSessionSecurity $val The localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients($val) { $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"] = $val; return $this; } /** * Gets the localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers * This security setting allows a server to require the negotiation of 128-bit encryption and/or NTLMv2 session security. Possible values are: none, requireNtmlV2SessionSecurity, require128BitEncryption, ntlmV2And128BitEncryption. * * @return LocalSecurityOptionsMinimumSessionSecurity|null The localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers */ public function getLocalSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers() { if (array_key_exists("localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsMinimumSessionSecurity") || is_null($this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"])) { return $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"]; } else { $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"] = new LocalSecurityOptionsMinimumSessionSecurity($this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"]); return $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"]; } } return null; } /** * Sets the localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers * This security setting allows a server to require the negotiation of 128-bit encryption and/or NTLMv2 session security. Possible values are: none, requireNtmlV2SessionSecurity, require128BitEncryption, ntlmV2And128BitEncryption. * * @param LocalSecurityOptionsMinimumSessionSecurity $val The localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers($val) { $this->_propDict["localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"] = $val; return $this; } /** * Gets the localSecurityOptionsOnlyElevateSignedExecutables * Enforce PKI certification path validation for a given executable file before it is permitted to run. * * @return bool|null The localSecurityOptionsOnlyElevateSignedExecutables */ public function getLocalSecurityOptionsOnlyElevateSignedExecutables() { if (array_key_exists("localSecurityOptionsOnlyElevateSignedExecutables", $this->_propDict)) { return $this->_propDict["localSecurityOptionsOnlyElevateSignedExecutables"]; } else { return null; } } /** * Sets the localSecurityOptionsOnlyElevateSignedExecutables * Enforce PKI certification path validation for a given executable file before it is permitted to run. * * @param bool $val The localSecurityOptionsOnlyElevateSignedExecutables * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsOnlyElevateSignedExecutables($val) { $this->_propDict["localSecurityOptionsOnlyElevateSignedExecutables"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares * By default, this security setting restricts anonymous access to shares and pipes to the settings for named pipes that can be accessed anonymously and Shares that can be accessed anonymously * * @return bool|null The localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares */ public function getLocalSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares() { if (array_key_exists("localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares", $this->_propDict)) { return $this->_propDict["localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares"]; } else { return null; } } /** * Sets the localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares * By default, this security setting restricts anonymous access to shares and pipes to the settings for named pipes that can be accessed anonymously and Shares that can be accessed anonymously * * @param bool $val The localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares($val) { $this->_propDict["localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsSmartCardRemovalBehavior * This security setting determines what happens when the smart card for a logged-on user is removed from the smart card reader. Possible values are: noAction, lockWorkstation, forceLogoff, disconnectRemoteDesktopSession. * * @return LocalSecurityOptionsSmartCardRemovalBehaviorType|null The localSecurityOptionsSmartCardRemovalBehavior */ public function getLocalSecurityOptionsSmartCardRemovalBehavior() { if (array_key_exists("localSecurityOptionsSmartCardRemovalBehavior", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsSmartCardRemovalBehavior"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsSmartCardRemovalBehaviorType") || is_null($this->_propDict["localSecurityOptionsSmartCardRemovalBehavior"])) { return $this->_propDict["localSecurityOptionsSmartCardRemovalBehavior"]; } else { $this->_propDict["localSecurityOptionsSmartCardRemovalBehavior"] = new LocalSecurityOptionsSmartCardRemovalBehaviorType($this->_propDict["localSecurityOptionsSmartCardRemovalBehavior"]); return $this->_propDict["localSecurityOptionsSmartCardRemovalBehavior"]; } } return null; } /** * Sets the localSecurityOptionsSmartCardRemovalBehavior * This security setting determines what happens when the smart card for a logged-on user is removed from the smart card reader. Possible values are: noAction, lockWorkstation, forceLogoff, disconnectRemoteDesktopSession. * * @param LocalSecurityOptionsSmartCardRemovalBehaviorType $val The localSecurityOptionsSmartCardRemovalBehavior * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsSmartCardRemovalBehavior($val) { $this->_propDict["localSecurityOptionsSmartCardRemovalBehavior"] = $val; return $this; } /** * Gets the localSecurityOptionsStandardUserElevationPromptBehavior * Define the behavior of the elevation prompt for standard users. Possible values are: notConfigured, automaticallyDenyElevationRequests, promptForCredentialsOnTheSecureDesktop, promptForCredentials. * * @return LocalSecurityOptionsStandardUserElevationPromptBehaviorType|null The localSecurityOptionsStandardUserElevationPromptBehavior */ public function getLocalSecurityOptionsStandardUserElevationPromptBehavior() { if (array_key_exists("localSecurityOptionsStandardUserElevationPromptBehavior", $this->_propDict)) { if (is_a($this->_propDict["localSecurityOptionsStandardUserElevationPromptBehavior"], "\Beta\Microsoft\Graph\Model\LocalSecurityOptionsStandardUserElevationPromptBehaviorType") || is_null($this->_propDict["localSecurityOptionsStandardUserElevationPromptBehavior"])) { return $this->_propDict["localSecurityOptionsStandardUserElevationPromptBehavior"]; } else { $this->_propDict["localSecurityOptionsStandardUserElevationPromptBehavior"] = new LocalSecurityOptionsStandardUserElevationPromptBehaviorType($this->_propDict["localSecurityOptionsStandardUserElevationPromptBehavior"]); return $this->_propDict["localSecurityOptionsStandardUserElevationPromptBehavior"]; } } return null; } /** * Sets the localSecurityOptionsStandardUserElevationPromptBehavior * Define the behavior of the elevation prompt for standard users. Possible values are: notConfigured, automaticallyDenyElevationRequests, promptForCredentialsOnTheSecureDesktop, promptForCredentials. * * @param LocalSecurityOptionsStandardUserElevationPromptBehaviorType $val The localSecurityOptionsStandardUserElevationPromptBehavior * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsStandardUserElevationPromptBehavior($val) { $this->_propDict["localSecurityOptionsStandardUserElevationPromptBehavior"] = $val; return $this; } /** * Gets the localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation * Enable all elevation requests to go to the interactive user's desktop rather than the secure desktop. Prompt behavior policy settings for admins and standard users are used. * * @return bool|null The localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation */ public function getLocalSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation() { if (array_key_exists("localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation", $this->_propDict)) { return $this->_propDict["localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation"]; } else { return null; } } /** * Sets the localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation * Enable all elevation requests to go to the interactive user's desktop rather than the secure desktop. Prompt behavior policy settings for admins and standard users are used. * * @param bool $val The localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation($val) { $this->_propDict["localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsUseAdminApprovalMode * Defines whether the built-in admin account uses Admin Approval Mode or runs all apps with full admin privileges.Default is enabled * * @return bool|null The localSecurityOptionsUseAdminApprovalMode */ public function getLocalSecurityOptionsUseAdminApprovalMode() { if (array_key_exists("localSecurityOptionsUseAdminApprovalMode", $this->_propDict)) { return $this->_propDict["localSecurityOptionsUseAdminApprovalMode"]; } else { return null; } } /** * Sets the localSecurityOptionsUseAdminApprovalMode * Defines whether the built-in admin account uses Admin Approval Mode or runs all apps with full admin privileges.Default is enabled * * @param bool $val The localSecurityOptionsUseAdminApprovalMode * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsUseAdminApprovalMode($val) { $this->_propDict["localSecurityOptionsUseAdminApprovalMode"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsUseAdminApprovalModeForAdministrators * Define whether Admin Approval Mode and all UAC policy settings are enabled, default is enabled * * @return bool|null The localSecurityOptionsUseAdminApprovalModeForAdministrators */ public function getLocalSecurityOptionsUseAdminApprovalModeForAdministrators() { if (array_key_exists("localSecurityOptionsUseAdminApprovalModeForAdministrators", $this->_propDict)) { return $this->_propDict["localSecurityOptionsUseAdminApprovalModeForAdministrators"]; } else { return null; } } /** * Sets the localSecurityOptionsUseAdminApprovalModeForAdministrators * Define whether Admin Approval Mode and all UAC policy settings are enabled, default is enabled * * @param bool $val The localSecurityOptionsUseAdminApprovalModeForAdministrators * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsUseAdminApprovalModeForAdministrators($val) { $this->_propDict["localSecurityOptionsUseAdminApprovalModeForAdministrators"] = boolval($val); return $this; } /** * Gets the localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations * Virtualize file and registry write failures to per user locations * * @return bool|null The localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations */ public function getLocalSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations() { if (array_key_exists("localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations", $this->_propDict)) { return $this->_propDict["localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations"]; } else { return null; } } /** * Sets the localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations * Virtualize file and registry write failures to per user locations * * @param bool $val The localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations * * @return Windows10EndpointProtectionConfiguration */ public function setLocalSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations($val) { $this->_propDict["localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations"] = boolval($val); return $this; } /** * Gets the smartScreenBlockOverrideForFiles * Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files. * * @return bool|null The smartScreenBlockOverrideForFiles */ public function getSmartScreenBlockOverrideForFiles() { if (array_key_exists("smartScreenBlockOverrideForFiles", $this->_propDict)) { return $this->_propDict["smartScreenBlockOverrideForFiles"]; } else { return null; } } /** * Sets the smartScreenBlockOverrideForFiles * Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files. * * @param bool $val The smartScreenBlockOverrideForFiles * * @return Windows10EndpointProtectionConfiguration */ public function setSmartScreenBlockOverrideForFiles($val) { $this->_propDict["smartScreenBlockOverrideForFiles"] = boolval($val); return $this; } /** * Gets the smartScreenEnableInShell * Allows IT Admins to configure SmartScreen for Windows. * * @return bool|null The smartScreenEnableInShell */ public function getSmartScreenEnableInShell() { if (array_key_exists("smartScreenEnableInShell", $this->_propDict)) { return $this->_propDict["smartScreenEnableInShell"]; } else { return null; } } /** * Sets the smartScreenEnableInShell * Allows IT Admins to configure SmartScreen for Windows. * * @param bool $val The smartScreenEnableInShell * * @return Windows10EndpointProtectionConfiguration */ public function setSmartScreenEnableInShell($val) { $this->_propDict["smartScreenEnableInShell"] = boolval($val); return $this; } /** * Gets the userRightsAccessCredentialManagerAsTrustedCaller * This user right is used by Credential Manager during Backup/Restore. Users' saved credentials might be compromised if this privilege is given to other entities. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsAccessCredentialManagerAsTrustedCaller */ public function getUserRightsAccessCredentialManagerAsTrustedCaller() { if (array_key_exists("userRightsAccessCredentialManagerAsTrustedCaller", $this->_propDict)) { if (is_a($this->_propDict["userRightsAccessCredentialManagerAsTrustedCaller"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsAccessCredentialManagerAsTrustedCaller"])) { return $this->_propDict["userRightsAccessCredentialManagerAsTrustedCaller"]; } else { $this->_propDict["userRightsAccessCredentialManagerAsTrustedCaller"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsAccessCredentialManagerAsTrustedCaller"]); return $this->_propDict["userRightsAccessCredentialManagerAsTrustedCaller"]; } } return null; } /** * Sets the userRightsAccessCredentialManagerAsTrustedCaller * This user right is used by Credential Manager during Backup/Restore. Users' saved credentials might be compromised if this privilege is given to other entities. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsAccessCredentialManagerAsTrustedCaller * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsAccessCredentialManagerAsTrustedCaller($val) { $this->_propDict["userRightsAccessCredentialManagerAsTrustedCaller"] = $val; return $this; } /** * Gets the userRightsActAsPartOfTheOperatingSystem * This user right allows a process to impersonate any user without authentication. The process can therefore gain access to the same local resources as that user. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsActAsPartOfTheOperatingSystem */ public function getUserRightsActAsPartOfTheOperatingSystem() { if (array_key_exists("userRightsActAsPartOfTheOperatingSystem", $this->_propDict)) { if (is_a($this->_propDict["userRightsActAsPartOfTheOperatingSystem"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsActAsPartOfTheOperatingSystem"])) { return $this->_propDict["userRightsActAsPartOfTheOperatingSystem"]; } else { $this->_propDict["userRightsActAsPartOfTheOperatingSystem"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsActAsPartOfTheOperatingSystem"]); return $this->_propDict["userRightsActAsPartOfTheOperatingSystem"]; } } return null; } /** * Sets the userRightsActAsPartOfTheOperatingSystem * This user right allows a process to impersonate any user without authentication. The process can therefore gain access to the same local resources as that user. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsActAsPartOfTheOperatingSystem * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsActAsPartOfTheOperatingSystem($val) { $this->_propDict["userRightsActAsPartOfTheOperatingSystem"] = $val; return $this; } /** * Gets the userRightsAllowAccessFromNetwork * This user right determines which users and groups are allowed to connect to the computer over the network. State Allowed is supported. * * @return DeviceManagementUserRightsSetting|null The userRightsAllowAccessFromNetwork */ public function getUserRightsAllowAccessFromNetwork() { if (array_key_exists("userRightsAllowAccessFromNetwork", $this->_propDict)) { if (is_a($this->_propDict["userRightsAllowAccessFromNetwork"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsAllowAccessFromNetwork"])) { return $this->_propDict["userRightsAllowAccessFromNetwork"]; } else { $this->_propDict["userRightsAllowAccessFromNetwork"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsAllowAccessFromNetwork"]); return $this->_propDict["userRightsAllowAccessFromNetwork"]; } } return null; } /** * Sets the userRightsAllowAccessFromNetwork * This user right determines which users and groups are allowed to connect to the computer over the network. State Allowed is supported. * * @param DeviceManagementUserRightsSetting $val The userRightsAllowAccessFromNetwork * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsAllowAccessFromNetwork($val) { $this->_propDict["userRightsAllowAccessFromNetwork"] = $val; return $this; } /** * Gets the userRightsBackupData * This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when backing up files and directories. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsBackupData */ public function getUserRightsBackupData() { if (array_key_exists("userRightsBackupData", $this->_propDict)) { if (is_a($this->_propDict["userRightsBackupData"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsBackupData"])) { return $this->_propDict["userRightsBackupData"]; } else { $this->_propDict["userRightsBackupData"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsBackupData"]); return $this->_propDict["userRightsBackupData"]; } } return null; } /** * Sets the userRightsBackupData * This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when backing up files and directories. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsBackupData * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsBackupData($val) { $this->_propDict["userRightsBackupData"] = $val; return $this; } /** * Gets the userRightsBlockAccessFromNetwork * This user right determines which users and groups are block from connecting to the computer over the network. State Block is supported. * * @return DeviceManagementUserRightsSetting|null The userRightsBlockAccessFromNetwork */ public function getUserRightsBlockAccessFromNetwork() { if (array_key_exists("userRightsBlockAccessFromNetwork", $this->_propDict)) { if (is_a($this->_propDict["userRightsBlockAccessFromNetwork"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsBlockAccessFromNetwork"])) { return $this->_propDict["userRightsBlockAccessFromNetwork"]; } else { $this->_propDict["userRightsBlockAccessFromNetwork"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsBlockAccessFromNetwork"]); return $this->_propDict["userRightsBlockAccessFromNetwork"]; } } return null; } /** * Sets the userRightsBlockAccessFromNetwork * This user right determines which users and groups are block from connecting to the computer over the network. State Block is supported. * * @param DeviceManagementUserRightsSetting $val The userRightsBlockAccessFromNetwork * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsBlockAccessFromNetwork($val) { $this->_propDict["userRightsBlockAccessFromNetwork"] = $val; return $this; } /** * Gets the userRightsChangeSystemTime * This user right determines which users and groups can change the time and date on the internal clock of the computer. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsChangeSystemTime */ public function getUserRightsChangeSystemTime() { if (array_key_exists("userRightsChangeSystemTime", $this->_propDict)) { if (is_a($this->_propDict["userRightsChangeSystemTime"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsChangeSystemTime"])) { return $this->_propDict["userRightsChangeSystemTime"]; } else { $this->_propDict["userRightsChangeSystemTime"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsChangeSystemTime"]); return $this->_propDict["userRightsChangeSystemTime"]; } } return null; } /** * Sets the userRightsChangeSystemTime * This user right determines which users and groups can change the time and date on the internal clock of the computer. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsChangeSystemTime * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsChangeSystemTime($val) { $this->_propDict["userRightsChangeSystemTime"] = $val; return $this; } /** * Gets the userRightsCreateGlobalObjects * This security setting determines whether users can create global objects that are available to all sessions. Users who can create global objects could affect processes that run under other users' sessions, which could lead to application failure or data corruption. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsCreateGlobalObjects */ public function getUserRightsCreateGlobalObjects() { if (array_key_exists("userRightsCreateGlobalObjects", $this->_propDict)) { if (is_a($this->_propDict["userRightsCreateGlobalObjects"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsCreateGlobalObjects"])) { return $this->_propDict["userRightsCreateGlobalObjects"]; } else { $this->_propDict["userRightsCreateGlobalObjects"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsCreateGlobalObjects"]); return $this->_propDict["userRightsCreateGlobalObjects"]; } } return null; } /** * Sets the userRightsCreateGlobalObjects * This security setting determines whether users can create global objects that are available to all sessions. Users who can create global objects could affect processes that run under other users' sessions, which could lead to application failure or data corruption. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsCreateGlobalObjects * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsCreateGlobalObjects($val) { $this->_propDict["userRightsCreateGlobalObjects"] = $val; return $this; } /** * Gets the userRightsCreatePageFile * This user right determines which users and groups can call an internal API to create and change the size of a page file. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsCreatePageFile */ public function getUserRightsCreatePageFile() { if (array_key_exists("userRightsCreatePageFile", $this->_propDict)) { if (is_a($this->_propDict["userRightsCreatePageFile"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsCreatePageFile"])) { return $this->_propDict["userRightsCreatePageFile"]; } else { $this->_propDict["userRightsCreatePageFile"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsCreatePageFile"]); return $this->_propDict["userRightsCreatePageFile"]; } } return null; } /** * Sets the userRightsCreatePageFile * This user right determines which users and groups can call an internal API to create and change the size of a page file. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsCreatePageFile * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsCreatePageFile($val) { $this->_propDict["userRightsCreatePageFile"] = $val; return $this; } /** * Gets the userRightsCreatePermanentSharedObjects * This user right determines which accounts can be used by processes to create a directory object using the object manager. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsCreatePermanentSharedObjects */ public function getUserRightsCreatePermanentSharedObjects() { if (array_key_exists("userRightsCreatePermanentSharedObjects", $this->_propDict)) { if (is_a($this->_propDict["userRightsCreatePermanentSharedObjects"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsCreatePermanentSharedObjects"])) { return $this->_propDict["userRightsCreatePermanentSharedObjects"]; } else { $this->_propDict["userRightsCreatePermanentSharedObjects"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsCreatePermanentSharedObjects"]); return $this->_propDict["userRightsCreatePermanentSharedObjects"]; } } return null; } /** * Sets the userRightsCreatePermanentSharedObjects * This user right determines which accounts can be used by processes to create a directory object using the object manager. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsCreatePermanentSharedObjects * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsCreatePermanentSharedObjects($val) { $this->_propDict["userRightsCreatePermanentSharedObjects"] = $val; return $this; } /** * Gets the userRightsCreateSymbolicLinks * This user right determines if the user can create a symbolic link from the computer to which they are logged on. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsCreateSymbolicLinks */ public function getUserRightsCreateSymbolicLinks() { if (array_key_exists("userRightsCreateSymbolicLinks", $this->_propDict)) { if (is_a($this->_propDict["userRightsCreateSymbolicLinks"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsCreateSymbolicLinks"])) { return $this->_propDict["userRightsCreateSymbolicLinks"]; } else { $this->_propDict["userRightsCreateSymbolicLinks"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsCreateSymbolicLinks"]); return $this->_propDict["userRightsCreateSymbolicLinks"]; } } return null; } /** * Sets the userRightsCreateSymbolicLinks * This user right determines if the user can create a symbolic link from the computer to which they are logged on. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsCreateSymbolicLinks * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsCreateSymbolicLinks($val) { $this->_propDict["userRightsCreateSymbolicLinks"] = $val; return $this; } /** * Gets the userRightsCreateToken * This user right determines which users/groups can be used by processes to create a token that can then be used to get access to any local resources when the process uses an internal API to create an access token. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsCreateToken */ public function getUserRightsCreateToken() { if (array_key_exists("userRightsCreateToken", $this->_propDict)) { if (is_a($this->_propDict["userRightsCreateToken"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsCreateToken"])) { return $this->_propDict["userRightsCreateToken"]; } else { $this->_propDict["userRightsCreateToken"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsCreateToken"]); return $this->_propDict["userRightsCreateToken"]; } } return null; } /** * Sets the userRightsCreateToken * This user right determines which users/groups can be used by processes to create a token that can then be used to get access to any local resources when the process uses an internal API to create an access token. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsCreateToken * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsCreateToken($val) { $this->_propDict["userRightsCreateToken"] = $val; return $this; } /** * Gets the userRightsDebugPrograms * This user right determines which users can attach a debugger to any process or to the kernel. Only states NotConfigured and Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsDebugPrograms */ public function getUserRightsDebugPrograms() { if (array_key_exists("userRightsDebugPrograms", $this->_propDict)) { if (is_a($this->_propDict["userRightsDebugPrograms"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsDebugPrograms"])) { return $this->_propDict["userRightsDebugPrograms"]; } else { $this->_propDict["userRightsDebugPrograms"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsDebugPrograms"]); return $this->_propDict["userRightsDebugPrograms"]; } } return null; } /** * Sets the userRightsDebugPrograms * This user right determines which users can attach a debugger to any process or to the kernel. Only states NotConfigured and Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsDebugPrograms * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsDebugPrograms($val) { $this->_propDict["userRightsDebugPrograms"] = $val; return $this; } /** * Gets the userRightsDelegation * This user right determines which users can set the Trusted for Delegation setting on a user or computer object. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsDelegation */ public function getUserRightsDelegation() { if (array_key_exists("userRightsDelegation", $this->_propDict)) { if (is_a($this->_propDict["userRightsDelegation"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsDelegation"])) { return $this->_propDict["userRightsDelegation"]; } else { $this->_propDict["userRightsDelegation"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsDelegation"]); return $this->_propDict["userRightsDelegation"]; } } return null; } /** * Sets the userRightsDelegation * This user right determines which users can set the Trusted for Delegation setting on a user or computer object. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsDelegation * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsDelegation($val) { $this->_propDict["userRightsDelegation"] = $val; return $this; } /** * Gets the userRightsDenyLocalLogOn * This user right determines which users cannot log on to the computer. States NotConfigured, Blocked are supported * * @return DeviceManagementUserRightsSetting|null The userRightsDenyLocalLogOn */ public function getUserRightsDenyLocalLogOn() { if (array_key_exists("userRightsDenyLocalLogOn", $this->_propDict)) { if (is_a($this->_propDict["userRightsDenyLocalLogOn"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsDenyLocalLogOn"])) { return $this->_propDict["userRightsDenyLocalLogOn"]; } else { $this->_propDict["userRightsDenyLocalLogOn"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsDenyLocalLogOn"]); return $this->_propDict["userRightsDenyLocalLogOn"]; } } return null; } /** * Sets the userRightsDenyLocalLogOn * This user right determines which users cannot log on to the computer. States NotConfigured, Blocked are supported * * @param DeviceManagementUserRightsSetting $val The userRightsDenyLocalLogOn * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsDenyLocalLogOn($val) { $this->_propDict["userRightsDenyLocalLogOn"] = $val; return $this; } /** * Gets the userRightsGenerateSecurityAudits * This user right determines which accounts can be used by a process to add entries to the security log. The security log is used to trace unauthorized system access. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsGenerateSecurityAudits */ public function getUserRightsGenerateSecurityAudits() { if (array_key_exists("userRightsGenerateSecurityAudits", $this->_propDict)) { if (is_a($this->_propDict["userRightsGenerateSecurityAudits"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsGenerateSecurityAudits"])) { return $this->_propDict["userRightsGenerateSecurityAudits"]; } else { $this->_propDict["userRightsGenerateSecurityAudits"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsGenerateSecurityAudits"]); return $this->_propDict["userRightsGenerateSecurityAudits"]; } } return null; } /** * Sets the userRightsGenerateSecurityAudits * This user right determines which accounts can be used by a process to add entries to the security log. The security log is used to trace unauthorized system access. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsGenerateSecurityAudits * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsGenerateSecurityAudits($val) { $this->_propDict["userRightsGenerateSecurityAudits"] = $val; return $this; } /** * Gets the userRightsImpersonateClient * Assigning this user right to a user allows programs running on behalf of that user to impersonate a client. Requiring this user right for this kind of impersonation prevents an unauthorized user from convincing a client to connect to a service that they have created and then impersonating that client, which can elevate the unauthorized user's permissions to administrative or system levels. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsImpersonateClient */ public function getUserRightsImpersonateClient() { if (array_key_exists("userRightsImpersonateClient", $this->_propDict)) { if (is_a($this->_propDict["userRightsImpersonateClient"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsImpersonateClient"])) { return $this->_propDict["userRightsImpersonateClient"]; } else { $this->_propDict["userRightsImpersonateClient"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsImpersonateClient"]); return $this->_propDict["userRightsImpersonateClient"]; } } return null; } /** * Sets the userRightsImpersonateClient * Assigning this user right to a user allows programs running on behalf of that user to impersonate a client. Requiring this user right for this kind of impersonation prevents an unauthorized user from convincing a client to connect to a service that they have created and then impersonating that client, which can elevate the unauthorized user's permissions to administrative or system levels. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsImpersonateClient * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsImpersonateClient($val) { $this->_propDict["userRightsImpersonateClient"] = $val; return $this; } /** * Gets the userRightsIncreaseSchedulingPriority * This user right determines which accounts can use a process with Write Property access to another process to increase the execution priority assigned to the other process. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsIncreaseSchedulingPriority */ public function getUserRightsIncreaseSchedulingPriority() { if (array_key_exists("userRightsIncreaseSchedulingPriority", $this->_propDict)) { if (is_a($this->_propDict["userRightsIncreaseSchedulingPriority"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsIncreaseSchedulingPriority"])) { return $this->_propDict["userRightsIncreaseSchedulingPriority"]; } else { $this->_propDict["userRightsIncreaseSchedulingPriority"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsIncreaseSchedulingPriority"]); return $this->_propDict["userRightsIncreaseSchedulingPriority"]; } } return null; } /** * Sets the userRightsIncreaseSchedulingPriority * This user right determines which accounts can use a process with Write Property access to another process to increase the execution priority assigned to the other process. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsIncreaseSchedulingPriority * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsIncreaseSchedulingPriority($val) { $this->_propDict["userRightsIncreaseSchedulingPriority"] = $val; return $this; } /** * Gets the userRightsLoadUnloadDrivers * This user right determines which users can dynamically load and unload device drivers or other code in to kernel mode. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsLoadUnloadDrivers */ public function getUserRightsLoadUnloadDrivers() { if (array_key_exists("userRightsLoadUnloadDrivers", $this->_propDict)) { if (is_a($this->_propDict["userRightsLoadUnloadDrivers"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsLoadUnloadDrivers"])) { return $this->_propDict["userRightsLoadUnloadDrivers"]; } else { $this->_propDict["userRightsLoadUnloadDrivers"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsLoadUnloadDrivers"]); return $this->_propDict["userRightsLoadUnloadDrivers"]; } } return null; } /** * Sets the userRightsLoadUnloadDrivers * This user right determines which users can dynamically load and unload device drivers or other code in to kernel mode. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsLoadUnloadDrivers * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsLoadUnloadDrivers($val) { $this->_propDict["userRightsLoadUnloadDrivers"] = $val; return $this; } /** * Gets the userRightsLocalLogOn * This user right determines which users can log on to the computer. States NotConfigured, Allowed are supported * * @return DeviceManagementUserRightsSetting|null The userRightsLocalLogOn */ public function getUserRightsLocalLogOn() { if (array_key_exists("userRightsLocalLogOn", $this->_propDict)) { if (is_a($this->_propDict["userRightsLocalLogOn"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsLocalLogOn"])) { return $this->_propDict["userRightsLocalLogOn"]; } else { $this->_propDict["userRightsLocalLogOn"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsLocalLogOn"]); return $this->_propDict["userRightsLocalLogOn"]; } } return null; } /** * Sets the userRightsLocalLogOn * This user right determines which users can log on to the computer. States NotConfigured, Allowed are supported * * @param DeviceManagementUserRightsSetting $val The userRightsLocalLogOn * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsLocalLogOn($val) { $this->_propDict["userRightsLocalLogOn"] = $val; return $this; } /** * Gets the userRightsLockMemory * This user right determines which accounts can use a process to keep data in physical memory, which prevents the system from paging the data to virtual memory on disk. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsLockMemory */ public function getUserRightsLockMemory() { if (array_key_exists("userRightsLockMemory", $this->_propDict)) { if (is_a($this->_propDict["userRightsLockMemory"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsLockMemory"])) { return $this->_propDict["userRightsLockMemory"]; } else { $this->_propDict["userRightsLockMemory"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsLockMemory"]); return $this->_propDict["userRightsLockMemory"]; } } return null; } /** * Sets the userRightsLockMemory * This user right determines which accounts can use a process to keep data in physical memory, which prevents the system from paging the data to virtual memory on disk. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsLockMemory * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsLockMemory($val) { $this->_propDict["userRightsLockMemory"] = $val; return $this; } /** * Gets the userRightsManageAuditingAndSecurityLogs * This user right determines which users can specify object access auditing options for individual resources, such as files, Active Directory objects, and registry keys. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsManageAuditingAndSecurityLogs */ public function getUserRightsManageAuditingAndSecurityLogs() { if (array_key_exists("userRightsManageAuditingAndSecurityLogs", $this->_propDict)) { if (is_a($this->_propDict["userRightsManageAuditingAndSecurityLogs"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsManageAuditingAndSecurityLogs"])) { return $this->_propDict["userRightsManageAuditingAndSecurityLogs"]; } else { $this->_propDict["userRightsManageAuditingAndSecurityLogs"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsManageAuditingAndSecurityLogs"]); return $this->_propDict["userRightsManageAuditingAndSecurityLogs"]; } } return null; } /** * Sets the userRightsManageAuditingAndSecurityLogs * This user right determines which users can specify object access auditing options for individual resources, such as files, Active Directory objects, and registry keys. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsManageAuditingAndSecurityLogs * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsManageAuditingAndSecurityLogs($val) { $this->_propDict["userRightsManageAuditingAndSecurityLogs"] = $val; return $this; } /** * Gets the userRightsManageVolumes * This user right determines which users and groups can run maintenance tasks on a volume, such as remote defragmentation. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsManageVolumes */ public function getUserRightsManageVolumes() { if (array_key_exists("userRightsManageVolumes", $this->_propDict)) { if (is_a($this->_propDict["userRightsManageVolumes"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsManageVolumes"])) { return $this->_propDict["userRightsManageVolumes"]; } else { $this->_propDict["userRightsManageVolumes"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsManageVolumes"]); return $this->_propDict["userRightsManageVolumes"]; } } return null; } /** * Sets the userRightsManageVolumes * This user right determines which users and groups can run maintenance tasks on a volume, such as remote defragmentation. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsManageVolumes * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsManageVolumes($val) { $this->_propDict["userRightsManageVolumes"] = $val; return $this; } /** * Gets the userRightsModifyFirmwareEnvironment * This user right determines who can modify firmware environment values. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsModifyFirmwareEnvironment */ public function getUserRightsModifyFirmwareEnvironment() { if (array_key_exists("userRightsModifyFirmwareEnvironment", $this->_propDict)) { if (is_a($this->_propDict["userRightsModifyFirmwareEnvironment"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsModifyFirmwareEnvironment"])) { return $this->_propDict["userRightsModifyFirmwareEnvironment"]; } else { $this->_propDict["userRightsModifyFirmwareEnvironment"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsModifyFirmwareEnvironment"]); return $this->_propDict["userRightsModifyFirmwareEnvironment"]; } } return null; } /** * Sets the userRightsModifyFirmwareEnvironment * This user right determines who can modify firmware environment values. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsModifyFirmwareEnvironment * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsModifyFirmwareEnvironment($val) { $this->_propDict["userRightsModifyFirmwareEnvironment"] = $val; return $this; } /** * Gets the userRightsModifyObjectLabels * This user right determines which user accounts can modify the integrity label of objects, such as files, registry keys, or processes owned by other users. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsModifyObjectLabels */ public function getUserRightsModifyObjectLabels() { if (array_key_exists("userRightsModifyObjectLabels", $this->_propDict)) { if (is_a($this->_propDict["userRightsModifyObjectLabels"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsModifyObjectLabels"])) { return $this->_propDict["userRightsModifyObjectLabels"]; } else { $this->_propDict["userRightsModifyObjectLabels"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsModifyObjectLabels"]); return $this->_propDict["userRightsModifyObjectLabels"]; } } return null; } /** * Sets the userRightsModifyObjectLabels * This user right determines which user accounts can modify the integrity label of objects, such as files, registry keys, or processes owned by other users. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsModifyObjectLabels * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsModifyObjectLabels($val) { $this->_propDict["userRightsModifyObjectLabels"] = $val; return $this; } /** * Gets the userRightsProfileSingleProcess * This user right determines which users can use performance monitoring tools to monitor the performance of system processes. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsProfileSingleProcess */ public function getUserRightsProfileSingleProcess() { if (array_key_exists("userRightsProfileSingleProcess", $this->_propDict)) { if (is_a($this->_propDict["userRightsProfileSingleProcess"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsProfileSingleProcess"])) { return $this->_propDict["userRightsProfileSingleProcess"]; } else { $this->_propDict["userRightsProfileSingleProcess"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsProfileSingleProcess"]); return $this->_propDict["userRightsProfileSingleProcess"]; } } return null; } /** * Sets the userRightsProfileSingleProcess * This user right determines which users can use performance monitoring tools to monitor the performance of system processes. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsProfileSingleProcess * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsProfileSingleProcess($val) { $this->_propDict["userRightsProfileSingleProcess"] = $val; return $this; } /** * Gets the userRightsRemoteDesktopServicesLogOn * This user right determines which users and groups are prohibited from logging on as a Remote Desktop Services client. Only states NotConfigured and Blocked are supported * * @return DeviceManagementUserRightsSetting|null The userRightsRemoteDesktopServicesLogOn */ public function getUserRightsRemoteDesktopServicesLogOn() { if (array_key_exists("userRightsRemoteDesktopServicesLogOn", $this->_propDict)) { if (is_a($this->_propDict["userRightsRemoteDesktopServicesLogOn"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsRemoteDesktopServicesLogOn"])) { return $this->_propDict["userRightsRemoteDesktopServicesLogOn"]; } else { $this->_propDict["userRightsRemoteDesktopServicesLogOn"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsRemoteDesktopServicesLogOn"]); return $this->_propDict["userRightsRemoteDesktopServicesLogOn"]; } } return null; } /** * Sets the userRightsRemoteDesktopServicesLogOn * This user right determines which users and groups are prohibited from logging on as a Remote Desktop Services client. Only states NotConfigured and Blocked are supported * * @param DeviceManagementUserRightsSetting $val The userRightsRemoteDesktopServicesLogOn * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsRemoteDesktopServicesLogOn($val) { $this->_propDict["userRightsRemoteDesktopServicesLogOn"] = $val; return $this; } /** * Gets the userRightsRemoteShutdown * This user right determines which users are allowed to shut down a computer from a remote location on the network. Misuse of this user right can result in a denial of service. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsRemoteShutdown */ public function getUserRightsRemoteShutdown() { if (array_key_exists("userRightsRemoteShutdown", $this->_propDict)) { if (is_a($this->_propDict["userRightsRemoteShutdown"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsRemoteShutdown"])) { return $this->_propDict["userRightsRemoteShutdown"]; } else { $this->_propDict["userRightsRemoteShutdown"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsRemoteShutdown"]); return $this->_propDict["userRightsRemoteShutdown"]; } } return null; } /** * Sets the userRightsRemoteShutdown * This user right determines which users are allowed to shut down a computer from a remote location on the network. Misuse of this user right can result in a denial of service. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsRemoteShutdown * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsRemoteShutdown($val) { $this->_propDict["userRightsRemoteShutdown"] = $val; return $this; } /** * Gets the userRightsRestoreData * This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when restoring backed up files and directories, and determines which users can set any valid security principal as the owner of an object. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsRestoreData */ public function getUserRightsRestoreData() { if (array_key_exists("userRightsRestoreData", $this->_propDict)) { if (is_a($this->_propDict["userRightsRestoreData"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsRestoreData"])) { return $this->_propDict["userRightsRestoreData"]; } else { $this->_propDict["userRightsRestoreData"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsRestoreData"]); return $this->_propDict["userRightsRestoreData"]; } } return null; } /** * Sets the userRightsRestoreData * This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when restoring backed up files and directories, and determines which users can set any valid security principal as the owner of an object. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsRestoreData * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsRestoreData($val) { $this->_propDict["userRightsRestoreData"] = $val; return $this; } /** * Gets the userRightsTakeOwnership * This user right determines which users can take ownership of any securable object in the system, including Active Directory objects, files and folders, printers, registry keys, processes, and threads. Only states NotConfigured and Allowed are supported. * * @return DeviceManagementUserRightsSetting|null The userRightsTakeOwnership */ public function getUserRightsTakeOwnership() { if (array_key_exists("userRightsTakeOwnership", $this->_propDict)) { if (is_a($this->_propDict["userRightsTakeOwnership"], "\Beta\Microsoft\Graph\Model\DeviceManagementUserRightsSetting") || is_null($this->_propDict["userRightsTakeOwnership"])) { return $this->_propDict["userRightsTakeOwnership"]; } else { $this->_propDict["userRightsTakeOwnership"] = new DeviceManagementUserRightsSetting($this->_propDict["userRightsTakeOwnership"]); return $this->_propDict["userRightsTakeOwnership"]; } } return null; } /** * Sets the userRightsTakeOwnership * This user right determines which users can take ownership of any securable object in the system, including Active Directory objects, files and folders, printers, registry keys, processes, and threads. Only states NotConfigured and Allowed are supported. * * @param DeviceManagementUserRightsSetting $val The userRightsTakeOwnership * * @return Windows10EndpointProtectionConfiguration */ public function setUserRightsTakeOwnership($val) { $this->_propDict["userRightsTakeOwnership"] = $val; return $this; } /** * Gets the windowsDefenderTamperProtection * Configure windows defender TamperProtection settings. Possible values are: notConfigured, enable, disable. * * @return WindowsDefenderTamperProtectionOptions|null The windowsDefenderTamperProtection */ public function getWindowsDefenderTamperProtection() { if (array_key_exists("windowsDefenderTamperProtection", $this->_propDict)) { if (is_a($this->_propDict["windowsDefenderTamperProtection"], "\Beta\Microsoft\Graph\Model\WindowsDefenderTamperProtectionOptions") || is_null($this->_propDict["windowsDefenderTamperProtection"])) { return $this->_propDict["windowsDefenderTamperProtection"]; } else { $this->_propDict["windowsDefenderTamperProtection"] = new WindowsDefenderTamperProtectionOptions($this->_propDict["windowsDefenderTamperProtection"]); return $this->_propDict["windowsDefenderTamperProtection"]; } } return null; } /** * Sets the windowsDefenderTamperProtection * Configure windows defender TamperProtection settings. Possible values are: notConfigured, enable, disable. * * @param WindowsDefenderTamperProtectionOptions $val The windowsDefenderTamperProtection * * @return Windows10EndpointProtectionConfiguration */ public function setWindowsDefenderTamperProtection($val) { $this->_propDict["windowsDefenderTamperProtection"] = $val; return $this; } /** * Gets the xboxServicesAccessoryManagementServiceStartupMode * This setting determines whether the Accessory management service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @return ServiceStartType|null The xboxServicesAccessoryManagementServiceStartupMode */ public function getXboxServicesAccessoryManagementServiceStartupMode() { if (array_key_exists("xboxServicesAccessoryManagementServiceStartupMode", $this->_propDict)) { if (is_a($this->_propDict["xboxServicesAccessoryManagementServiceStartupMode"], "\Beta\Microsoft\Graph\Model\ServiceStartType") || is_null($this->_propDict["xboxServicesAccessoryManagementServiceStartupMode"])) { return $this->_propDict["xboxServicesAccessoryManagementServiceStartupMode"]; } else { $this->_propDict["xboxServicesAccessoryManagementServiceStartupMode"] = new ServiceStartType($this->_propDict["xboxServicesAccessoryManagementServiceStartupMode"]); return $this->_propDict["xboxServicesAccessoryManagementServiceStartupMode"]; } } return null; } /** * Sets the xboxServicesAccessoryManagementServiceStartupMode * This setting determines whether the Accessory management service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @param ServiceStartType $val The xboxServicesAccessoryManagementServiceStartupMode * * @return Windows10EndpointProtectionConfiguration */ public function setXboxServicesAccessoryManagementServiceStartupMode($val) { $this->_propDict["xboxServicesAccessoryManagementServiceStartupMode"] = $val; return $this; } /** * Gets the xboxServicesEnableXboxGameSaveTask * This setting determines whether xbox game save is enabled (1) or disabled (0). * * @return bool|null The xboxServicesEnableXboxGameSaveTask */ public function getXboxServicesEnableXboxGameSaveTask() { if (array_key_exists("xboxServicesEnableXboxGameSaveTask", $this->_propDict)) { return $this->_propDict["xboxServicesEnableXboxGameSaveTask"]; } else { return null; } } /** * Sets the xboxServicesEnableXboxGameSaveTask * This setting determines whether xbox game save is enabled (1) or disabled (0). * * @param bool $val The xboxServicesEnableXboxGameSaveTask * * @return Windows10EndpointProtectionConfiguration */ public function setXboxServicesEnableXboxGameSaveTask($val) { $this->_propDict["xboxServicesEnableXboxGameSaveTask"] = boolval($val); return $this; } /** * Gets the xboxServicesLiveAuthManagerServiceStartupMode * This setting determines whether Live Auth Manager service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @return ServiceStartType|null The xboxServicesLiveAuthManagerServiceStartupMode */ public function getXboxServicesLiveAuthManagerServiceStartupMode() { if (array_key_exists("xboxServicesLiveAuthManagerServiceStartupMode", $this->_propDict)) { if (is_a($this->_propDict["xboxServicesLiveAuthManagerServiceStartupMode"], "\Beta\Microsoft\Graph\Model\ServiceStartType") || is_null($this->_propDict["xboxServicesLiveAuthManagerServiceStartupMode"])) { return $this->_propDict["xboxServicesLiveAuthManagerServiceStartupMode"]; } else { $this->_propDict["xboxServicesLiveAuthManagerServiceStartupMode"] = new ServiceStartType($this->_propDict["xboxServicesLiveAuthManagerServiceStartupMode"]); return $this->_propDict["xboxServicesLiveAuthManagerServiceStartupMode"]; } } return null; } /** * Sets the xboxServicesLiveAuthManagerServiceStartupMode * This setting determines whether Live Auth Manager service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @param ServiceStartType $val The xboxServicesLiveAuthManagerServiceStartupMode * * @return Windows10EndpointProtectionConfiguration */ public function setXboxServicesLiveAuthManagerServiceStartupMode($val) { $this->_propDict["xboxServicesLiveAuthManagerServiceStartupMode"] = $val; return $this; } /** * Gets the xboxServicesLiveGameSaveServiceStartupMode * This setting determines whether Live Game save service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @return ServiceStartType|null The xboxServicesLiveGameSaveServiceStartupMode */ public function getXboxServicesLiveGameSaveServiceStartupMode() { if (array_key_exists("xboxServicesLiveGameSaveServiceStartupMode", $this->_propDict)) { if (is_a($this->_propDict["xboxServicesLiveGameSaveServiceStartupMode"], "\Beta\Microsoft\Graph\Model\ServiceStartType") || is_null($this->_propDict["xboxServicesLiveGameSaveServiceStartupMode"])) { return $this->_propDict["xboxServicesLiveGameSaveServiceStartupMode"]; } else { $this->_propDict["xboxServicesLiveGameSaveServiceStartupMode"] = new ServiceStartType($this->_propDict["xboxServicesLiveGameSaveServiceStartupMode"]); return $this->_propDict["xboxServicesLiveGameSaveServiceStartupMode"]; } } return null; } /** * Sets the xboxServicesLiveGameSaveServiceStartupMode * This setting determines whether Live Game save service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @param ServiceStartType $val The xboxServicesLiveGameSaveServiceStartupMode * * @return Windows10EndpointProtectionConfiguration */ public function setXboxServicesLiveGameSaveServiceStartupMode($val) { $this->_propDict["xboxServicesLiveGameSaveServiceStartupMode"] = $val; return $this; } /** * Gets the xboxServicesLiveNetworkingServiceStartupMode * This setting determines whether Networking service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @return ServiceStartType|null The xboxServicesLiveNetworkingServiceStartupMode */ public function getXboxServicesLiveNetworkingServiceStartupMode() { if (array_key_exists("xboxServicesLiveNetworkingServiceStartupMode", $this->_propDict)) { if (is_a($this->_propDict["xboxServicesLiveNetworkingServiceStartupMode"], "\Beta\Microsoft\Graph\Model\ServiceStartType") || is_null($this->_propDict["xboxServicesLiveNetworkingServiceStartupMode"])) { return $this->_propDict["xboxServicesLiveNetworkingServiceStartupMode"]; } else { $this->_propDict["xboxServicesLiveNetworkingServiceStartupMode"] = new ServiceStartType($this->_propDict["xboxServicesLiveNetworkingServiceStartupMode"]); return $this->_propDict["xboxServicesLiveNetworkingServiceStartupMode"]; } } return null; } /** * Sets the xboxServicesLiveNetworkingServiceStartupMode * This setting determines whether Networking service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual. Possible values are: manual, automatic, disabled. * * @param ServiceStartType $val The xboxServicesLiveNetworkingServiceStartupMode * * @return Windows10EndpointProtectionConfiguration */ public function setXboxServicesLiveNetworkingServiceStartupMode($val) { $this->_propDict["xboxServicesLiveNetworkingServiceStartupMode"] = $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]