aggregatedPolicyCompliance リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

マネージド テナントのデバイス コンプライアンスの集計ビューを表します。

メソッド

メソッド 戻り値の種類 説明
aggregatedPolicyCompliances を一覧表示する microsoft.graph.managedTenants.aggregatedPolicyCompliance コレクション 集計されたPolicyCompliance オブジェクトとそのプロパティの一覧を取得します。

プロパティ

プロパティ 説明
compliancePolicyId String デバイス コンプライアンス ポリシーの識別子。 省略可能。 読み取り専用です。
compliancePolicyName String デバイス コンプライアンス ポリシーの名前。 省略可能。 読み取り専用です。
compliancePolicyPlatform String デバイス コンプライアンス ポリシーのプラットフォーム。 可能な値は、androidandroidForWorkiOSmacOSwindowsPhone81windows81AndLaterwindows10AndLaterandroidWorkProfileandroidAOSPall です。 省略可能。 読み取り専用です。
compliancePolicyType String コンプライアンス ポリシーの種類。 省略可能。 読み取り専用です。
id String 集計デバイス コンプライアンス ポリシーの一意識別子。 必須です。 読み取り専用
lastRefreshedDateTime DateTimeOffset マルチテナント管理プラットフォームでエンティティが最後に更新された日時。 省略可能。 読み取り専用です。
numberOfCompliantDevices Int64 準拠状態にあるデバイスの数。 省略可能。 読み取り専用です。
numberOfErrorDevices Int64 エラー状態にあるデバイスの数。 省略可能。 読み取り専用です。
numberOfNonCompliantDevices Int64 非準拠状態のデバイスの数。 省略可能。 読み取り専用です。
policyModifiedDateTime DateTimeOffset デバイス ポリシーが最後に変更された日時。 省略可能。 読み取り専用です。
tenantDisplayName String マネージド テナントの表示名。 省略可能。 読み取り専用です。
tenantId String マネージド テナントのMicrosoft Entraテナント識別子。 省略可能。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表現を次に示します。

{
  "@odata.type": "#microsoft.graph.managedTenants.aggregatedPolicyCompliance",
  "id": "String (identifier)",
  "tenantId": "String",
  "tenantDisplayName": "String",
  "compliancePolicyId": "String",
  "compliancePolicyName": "String",
  "compliancePolicyType": "String",
  "compliancePolicyPlatform": "String",
  "numberOfCompliantDevices": "Integer",
  "numberOfNonCompliantDevices": "Integer",
  "numberOfErrorDevices": "Integer",
  "policyModifiedDateTime": "String (timestamp)",
  "lastRefreshedDateTime": "String (timestamp)"
}