Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
]
}