MemberViewabilityLevel
public enum MemberViewabilityLevel : BoxEnum
Specifies who can view the members of the group.
-
Master 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
valueString representation of member viewability level
MemberViewabilityLevel Enumeration Reference