deviceCompliancePolicySettingStateSummary リソースの種類

名前空間: microsoft.graph.managedTenants

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

特定のマネージド テナントのデバイス コンプライアンス ポリシー設定の状態の概要を表します。

メソッド

メソッド 戻り値の種類 説明
デバイス コンプライアンス ポリシー設定の状態の概要を一覧表示する microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary コレクション deviceCompliancePolicySettingStateSummary オブジェクトとそのプロパティの一覧を取得します。
デバイス コンプライアンス ポリシー設定の状態の概要を取得する microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary deviceCompliancePolicySettingStateSummary オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
id String このエンティティの一意識別子。 必須です。 読み取り専用です。
conflictDeviceCount Int32 競合状態のデバイスの数。 省略可能。 読み取り専用です。
errorDeviceCount Int32 エラー状態のデバイスの数。 省略可能。 読み取り専用です。
failedDeviceCount Int32 失敗した状態のデバイスの数。 省略可能。 読み取り専用です。
intuneAccountId String Microsoft Intune アカウントの identifer。 必須です。 読み取り専用です。
intuneSettingId String Intune 設定の識別子。 省略可能。 読み取り専用です。
lastRefreshedDateTime DateTimeOffset マルチテナント管理プラットフォームでエンティティが最後に更新された日時。 省略可能。 読み取り専用です。
notApplicableDeviceCount Int32 該当しない状態のデバイスの数。 省略可能。 読み取り専用です。
pendingDeviceCount Int32 保留中の状態のデバイスの数。 省略可能。 読み取り専用です。
policyType String デバイス コンプライアンス ポリシーの種類。 省略可能。 読み取り専用です。
settingName String デバイス コンプライアンス ポリシー内の設定の名前。 省略可能。 読み取り専用です。
succeededDeviceCount Int32 成功した状態のデバイスの数。 省略可能。 読み取り専用です。
tenantDisplayName String マネージド テナントの表示名。 必須です。 読み取り専用です。
tenantId String マネージド テナントの Microsoft Entra テナント識別子。 必須です。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@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)"
}