configuration resource type

Namespace: microsoft.graph.externalConnectors

Specifies additional application IDs that are allowed to manage the externalConnection and to index content in a externalConnection.

Properties

Property Type Description
authorizedAppIds String collection A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "authorizedAppIds": [
    "String"
  ]
}