GroupType
public enum GroupType : BoxEnum
The type of the group.
-
Group is managed by the Enterprise admin
Declaration
Swift
case managedGroup
-
A Box-defined group that includes all users in an Enterprise
Declaration
Swift
case allUsersGroup
-
Custom value not yet implemented in this SDK.
Declaration
Swift
case customValue(String)
-
Declaration
Swift
public init(_ value: String)
-
Declaration
Swift
public var description: String { get }