Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.07 KB

externalconnectors-configuration.md

File metadata and controls

39 lines (31 loc) · 1.07 KB
title description author ms.localizationpriority ms.subservice doc_type
configuration resource type
Specifies additional application IDs that are allowed to manage the externalConnection and to index content in a externalConnection.
mecampos
medium
search
resourcePageType

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 is a JSON representation of the resource.

{
  "authorizedAppIds": [
    "String"
  ]
}