Edit

Share via


windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary resource type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.

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
}