deviceManagementAutopilotPolicyStatusDetail 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.
Policy status detail item contained by an autopilot event.
Methods
Method | Return Type | Description |
---|---|---|
List deviceManagementAutopilotPolicyStatusDetails | deviceManagementAutopilotPolicyStatusDetail collection | List properties and relationships of the deviceManagementAutopilotPolicyStatusDetail objects. |
Get deviceManagementAutopilotPolicyStatusDetail | deviceManagementAutopilotPolicyStatusDetail | Read properties and relationships of the deviceManagementAutopilotPolicyStatusDetail object. |
Create deviceManagementAutopilotPolicyStatusDetail | deviceManagementAutopilotPolicyStatusDetail | Create a new deviceManagementAutopilotPolicyStatusDetail object. |
Delete deviceManagementAutopilotPolicyStatusDetail | None | Deletes a deviceManagementAutopilotPolicyStatusDetail. |
Update deviceManagementAutopilotPolicyStatusDetail | deviceManagementAutopilotPolicyStatusDetail | Update the properties of a deviceManagementAutopilotPolicyStatusDetail object. |
Properties
Property | Type | Description |
---|---|---|
id | String | UUID for the object |
displayName | String | The friendly name of the policy. |
policyType | deviceManagementAutopilotPolicyType | The type of policy. Possible values are: unknown , application , appModel , configurationPolicy . |
complianceStatus | deviceManagementAutopilotPolicyComplianceStatus | The policy compliance or enforcement status. Enforcement status takes precedence if it exists. Possible values are: unknown , compliant , installed , notCompliant , notInstalled , error . |
trackedOnEnrollmentStatus | Boolean | Indicates if this policy was tracked as part of the autopilot bootstrap enrollment sync session |
lastReportedDateTime | DateTimeOffset | Timestamp of the reported policy status |
errorCode | Int32 | The errorode associated with the compliance or enforcement status of the policy. Error code for enforcement status takes precedence if it exists. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementAutopilotPolicyStatusDetail",
"id": "String (identifier)",
"displayName": "String",
"policyType": "String",
"complianceStatus": "String",
"trackedOnEnrollmentStatus": true,
"lastReportedDateTime": "String (timestamp)",
"errorCode": 1024
}