Edit

Share via


deviceConfigurationPolicySetItem resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

A class containing the properties used for device configuration PolicySetItem.

Inherits from policySetItem

Methods

Method Return Type Description
List deviceConfigurationPolicySetItems deviceConfigurationPolicySetItem collection List properties and relationships of the deviceConfigurationPolicySetItem objects.
Get deviceConfigurationPolicySetItem deviceConfigurationPolicySetItem Read properties and relationships of the deviceConfigurationPolicySetItem object.
Create deviceConfigurationPolicySetItem deviceConfigurationPolicySetItem Create a new deviceConfigurationPolicySetItem object.
Delete deviceConfigurationPolicySetItem None Deletes a deviceConfigurationPolicySetItem.
Update deviceConfigurationPolicySetItem deviceConfigurationPolicySetItem Update the properties of a deviceConfigurationPolicySetItem object.

Properties

Property Type Description
id String Key of the PolicySetItem. Inherited from policySetItem
createdDateTime DateTimeOffset Creation time of the PolicySetItem. Inherited from policySetItem
lastModifiedDateTime DateTimeOffset Last modified time of the PolicySetItem. Inherited from policySetItem
payloadId String PayloadId of the PolicySetItem. Inherited from policySetItem
itemType String policySetType of the PolicySetItem. Inherited from policySetItem
displayName String DisplayName of the PolicySetItem. Inherited from policySetItem
status policySetStatus Status of the PolicySetItem. Inherited from policySetItem. Possible values are: unknown, validating, partialSuccess, success, error, notAssigned.
errorCode errorCode Error code if any occured. Inherited from policySetItem. Possible values are: noError, unauthorized, notFound, deleted.
guidedDeploymentTags String collection Tags of the guided deployment Inherited from policySetItem

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceConfigurationPolicySetItem",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "payloadId": "String",
  "itemType": "String",
  "displayName": "String",
  "status": "String",
  "errorCode": "String",
  "guidedDeploymentTags": [
    "String"
  ]
}