deviceManagementComplianceActionItem 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.

Scheduled Action for Rule

Methods

Method Return Type Description
List deviceManagementComplianceActionItems deviceManagementComplianceActionItem collection List properties and relationships of the deviceManagementComplianceActionItem objects.
Get deviceManagementComplianceActionItem deviceManagementComplianceActionItem Read properties and relationships of the deviceManagementComplianceActionItem object.
Create deviceManagementComplianceActionItem deviceManagementComplianceActionItem Create a new deviceManagementComplianceActionItem object.
Delete deviceManagementComplianceActionItem None Deletes a deviceManagementComplianceActionItem.
Update deviceManagementComplianceActionItem deviceManagementComplianceActionItem Update the properties of a deviceManagementComplianceActionItem object.

Properties

Property Type Description
id String Key of this setting within the policy which contains it. Automatically generated.
gracePeriodHours Int32 Number of hours to wait till the action will be enforced. Valid values 0 to 8760
actionType deviceManagementComplianceActionType What action to take. Possible values are: noAction, notification, block, retire, wipe, removeResourceAccessProfiles, pushNotification, remoteLock.
notificationTemplateId String What notification Message template to use
notificationMessageCCList String collection A list of group IDs to speicify who to CC this notification message to. This collection can contain a maximum of 100 elements.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementComplianceActionItem",
  "id": "String (identifier)",
  "gracePeriodHours": 1024,
  "actionType": "String",
  "notificationTemplateId": "String",
  "notificationMessageCCList": [
    "String"
  ]
}