次の方法で共有


restrictedAppsViolation リソースの種類

名前空間: microsoft.graph

大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

ユーザーごとのデバイスあたりの制限付きアプリ構成プロファイルの違反

メソッド

メソッド 戻り値の型 説明
restrictedAppsViolations を一覧表示する restrictedAppsViolation コレクション restrictedAppsViolation オブジェクトのプロパティとリレーションシップを一覧表示します。
restrictedAppsViolation を取得する restrictedAppsViolation restrictedAppsViolation オブジェクトのプロパティとリレーションシップを読み取ります。
restrictedAppsViolation を作成する restrictedAppsViolation 新しい restrictedAppsViolation オブジェクトを 作成します。
restrictedAppsViolation を削除する なし restrictedAppsViolation を削除します。
restrictedAppsViolation を更新する restrictedAppsViolation restrictedAppsViolation オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id 文字列 オブジェクトの一意識別子。 accountId、deviceId、policyId、userId から構成されます
userId String ユーザーの一意識別子は Guid である必要があります
userName 文字列 ユーザー名
managedDeviceId 文字列 マネージド デバイスの一意識別子は Guid である必要があります
deviceName 文字列 デバイス名
deviceConfigurationId 文字列 デバイス構成プロファイルの一意の識別子は Guid である必要があります
deviceConfigurationName 文字列 デバイス構成プロファイル名
platformType policyPlatformType プラットフォームの種類。 使用できる値は、 androidandroidForWorkiOSmacOSwindowsPhone81windows81AndLaterwindows10AndLaterandroidWorkProfilewindows10XProfileandroidAOSPlinuxallです。
restrictedAppsState restrictedAppsState 制限付きアプリの状態。 使用可能な値は、 prohibitedAppsnotApprovedAppsです。
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"
    }
  ]
}