Skip to content

Latest commit

 

History

History
73 lines (65 loc) · 3.75 KB

managedtenants-devicecompliancepolicysettingstatesummary.md

File metadata and controls

73 lines (65 loc) · 3.75 KB
title description author ms.localizationpriority ms.subservice doc_type
deviceCompliancePolicySettingStateSummary resource type
Represents a summary of device compliance policy setting states for a given managed tenant.
idwilliams
medium
m365-lighthouse
resourcePageType

deviceCompliancePolicySettingStateSummary resource type

Namespace: microsoft.graph.managedTenants

[!INCLUDE beta-disclaimer]

Represents a summary of device compliance policy setting states for a given managed tenant.

Methods

Method Return type Description
List deviceCompliancePolicySettingStateSummary microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary collection Get a list of the deviceCompliancePolicySettingStateSummary objects and their properties.
Get deviceCompliancePolicySettingStateSummary microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary Read the properties and relationships of a deviceCompliancePolicySettingStateSummary object.

Properties

Property Type Description
id String The unique identifier for this entity. Required. Read-only.
conflictDeviceCount Int32 The number of devices in a conflict state. Optional. Read-only.
errorDeviceCount Int32 The number of devices in an error state. Optional. Read-only.
failedDeviceCount Int32 The number of devices in a failed state. Optional. Read-only.
intuneAccountId String The identifer for the Microsoft Intune account. Required. Read-only.
intuneSettingId String The identifier for the Intune setting. Optional. Read-only.
lastRefreshedDateTime DateTimeOffset Date and time the entity was last updated in the multi-tenant management platform. Optional. Read-only.
notApplicableDeviceCount Int32 The number of devices in a not applicable state. Optional. Read-only.
pendingDeviceCount Int32 The number of devices in a pending state. Optional. Read-only.
policyType String The type for the device compliance policy. Optional. Read-only.
settingName String The name for the setting within the device compliance policy. Optional. Read-only.
succeededDeviceCount Int32 The number of devices in a succeeded state. Optional. Read-only.
tenantDisplayName String The display name for the managed tenant. Required. Read-only.
tenantId String The Microsoft Entra tenant identifier for the managed tenant. Required. Read-only.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary",
  "id": "String (identifier)",
  "tenantId": "String",
  "tenantDisplayName": "String",
  "conflictDeviceCount": "Integer",
  "errorDeviceCount": "Integer",
  "failedDeviceCount": "Integer",
  "intuneAccountId": "String",
  "intuneSettingId": "String",
  "notApplicableDeviceCount": "Integer",
  "pendingDeviceCount": "Integer",
  "policyType": "String",
  "settingName": "String",
  "succeededDeviceCount": "Integer",
  "lastRefreshedDateTime": "String (timestamp)"
}