Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.16 KB

intune-deviceintent-devicemanagementsettingbooleanconstraint.md

File metadata and controls

43 lines (33 loc) · 1.16 KB
title description author localization_priority ms.subservice doc_type
deviceManagementSettingBooleanConstraint resource type
Constraint the enforces a particular boolean value
jaiprakashmb
Normal
intune
resourcePageType

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

Constraint the enforces a particular boolean value

Inherits from deviceManagementConstraint

Properties

Property Type Description
value Boolean The boolean value to compare against

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementSettingBooleanConstraint",
  "value": true
}