ndesConnector 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.

Entity which represents an OnPrem Ndes connector.

Methods

Method Return Type Description
List ndesConnectors ndesConnector collection List properties and relationships of the ndesConnector objects.
Get ndesConnector ndesConnector Read properties and relationships of the ndesConnector object.
Create ndesConnector ndesConnector Create a new ndesConnector object.
Delete ndesConnector None Deletes a ndesConnector.
Update ndesConnector ndesConnector Update the properties of a ndesConnector object.

Properties

Property Type Description
id String The key of the NDES Connector.
lastConnectionDateTime DateTimeOffset Last connection time for the Ndes Connector
state ndesConnectorState Ndes Connector Status. Possible values are: none, active, inactive.
displayName String The friendly name of the Ndes Connector.
machineName String Name of the machine running on-prem certificate connector service.
enrolledDateTime DateTimeOffset Timestamp when on-prem certificate connector was enrolled in Intune.
roleScopeTagIds String collection List of Scope Tags for this Entity instance.
connectorVersion String The build version of the Ndes Connector.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.ndesConnector",
  "id": "String (identifier)",
  "lastConnectionDateTime": "String (timestamp)",
  "state": "String",
  "displayName": "String",
  "machineName": "String",
  "enrolledDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "connectorVersion": "String"
}