IndustryData-DataConnector.Upload
Allows the app to upload data files to a data connector without a signed-in user.
Permission Details
Upload files to a data connector
Allows the app to upload data files to a data connector without a signed-in user.
9334c44b-a7c6-4350-8036-6bf8e02b4c1f
Upload files to a data connector
Allows the app to upload data files to a data connector on behalf of the signed-in user.
fc47391d-ab2c-410f-9059-5600f7af660d
Properties
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
JSON representation is shown from beta metadata because a stable v1.0 schema is not available for this resource mapping.
{
"@odata.type": "#microsoft.graph.industryData.azureDataLakeConnector",
"displayName": "String",
"fileFormat": {
"@odata.type": "microsoft.graph.industryData.fileFormatReferenceValue"
}
}
Relationships
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
Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
No API methods available for this version.
Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
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 docsMicrosoft 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
// 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();
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();
Import-Module Microsoft.Graph.Beta.Search
Test-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId $industryDataConnectorId
# 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
Navigate to Azure Portal
Go to App registrations in Microsoft Entra admin center
Add API Permission
Select your app → API permissions → Add a permission → Microsoft Graph
Select Permission Type
Choose Application permissions or delegated permissions and search for IndustryData-DataConnector.Upload
Grant Admin Consent
Application permissions always require admin consent.