restrictedAppsViolation リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
ユーザーごとのデバイスごとの制限付きアプリ構成プロファイルの違反
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | オブジェクトの一意の識別子。 accountId、deviceId、policyId、userId から構成される |
| userId | String | ユーザー一意識別子、Guid である必要があります |
| userName | String | ユーザー名 |
| managedDeviceId | 文字列 | 管理対象デバイスの一意の識別子は Guid である必要があります |
| deviceName | String | デバイス名 |
| deviceConfigurationId | String | デバイス構成プロファイルの一意の識別子は Guid である必要があります |
| deviceConfigurationName | String | デバイス構成プロファイル名 |
| platformType | policyPlatformType | プラットフォームの種類。 使用可能な値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、windows10XProfile、androidAOSP、all です。 |
| restrictedAppsState | restrictedAppsState | 制限付きアプリの状態。 可能な値は、prohibitedApps、notApprovedApps です。 |
| restrictedApps | managedDeviceReportedApp コレクション | 違反した制限付きアプリの一覧 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.restrictedAppsViolation",
"id": "String (identifier)",
"userId": "String",
"userName": "String",
"managedDeviceId": "String",
"deviceName": "String",
"deviceConfigurationId": "String",
"deviceConfigurationName": "String",
"platformType": "String",
"restrictedAppsState": "String",
"restrictedApps": [
{
"@odata.type": "microsoft.graph.managedDeviceReportedApp",
"appId": "String"
}
]
}
フィードバック
フィードバックの送信と表示