restrictedAppsViolation リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

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

メソッド

メソッド 戻り値の型 説明
restrictedAppsViolations のリスト restrictedAppsViolation コレクション restrictedAppsViolation オブジェクトのプロパティと関係を一覧表示します。
get 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"
    }
  ]
}