windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties for the deployment summary of a WindowsDefenderApplicationControl supplemental policy.
Methods
Method | Return Type | Description |
---|---|---|
Get windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | Read properties and relationships of the windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary object. |
Update windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | Update the properties of a windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
deployedDeviceCount | Int32 | Number of Devices that have successfully deployed this WindowsDefenderApplicationControl supplemental policy. |
failedDeviceCount | Int32 | Number of Devices that have failed to deploy this WindowsDefenderApplicationControl supplemental policy. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary",
"id": "String (identifier)",
"deployedDeviceCount": 1024,
"failedDeviceCount": 1024
}