DBTEAMTeamMembershipTypeTag

Objective-C

enum DBTEAMTeamMembershipTypeTag : NSInteger {}

Swift

@frozen enum DBTEAMTeamMembershipTypeTag : Int, @unchecked Sendable

The DBTEAMTeamMembershipTypeTag enum type represents the possible tag states with which the DBTEAMTeamMembershipType union can exist.

  • User uses a license and has full access to team resources like the shared quota.

    Declaration

    Objective-C

    DBTEAMTeamMembershipTypeFull

    Swift

    case full = 0
  • User does not have access to the shared quota and team admins have restricted administrative control.

    Declaration

    Objective-C

    DBTEAMTeamMembershipTypeLimited

    Swift

    case limited = 1