deviceComplianceScheduledActionForRule resource type
Namespace: microsoft.graph
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 deviceComplianceScheduledActionForRules | deviceComplianceScheduledActionForRule collection | List properties and relationships of the deviceComplianceScheduledActionForRule objects. |
Get deviceComplianceScheduledActionForRule | deviceComplianceScheduledActionForRule | Read properties and relationships of the deviceComplianceScheduledActionForRule object. |
Create deviceComplianceScheduledActionForRule | deviceComplianceScheduledActionForRule | Create a new deviceComplianceScheduledActionForRule object. |
Delete deviceComplianceScheduledActionForRule | None | Deletes a deviceComplianceScheduledActionForRule. |
Update deviceComplianceScheduledActionForRule | deviceComplianceScheduledActionForRule | Update the properties of a deviceComplianceScheduledActionForRule object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
ruleName | String | Name of the rule which this scheduled action applies to. Currently scheduled actions are created per policy instead of per rule, thus RuleName is always set to default value PasswordRequired. |
Relationships
Relationship | Type | Description |
---|---|---|
scheduledActionConfigurations | deviceComplianceActionItem collection | The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceComplianceScheduledActionForRule",
"id": "String (identifier)",
"ruleName": "String"
}