TeamMemberPolicies
public class TeamMemberPolicies : CustomStringConvertible, JSONRepresentable
Policies governing team members.
-
Policies governing sharing.
Declaration
Swift
public let sharing: TeamPolicies.TeamSharingPolicies
-
This describes the Enterprise Mobility Management (EMM) state for this team. This information can be used to understand if an organization is integrating with a third-party EMM vendor to further manage and apply restrictions upon the team’s Dropbox usage on mobile devices. This is a new feature and in the future we’ll be adding more new fields and additional documentation.
Declaration
Swift
public let emmState: TeamPolicies.EmmState
-
The admin policy around the Dropbox Office Add-In for this team.
Declaration
Swift
public let officeAddin: TeamPolicies.OfficeAddInPolicy
-
The team policy on if teammembers are allowed to suggest users for admins to invite to the team.
Declaration
Swift
public let suggestMembersPolicy: TeamPolicies.SuggestMembersPolicy
-
Declaration
Swift
public var description: String { get }