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
DBTEAMLOGAdminAlertCategoryEnumAccountTakeover
Swift
case accountTakeover = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumDataLossProtection
Swift
case dataLossProtection = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumInformationGovernance
Swift
case informationGovernance = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumMalwareSharing
Swift
case malwareSharing = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumMassiveFileOperation
Swift
case massiveFileOperation = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumNa
Swift
case na = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumThreatManagement
Swift
case threatManagement = 6
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertCategoryEnumOther
Swift
case other = 7