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
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"
]
}