deviceManagementAbstractComplexSettingInstance 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.
A setting instance representing a complex value for an abstract setting
Inherits from deviceManagementSettingInstance
Methods
Method | Return Type | Description |
---|---|---|
List deviceManagementAbstractComplexSettingInstances | deviceManagementAbstractComplexSettingInstance collection | List properties and relationships of the deviceManagementAbstractComplexSettingInstance objects. |
Get deviceManagementAbstractComplexSettingInstance | deviceManagementAbstractComplexSettingInstance | Read properties and relationships of the deviceManagementAbstractComplexSettingInstance object. |
Create deviceManagementAbstractComplexSettingInstance | deviceManagementAbstractComplexSettingInstance | Create a new deviceManagementAbstractComplexSettingInstance object. |
Delete deviceManagementAbstractComplexSettingInstance | None | Deletes a deviceManagementAbstractComplexSettingInstance. |
Update deviceManagementAbstractComplexSettingInstance | deviceManagementAbstractComplexSettingInstance | Update the properties of a deviceManagementAbstractComplexSettingInstance object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The setting instance ID Inherited from deviceManagementSettingInstance |
definitionId | String | The ID of the setting definition for this instance Inherited from deviceManagementSettingInstance |
valueJson | String | JSON representation of the value Inherited from deviceManagementSettingInstance |
implementationId | String | The definition ID for the chosen implementation of this complex setting |
Relationships
Relationship | Type | Description |
---|---|---|
value | deviceManagementSettingInstance collection | The values that make up the complex setting |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementAbstractComplexSettingInstance",
"id": "String (identifier)",
"definitionId": "String",
"valueJson": "String",
"implementationId": "String"
}