0

我正在使用管理活動API爲外部共享獲取事件以切換我的O365租戶協作/ SharePoint站點。Sharepoint Online:MSFT管理活動API,針對SitePermissionsModified事件的不完整詳細信息

此處的文檔ManagementActivityAPI列出了SitePermissionsModified作爲該案例的潛在匹配。

當我更改設置(說不外部共用),然後我得到了以下事件

{u'Workload': u'SharePoint', u'RecordType': 4, u'ObjectId': u'https://xyz.sharepoint.com/sites/myrc1', u'OrganizationId': u'xxxxxxxx-cce4-48ce-xxxx-xxxxxxxxxxxxx', u'UserId': u'[email protected]', u'CreationTime': u'2016-01-20T07:45:52', u'ItemType': u'Web', u'Site': u'e000000-139e-45df-a5a7-0000000000', u'UserType': 0, u'EventSource': u'SharePoint', u'UserAgent': u'Mozilla/5.0 (blabla; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 blabla/43.0', u'UserKey': u'i:0h.f|membership|[email protected]', u'Operation': u'SitePermissionsModified', u'Id': u'e000000-a830-469e-ca2f-08d3216db000', u'ClientIP': u'xxx.xx.xxx.xx'} 

現在這個事件不說發生了什麼變化?它只是說SitePermissionsModified,有沒有辦法知道究竟發生了什麼?

回答

1

SharePoint團隊正在積極致力於更新與共享相關的審覈事件,以包含有關所發生更改的更多詳細信息。我還沒有從他們那裏獲得ETA。隨着我瞭解更多,將提供更新。

相關問題