Edit

Share via


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

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