configuration resource type
Namespace: microsoft.graph.externalConnectors
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. |
Note
The authorizedAppIds
property was previously named authorizedApps
.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"authorizedAppIds": ["String"]
}