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
DBTEAMLOGEventCategoryAdminAlertingSwift
case adminAlerting = 0 - 
                  
                  
Events that apply to management of linked apps.
Declaration
Objective-C
DBTEAMLOGEventCategoryAppsSwift
case apps = 1 - 
                  
                  
Events that have to do with comments on files and Paper documents.
Declaration
Objective-C
DBTEAMLOGEventCategoryCommentsSwift
case comments = 2 - 
                  
                  
Events that involve data governance actions
Declaration
Objective-C
DBTEAMLOGEventCategoryDataGovernanceSwift
case dataGovernance = 3 - 
                  
                  
Events that apply to linked devices on mobile, desktop and Web platforms.
Declaration
Objective-C
DBTEAMLOGEventCategoryDevicesSwift
case devices = 4 - 
                  
                  
Events that involve domain management feature: domain verification, invite enforcement and account capture.
Declaration
Objective-C
DBTEAMLOGEventCategoryDomainsSwift
case domains = 5 - 
                  
                  
Events that have to do with filesystem operations on files and folders: copy, move, delete, etc.
Declaration
Objective-C
DBTEAMLOGEventCategoryFileOperationsSwift
case fileOperations = 6 - 
                  
                  
Events that apply to the file requests feature.
Declaration
Objective-C
DBTEAMLOGEventCategoryFileRequestsSwift
case fileRequests = 7 - 
                  
                  
Events that involve group management.
Declaration
Objective-C
DBTEAMLOGEventCategoryGroupsSwift
case groups = 8 - 
                  
                  
Events that involve users signing in to or out of Dropbox.
Declaration
Objective-C
DBTEAMLOGEventCategoryLoginsSwift
case logins = 9 - 
                  
                  
Events that involve team member management.
Declaration
Objective-C
DBTEAMLOGEventCategoryMembersSwift
case members = 10 - 
                  
                  
Events that apply to Dropbox Paper.
Declaration
Objective-C
DBTEAMLOGEventCategoryPaperSwift
case paper = 11 - 
                  
                  
Events that involve using, changing or resetting passwords.
Declaration
Objective-C
DBTEAMLOGEventCategoryPasswordsSwift
case passwords = 12 - 
                  
                  
Events that concern generation of admin reports, including team activity and device usage.
Declaration
Objective-C
DBTEAMLOGEventCategoryReportsSwift
case reports = 13 - 
                  
                  
Events that apply to all types of sharing and collaboration.
Declaration
Objective-C
DBTEAMLOGEventCategorySharingSwift
case sharing = 14 - 
                  
                  
Events that apply to Dropbox Showcase.
Declaration
Objective-C
DBTEAMLOGEventCategoryShowcaseSwift
case showcase = 15 - 
                  
                  
Events that involve using or configuring single sign-on as well as administrative policies concerning single sign-on.
Declaration
Objective-C
DBTEAMLOGEventCategorySsoSwift
case sso = 16 - 
                  
                  
Events that involve team folder management.
Declaration
Objective-C
DBTEAMLOGEventCategoryTeamFoldersSwift
case teamFolders = 17 - 
                  
                  
Events that involve a change in team-wide policies.
Declaration
Objective-C
DBTEAMLOGEventCategoryTeamPoliciesSwift
case teamPolicies = 18 - 
                  
                  
Events that involve a change in the team profile.
Declaration
Objective-C
DBTEAMLOGEventCategoryTeamProfileSwift
case teamProfile = 19 - 
                  
                  
Events that involve using or configuring two factor authentication as well as administrative policies concerning two factor authentication.
Declaration
Objective-C
DBTEAMLOGEventCategoryTfaSwift
case tfa = 20 - 
                  
                  
Events that apply to cross-team trust establishment.
Declaration
Objective-C
DBTEAMLOGEventCategoryTrustedTeamsSwift
case trustedTeams = 21 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGEventCategoryOtherSwift
case other = 22 
View on GitHub
        DBTEAMLOGEventCategoryTag Enumeration Reference