Table of Contents

IndustryData-DataConnector.ReadWrite.All

Allows the app to read and write data connectors on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the IndustryData-DataConnector.ReadWrite.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier eda0971c-482e-4345-b28f-69c309cb8a34 5ce933ac-3997-4280-aed0-cc072e5c062a
DisplayText Manage data connector definitions Manage data connector definitions
Description Allows the app to read and write data connectors without a signed-in user. Allows the app to read and write data connectors on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: apiDataConnector

Property Type Description
apiFormat microsoft.graph.industryData.apiFormat The API format of the external system being connected to. The possible values are: oneRoster, unknownFutureValue.
baseUrl String The base URL, including the scheme, host, and path for the API, with or without a trailing '/'. For example, "https://example.com/ims/oneRoster/v1p1"
credential microsoft.graph.industryData.credential A credential to use to connect to the API.
displayName String The name of the data connector. Inherited from industryDataConnector.