Enum SwayAuditOperation

SwayAuditOperation enumeration

Sway audit operation

public enum SwayAuditOperation

Values

NameValueDescription
Create1The user creates a Sway.
Delete2The user deletes a Sway.
View3The user views a Sway.
Edit4The user edits a Sway.
Duplicate5The user duplicates a Sway.
Share7The 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.
ChangeShareLevel8The 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.
RevokeShare9The user stops sharing a Sway by revoking access. Revoking access changes the links associated with a Sway.
EnableDuplication10The user enables duplication of a Sway (on by default).
DisableDuplication11The user disables duplication of a Sway (off by default).
ServiceOn12The user enables Sway for the entire organization via the Office 365 admin center (on by default).
ServiceOff13The user disables Sway for the entire organization via the Office 365 admin center (off by default).
ExternalSharingOn14The user enables external sharing for the entire organization via the Office 365 admin center.
ExternalSharingOff15The user disables external sharing for the entire organization via the Office 365 admin center.

See Also