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

Certificate connector settings.

Properties

Property Type Description
status Int32 Certificate connector status
certExpiryTime DateTimeOffset Certificate expire time
enrollmentError String Certificate connector enrollment error
lastConnectorConnectionTime DateTimeOffset Last time certificate connector connected
connectorVersion String Version of certificate connector
lastUploadVersion Int64 Version of last uploaded certificate connector

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.certificateConnectorSetting",
  "status": 1024,
  "certExpiryTime": "String (timestamp)",
  "enrollmentError": "String",
  "lastConnectorConnectionTime": "String (timestamp)",
  "connectorVersion": "String",
  "lastUploadVersion": 1024
}