You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|computerDnsName|String| The DNS name of the computer associated with the sensor. |
31
-
|domainName|String| The domain name of the sensor. |
32
-
|id|String| The unique identifier for the sensor candidate. Inherited from [microsoft.graph.entity](../resources/entity.md). Inherits from [entity](../resources/entity.md)|
33
-
|lastSeenDateTime|DateTimeOffset| The date and time when the sensor was last seen. |
34
-
|senseClientVersion|String| The version of the Defender for Identity sensor client. Supports `$filter` (`eq`). |
|computerDnsName| String | The DNS name of the computer associated with the sensor. |
31
+
|domainName| String | The domain name of the sensor. |
32
+
|id| String | The unique identifier for the sensor candidate. Inherited from [microsoft.graph.entity](../resources/entity.md). Inherits from [entity](../resources/entity.md)|
33
+
|lastSeenDateTime| DateTimeOffset | The date and time when the sensor was last seen. |
34
+
|senseClientVersion| String | The version of the Defender for Identity sensor client. Supports `$filter` (`eq`). |
35
+
|sensorTypes| microsoft.graph.security.deviceType | The list of device type of the sensor. The possible values are: `domainController`, `adfs`,, `adcs`, `entraConnect``unknownFutureValue`. This flagged enumeration allows multiple members to be returned simultaneously. |
36
+
35
37
36
38
## Relationships
37
39
None.
@@ -53,6 +55,7 @@ The following JSON representation shows the resource type.
"Description": "Added the **deviceType** enumeration type.",
368
+
"Target": "deviceType"
369
+
},
370
+
{
371
+
"Id": "13cabf61-b38c-4c61-ba01-487282745e3a",
372
+
"ApiChange": "Property",
373
+
"ChangedApiName": "sensorTypes",
374
+
"ChangeType": "Addition",
375
+
"Description": "Added the **sensorTypes** property to the [sensorCandidate](https://learn.microsoft.com/en-us/graph/api/resources/security-sensorCandidate?view=graph-rest-beta) resource.",
Copy file name to clipboardExpand all lines: concepts/whats-new-overview.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,10 @@ Added the **createdByAppId** property to the [application](/graph/api/resources/
127
127
128
128
Use the **primaryEmailAddress**, **secondaryEmailAddress**, and **tertiaryEmailAddress** properties on [contact](/graph/api/resources/contact) to get or set the primary, secondary, or tertiary email address of a contact.
129
129
130
+
### Security | Microsoft Defender for Identity
131
+
132
+
Added the **sensorTypes** property to the [sensorCandidate](../api-reference/beta/resources/security-sensorcandidate.md) resource type.
133
+
130
134
### Teamwork and communications | Calls and online meetings
131
135
132
136
Added [ad hoc call](/graph/api/resources/adhoccall) support to change notifications for transcripts and recordings in Microsoft Teams. You can now subscribe to the following resources to get notified when a transcript or recording is available for an ad hoc call:
0 commit comments