TeamSharingPolicies
public class TeamSharingPolicies : CustomStringConvertible, JSONRepresentable
Policies governing sharing within and outside of the team.
-
Who can join folders shared by team members.
Declaration
Swift
public let sharedFolderMemberPolicy: TeamPolicies.SharedFolderMemberPolicy -
Which shared folders team members can join.
Declaration
Swift
public let sharedFolderJoinPolicy: TeamPolicies.SharedFolderJoinPolicy -
Who can view shared links owned by team members.
Declaration
Swift
public let sharedLinkCreatePolicy: TeamPolicies.SharedLinkCreatePolicy -
Who can create groups.
Declaration
Swift
public let groupCreationPolicy: TeamPolicies.GroupCreation -
Who can view links to content in shared folders.
Declaration
Swift
public let sharedFolderLinkRestrictionPolicy: TeamPolicies.SharedFolderBlanketLinkRestrictionPolicy -
Declaration
Swift
public var description: String { get }
View on GitHub
TeamSharingPolicies Class Reference