deviceManagementSettings resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
Properties
Property | Type | Description |
---|---|---|
deviceComplianceCheckinThresholdDays | Int32 | The number of days a device is allowed to go without checking in to remain compliant. |
isScheduledActionEnabled | Boolean | Is feature enabled or not for scheduled action for rule. |
secureByDefault | Boolean | Device should be noncompliant when there is no compliance policy targeted when this is true |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementSettings",
"deviceComplianceCheckinThresholdDays": 1024,
"isScheduledActionEnabled": true,
"secureByDefault": true
}