SwayAuditOperation

SwayAuditOperation enumeration

Sway audit operation

Members

Member nameDescription
CREATEThe user creates a Sway.
DELETEThe user deletes a Sway.
VIEWThe user views a Sway.
EDITThe user edits a Sway.
DUPLICATEThe user duplicates a Sway.
SHAREThe user initiates sharing a Sway.
This event captures the user action of clicking on a specific share destination within the Sway share menu.
The event does not indicate whether the user actually follows through and completes the share action.
CHANGE_SHARE_LEVELThe user changes the share level of a Sway.
This event captures the user changing the scope of sharing associated with a Sway.
For example, public as compared to from within the organization.
REVOKE_SHAREThe user stops sharing a Sway by revoking access. Revoking access changes the links associated with a Sway.
ENABLE_DUPLICATIONThe user enables duplication of a Sway (on by default).
DISABLE_DUPLICATIONThe user disables duplication of a Sway (off by default).
SERVICE_ONThe user enables Sway for the entire organization via the Office 365 admin center (on by default).
SERVICE_OFFThe user disables Sway for the entire organization via the Office 365 admin center (off by default).
EXTERNAL_SHARING_ONThe user enables external sharing for the entire organization via the Office 365 admin center.
EXTERNAL_SHARING_OFFThe user disables external sharing for the entire organization via the Office 365 admin center.

See Also