EventCategory
public enum EventCategory : CustomStringConvertible, JSONRepresentable
Category of events in event audit log.
-
Events that involve team related alerts.
Declaration
Swift
case adminAlerting -
Events that apply to management of linked apps.
Declaration
Swift
case apps -
Events that have to do with comments on files and Paper documents.
Declaration
Swift
case comments -
Events that involve data governance actions
Declaration
Swift
case dataGovernance -
Events that apply to linked devices on mobile, desktop and Web platforms.
Declaration
Swift
case devices -
Events that involve domain management feature: domain verification, invite enforcement and account capture.
Declaration
Swift
case domains -
Events that involve encryption.
Declaration
Swift
case encryption -
Events that have to do with filesystem operations on files and folders: copy, move, delete, etc.
Declaration
Swift
case fileOperations -
Events that apply to the file requests feature.
Declaration
Swift
case fileRequests -
Events that involve group management.
Declaration
Swift
case groups -
Events that involve users signing in to or out of Dropbox.
Declaration
Swift
case logins -
Events that involve team member management.
Declaration
Swift
case members -
Events that apply to Dropbox Paper.
Declaration
Swift
case paper -
Events that involve using, changing or resetting passwords.
Declaration
Swift
case passwords -
Events that concern generation of admin reports, including team activity and device usage.
Declaration
Swift
case reports -
Events that apply to all types of sharing and collaboration.
Declaration
Swift
case sharing -
Events that apply to Dropbox Showcase.
Declaration
Swift
case showcase -
Events that involve using or configuring single sign-on as well as administrative policies concerning single sign-on.
Declaration
Swift
case sso -
Events that involve team folder management.
Declaration
Swift
case teamFolders -
Events that involve a change in team-wide policies.
Declaration
Swift
case teamPolicies -
Events that involve a change in the team profile.
Declaration
Swift
case teamProfile -
Events that involve using or configuring two factor authentication as well as administrative policies concerning two factor authentication.
Declaration
Swift
case tfa -
Events that apply to cross-team trust establishment.
Declaration
Swift
case trustedTeams -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
EventCategory Enumeration Reference