DBTEAMLOGEventTypeTag
Objective-C
enum DBTEAMLOGEventTypeTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGEventTypeTag : Int, @unchecked Sendable
The DBTEAMLOGEventTypeTag
enum type represents the possible tag states
with which the DBTEAMLOGEventType
union can exist.
-
(admin_alerting) Changed an alert state
Declaration
Objective-C
DBTEAMLOGEventTypeAdminAlertingAlertStateChanged
Swift
case adminAlertingAlertStateChanged = 0
-
(admin_alerting) Changed an alert setting
Declaration
Objective-C
DBTEAMLOGEventTypeAdminAlertingChangedAlertConfig
Swift
case adminAlertingChangedAlertConfig = 1
-
(admin_alerting) Triggered security alert
Declaration
Objective-C
DBTEAMLOGEventTypeAdminAlertingTriggeredAlert
Swift
case adminAlertingTriggeredAlert = 2
-
(apps) Failed to connect app for member
Declaration
Objective-C
DBTEAMLOGEventTypeAppBlockedByPermissions
Swift
case appBlockedByPermissions = 3
-
(apps) Linked app for team
Declaration
Objective-C
DBTEAMLOGEventTypeAppLinkTeam
Swift
case appLinkTeam = 4
-
(apps) Linked app for member
Declaration
Objective-C
DBTEAMLOGEventTypeAppLinkUser
Swift
case appLinkUser = 5
-
(apps) Unlinked app for team
Declaration
Objective-C
DBTEAMLOGEventTypeAppUnlinkTeam
Swift
case appUnlinkTeam = 6
-
(apps) Unlinked app for member
Declaration
Objective-C
DBTEAMLOGEventTypeAppUnlinkUser
Swift
case appUnlinkUser = 7
-
(apps) Connected integration for member
Declaration
Objective-C
DBTEAMLOGEventTypeIntegrationConnected
Swift
case integrationConnected = 8
-
(apps) Disconnected integration for member
Declaration
Objective-C
DBTEAMLOGEventTypeIntegrationDisconnected
Swift
case integrationDisconnected = 9
-
(comments) Added file comment
Declaration
Objective-C
DBTEAMLOGEventTypeFileAddComment
Swift
case fileAddComment = 10
-
(comments) Subscribed to or unsubscribed from comment notifications for file
Declaration
Objective-C
DBTEAMLOGEventTypeFileChangeCommentSubscription
Swift
case fileChangeCommentSubscription = 11
-
(comments) Deleted file comment
Declaration
Objective-C
DBTEAMLOGEventTypeFileDeleteComment
Swift
case fileDeleteComment = 12
-
(comments) Edited file comment
Declaration
Objective-C
DBTEAMLOGEventTypeFileEditComment
Swift
case fileEditComment = 13
-
(comments) Liked file comment (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeFileLikeComment
Swift
case fileLikeComment = 14
-
(comments) Resolved file comment
Declaration
Objective-C
DBTEAMLOGEventTypeFileResolveComment
Swift
case fileResolveComment = 15
-
(comments) Unliked file comment (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeFileUnlikeComment
Swift
case fileUnlikeComment = 16
-
(comments) Unresolved file comment
Declaration
Objective-C
DBTEAMLOGEventTypeFileUnresolveComment
Swift
case fileUnresolveComment = 17
-
(data_governance) Added folders to policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyAddFolders
Swift
case governancePolicyAddFolders = 18
-
(data_governance) Couldn’t add a folder to a policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyAddFolderFailed
Swift
case governancePolicyAddFolderFailed = 19
-
(data_governance) Content disposed
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyContentDisposed
Swift
case governancePolicyContentDisposed = 20
-
(data_governance) Activated a new policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyCreate
Swift
case governancePolicyCreate = 21
-
(data_governance) Deleted a policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyDelete
Swift
case governancePolicyDelete = 22
-
(data_governance) Edited policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyEditDetails
Swift
case governancePolicyEditDetails = 23
-
(data_governance) Changed policy duration
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyEditDuration
Swift
case governancePolicyEditDuration = 24
-
(data_governance) Created a policy download
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyExportCreated
Swift
case governancePolicyExportCreated = 25
-
(data_governance) Removed a policy download
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyExportRemoved
Swift
case governancePolicyExportRemoved = 26
-
(data_governance) Removed folders from policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyRemoveFolders
Swift
case governancePolicyRemoveFolders = 27
-
(data_governance) Created a summary report for a policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyReportCreated
Swift
case governancePolicyReportCreated = 28
-
(data_governance) Downloaded content from a policy
Declaration
Objective-C
DBTEAMLOGEventTypeGovernancePolicyZipPartDownloaded
Swift
case governancePolicyZipPartDownloaded = 29
-
(data_governance) Activated a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsActivateAHold
Swift
case legalHoldsActivateAHold = 30
-
(data_governance) Added members to a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsAddMembers
Swift
case legalHoldsAddMembers = 31
-
(data_governance) Edited details for a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsChangeHoldDetails
Swift
case legalHoldsChangeHoldDetails = 32
-
(data_governance) Renamed a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsChangeHoldName
Swift
case legalHoldsChangeHoldName = 33
-
(data_governance) Exported hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsExportAHold
Swift
case legalHoldsExportAHold = 34
-
(data_governance) Canceled export for a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsExportCancelled
Swift
case legalHoldsExportCancelled = 35
-
(data_governance) Downloaded export for a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsExportDownloaded
Swift
case legalHoldsExportDownloaded = 36
-
(data_governance) Removed export for a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsExportRemoved
Swift
case legalHoldsExportRemoved = 37
-
(data_governance) Released a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsReleaseAHold
Swift
case legalHoldsReleaseAHold = 38
-
(data_governance) Removed members from a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsRemoveMembers
Swift
case legalHoldsRemoveMembers = 39
-
(data_governance) Created a summary report for a hold
Declaration
Objective-C
DBTEAMLOGEventTypeLegalHoldsReportAHold
Swift
case legalHoldsReportAHold = 40
-
(devices) Changed IP address associated with active desktop session
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceChangeIpDesktop
Swift
case deviceChangeIpDesktop = 41
-
(devices) Changed IP address associated with active mobile session
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceChangeIpMobile
Swift
case deviceChangeIpMobile = 42
-
(devices) Changed IP address associated with active web session
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceChangeIpWeb
Swift
case deviceChangeIpWeb = 43
-
(devices) Failed to delete all files from unlinked device
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceDeleteOnUnlinkFail
Swift
case deviceDeleteOnUnlinkFail = 44
-
(devices) Deleted all files from unlinked device
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceDeleteOnUnlinkSuccess
Swift
case deviceDeleteOnUnlinkSuccess = 45
-
(devices) Failed to link device
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceLinkFail
Swift
case deviceLinkFail = 46
-
(devices) Linked device
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceLinkSuccess
Swift
case deviceLinkSuccess = 47
-
(devices) Disabled device management (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceManagementDisabled
Swift
case deviceManagementDisabled = 48
-
(devices) Enabled device management (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceManagementEnabled
Swift
case deviceManagementEnabled = 49
-
(devices) Enabled/disabled backup for computer
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceSyncBackupStatusChanged
Swift
case deviceSyncBackupStatusChanged = 50
-
(devices) Disconnected device
Declaration
Objective-C
DBTEAMLOGEventTypeDeviceUnlink
Swift
case deviceUnlink = 51
-
(devices) Exported passwords
Declaration
Objective-C
DBTEAMLOGEventTypeDropboxPasswordsExported
Swift
case dropboxPasswordsExported = 52
-
(devices) Enrolled new Dropbox Passwords device
Declaration
Objective-C
DBTEAMLOGEventTypeDropboxPasswordsNewDeviceEnrolled
Swift
case dropboxPasswordsNewDeviceEnrolled = 53
-
(devices) Refreshed auth token used for setting up EMM
Declaration
Objective-C
DBTEAMLOGEventTypeEmmRefreshAuthToken
Swift
case emmRefreshAuthToken = 54
-
(devices) Checked external drive backup eligibility status
Declaration
Objective-C
DBTEAMLOGEventTypeExternalDriveBackupEligibilityStatusChecked
Swift
case externalDriveBackupEligibilityStatusChecked = 55
-
(devices) Modified external drive backup
Declaration
Objective-C
DBTEAMLOGEventTypeExternalDriveBackupStatusChanged
Swift
case externalDriveBackupStatusChanged = 56
-
(domains) Granted/revoked option to enable account capture on team domains
Declaration
Objective-C
DBTEAMLOGEventTypeAccountCaptureChangeAvailability
Swift
case accountCaptureChangeAvailability = 57
-
(domains) Account-captured user migrated account to team
Declaration
Objective-C
DBTEAMLOGEventTypeAccountCaptureMigrateAccount
Swift
case accountCaptureMigrateAccount = 58
-
(domains) Sent account capture email to all unmanaged members
Declaration
Objective-C
DBTEAMLOGEventTypeAccountCaptureNotificationEmailsSent
Swift
case accountCaptureNotificationEmailsSent = 59
-
(domains) Account-captured user changed account email to personal email
Declaration
Objective-C
DBTEAMLOGEventTypeAccountCaptureRelinquishAccount
Swift
case accountCaptureRelinquishAccount = 60
-
(domains) Disabled domain invites (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeDisabledDomainInvites
Swift
case disabledDomainInvites = 61
-
(domains) Approved user’s request to join team
Declaration
Objective-C
DBTEAMLOGEventTypeDomainInvitesApproveRequestToJoinTeam
Swift
case domainInvitesApproveRequestToJoinTeam = 62
-
(domains) Declined user’s request to join team
Declaration
Objective-C
DBTEAMLOGEventTypeDomainInvitesDeclineRequestToJoinTeam
Swift
case domainInvitesDeclineRequestToJoinTeam = 63
-
(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeDomainInvitesEmailExistingUsers
Swift
case domainInvitesEmailExistingUsers = 64
-
(domains) Requested to join team
Declaration
Objective-C
DBTEAMLOGEventTypeDomainInvitesRequestToJoinTeam
Swift
case domainInvitesRequestToJoinTeam = 65
-
(domains) Disabled “Automatically invite new users” (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeDomainInvitesSetInviteNewUserPrefToNo
Swift
case domainInvitesSetInviteNewUserPrefToNo = 66
-
(domains) Enabled “Automatically invite new users” (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeDomainInvitesSetInviteNewUserPrefToYes
Swift
case domainInvitesSetInviteNewUserPrefToYes = 67
-
(domains) Failed to verify team domain
Declaration
Objective-C
DBTEAMLOGEventTypeDomainVerificationAddDomainFail
Swift
case domainVerificationAddDomainFail = 68
-
(domains) Verified team domain
Declaration
Objective-C
DBTEAMLOGEventTypeDomainVerificationAddDomainSuccess
Swift
case domainVerificationAddDomainSuccess = 69
-
(domains) Removed domain from list of verified team domains
Declaration
Objective-C
DBTEAMLOGEventTypeDomainVerificationRemoveDomain
Swift
case domainVerificationRemoveDomain = 70
-
(domains) Enabled domain invites (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeEnabledDomainInvites
Swift
case enabledDomainInvites = 71
-
(file_operations) Applied naming convention
Declaration
Objective-C
DBTEAMLOGEventTypeApplyNamingConvention
Swift
case applyNamingConvention = 72
-
(file_operations) Created folders (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeCreateFolder
Swift
case createFolder = 73
-
(file_operations) Added files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFileAdd
Swift
case fileAdd = 74
-
(file_operations) Copied files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFileCopy
Swift
case fileCopy = 75
-
(file_operations) Deleted files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFileDelete
Swift
case fileDelete = 76
-
(file_operations) Downloaded files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFileDownload
Swift
case fileDownload = 77
-
(file_operations) Edited files
Declaration
Objective-C
DBTEAMLOGEventTypeFileEdit
Swift
case fileEdit = 78
-
(file_operations) Created copy reference to file/folder
Declaration
Objective-C
DBTEAMLOGEventTypeFileGetCopyReference
Swift
case fileGetCopyReference = 79
-
(file_operations) Locked/unlocked editing for a file
Declaration
Objective-C
DBTEAMLOGEventTypeFileLockingLockStatusChanged
Swift
case fileLockingLockStatusChanged = 80
-
(file_operations) Moved files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFileMove
Swift
case fileMove = 81
-
(file_operations) Permanently deleted files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFilePermanentlyDelete
Swift
case filePermanentlyDelete = 82
-
(file_operations) Previewed files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFilePreview
Swift
case filePreview = 83
-
(file_operations) Renamed files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFileRename
Swift
case fileRename = 84
-
(file_operations) Restored deleted files and/or folders
Declaration
Objective-C
DBTEAMLOGEventTypeFileRestore
Swift
case fileRestore = 85
-
(file_operations) Reverted files to previous version
Declaration
Objective-C
DBTEAMLOGEventTypeFileRevert
Swift
case fileRevert = 86
-
(file_operations) Rolled back file actions
Declaration
Objective-C
DBTEAMLOGEventTypeFileRollbackChanges
Swift
case fileRollbackChanges = 87
-
(file_operations) Saved file/folder using copy reference
Declaration
Objective-C
DBTEAMLOGEventTypeFileSaveCopyReference
Swift
case fileSaveCopyReference = 88
-
(file_operations) Updated folder overview
Declaration
Objective-C
DBTEAMLOGEventTypeFolderOverviewDescriptionChanged
Swift
case folderOverviewDescriptionChanged = 89
-
(file_operations) Pinned item to folder overview
Declaration
Objective-C
DBTEAMLOGEventTypeFolderOverviewItemPinned
Swift
case folderOverviewItemPinned = 90
-
(file_operations) Unpinned item from folder overview
Declaration
Objective-C
DBTEAMLOGEventTypeFolderOverviewItemUnpinned
Swift
case folderOverviewItemUnpinned = 91
-
(file_operations) Added a label
Declaration
Objective-C
DBTEAMLOGEventTypeObjectLabelAdded
Swift
case objectLabelAdded = 92
-
(file_operations) Removed a label
Declaration
Objective-C
DBTEAMLOGEventTypeObjectLabelRemoved
Swift
case objectLabelRemoved = 93
-
(file_operations) Updated a label’s value
Declaration
Objective-C
DBTEAMLOGEventTypeObjectLabelUpdatedValue
Swift
case objectLabelUpdatedValue = 94
-
(file_operations) Organized a folder with multi-file organize
Declaration
Objective-C
DBTEAMLOGEventTypeOrganizeFolderWithTidy
Swift
case organizeFolderWithTidy = 95
-
(file_operations) Rewound a folder
Declaration
Objective-C
DBTEAMLOGEventTypeRewindFolder
Swift
case rewindFolder = 96
-
(file_operations) Reverted naming convention
Declaration
Objective-C
DBTEAMLOGEventTypeUndoNamingConvention
Swift
case undoNamingConvention = 97
-
(file_operations) Removed multi-file organize
Declaration
Objective-C
DBTEAMLOGEventTypeUndoOrganizeFolderWithTidy
Swift
case undoOrganizeFolderWithTidy = 98
-
(file_operations) Tagged a file
Declaration
Objective-C
DBTEAMLOGEventTypeUserTagsAdded
Swift
case userTagsAdded = 99
-
(file_operations) Removed tags
Declaration
Objective-C
DBTEAMLOGEventTypeUserTagsRemoved
Swift
case userTagsRemoved = 100
-
(file_requests) Received files via Email to Dropbox
Declaration
Objective-C
DBTEAMLOGEventTypeEmailIngestReceiveFile
Swift
case emailIngestReceiveFile = 101
-
(file_requests) Changed file request
Declaration
Objective-C
DBTEAMLOGEventTypeFileRequestChange
Swift
case fileRequestChange = 102
-
(file_requests) Closed file request
Declaration
Objective-C
DBTEAMLOGEventTypeFileRequestClose
Swift
case fileRequestClose = 103
-
(file_requests) Created file request
Declaration
Objective-C
DBTEAMLOGEventTypeFileRequestCreate
Swift
case fileRequestCreate = 104
-
(file_requests) Delete file request
Declaration
Objective-C
DBTEAMLOGEventTypeFileRequestDelete
Swift
case fileRequestDelete = 105
-
(file_requests) Received files for file request
Declaration
Objective-C
DBTEAMLOGEventTypeFileRequestReceiveFile
Swift
case fileRequestReceiveFile = 106
-
(groups) Added external ID for group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupAddExternalId
Swift
case groupAddExternalId = 107
-
(groups) Added team members to group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupAddMember
Swift
case groupAddMember = 108
-
(groups) Changed external ID for group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupChangeExternalId
Swift
case groupChangeExternalId = 109
-
(groups) Changed group management type
Declaration
Objective-C
DBTEAMLOGEventTypeGroupChangeManagementType
Swift
case groupChangeManagementType = 110
-
(groups) Changed manager permissions of group member
Declaration
Objective-C
DBTEAMLOGEventTypeGroupChangeMemberRole
Swift
case groupChangeMemberRole = 111
-
(groups) Created group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupCreate
Swift
case groupCreate = 112
-
(groups) Deleted group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupDelete
Swift
case groupDelete = 113
-
(groups) Updated group (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeGroupDescriptionUpdated
Swift
case groupDescriptionUpdated = 114
-
(groups) Updated group join policy (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeGroupJoinPolicyUpdated
Swift
case groupJoinPolicyUpdated = 115
-
(groups) Moved group (deprecated, no longer logged)
Declaration
Objective-C
DBTEAMLOGEventTypeGroupMoved
Swift
case groupMoved = 116
-
(groups) Removed external ID for group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupRemoveExternalId
Swift
case groupRemoveExternalId = 117
-
(groups) Removed team members from group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupRemoveMember
Swift
case groupRemoveMember = 118
-
(groups) Renamed group
Declaration
Objective-C
DBTEAMLOGEventTypeGroupRename
Swift
case groupRename = 119
-
(logins) Unlocked/locked account after failed sign in attempts
Declaration
Objective-C
DBTEAMLOGEventTypeAccountLockOrUnlocked
Swift
case accountLockOrUnlocked = 120
-
(logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’)
Declaration
Objective-C
DBTEAMLOGEventTypeEmmError
Swift
case emmError = 121
-
(logins) Started trusted team admin session
Declaration
Objective-C
DBTEAMLOGEventTypeGuestAdminSignedInViaTrustedTeams
Swift
case guestAdminSignedInViaTrustedTeams = 122