DBTEAMLOGEventCategoryTag
Objective-C
enum DBTEAMLOGEventCategoryTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGEventCategoryTag : Int, @unchecked Sendable
The DBTEAMLOGEventCategoryTag
enum type represents the possible tag states
with which the DBTEAMLOGEventCategory
union can exist.
-
Events that involve team related alerts.
Declaration
Objective-C
DBTEAMLOGEventCategoryAdminAlerting
Swift
case adminAlerting = 0
-
Events that apply to management of linked apps.
Declaration
Objective-C
DBTEAMLOGEventCategoryApps
Swift
case apps = 1
-
Events that have to do with comments on files and Paper documents.
Declaration
Objective-C
DBTEAMLOGEventCategoryComments
Swift
case comments = 2
-
Events that involve data governance actions
Declaration
Objective-C
DBTEAMLOGEventCategoryDataGovernance
Swift
case dataGovernance = 3
-
Events that apply to linked devices on mobile, desktop and Web platforms.
Declaration
Objective-C
DBTEAMLOGEventCategoryDevices
Swift
case devices = 4
-
Events that involve domain management feature: domain verification, invite enforcement and account capture.
Declaration
Objective-C
DBTEAMLOGEventCategoryDomains
Swift
case domains = 5
-
Events that have to do with filesystem operations on files and folders: copy, move, delete, etc.
Declaration
Objective-C
DBTEAMLOGEventCategoryFileOperations
Swift
case fileOperations = 6
-
Events that apply to the file requests feature.
Declaration
Objective-C
DBTEAMLOGEventCategoryFileRequests
Swift
case fileRequests = 7
-
Events that involve group management.
Declaration
Objective-C
DBTEAMLOGEventCategoryGroups
Swift
case groups = 8
-
Events that involve users signing in to or out of Dropbox.
Declaration
Objective-C
DBTEAMLOGEventCategoryLogins
Swift
case logins = 9
-
Events that involve team member management.
Declaration
Objective-C
DBTEAMLOGEventCategoryMembers
Swift
case members = 10
-
Events that apply to Dropbox Paper.
Declaration
Objective-C
DBTEAMLOGEventCategoryPaper
Swift
case paper = 11
-
Events that involve using, changing or resetting passwords.
Declaration
Objective-C
DBTEAMLOGEventCategoryPasswords
Swift
case passwords = 12
-
Events that concern generation of admin reports, including team activity and device usage.
Declaration
Objective-C
DBTEAMLOGEventCategoryReports
Swift
case reports = 13
-
Events that apply to all types of sharing and collaboration.
Declaration
Objective-C
DBTEAMLOGEventCategorySharing
Swift
case sharing = 14
-
Events that apply to Dropbox Showcase.
Declaration
Objective-C
DBTEAMLOGEventCategoryShowcase
Swift
case showcase = 15
-
Events that involve using or configuring single sign-on as well as administrative policies concerning single sign-on.
Declaration
Objective-C
DBTEAMLOGEventCategorySso
Swift
case sso = 16
-
Events that involve team folder management.
Declaration
Objective-C
DBTEAMLOGEventCategoryTeamFolders
Swift
case teamFolders = 17
-
Events that involve a change in team-wide policies.
Declaration
Objective-C
DBTEAMLOGEventCategoryTeamPolicies
Swift
case teamPolicies = 18
-
Events that involve a change in the team profile.
Declaration
Objective-C
DBTEAMLOGEventCategoryTeamProfile
Swift
case teamProfile = 19
-
Events that involve using or configuring two factor authentication as well as administrative policies concerning two factor authentication.
Declaration
Objective-C
DBTEAMLOGEventCategoryTfa
Swift
case tfa = 20
-
Events that apply to cross-team trust establishment.
Declaration
Objective-C
DBTEAMLOGEventCategoryTrustedTeams
Swift
case trustedTeams = 21
-
(no description).
Declaration
Objective-C
DBTEAMLOGEventCategoryOther
Swift
case other = 22