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
DBTEAMLOGAdminRoleBillingAdminSwift
case billingAdmin = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleComplianceAdminSwift
case complianceAdmin = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleContentAdminSwift
case contentAdmin = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleLimitedAdminSwift
case limitedAdmin = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleMemberOnlySwift
case memberOnly = 4 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleReportingAdminSwift
case reportingAdmin = 5 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleSecurityAdminSwift
case securityAdmin = 6 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleSupportAdminSwift
case supportAdmin = 7 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleTeamAdminSwift
case teamAdmin = 8 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleUserManagementAdminSwift
case userManagementAdmin = 9 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminRoleOtherSwift
case other = 10 
View on GitHub
        DBTEAMLOGAdminRoleTag Enumeration Reference