MemberAccessLevelResult

public class MemberAccessLevelResult : CustomStringConvertible, JSONRepresentable

Contains information about a member’s access level to content after an operation.

  • The member still has this level of access to the content through a parent folder.

    Declaration

    Swift

    public let accessLevel: Sharing.AccessLevel?
  • A localized string with additional information about why the user has this access level to the content.

    Declaration

    Swift

    public let warning: String?
  • The parent folders that a member has access to. The field is present if the user has access to the first parent folder where the member gains access.

    Declaration

    Swift

    public let accessDetails: [Sharing.ParentFolderAccessInfo]?
  • Declaration

    Swift

    public var description: String { get }