TeamMembershipType

public enum TeamMembershipType : CustomStringConvertible, JSONRepresentable

The TeamMembershipType union

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

    Declaration

    Swift

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

    Declaration

    Swift

    case limited
  • Declaration

    Swift

    public var description: String { get }