WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus リソースの種類

名前空間: microsoft.graph

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

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

デバイスの WindowsDefenderApplicationControl 補足ポリシーの展開状態のプロパティを含みます。

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。
deviceName String デバイス名。
deviceId 文字列 デバイス ID。
lastSyncDateTime DateTimeOffset 前回の同期日時。
osVersion String Windows OS バージョン。
osDescription 文字列 Windows OS バージョンの説明。
deploymentStatus windowsDefenderApplicationControlSupplementalPolicyStatuses ポリシーの展開状態。 可能な値は、unknownsuccesstokenErrornotAuthorizedByTokenpolicyNotFound です。
userName 文字列 このデバイスのユーザーの名前。
userPrincipalName String ユーザー プリンシパル名。
policyVersion 文字列 人間が読めるバージョンの WindowsDefenderApplicationControl 補足ポリシー。

リレーションシップ

リレーションシップ 説明
役割 windowsDefenderApplicationControlSupplementalPolicy WindowsDefenderApplicationControl 補足ポリシーへのナビゲーション リンク。

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
  "id": "String (identifier)",
  "deviceName": "String",
  "deviceId": "String",
  "lastSyncDateTime": "String (timestamp)",
  "osVersion": "String",
  "osDescription": "String",
  "deploymentStatus": "String",
  "userName": "String",
  "userPrincipalName": "String",
  "policyVersion": "String"
}