Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a Microsoft Defender for Identity sensor that's ready to be activated.
Inherits from microsoft.graph.entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List | microsoft.graph.security.sensorCandidates collection | Get a list of the sensorCandidate objects and their properties. |
| Activate | None | Activate Microsoft Defender for Identity sensors. |
Properties
| Property | Type | Description |
|---|---|---|
| computerDnsName | String | The DNS name of the computer associated with the sensor. |
| domainName | String | The domain name of the sensor. |
| id | String | The unique identifier for the sensor candidate. Inherited from microsoft.graph.entity. Inherits from entity |
| lastSeenDateTime | DateTimeOffset | The date and time when the sensor was last seen. |
| senseClientVersion | String | The version of the Defender for Identity sensor client. Supports $filter (eq). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.sensorCandidate",
"id": "String (identifier)",
"computerDnsName": "String",
"senseClientVersion": "String",
"lastSeenDateTime": "String (timestamp)",
"domainName": "String"
}