PrincipalType
public enum PrincipalType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case user = "USER"
-
Undocumented
Declaration
Swift
case group = "GROUP"
-
Undocumented
Declaration
Swift
case invite = "INVITE"
-
Undocumented
Declaration
Swift
case anonymous = "ANONYMOUS"
-
Undocumented
Declaration
Swift
case organization = "ORGANIZATION"
-
Declaration
Swift
public var description: String { get }