Skip to content

Commit db0de4c

Browse files
authored
Change IsPartiallyIdentified type to boolean
1 parent c8e1625 commit db0de4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-xdr/advanced-hunting-deviceinfo-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For information on other tables in the advanced hunting schema, [see the advance
8686
| `IsTransient` | `boolean` | Indicates whether this device is classified as short-lived or transient based on the frequency of appearance of the device on the network |
8787
| `OsBuildRevision` | `string` | Build revision number of the operating system running on the machine |
8888
| `MitigationStatus` | `string` | Indicates the mitigation action applied to a device |
89-
| `IsPartiallyIdentified` | `string` | A device is classified as partially identified if it does not have a strong identifier to uniquely determine its identity. |
89+
| `IsPartiallyIdentified` | `boolean` | A device is classified as partially identified if it does not have a strong identifier to uniquely determine its identity. |
9090
| `Site` | `string` | Represents the physical location where the device is located |
9191
| `DiscoverySources` | `string` | Products or services that have seen or reported the device, including when they last reported it. |
9292

0 commit comments

Comments
 (0)