windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。
deviceName String デバイス名。
deviceId String デバイス ID。
lastSyncDateTime DateTimeOffset 最終同期日時。
osVersion String Windows OS バージョン。
osDescription String Windows OS バージョンの説明。
deploymentStatus windowsDefenderApplicationControlSupplementalPolicyStatuses ポリシーのデプロイ状態。 可能な値は、unknownsuccesstokenErrornotAuthorizedByTokenpolicyNotFound です。
userName String このデバイスのユーザーの名前。
userPrincipalName String ユーザー プリンシパル名。
policyVersion String 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"
}