Skip to content

Commit 421ae66

Browse files
authored
[ZT] Tanium attributes (#16728)
* add tanium attributes and unhide page * update last seen values
1 parent 0fe0358 commit 421ae66

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/content/docs/cloudflare-one/identity/devices/service-providers/crowdstrike.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Device posture data is gathered from the [CrowdStrike Zero Trust Assessment APIs
7878
| Sensor config | Sensor signal score | `1` to `100` |
7979
| Version | ZTA score version | `2.1.0` |
8080
| State | Current online status of the device | *Online*, *Offline*, or *Unknown* |
81-
| Last seen | Elapsed time since the device was last seen. Only returned if its state is `online` or `unknown`. | Less than 1 hour, 3 hours, 6 hours, 12 hours, 24 hours, 7 days, 30 days, or more than 30 days |
81+
| Last seen | Elapsed time since the device was last seen. Only returned if its state is `online` or `unknown`. | In the last 1 hour, 3 hours, 6 hours, 12 hours, 24 hours, 7 days, 30 days, or more than 30 days |

src/content/docs/cloudflare-one/identity/devices/service-providers/taniums2s.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pcx_content_type: how-to
33
title: Tanium
44
sidebar:
55
order: 4
6-
hidden: true
76
head:
87
- tag: title
98
content: Tanium - Posture checks
@@ -57,6 +56,10 @@ To retrieve those values:
5756

5857
## Device posture attributes
5958

60-
| Selector | Description |
61-
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
62-
| Total score | `totalScore` of the device from [Tanium's EndpointRisk assessment](https://developer.tanium.com/site/global/apis/graphql/spectaql/index.gsp#definition-EndpointRisk) |
59+
Device posture data is gathered from [Tanium's EndpointRisk API](https://developer.tanium.com/site/global/apis/graphql/spectaql/index.gsp#definition-EndpointRisk). To learn more about how scores are calculated, refer to the [Tanium risk score documentation](https://help.tanium.com/bundle/ug_benchmark_cloud/page/benchmark/risk_score.html).
60+
61+
| Selector | Description | Value |
62+
| ----------- | ------ | --- |
63+
| Total score | `totalScore` of the device. | `1` to `1000` |
64+
| Risk level | `riskLevel` of the device. | Low, medium, high, or critical |
65+
| EID last seen | Elapsed time since the device was last seen, based on its `datetime` attribute. | In the last 1 hour, 3 hours, 6 hours, 12 hours, 24 hours, 7 days, 30 days, or more than 30 days |

0 commit comments

Comments
 (0)