deviceManagementIntentSettingCategory 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.
Entity representing an intent setting category
Inherits from deviceManagementSettingCategory
Methods
Method | Return Type | Description |
---|---|---|
List deviceManagementIntentSettingCategories | deviceManagementIntentSettingCategory collection | List properties and relationships of the deviceManagementIntentSettingCategory objects. |
Get deviceManagementIntentSettingCategory | deviceManagementIntentSettingCategory | Read properties and relationships of the deviceManagementIntentSettingCategory object. |
Create deviceManagementIntentSettingCategory | deviceManagementIntentSettingCategory | Create a new deviceManagementIntentSettingCategory object. |
Delete deviceManagementIntentSettingCategory | None | Deletes a deviceManagementIntentSettingCategory. |
Update deviceManagementIntentSettingCategory | deviceManagementIntentSettingCategory | Update the properties of a deviceManagementIntentSettingCategory object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The category ID Inherited from deviceManagementSettingCategory |
displayName | String | The category name Inherited from deviceManagementSettingCategory |
hasRequiredSetting | Boolean | The category contains top level required setting Inherited from deviceManagementSettingCategory |
Relationships
Relationship | Type | Description |
---|---|---|
settingDefinitions | deviceManagementSettingDefinition collection | The setting definitions this category contains Inherited from deviceManagementSettingCategory |
settings | deviceManagementSettingInstance collection | The settings this category contains |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementIntentSettingCategory",
"id": "String (identifier)",
"displayName": "String",
"hasRequiredSetting": true
}