deviceManagementDomainJoinConnector resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
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"
}