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
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. |
| 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)"
}