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
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.
A lightweight agent installed on domain controllers that helps secure access and enforce MFA to on-premise resources. For more information, see Configure Microsoft Entra Private Access for Active Directory domain controllers (preview).
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List | privateAccessSensor collection | Get a list of the privateAccessSensor objects and their properties. |
| Get | privateAccessSensor | Read the properties and relationships of a privateAccessSensor object. |
Properties
| Property | Type | Description |
|---|---|---|
| externalIp | String | External IP of sensor. |
| id | String | Unique ID of the sensor. Inherits from entity |
| isAuditMode | Boolean | Not Implementated. |
| isBreakglassEnabled | Boolean | Not Implemented. |
| machineName | String | Machine name of sensor. |
| version | String | Version of sensor. |
| status | microsoft.graph.sensorStatus | The possible values are: active, inactive, unknownFutureValue. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.privateAccessSensor",
"id": "String (identifier)",
"machineName": "String",
"externalIp": "String",
"version": "String",
"status": "String",
"isBreakglassEnabled": "Boolean",
"isAuditMode": "Boolean"
}