windowsDefenderApplicationControlSupplementalPolicy resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Not yet documented

Methods

Method Return Type Description
List windowsDefenderApplicationControlSupplementalPolicies windowsDefenderApplicationControlSupplementalPolicy collection List properties and relationships of the windowsDefenderApplicationControlSupplementalPolicy objects.
Get windowsDefenderApplicationControlSupplementalPolicy windowsDefenderApplicationControlSupplementalPolicy Read properties and relationships of the windowsDefenderApplicationControlSupplementalPolicy object.
Create windowsDefenderApplicationControlSupplementalPolicy windowsDefenderApplicationControlSupplementalPolicy Create a new windowsDefenderApplicationControlSupplementalPolicy object.
Delete windowsDefenderApplicationControlSupplementalPolicy None Deletes a windowsDefenderApplicationControlSupplementalPolicy.
Update windowsDefenderApplicationControlSupplementalPolicy windowsDefenderApplicationControlSupplementalPolicy Update the properties of a windowsDefenderApplicationControlSupplementalPolicy object.
assign action None Not yet documented

Properties

Property Type Description
id String The unique identifier of the Windows Defender Application Control Supplemental Policy. This id is assigned during creation of the policy.
displayName String The display name of the Windows Defender Application Control Supplemental Policy.
description String The description of the Windows Defender Application Control Supplemental Policy.
content Binary Indicates the content of the Windows Defender Application Control Supplemental Policy in byte array format.
contentFileName String Indicates the file name associated with the content of the Windows Defender Application Control Supplemental Policy.
version String Indicates the Windows Defender Application Control Supplemental Policy's version.
creationDateTime DateTimeOffset Indicates the created date and time when the Windows Defender Application Control Supplemental Policy was uploaded.
lastModifiedDateTime DateTimeOffset Indicates the last modified date and time of the Windows Defender Application Control Supplemental Policy.
roleScopeTagIds String collection List of Scope Tags for the Windows Defender Application Control Supplemental Policy entity.

Relationships

Relationship Type Description
assignments windowsDefenderApplicationControlSupplementalPolicyAssignment collection The associated group assignments for the Windows Defender Application Control Supplemental Policy.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "content": "binary",
  "contentFileName": "String",
  "version": "String",
  "creationDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ]
}