DBTEAMLOGAdminRoleTag
Objective-C
enum DBTEAMLOGAdminRoleTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGAdminRoleTag : Int, @unchecked Sendable
The DBTEAMLOGAdminRoleTag
enum type represents the possible tag states
with which the DBTEAMLOGAdminRole
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleBillingAdmin
Swift
case billingAdmin = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleComplianceAdmin
Swift
case complianceAdmin = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleContentAdmin
Swift
case contentAdmin = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleLimitedAdmin
Swift
case limitedAdmin = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleMemberOnly
Swift
case memberOnly = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleReportingAdmin
Swift
case reportingAdmin = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleSecurityAdmin
Swift
case securityAdmin = 6
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleSupportAdmin
Swift
case supportAdmin = 7
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleTeamAdmin
Swift
case teamAdmin = 8
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleUserManagementAdmin
Swift
case userManagementAdmin = 9
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleOther
Swift
case other = 10