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: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
A Domain Join Connector is a connector that is responsible to allocate (and delete) machine account blobs
Methods
| Method | Return Type | Description |
|---|---|---|
| List deviceManagementDomainJoinConnectors | deviceManagementDomainJoinConnector collection | List properties and relationships of the deviceManagementDomainJoinConnector objects. |
| Get deviceManagementDomainJoinConnector | deviceManagementDomainJoinConnector | Read properties and relationships of the deviceManagementDomainJoinConnector object. |
| Create deviceManagementDomainJoinConnector | deviceManagementDomainJoinConnector | Create a new deviceManagementDomainJoinConnector object. |
| Delete deviceManagementDomainJoinConnector | None | Deletes a deviceManagementDomainJoinConnector. |
| Update deviceManagementDomainJoinConnector | deviceManagementDomainJoinConnector | Update the properties of a deviceManagementDomainJoinConnector object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier to represent a connector. |
| displayName | String | The connector display name. |
| lastConnectionDateTime | DateTimeOffset | Last time connector contacted Intune. |
| state | deviceManagementDomainJoinConnectorState | The connector state. Possible values are: active, error, inactive. |
| version | String | The version of the connector. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementDomainJoinConnector",
"id": "String (identifier)",
"displayName": "String",
"lastConnectionDateTime": "String (timestamp)",
"state": "String",
"version": "String"
}