forked from pnp/cli-microsoft365
-
Notifications
You must be signed in to change notification settings - Fork 1
/
csom.json
575 lines (575 loc) · 21.2 KB
/
csom.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
{
"field": {
"get": {
"AutoIndexed": "Boolean",
"CanBeDeleted": "Boolean",
"ClientSideComponentId": "Guid",
"ClientSideComponentProperties": "String",
"ClientValidationFormula": "String",
"ClientValidationMessage": "String",
"CustomFormatter": "String",
"DefaultFormula": "String",
"DefaultValue": "String",
"Description": "String",
"DescriptionResource": "UserResource",
"Direction": "String",
"EnforceUniqueValues": "Boolean",
"EntityPropertyName": "String",
"FieldTypeKind": "FieldType",
"Filterable": "Boolean",
"FromBaseType": "Boolean",
"Group": "String",
"Hidden": "Boolean",
"Id": "Guid",
"Indexed": "Boolean",
"InternalName": "String",
"JSLink": "String",
"NoCrawl": "Boolean",
"PinnedToFiltersPane": "Boolean",
"ReadOnlyField": "Boolean",
"Required": "Boolean",
"SchemaXml": "String",
"SchemaXmlWithResourceTokens": "String",
"Scope": "String",
"Sealed": "Boolean",
"ShowInFiltersPane": "ShowInFiltersPaneStatus",
"Sortable": "Boolean",
"StaticName": "String",
"Title": "String",
"TitleResource": "UserResource",
"TypeAsString": "String",
"TypeDisplayName": "String",
"TypeShortDescription": "String",
"ValidationFormula": "String",
"ValidationMessage": "String"
},
"set": {
"ClientSideComponentId": "Guid",
"ClientSideComponentProperties": "String",
"ClientValidationFormula": "String",
"ClientValidationMessage": "String",
"CustomFormatter": "String",
"DefaultFormula": "String",
"DefaultValue": "String",
"Description": "String",
"Direction": "String",
"EnforceUniqueValues": "Boolean",
"FieldTypeKind": "FieldType",
"Group": "String",
"Hidden": "Boolean",
"Indexed": "Boolean",
"JSLink": "String",
"NoCrawl": "Boolean",
"PinnedToFiltersPane": "Boolean",
"ReadOnlyField": "Boolean",
"Required": "Boolean",
"SchemaXml": "String",
"Sealed": "Boolean",
"ShowInFiltersPane": "ShowInFiltersPaneStatus",
"StaticName": "String",
"Title": "String",
"TypeAsString": "String",
"ValidationFormula": "String",
"ValidationMessage": "String"
}
},
"file": {
"get": {
"Author": "User",
"CheckedOutByUser": "User",
"CheckInComment": "String",
"CheckOutType": "CheckOutType",
"ContentTag": "String",
"CustomizedPageStatus": "CustomizedPageStatus",
"EffectiveInformationRightsManagementSettings": "EffectiveInformationRightsManagementSettings",
"ETag": "String",
"Exists": "Boolean",
"InformationRightsManagementSettings": "InformationRightsManagementFileSettings",
"IrmEnabled": "Boolean",
"Length": "Int64",
"Level": "FileLevel",
"LinkingUri": "String",
"LinkingUrl": "String",
"ListId": "Guid",
"ListItemAllFields": "ListItem",
"LockedByUser": "User",
"MajorVersion": "Int32",
"MinorVersion": "Int32",
"ModifiedBy": "User",
"Name": "String",
"PageRenderType": "ListPageRenderType",
"Properties": "PropertyValues",
"ServerRelativePath": "ResourcePath",
"ServerRelativeUrl": "String",
"SiteId": "Guid",
"TimeCreated": "DateTime",
"TimeLastModified": "DateTime",
"Title": "String",
"UIVersion": "Int32",
"UIVersionLabel": "String",
"UniqueId": "Guid",
"VersionEvents": "FileVersionEventCollection",
"Versions": "FileVersionCollection",
"WebId": "Guid"
},
"set": {
"IrmEnabled": "Boolean",
"UniqueId": "Guid"
}
},
"listItem": {
"get": {
"AttachmentFiles": "AttachmentCollection",
"Client_Title": "String",
"CommentsDisabled": "Boolean",
"CommentsDisabledScope": "CommentsDisabledScope",
"ComplianceInfo": "ListItemComplianceInfo",
"ContentType": "ContentType",
"DisplayName": "String",
"EffectiveBasePermissions": "BasePermissions",
"EffectiveBasePermissionsForUI": "BasePermissions",
"FieldValuesAsHtml": "FieldStringValues",
"FieldValuesAsText": "FieldStringValues",
"FieldValuesForEdit": "FieldStringValues",
"File": "File",
"FileSystemObjectType": "FileSystemObjectType",
"FirstUniqueAncestorSecurableObject": "SecurableObject",
"Folder": "Folder",
"GetDlpPolicyTip": "DlpPolicyTip",
"HasUniqueRoleAssignments": "Boolean",
"IconOverlay": "String",
"Id": "Int32",
"ParentList": "List",
"Properties": "PropertyValues",
"RoleAssignments": "RoleAssignmentCollection",
"ServerRedirectedEmbedUri": "String",
"ServerRedirectedEmbedUrl": "String",
"Versions": "ListItemVersionCollection"
},
"set": {
"IconOverlay": "String"
}
},
"list": {
"get": {
"AllowContentTypes": "Boolean",
"AllowDeletion": "Boolean",
"BaseTemplate": "Int32",
"BaseType": "BaseType",
"BrowserFileHandling": "BrowserFileHandling",
"ContentTypes": "ContentTypeCollection",
"ContentTypesEnabled": "Boolean",
"CrawlNonDefaultViews": "Boolean",
"CreatablesInfo": "CreatablesInfo",
"Created": "DateTime",
"CurrentChangeToken": "ChangeToken",
"CustomActionElements": "CustomActionElementCollection",
"DataSource": "ListDataSource",
"DefaultContentApprovalWorkflowId": "Guid",
"DefaultDisplayFormUrl": "String",
"DefaultEditFormUrl": "String",
"DefaultItemOpenUseListSetting": "Boolean",
"DefaultNewFormUrl": "String",
"DefaultView": "View",
"DefaultViewPath": "ResourcePath",
"DefaultViewUrl": "String",
"Description": "String",
"DescriptionResource": "UserResource",
"Direction": "String",
"DisableCommenting": "Boolean",
"DisableGridEditing": "Boolean",
"DocumentTemplateUrl": "String",
"DraftVersionVisibility": "DraftVisibilityType",
"EffectiveBasePermissions": "BasePermissions",
"EffectiveBasePermissionsForUI": "BasePermissions",
"EnableAssignToEmail": "Boolean",
"EnableAttachments": "Boolean",
"EnableFolderCreation": "Boolean",
"EnableMinorVersions": "Boolean",
"EnableModeration": "Boolean",
"EnableRequestSignOff": "Boolean",
"EnableVersioning": "Boolean",
"EntityTypeName": "String",
"EventReceivers": "EventReceiverDefinitionCollection",
"ExcludeFromOfflineClient": "Boolean",
"ExemptFromBlockDownloadOfNonViewableFiles": "Boolean",
"Fields": "FieldCollection",
"FileSavePostProcessingEnabled": "Boolean",
"FirstUniqueAncestorSecurableObject": "SecurableObject",
"ForceCheckout": "Boolean",
"Forms": "FormCollection",
"HasExternalDataSource": "Boolean",
"HasUniqueRoleAssignments": "Boolean",
"Hidden": "Boolean",
"Id": "Guid",
"ImagePath": "ResourcePath",
"ImageUrl": "String",
"InformationRightsManagementSettings": "InformationRightsManagementSettings",
"IrmEnabled": "Boolean",
"IrmExpire": "Boolean",
"IrmReject": "Boolean",
"IsApplicationList": "Boolean",
"IsCatalog": "Boolean",
"IsEnterpriseGalleryLibrary": "Boolean",
"IsPrivate": "Boolean",
"IsSiteAssetsLibrary": "Boolean",
"IsSystemList": "Boolean",
"ItemCount": "Int32",
"LastItemDeletedDate": "DateTime",
"LastItemModifiedDate": "DateTime",
"LastItemUserModifiedDate": "DateTime",
"ListExperienceOptions": "ListExperience",
"ListItemEntityTypeFullName": "String",
"MajorVersionLimit": "Int32",
"MajorWithMinorVersionsLimit": "Int32",
"MultipleDataList": "Boolean",
"NoCrawl": "Boolean",
"OnQuickLaunch": "Boolean",
"PageRenderType": "ListPageRenderType",
"ParentWeb": "Web",
"ParentWebPath": "ResourcePath",
"ParentWebUrl": "String",
"ParserDisabled": "Boolean",
"ReadSecurity": "Int32",
"RoleAssignments": "RoleAssignmentCollection",
"RootFolder": "Folder",
"SchemaXml": "String",
"ServerTemplateCanCreateFolders": "Boolean",
"TemplateFeatureId": "Guid",
"Title": "String",
"TitleResource": "UserResource",
"UserCustomActions": "UserCustomActionCollection",
"ValidationFormula": "String",
"ValidationMessage": "String",
"Views": "ViewCollection",
"WorkflowAssociations": "WorkflowAssociationCollection",
"WriteSecurity": "Int32"
},
"set": {
"AllowDeletion": "Boolean",
"ContentTypesEnabled": "Boolean",
"CrawlNonDefaultViews": "Boolean",
"DefaultContentApprovalWorkflowId": "Guid",
"DefaultDisplayFormUrl": "String",
"DefaultEditFormUrl": "String",
"DefaultNewFormUrl": "String",
"Description": "String",
"Direction": "String",
"DisableCommenting": "Boolean",
"DisableGridEditing": "Boolean",
"DocumentTemplateUrl": "String",
"DraftVersionVisibility": "DraftVisibilityType",
"EnableAssignToEmail": "Boolean",
"EnableAttachments": "Boolean",
"EnableFolderCreation": "Boolean",
"EnableMinorVersions": "Boolean",
"EnableModeration": "Boolean",
"EnableRequestSignOff": "Boolean",
"EnableVersioning": "Boolean",
"ExcludeFromOfflineClient": "Boolean",
"ForceCheckout": "Boolean",
"Hidden": "Boolean",
"ImagePath": "ResourcePath",
"ImageUrl": "String",
"IrmEnabled": "Boolean",
"IrmExpire": "Boolean",
"IrmReject": "Boolean",
"IsApplicationList": "Boolean",
"IsEnterpriseGalleryLibrary": "Boolean",
"LastItemModifiedDate": "DateTime",
"LastItemUserModifiedDate": "DateTime",
"ListExperienceOptions": "ListExperience",
"MajorVersionLimit": "Int32",
"MajorWithMinorVersionsLimit": "Int32",
"MultipleDataList": "Boolean",
"NoCrawl": "Boolean",
"OnQuickLaunch": "Boolean",
"ParserDisabled": "Boolean",
"ReadSecurity": "Int32",
"Title": "String",
"ValidationFormula": "String",
"ValidationMessage": "String",
"WriteSecurity": "Int32"
}
},
"web": {
"get": {
"AccessRequestListUrl": "String",
"AccessRequestSiteDescription": "String",
"Alerts": "AlertCollection",
"AllowAutomaticASPXPageIndexing": "Boolean",
"AllowCreateDeclarativeWorkflowForCurrentUser": "Boolean",
"AllowDesignerForCurrentUser": "Boolean",
"AllowMasterPageEditingForCurrentUser": "Boolean",
"AllowRevertFromTemplateForCurrentUser": "Boolean",
"AllowRssFeeds": "Boolean",
"AllowSaveDeclarativeWorkflowAsTemplateForCurrentUser": "Boolean",
"AllowSavePublishDeclarativeWorkflowForCurrentUser": "Boolean",
"AllProperties": "PropertyValues",
"AlternateCssUrl": "String",
"AppInstanceId": "Guid",
"AppTiles": "AppTileCollection",
"AssociatedMemberGroup": "Group",
"AssociatedOwnerGroup": "Group",
"AssociatedVisitorGroup": "Group",
"Author": "User",
"AvailableContentTypes": "ContentTypeCollection",
"AvailableFields": "FieldCollection",
"ClassicWelcomePage": "String",
"CommentsOnSitePagesDisabled": "Boolean",
"Configuration": "Int16",
"ContainsConfidentialInfo": "Boolean",
"ContentTypes": "ContentTypeCollection",
"Created": "DateTime",
"CurrentChangeToken": "ChangeToken",
"CurrentUser": "User",
"CustomMasterUrl": "String",
"CustomSiteActionsDisabled": "Boolean",
"DataLeakagePreventionStatusInfo": "SPDataLeakagePreventionStatusInfo",
"Description": "String",
"DescriptionResource": "UserResource",
"DesignerDownloadUrlForCurrentUser": "String",
"DesignPackageId": "Guid",
"DisableAppViews": "Boolean",
"DisableFlows": "Boolean",
"DisableRecommendedItems": "Boolean",
"DocumentLibraryCalloutOfficeWebAppPreviewersDisabled": "Boolean",
"EffectiveBasePermissions": "BasePermissions",
"EnableMinimalDownload": "Boolean",
"EventReceivers": "EventReceiverDefinitionCollection",
"ExcludeFromOfflineClient": "Boolean",
"Features": "FeatureCollection",
"Fields": "FieldCollection",
"FirstUniqueAncestorSecurableObject": "SecurableObject",
"Folders": "FolderCollection",
"FooterEmphasis": "FooterVariantThemeType",
"FooterEnabled": "Boolean",
"FooterLayout": "FooterLayoutType",
"HasUniqueRoleAssignments": "Boolean",
"HeaderEmphasis": "SPVariantThemeType",
"HeaderLayout": "HeaderLayoutType",
"HorizontalQuickLaunch": "Boolean",
"HostedApps": "HostedAppsManager",
"Id": "Guid",
"IsHomepageModernized": "Boolean",
"IsMultilingual": "Boolean",
"IsProvisioningComplete": "Boolean",
"IsRevertHomepageLinkHidden": "Boolean",
"Language": "UInt32",
"LastItemModifiedDate": "DateTime",
"LastItemUserModifiedDate": "DateTime",
"Lists": "ListCollection",
"ListTemplates": "ListTemplateCollection",
"MasterUrl": "String",
"MegaMenuEnabled": "Boolean",
"MembersCanShare": "Boolean",
"Navigation": "Navigation",
"NoCrawl": "Boolean",
"NotificationsInOneDriveForBusinessEnabled": "Boolean",
"NotificationsInSharePointEnabled": "Boolean",
"ObjectCacheEnabled": "Boolean",
"OverwriteTranslationsOnChange": "Boolean",
"ParentWeb": "WebInformation",
"PreviewFeaturesEnabled": "Boolean",
"PrimaryColor": "String",
"PushNotificationSubscribers": "PushNotificationSubscriberCollection",
"QuickLaunchEnabled": "Boolean",
"RecycleBin": "RecycleBinItemCollection",
"RecycleBinEnabled": "Boolean",
"RegionalSettings": "RegionalSettings",
"RequestAccessEmail": "String",
"ResourcePath": "ResourcePath",
"RoleAssignments": "RoleAssignmentCollection",
"RoleDefinitions": "RoleDefinitionCollection",
"RootFolder": "Folder",
"SaveSiteAsTemplateEnabled": "Boolean",
"SearchBoxInNavBar": "SearchBoxInNavBarType",
"SearchScope": "SearchScopeType",
"ServerRelativePath": "ResourcePath",
"ServerRelativeUrl": "String",
"ShowUrlStructureForCurrentUser": "Boolean",
"SiteCollectionAppCatalog": "SiteCollectionCorporateCatalogAccessor",
"SiteGroups": "GroupCollection",
"SiteLogoDescription": "String",
"SiteLogoUrl": "String",
"SiteUserInfoList": "List",
"SiteUsers": "UserCollection",
"SupportedUILanguageIds": "IEnumerable`1",
"SyndicationEnabled": "Boolean",
"TenantAdminMembersCanShare": "SharingState",
"TenantAppCatalog": "TenantCorporateCatalogAccessor",
"TenantTagPolicyEnabled": "Boolean",
"ThemedCssFolderUrl": "String",
"ThemeInfo": "ThemeInfo",
"ThirdPartyMdmEnabled": "Boolean",
"Title": "String",
"TitleResource": "UserResource",
"TreeViewEnabled": "Boolean",
"UIVersion": "Int32",
"UIVersionConfigurationEnabled": "Boolean",
"Url": "String",
"UseAccessRequestDefault": "Boolean",
"UserCustomActions": "UserCustomActionCollection",
"Webs": "WebCollection",
"WebTemplate": "String",
"WelcomePage": "String",
"WorkflowAssociations": "WorkflowAssociationCollection",
"WorkflowTemplates": "WorkflowTemplateCollection"
},
"set": {
"AllowAutomaticASPXPageIndexing": "Boolean",
"AlternateCssUrl": "String",
"AssociatedMemberGroup": "Group",
"AssociatedOwnerGroup": "Group",
"AssociatedVisitorGroup": "Group",
"ClassicWelcomePage": "String",
"CommentsOnSitePagesDisabled": "Boolean",
"ContainsConfidentialInfo": "Boolean",
"CustomMasterUrl": "String",
"CustomSiteActionsDisabled": "Boolean",
"Description": "String",
"DesignPackageId": "Guid",
"DisableAppViews": "Boolean",
"DisableFlows": "Boolean",
"DisableRecommendedItems": "Boolean",
"EnableMinimalDownload": "Boolean",
"ExcludeFromOfflineClient": "Boolean",
"FooterEmphasis": "FooterVariantThemeType",
"FooterEnabled": "Boolean",
"FooterLayout": "FooterLayoutType",
"HeaderEmphasis": "SPVariantThemeType",
"HeaderLayout": "HeaderLayoutType",
"HorizontalQuickLaunch": "Boolean",
"IsMultilingual": "Boolean",
"IsRevertHomepageLinkHidden": "Boolean",
"MasterUrl": "String",
"MegaMenuEnabled": "Boolean",
"MembersCanShare": "Boolean",
"NoCrawl": "Boolean",
"ObjectCacheEnabled": "Boolean",
"OverwriteTranslationsOnChange": "Boolean",
"QuickLaunchEnabled": "Boolean",
"RequestAccessEmail": "String",
"SaveSiteAsTemplateEnabled": "Boolean",
"SearchBoxInNavBar": "SearchBoxInNavBarType",
"SearchScope": "SearchScopeType",
"ServerRelativeUrl": "String",
"SiteLogoDescription": "String",
"SiteLogoUrl": "String",
"SupportedUILanguageIds": "IEnumerable`1",
"SyndicationEnabled": "Boolean",
"ThemedCssFolderUrl": "String",
"Title": "String",
"TreeViewEnabled": "Boolean",
"UIVersion": "Int32",
"UIVersionConfigurationEnabled": "Boolean"
}
},
"site": {
"get": {
"AllowCreateDeclarativeWorkflow": "Boolean",
"AllowDesigner": "Boolean",
"AllowExternalEmbeddingWrapper": "ScriptSafeExternalEmbedding",
"AllowMasterPageEditing": "Boolean",
"AllowRevertFromTemplate": "Boolean",
"AllowSaveDeclarativeWorkflowAsTemplate": "Boolean",
"AllowSavePublishDeclarativeWorkflow": "Boolean",
"AllowSelfServiceUpgrade": "Boolean",
"AllowSelfServiceUpgradeEvaluation": "Boolean",
"Audit": "Audit",
"AuditLogTrimmingRetention": "Int32",
"CanSyncHubSitePermissions": "Boolean",
"CanUpgrade": "Boolean",
"Classification": "String",
"CommentsOnSitePagesDisabled": "Boolean",
"CompatibilityLevel": "Int32",
"ComplianceAttribute": "String",
"CurrentChangeToken": "ChangeToken",
"CustomScriptSafeDomains": "SPScriptSafeDomainsCollection",
"DisableAppViews": "Boolean",
"DisableCompanyWideSharingLinks": "Boolean",
"DisableFlows": "Boolean",
"EventReceivers": "EventReceiverDefinitionCollection",
"ExternalSharingTipsEnabled": "Boolean",
"ExternalUserExpirationInDays": "Int32",
"Features": "FeatureCollection",
"GeoLocation": "String",
"GroupId": "Guid",
"HubSiteId": "Guid",
"HubSiteSynchronizableVisitorGroup": "Group",
"Id": "Guid",
"IsHubSite": "Boolean",
"LockIssue": "String",
"MaxItemsPerThrottledOperation": "UInt32",
"NeedsB2BUpgrade": "Boolean",
"Owner": "User",
"PrimaryUri": "String",
"ReadOnly": "Boolean",
"RecycleBin": "RecycleBinItemCollection",
"RelatedGroupId": "Guid",
"RequiredDesignerVersion": "String",
"ResourcePath": "ResourcePath",
"RootWeb": "Web",
"SandboxedCodeActivationCapability": "SandboxedCodeActivationCapabilities",
"SearchBoxInNavBar": "SearchBoxInNavBarType",
"SecondaryContact": "User",
"SensitivityLabel": "Guid",
"SensitivityLabelId": "String",
"ServerRelativePath": "ResourcePath",
"ServerRelativeUrl": "String",
"ShareByEmailEnabled": "Boolean",
"ShareByLinkEnabled": "Boolean",
"ShowPeoplePickerSuggestionsForGuestUsers": "Boolean",
"ShowUrlStructure": "Boolean",
"SocialBarOnSitePagesDisabled": "Boolean",
"StatusBarLink": "String",
"StatusBarText": "String",
"ThicketSupportDisabled": "Boolean",
"TrimAuditLog": "Boolean",
"UIVersionConfigurationEnabled": "Boolean",
"UpgradeInfo": "UpgradeInfo",
"UpgradeReminderDate": "DateTime",
"UpgradeScheduled": "Boolean",
"UpgradeScheduledDate": "DateTime",
"Upgrading": "Boolean",
"Url": "String",
"Usage": "UsageInfo",
"UserCustomActions": "UserCustomActionCollection"
},
"set": {
"AllowCreateDeclarativeWorkflow": "Boolean",
"AllowDesigner": "Boolean",
"AllowExternalEmbeddingWrapper": "ScriptSafeExternalEmbedding",
"AllowMasterPageEditing": "Boolean",
"AllowRevertFromTemplate": "Boolean",
"AllowSaveDeclarativeWorkflowAsTemplate": "Boolean",
"AllowSavePublishDeclarativeWorkflow": "Boolean",
"AllowSelfServiceUpgrade": "Boolean",
"AllowSelfServiceUpgradeEvaluation": "Boolean",
"AuditLogTrimmingRetention": "Int32",
"CanSyncHubSitePermissions": "Boolean",
"Classification": "String",
"CommentsOnSitePagesDisabled": "Boolean",
"ComplianceAttribute": "String",
"DisableAppViews": "Boolean",
"DisableCompanyWideSharingLinks": "Boolean",
"DisableFlows": "Boolean",
"NeedsB2BUpgrade": "Boolean",
"Owner": "User",
"SandboxedCodeActivationCapability": "SandboxedCodeActivationCapabilities",
"SearchBoxInNavBar": "SearchBoxInNavBarType",
"SecondaryContact": "User",
"SensitivityLabel": "Guid",
"ShareByEmailEnabled": "Boolean",
"ShowPeoplePickerSuggestionsForGuestUsers": "Boolean",
"ShowUrlStructure": "Boolean",
"SocialBarOnSitePagesDisabled": "Boolean",
"StatusBarLink": "String",
"StatusBarText": "String",
"TrimAuditLog": "Boolean",
"UIVersionConfigurationEnabled": "Boolean",
"UpgradeScheduled": "Boolean",
"UpgradeScheduledDate": "DateTime"
}
}
}