| title | connector resource type |
|---|---|
| description | Represents an Application Proxy connector. |
| author | dhruvinrshah |
| ms.localizationpriority | medium |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
| ms.date | 12/19/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an Application Proxy connector. Connectors are lightweight agents that sit on-premises and facilitate the outbound connection to the Microsoft Entra application proxy service. Each connector is part of a connectorGroup.
| Method | Return Type | Description |
|---|---|---|
| List | connector collection | Retrieve a list of connector objects. |
| Get | connector | Read the properties and relationships of a connector object. |
| List memberOf | connectorGroup collection | List the connectorGroup object collection the connector is a member of. |
| Add connector to connectorGroup | connectorGroup | Add a connector to a connectorGroup. |
| Property | Type | Description |
|---|---|---|
| externalIp | String | The external IP address as detected by the connector server. Read-only. |
| id | String | The unique identifier of the connector. Read-only. |
| machineName | String | The name of the computer on which the connector is installed and runs on. |
| status | connectorStatus | Indicates the status of the connector. The possible values are: active, inactive. Read-only. |
| version | String | The version of the connector. Read-only. |
| Relationship | Type | Description |
|---|---|---|
| memberOf | connectorGroup collection | The connectorGroup that the connector is a member of. Read-only. |
The following JSON representation shows the resource type.
{
"externalIp": "String",
"id": "String (identifier)",
"machineName": "String",
"status": "String",
"version": "String"
}