aggregatedPolicyCompliance リソースの種類
名前空間: microsoft.graph.managedTenants
重要
Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。
管理テナントのデバイスコンプライアンスの集計ビューを表します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| listdPolicyCompliances | microsoft.graph.managedTenants.aggregatedPolicyCompliance コレクション | aggregatedPolicyComplianceオブジェクトとそのプロパティの一覧を取得します。 |
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| compliancePolicyId | String | デバイス コンプライアンス ポリシーの識別子。 省略可能。 読み取り専用です。 |
| compliancePolicyName | String | デバイス コンプライアンス ポリシーの名前。 省略可能。 読み取り専用です。 |
| compliancePolicyPlatform | String | デバイス コンプライアンス ポリシーのプラットフォーム。 可能な値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、androidAOSP、all です。 省略可能。 読み取り専用です。 |
| compliancePolicyType | String | コンプライアンス ポリシーの種類。 省略可能。 読み取り専用です。 |
| id | String | 集約デバイス コンプライアンス ポリシーの一意の識別子。 必須です。 読み取り専用 |
| lastRefreshedDateTime | DateTimeOffset | マルチテナント管理プラットフォームでエンティティが最後に更新された日時。 省略可能。 読み取り専用です。 |
| numberOfCompliantDevices | Int64 | 準拠状態にあるデバイスの数。 省略可能。 読み取り専用です。 |
| numberOfErrorDevices | Int64 | エラー状態にあるデバイスの数。 省略可能。 読み取り専用です。 |
| numberOfNonCompliantDevices | Int64 | 非準拠の状態にあるデバイスの数。 省略可能。 読み取り専用です。 |
| policyModifiedDateTime | DateTimeOffset | デバイス ポリシーが最後に変更された日時。 省略可能。 読み取り専用です。 |
| tenantDisplayName | String | 管理テナントの表示名。 省略可能。 読み取り専用です。 |
| tenantId | String | 管理Azure Active Directoryのテナント識別子を指定します。 省略可能。 読み取り専用です。 |
リレーションシップ
なし。
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)"
}
フィードバック
フィードバックの送信と表示