policySetItem 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 class containing the properties used for PolicySet Item.
Methods
Method | Return Type | Description |
---|---|---|
List policySetItems | policySetItem collection | List properties and relationships of the policySetItem objects. |
Get policySetItem | policySetItem | Read properties and relationships of the policySetItem object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the PolicySetItem. |
createdDateTime | DateTimeOffset | Creation time of the PolicySetItem. |
lastModifiedDateTime | DateTimeOffset | Last modified time of the PolicySetItem. |
payloadId | String | PayloadId of the PolicySetItem. |
itemType | String | policySetType of the PolicySetItem. |
displayName | String | DisplayName of the PolicySetItem. |
status | policySetStatus | Status of the PolicySetItem. Possible values are: unknown , validating , partialSuccess , success , error , notAssigned . |
errorCode | errorCode | Error code if any occured. Possible values are: noError , unauthorized , notFound , deleted . |
guidedDeploymentTags | String collection | Tags of the guided deployment |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.policySetItem",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"payloadId": "String",
"itemType": "String",
"displayName": "String",
"status": "String",
"errorCode": "String",
"guidedDeploymentTags": [
"String"
]
}