MembershipInfo
public class MembershipInfo : CustomStringConvertible, JSONRepresentable
The information about a member of the shared content.
-
The access type for this member. It contains inherited access type from parent folder, and acquired access type from this folder.
Declaration
Swift
public let accessType: Sharing.AccessLevel
-
The permissions that requesting user has on this member. The set of permissions corresponds to the MemberActions in the request.
Declaration
Swift
public let permissions: [Sharing.MemberPermission]?
-
Never set.
Declaration
Swift
public let initials: String?
-
True if the member has access from a parent folder.
Declaration
Swift
public let isInherited: Bool
-
Declaration
Swift
public var description: String { get }