ESC
Type to search...

IndustryData-DataConnector.Upload

Export JSON
Export CSV
Copy URL
Print
ApplicationDelegated Read User Scope

Allows the app to upload data files to a data connector without a signed-in user.

Permission data: April 6, 2026 at 4:06 AM UTC
Delegated Access App-Only Access

Permission Details

Application Permission

Upload files to a data connector

Allows the app to upload data files to a data connector without a signed-in user.

Delegated Permission Admin consent required

Upload files to a data connector

Allows the app to upload data files to a data connector on behalf of the signed-in user.

Properties

Microsoft Graph beta endpoint-derived-docs

Properties is shown from beta metadata because a stable v1.0 schema is not available for this resource mapping.

Property Type Description
displayName String The name of the data connector. Inherited from industryDataConnector.
fileFormat industryData.fileFormatReferenceValue The file format that external systems can upload using this connector.
connections externalConnection collection
id string The unique identifier for an entity. Read-only.

JSON Representation

Microsoft Graph beta endpoint-derived-docs

JSON representation is shown from beta metadata because a stable v1.0 schema is not available for this resource mapping.

JSON representation
{
  "@odata.type": "#microsoft.graph.industryData.azureDataLakeConnector",
  "displayName": "String",
  "fileFormat": {
    "@odata.type": "microsoft.graph.industryData.fileFormatReferenceValue"
  }
}

Relationships

Microsoft Graph beta endpoint-derived-docs

Relationships is shown from beta metadata because a stable v1.0 schema is not available for this resource mapping.

Relationship Type Description
sourceSystem industryData.sourceSystemDefinition The sourceSystemDefinition object that this connector is connected to. Inherited from industryDataConnector
connections externalConnection collection Related connections data exposed by this resource.

Graph Methods

Delegated access App-only access
Exact Microsoft Learn match

Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

No API methods available for this version.

Exact Microsoft Learn match

Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /external/industryData/dataConnectors/{industryDataConnectorId}/microsoft.graph.industryData.azureDataLakeConnector/getUploadSession
POST /external/industryData/dataConnectors/{industryDataConnectorId}/validate
POST /external/industryData/inboundFlows/{inboundFlowId}/dataConnector/validate
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell v1.0 commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

No deterministic PowerShell command map is available for this permission.

Browse PowerShell docs
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell beta commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Test-MgBetaExternalIndustryDataConnector /external/industryData/dataConnectors/{industryDataConnectorId}/validate
industryDataConnector: validate

Code Examples

C# / .NET SDK
industryDataConnector: validate
// Code snippets are only available for the latest version. Current version is 5.x

// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
await graphClient.External.IndustryData.DataConnectors["{industryDataConnector-id}"].MicrosoftGraphIndustryDataValidate.PostAsync();
JavaScript
azureDataLakeConnector: getUploadSession
const options = {
	authProvider,
};

const client = Client.init(options);

let fileUploadSession = await client.api('/external/industryData/dataConnectors/51dca0a0-85f6-4478-f526-08daddab2271/microsoft.graph.industryData.azureDataLakeConnector/getUploadSession')
	.version('beta')
	.get();
PowerShell
industryDataConnector: validate
Import-Module Microsoft.Graph.Beta.Search

Test-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId $industryDataConnectorId
Python
industryDataConnector: validate
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph_beta import GraphServiceClient
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python

await graph_client.external.industry_data.data_connectors.by_industry_data_connector_id('industryDataConnector-id').microsoft_graph_industry_data_validate.post()

App Registration

1

Navigate to Azure Portal

Go to App registrations in Microsoft Entra admin center

2

Add API Permission

Select your app → API permissions → Add a permission → Microsoft Graph

3

Select Permission Type

Choose Application permissions or delegated permissions and search for IndustryData-DataConnector.Upload

4

Grant Admin Consent

Application permissions always require admin consent.