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. * * WindowsFirewallNetworkProfile 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; /** * WindowsFirewallNetworkProfile 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 WindowsFirewallNetworkProfile extends Entity { /** * Gets the authorizedApplicationRulesFromGroupPolicyMerged * Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority. * * @return bool|null The authorizedApplicationRulesFromGroupPolicyMerged */ public function getAuthorizedApplicationRulesFromGroupPolicyMerged() { if (array_key_exists("authorizedApplicationRulesFromGroupPolicyMerged", $this->_propDict)) { return $this->_propDict["authorizedApplicationRulesFromGroupPolicyMerged"]; } else { return null; } } /** * Sets the authorizedApplicationRulesFromGroupPolicyMerged * Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the authorizedApplicationRulesFromGroupPolicyMerged * * @return WindowsFirewallNetworkProfile */ public function setAuthorizedApplicationRulesFromGroupPolicyMerged($val) { $this->_propDict["authorizedApplicationRulesFromGroupPolicyMerged"] = $val; return $this; } /** * Gets the authorizedApplicationRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority. * * @return bool|null The authorizedApplicationRulesFromGroupPolicyNotMerged */ public function getAuthorizedApplicationRulesFromGroupPolicyNotMerged() { if (array_key_exists("authorizedApplicationRulesFromGroupPolicyNotMerged", $this->_propDict)) { return $this->_propDict["authorizedApplicationRulesFromGroupPolicyNotMerged"]; } else { return null; } } /** * Sets the authorizedApplicationRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the authorizedApplicationRulesFromGroupPolicyNotMerged * * @return WindowsFirewallNetworkProfile */ public function setAuthorizedApplicationRulesFromGroupPolicyNotMerged($val) { $this->_propDict["authorizedApplicationRulesFromGroupPolicyNotMerged"] = $val; return $this; } /** * Gets the connectionSecurityRulesFromGroupPolicyMerged * Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority. * * @return bool|null The connectionSecurityRulesFromGroupPolicyMerged */ public function getConnectionSecurityRulesFromGroupPolicyMerged() { if (array_key_exists("connectionSecurityRulesFromGroupPolicyMerged", $this->_propDict)) { return $this->_propDict["connectionSecurityRulesFromGroupPolicyMerged"]; } else { return null; } } /** * Sets the connectionSecurityRulesFromGroupPolicyMerged * Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the connectionSecurityRulesFromGroupPolicyMerged * * @return WindowsFirewallNetworkProfile */ public function setConnectionSecurityRulesFromGroupPolicyMerged($val) { $this->_propDict["connectionSecurityRulesFromGroupPolicyMerged"] = $val; return $this; } /** * Gets the connectionSecurityRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority. * * @return bool|null The connectionSecurityRulesFromGroupPolicyNotMerged */ public function getConnectionSecurityRulesFromGroupPolicyNotMerged() { if (array_key_exists("connectionSecurityRulesFromGroupPolicyNotMerged", $this->_propDict)) { return $this->_propDict["connectionSecurityRulesFromGroupPolicyNotMerged"]; } else { return null; } } /** * Sets the connectionSecurityRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the connectionSecurityRulesFromGroupPolicyNotMerged * * @return WindowsFirewallNetworkProfile */ public function setConnectionSecurityRulesFromGroupPolicyNotMerged($val) { $this->_propDict["connectionSecurityRulesFromGroupPolicyNotMerged"] = $val; return $this; } /** * Gets the firewallEnabled * Configures the host device to allow or block the firewall and advanced security enforcement for the network profile. Possible values are: notConfigured, blocked, allowed. * * @return StateManagementSetting|null The firewallEnabled */ public function getFirewallEnabled() { if (array_key_exists("firewallEnabled", $this->_propDict)) { if (is_a($this->_propDict["firewallEnabled"], "\Beta\Microsoft\Graph\Model\StateManagementSetting") || is_null($this->_propDict["firewallEnabled"])) { return $this->_propDict["firewallEnabled"]; } else { $this->_propDict["firewallEnabled"] = new StateManagementSetting($this->_propDict["firewallEnabled"]); return $this->_propDict["firewallEnabled"]; } } return null; } /** * Sets the firewallEnabled * Configures the host device to allow or block the firewall and advanced security enforcement for the network profile. Possible values are: notConfigured, blocked, allowed. * * @param StateManagementSetting $val The value to assign to the firewallEnabled * * @return WindowsFirewallNetworkProfile The WindowsFirewallNetworkProfile */ public function setFirewallEnabled($val) { $this->_propDict["firewallEnabled"] = $val; return $this; } /** * Gets the globalPortRulesFromGroupPolicyMerged * Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority. * * @return bool|null The globalPortRulesFromGroupPolicyMerged */ public function getGlobalPortRulesFromGroupPolicyMerged() { if (array_key_exists("globalPortRulesFromGroupPolicyMerged", $this->_propDict)) { return $this->_propDict["globalPortRulesFromGroupPolicyMerged"]; } else { return null; } } /** * Sets the globalPortRulesFromGroupPolicyMerged * Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the globalPortRulesFromGroupPolicyMerged * * @return WindowsFirewallNetworkProfile */ public function setGlobalPortRulesFromGroupPolicyMerged($val) { $this->_propDict["globalPortRulesFromGroupPolicyMerged"] = $val; return $this; } /** * Gets the globalPortRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority. * * @return bool|null The globalPortRulesFromGroupPolicyNotMerged */ public function getGlobalPortRulesFromGroupPolicyNotMerged() { if (array_key_exists("globalPortRulesFromGroupPolicyNotMerged", $this->_propDict)) { return $this->_propDict["globalPortRulesFromGroupPolicyNotMerged"]; } else { return null; } } /** * Sets the globalPortRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the globalPortRulesFromGroupPolicyNotMerged * * @return WindowsFirewallNetworkProfile */ public function setGlobalPortRulesFromGroupPolicyNotMerged($val) { $this->_propDict["globalPortRulesFromGroupPolicyNotMerged"] = $val; return $this; } /** * Gets the inboundConnectionsBlocked * Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority. * * @return bool|null The inboundConnectionsBlocked */ public function getInboundConnectionsBlocked() { if (array_key_exists("inboundConnectionsBlocked", $this->_propDict)) { return $this->_propDict["inboundConnectionsBlocked"]; } else { return null; } } /** * Sets the inboundConnectionsBlocked * Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority. * * @param bool $val The value of the inboundConnectionsBlocked * * @return WindowsFirewallNetworkProfile */ public function setInboundConnectionsBlocked($val) { $this->_propDict["inboundConnectionsBlocked"] = $val; return $this; } /** * Gets the inboundConnectionsRequired * Configures the firewall to allow all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority. * * @return bool|null The inboundConnectionsRequired */ public function getInboundConnectionsRequired() { if (array_key_exists("inboundConnectionsRequired", $this->_propDict)) { return $this->_propDict["inboundConnectionsRequired"]; } else { return null; } } /** * Sets the inboundConnectionsRequired * Configures the firewall to allow all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority. * * @param bool $val The value of the inboundConnectionsRequired * * @return WindowsFirewallNetworkProfile */ public function setInboundConnectionsRequired($val) { $this->_propDict["inboundConnectionsRequired"] = $val; return $this; } /** * Gets the inboundNotificationsBlocked * Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority. * * @return bool|null The inboundNotificationsBlocked */ public function getInboundNotificationsBlocked() { if (array_key_exists("inboundNotificationsBlocked", $this->_propDict)) { return $this->_propDict["inboundNotificationsBlocked"]; } else { return null; } } /** * Sets the inboundNotificationsBlocked * Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority. * * @param bool $val The value of the inboundNotificationsBlocked * * @return WindowsFirewallNetworkProfile */ public function setInboundNotificationsBlocked($val) { $this->_propDict["inboundNotificationsBlocked"] = $val; return $this; } /** * Gets the inboundNotificationsRequired * Allows the firewall to display notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority. * * @return bool|null The inboundNotificationsRequired */ public function getInboundNotificationsRequired() { if (array_key_exists("inboundNotificationsRequired", $this->_propDict)) { return $this->_propDict["inboundNotificationsRequired"]; } else { return null; } } /** * Sets the inboundNotificationsRequired * Allows the firewall to display notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority. * * @param bool $val The value of the inboundNotificationsRequired * * @return WindowsFirewallNetworkProfile */ public function setInboundNotificationsRequired($val) { $this->_propDict["inboundNotificationsRequired"] = $val; return $this; } /** * Gets the incomingTrafficBlocked * Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority. * * @return bool|null The incomingTrafficBlocked */ public function getIncomingTrafficBlocked() { if (array_key_exists("incomingTrafficBlocked", $this->_propDict)) { return $this->_propDict["incomingTrafficBlocked"]; } else { return null; } } /** * Sets the incomingTrafficBlocked * Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority. * * @param bool $val The value of the incomingTrafficBlocked * * @return WindowsFirewallNetworkProfile */ public function setIncomingTrafficBlocked($val) { $this->_propDict["incomingTrafficBlocked"] = $val; return $this; } /** * Gets the incomingTrafficRequired * Configures the firewall to allow incoming traffic pursuant to other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority. * * @return bool|null The incomingTrafficRequired */ public function getIncomingTrafficRequired() { if (array_key_exists("incomingTrafficRequired", $this->_propDict)) { return $this->_propDict["incomingTrafficRequired"]; } else { return null; } } /** * Sets the incomingTrafficRequired * Configures the firewall to allow incoming traffic pursuant to other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority. * * @param bool $val The value of the incomingTrafficRequired * * @return WindowsFirewallNetworkProfile */ public function setIncomingTrafficRequired($val) { $this->_propDict["incomingTrafficRequired"] = $val; return $this; } /** * Gets the outboundConnectionsBlocked * Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above. * * @return bool|null The outboundConnectionsBlocked */ public function getOutboundConnectionsBlocked() { if (array_key_exists("outboundConnectionsBlocked", $this->_propDict)) { return $this->_propDict["outboundConnectionsBlocked"]; } else { return null; } } /** * Sets the outboundConnectionsBlocked * Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above. * * @param bool $val The value of the outboundConnectionsBlocked * * @return WindowsFirewallNetworkProfile */ public function setOutboundConnectionsBlocked($val) { $this->_propDict["outboundConnectionsBlocked"] = $val; return $this; } /** * Gets the outboundConnectionsRequired * Configures the firewall to allow all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above. * * @return bool|null The outboundConnectionsRequired */ public function getOutboundConnectionsRequired() { if (array_key_exists("outboundConnectionsRequired", $this->_propDict)) { return $this->_propDict["outboundConnectionsRequired"]; } else { return null; } } /** * Sets the outboundConnectionsRequired * Configures the firewall to allow all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above. * * @param bool $val The value of the outboundConnectionsRequired * * @return WindowsFirewallNetworkProfile */ public function setOutboundConnectionsRequired($val) { $this->_propDict["outboundConnectionsRequired"] = $val; return $this; } /** * Gets the policyRulesFromGroupPolicyMerged * Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority. * * @return bool|null The policyRulesFromGroupPolicyMerged */ public function getPolicyRulesFromGroupPolicyMerged() { if (array_key_exists("policyRulesFromGroupPolicyMerged", $this->_propDict)) { return $this->_propDict["policyRulesFromGroupPolicyMerged"]; } else { return null; } } /** * Sets the policyRulesFromGroupPolicyMerged * Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the policyRulesFromGroupPolicyMerged * * @return WindowsFirewallNetworkProfile */ public function setPolicyRulesFromGroupPolicyMerged($val) { $this->_propDict["policyRulesFromGroupPolicyMerged"] = $val; return $this; } /** * Gets the policyRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority. * * @return bool|null The policyRulesFromGroupPolicyNotMerged */ public function getPolicyRulesFromGroupPolicyNotMerged() { if (array_key_exists("policyRulesFromGroupPolicyNotMerged", $this->_propDict)) { return $this->_propDict["policyRulesFromGroupPolicyNotMerged"]; } else { return null; } } /** * Sets the policyRulesFromGroupPolicyNotMerged * Configures the firewall to prevent merging Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority. * * @param bool $val The value of the policyRulesFromGroupPolicyNotMerged * * @return WindowsFirewallNetworkProfile */ public function setPolicyRulesFromGroupPolicyNotMerged($val) { $this->_propDict["policyRulesFromGroupPolicyNotMerged"] = $val; return $this; } /** * Gets the securedPacketExemptionAllowed * Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority. * * @return bool|null The securedPacketExemptionAllowed */ public function getSecuredPacketExemptionAllowed() { if (array_key_exists("securedPacketExemptionAllowed", $this->_propDict)) { return $this->_propDict["securedPacketExemptionAllowed"]; } else { return null; } } /** * Sets the securedPacketExemptionAllowed * Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority. * * @param bool $val The value of the securedPacketExemptionAllowed * * @return WindowsFirewallNetworkProfile */ public function setSecuredPacketExemptionAllowed($val) { $this->_propDict["securedPacketExemptionAllowed"] = $val; return $this; } /** * Gets the securedPacketExemptionBlocked * Configures the firewall to block the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority. * * @return bool|null The securedPacketExemptionBlocked */ public function getSecuredPacketExemptionBlocked() { if (array_key_exists("securedPacketExemptionBlocked", $this->_propDict)) { return $this->_propDict["securedPacketExemptionBlocked"]; } else { return null; } } /** * Sets the securedPacketExemptionBlocked * Configures the firewall to block the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority. * * @param bool $val The value of the securedPacketExemptionBlocked * * @return WindowsFirewallNetworkProfile */ public function setSecuredPacketExemptionBlocked($val) { $this->_propDict["securedPacketExemptionBlocked"] = $val; return $this; } /** * Gets the stealthModeBlocked * Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority. * * @return bool|null The stealthModeBlocked */ public function getStealthModeBlocked() { if (array_key_exists("stealthModeBlocked", $this->_propDict)) { return $this->_propDict["stealthModeBlocked"]; } else { return null; } } /** * Sets the stealthModeBlocked * Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority. * * @param bool $val The value of the stealthModeBlocked * * @return WindowsFirewallNetworkProfile */ public function setStealthModeBlocked($val) { $this->_propDict["stealthModeBlocked"] = $val; return $this; } /** * Gets the stealthModeRequired * Allow the server to operate in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority. * * @return bool|null The stealthModeRequired */ public function getStealthModeRequired() { if (array_key_exists("stealthModeRequired", $this->_propDict)) { return $this->_propDict["stealthModeRequired"]; } else { return null; } } /** * Sets the stealthModeRequired * Allow the server to operate in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority. * * @param bool $val The value of the stealthModeRequired * * @return WindowsFirewallNetworkProfile */ public function setStealthModeRequired($val) { $this->_propDict["stealthModeRequired"] = $val; return $this; } /** * Gets the unicastResponsesToMulticastBroadcastsBlocked * Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority. * * @return bool|null The unicastResponsesToMulticastBroadcastsBlocked */ public function getUnicastResponsesToMulticastBroadcastsBlocked() { if (array_key_exists("unicastResponsesToMulticastBroadcastsBlocked", $this->_propDict)) { return $this->_propDict["unicastResponsesToMulticastBroadcastsBlocked"]; } else { return null; } } /** * Sets the unicastResponsesToMulticastBroadcastsBlocked * Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority. * * @param bool $val The value of the unicastResponsesToMulticastBroadcastsBlocked * * @return WindowsFirewallNetworkProfile */ public function setUnicastResponsesToMulticastBroadcastsBlocked($val) { $this->_propDict["unicastResponsesToMulticastBroadcastsBlocked"] = $val; return $this; } /** * Gets the unicastResponsesToMulticastBroadcastsRequired * Configures the firewall to allow unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority. * * @return bool|null The unicastResponsesToMulticastBroadcastsRequired */ public function getUnicastResponsesToMulticastBroadcastsRequired() { if (array_key_exists("unicastResponsesToMulticastBroadcastsRequired", $this->_propDict)) { return $this->_propDict["unicastResponsesToMulticastBroadcastsRequired"]; } else { return null; } } /** * Sets the unicastResponsesToMulticastBroadcastsRequired * Configures the firewall to allow unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority. * * @param bool $val The value of the unicastResponsesToMulticastBroadcastsRequired * * @return WindowsFirewallNetworkProfile */ public function setUnicastResponsesToMulticastBroadcastsRequired($val) { $this->_propDict["unicastResponsesToMulticastBroadcastsRequired"] = $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]