DBTEAMLOGAdminAlertCategoryEnumTag
Objective-C
enum DBTEAMLOGAdminAlertCategoryEnumTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGAdminAlertCategoryEnumTag : Int, @unchecked Sendable
                The DBTEAMLOGAdminAlertCategoryEnumTag enum type represents the possible
tag states with which the DBTEAMLOGAdminAlertCategoryEnum union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumAccountTakeoverSwift
case accountTakeover = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumDataLossProtectionSwift
case dataLossProtection = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumInformationGovernanceSwift
case informationGovernance = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumMalwareSharingSwift
case malwareSharing = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumMassiveFileOperationSwift
case massiveFileOperation = 4 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumNaSwift
case na = 5 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumThreatManagementSwift
case threatManagement = 6 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumOtherSwift
case other = 7 
View on GitHub
        DBTEAMLOGAdminAlertCategoryEnumTag Enumeration Reference