deviceManagementComplianceScheduledActionForRule 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 deviceManagementComplianceScheduledActionForRules deviceManagementComplianceScheduledActionForRule collection List properties and relationships of the deviceManagementComplianceScheduledActionForRule objects.
Get deviceManagementComplianceScheduledActionForRule deviceManagementComplianceScheduledActionForRule Read properties and relationships of the deviceManagementComplianceScheduledActionForRule object.
Create deviceManagementComplianceScheduledActionForRule deviceManagementComplianceScheduledActionForRule Create a new deviceManagementComplianceScheduledActionForRule object.
Delete deviceManagementComplianceScheduledActionForRule None Deletes a deviceManagementComplianceScheduledActionForRule.
Update deviceManagementComplianceScheduledActionForRule deviceManagementComplianceScheduledActionForRule Update the properties of a deviceManagementComplianceScheduledActionForRule object.

Properties

Property Type Description
id String Key of this setting within the policy which contains it. Automatically generated.
ruleName String Name of the rule which this scheduled action applies to.

Relationships

Relationship Type Description
scheduledActionConfigurations deviceManagementComplianceActionItem collection The list of scheduled action configurations for this compliance policy. This collection can contain a maximum of 100 elements.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementComplianceScheduledActionForRule",
  "id": "String (identifier)",
  "ruleName": "String"
}