-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
151 lines (151 loc) · 5.88 KB
/
config.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"General": {
"ListSeparator": ";",
"MetaDataFileName": {
"Fields": "_Fields",
"Lists": "_Lists",
"SiteGroups": "_Groups",
"SiteGroupMembers": "_GroupMembers",
"Views": "_Views"
},
"PathForExtracts": "./results/"
},
"SharePoint": {
"MetaDataOutput": {
"Fields": {
"Field Name Displayed": "Title",
"Field Technical Name": "StaticName",
"Field Type": "TypeAsString",
"Field Type Detailed": "TypeDisplayName",
"Can Be Deleted": "CanBeDeleted",
"Default Value": "DefaultValue",
"Enforce Unique Values": "EnforceUniqueValues",
"Filterable": "Filterable",
"Group": "Group",
"Indexed": "Indexed",
"Read Only": "ReadOnlyField",
"Required": "Required",
"Sortable": "Sortable",
"Validation Formula": "ValidationFormula",
"Validation Message": "ValidationMessage",
"GUID": "Id"
},
"Lists": {
"Id": "Id",
"Title": "Title",
"Entity Type Name": "EntityTypeName",
"List Item Entity Type Full Name": "ListItemEntityTypeFullName",
"Description": "Description",
"Records": "ItemCount",
"Attachments Enabled": "EnableAttachments",
"Folder Creation Enabled": "EnableFolderCreation",
"Versioning Enabled": "EnableVersioning",
"Hidden": "Hidden",
"Is Private": "IsPrivate",
"Date of List Creation": "Created",
"Date of Last Item Deletion": "LastItemDeletedDate",
"Date of Last Item Modification": "LastItemModifiedDate",
"Date of Last Item User Modification": "LastItemUserModifiedDate",
"Version Major Limit": "MajorVersionLimit",
"No Crawl": "NoCrawl",
"Parser Disabled": "ParserDisabled"
},
"SiteGroups": {
"Group Id": "Id",
"Hidden Output": "IsHiddenInUI",
"Group Name": "Title",
"Group Description": "Description",
"Group Owner": "OwnerTitle",
"Members Can Edit Membership": "AllowMembersEditMembership",
"Members Can View Membership": "OnlyAllowMembersViewMembership",
"Join or Leave Email Address": "RequestToJoinLeaveEmailSetting",
"Allow Join or Leave Request": "AllowRequestToJoinLeave",
"Allow Join or Leave Accept": "AutoAcceptRequestToJoinLeave"
},
"SiteGroupMembers": {
"User Id": "Id",
"User Full Name": "Title",
"User Email": "Email",
"User is an Site Administrator": "IsSiteAdmin",
"User is Share By Email Guest": "IsShareByEmailGuestUser",
"User is Hidden within UI": "IsHiddenInUI"
},
"Views": {
"View Id": "Id",
"View Image URL": "ImageUrl",
"View Name": "Title",
"View URL": "ServerRelativeUrl",
"Aggregations Details": "Aggregations",
"Aggregations Status": "AggregationsStatus",
"Base View Id": "BaseViewId",
"View Is Default": "DefaultView",
"Mobile View": "MobileView",
"Mobile Default View": "MobileDefaultView",
"Editor Modified": "EditorModified",
"Formats": "Formats",
"Hidden": "Hidden",
"View is Sorted": "OrderedView",
"View is Paged": "Paged",
"No. of Records per Page": "RowLimit",
"View is Personal": "PersonalView",
"View Protected Fields": "ViewProjectedFields",
"View is Read-Only": "ReadOnlyView",
"HTML Schema XML": "HtmlSchemaXml"
}
},
"Filters": {
"Fields": {
"CanBeDeleted": {
"BlackList": [
"_OldID",
"_ShortcutUrl",
"_ShortcutSiteId",
"_ShortcutWebId",
"_ShortcutUniqueId",
"Combine",
"RepairDocument"
]
},
"CannotBeDeleted": {
"WhiteList": [
"Author",
"CheckedOutUserId",
"CheckoutUser",
"Created",
"Editor",
"GUID",
"ID",
"Modified",
"Title"
]
}
},
"Lists": {
"Hidden": {
"WhiteList": [
"User Information List"
]
},
"NotHidden": {
"BlackList": [
"Categories",
"Community Members",
"Discussions List",
"Documents",
"Drop Off Library",
"Form Templates",
"MicroFeed",
"Power BI",
"Published Feed List",
"Reporting",
"Shared Documents",
"Site Assets",
"Site Certification",
"Site Pages",
"Style Library"
]
}
}
}
}
}