UserType
public enum UserType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case user = "USER" -
Undocumented
Declaration
Swift
case admin = "ADMIN" -
Undocumented
Declaration
Swift
case poweruser = "POWERUSER" -
Undocumented
Declaration
Swift
case minimaluser = "MINIMALUSER" -
Undocumented
Declaration
Swift
case workspacesuser = "WORKSPACESUSER" -
Declaration
Swift
public var description: String { get }
View on GitHub
UserType Enumeration Reference