aggregatedPolicyCompliance リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

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

メソッド

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

プロパティ

プロパティ 説明
compliancePolicyId 文字列 デバイス コンプライアンス ポリシーの識別子。 省略可能。 読み取り専用です。
compliancePolicyName 文字列 デバイス コンプライアンス ポリシーの名前。 省略可能。 読み取り専用です。
compliancePolicyPlatform 文字列 デバイス コンプライアンス ポリシーのプラットフォーム。 使用可能な値: androidandroidForWorkiOSmacOSwindowsPhone81windows81AndLaterwindows10AndLaterandroidWorkProfileandroidAOSPall。 省略可能。 読み取り専用です。
compliancePolicyType 文字列 コンプライアンス ポリシーの種類。 省略可能。 読み取り専用です。
id 文字列 集約デバイス コンプライアンス ポリシーの一意識別子。 必須です。 読み取り専用
lastRefreshedDateTime DateTimeOffset マルチテナント管理プラットフォームでエンティティが最後に更新された日時。 省略可能。 読み取り専用です。
numberOfCompliantDevices Int64 準拠状態にあるデバイスの数。 省略可能。 読み取り専用です。
numberOfErrorDevices Int64 エラー状態のデバイスの数。 省略可能。 読み取り専用です。
numberOfNonCompliantDevices Int64 非準拠状態にあるデバイスの数。 省略可能。 読み取り専用です。
policyModifiedDateTime DateTimeOffset デバイス ポリシーが最後に変更された日時。 省略可能。 読み取り専用です。
tenantDisplayName 文字列 管理対象テナントの表示名。 省略可能。 読み取り専用です。
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)"
}