TeamMemberRole

public class TeamMemberRole : CustomStringConvertible, JSONRepresentable

A role which can be attached to a team member. This replaces AdminTier; each AdminTier corresponds to a new TeamMemberRole with a matching name.

  • A string containing encoded role ID. For roles defined by Dropbox, this is the same across all teams.

    Declaration

    Swift

    public let roleId: String
  • The role display name.

    Declaration

    Swift

    public let name: String
  • Role description. Describes which permissions come with this role.

    Declaration

    Swift

    public let description_: String
  • Declaration

    Swift

    public var description: String { get }