GroupMemberViewabilityLevel

public enum GroupMemberViewabilityLevel : BoxEnum

Specifies who can view the members of the group.

  • Main Admin, Coadmins and group’s Group Admin can view the members of the group.

    Declaration

    Swift

    case adminsOnly
  • Admins and group members can view the members of the group.

    Declaration

    Swift

    case adminsAndMembers
  • All managed users in the enterprise can view the members of the group.

    Declaration

    Swift

    case allManagedUsers
  • Custom level that was not yet implemented in this version of SDK.

    Declaration

    Swift

    case customValue(String)
  • String representation of member viewability level

    Declaration

    Swift

    public var description: String { get }
  • Initializer.

    Declaration

    Swift

    public init(_ value: String)

    Parameters

    value

    String representation of member viewability level