windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイスの WindowsDefenderApplicationControl 補足ポリシーの展開状態のプロパティが含まれています。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 |
deviceName | String | デバイス名。 |
deviceId | String | デバイス ID。 |
lastSyncDateTime | DateTimeOffset | 最終同期日時。 |
osVersion | String | Windows OS バージョン。 |
osDescription | String | Windows OS バージョンの説明。 |
deploymentStatus | windowsDefenderApplicationControlSupplementalPolicyStatuses | ポリシーのデプロイ状態。 可能な値は、unknown 、success 、tokenError 、notAuthorizedByToken 、policyNotFound です。 |
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"
}