externalConnection resource type

Namespace: microsoft.graph.externalConnectors

A logical container to add content from an external source into Microsoft Graph.

Methods

Method Return type Description
Create externalConnection externalConnection Create a new externalConnection object.
List externalConnections externalConnection collection Get a list of the externalConnection objects and their properties.
Get externalConnection externalConnection Read the properties and relationships of an externalConnection object.
Update externalConnection externalConnection Update the properties of an externalConnection object.
Delete externalConnection None Deletes an externalConnection object.
Create schema schema Create a new schema object.
Create externalItem externalItem Create a new externalItem object.

Properties

Property Type Description
configuration microsoft.graph.externalConnectors.configuration Specifies additional application IDs that are allowed to manage the connection and to index content in the connection. Optional.
description String Description of the connection displayed in the Microsoft 365 admin center. Optional.
id String Developer-provided unique ID of the connection within the Azure Active Directory tenant. Must be between 3 and 32 characters in length. Must only contain alphanumeric characters. Cannot begin with Microsoft or be one of the following values: None, Directory, Exchange, ExchangeArchive, LinkedIn, Mailbox, OneDriveBusiness, SharePoint, Teams, Yammer, Connectors, TaskFabric, PowerBI, Assistant, TopicEngine, MSFT_All_Connectors. Required.
name String The display name of the connection to be displayed in the Microsoft 365 admin center. Maximum length of 128 characters. Required.
state microsoft.graph.externalConnectors.connectionState Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.

Relationships

Relationship Type Description
items microsoft.graph.externalConnectors.externalItem collection Read-only. Nullable.
operations microsoft.graph.externalConnectors.connectionOperation collection Read-only. Nullable.
schema microsoft.graph.externalConnectors.schema Read-only. Nullable.

JSON representation

The following is a JSON representation of the resource.

{
  "description": "String",
  "id": "String (identifier)",
  "name": "String",
  "state": "String"
}