-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpower.config.json
More file actions
55 lines (55 loc) · 1.66 KB
/
Copy pathpower.config.json
File metadata and controls
55 lines (55 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"version": "1.0",
"appId": null,
"appDisplayName": "Asset Management",
"region": "prod",
"environmentId": "1441687e-e0a7-e4b3-a84d-747b95067a0c",
"description": "Asset Management - Manage, Track, Attest",
"buildPath": "./dist",
"buildEntryPoint": "index.html",
"localAppUrl": "http://localhost:3000",
"logoPath": "Default",
"connectionReferences": {
"8f345d61-ea3c-4cb4-9e04-942e6e2b0137": {
"id": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline",
"displayName": "SharePoint",
"dataSources": [
"appadmins",
"assetcatalogue",
"assetrequests",
"assetassignments",
"attestations",
"notifications",
"usersettings"
],
"dataSets": {
"https://vishtechtalk.sharepoint.com/sites/AssetManagement1": {
"dataSources": {
"appadmins": {
"tableName": "06e3cfa9-0e59-424d-b36f-7e6db8979ed4"
},
"assetcatalogue": {
"tableName": "6a6f3ecc-2e92-4338-b239-14826d418b32"
},
"assetrequests": {
"tableName": "da6aa458-e4bb-41fe-8304-42422604a66f"
},
"assetassignments": {
"tableName": "f49ff14f-7667-4912-9d12-c889b33ba694"
},
"attestations": {
"tableName": "9bf3cc4d-2f14-4b17-a7bc-80f1a9a0c4ee"
},
"notifications": {
"tableName": "75d46d78-efdf-4327-8e55-45ee01a3fb82"
},
"usersettings": {
"tableName": "24e79290-9594-4f83-b60c-5b1815fe4116"
}
}
}
}
}
},
"databaseReferences": {}
}