dropbox.team_policies – Team Policies

class dropbox.team_policies.CameraUploadsPolicyState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = CameraUploadsPolicyState(u'disabled', None)
enabled = CameraUploadsPolicyState(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = CameraUploadsPolicyState(u'other', None)
class dropbox.team_policies.ComputerBackupPolicyState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
default = ComputerBackupPolicyState(u'default', None)
disabled = ComputerBackupPolicyState(u'disabled', None)
enabled = ComputerBackupPolicyState(u'enabled', None)
is_default()

Check if the union tag is default.

Return type:bool
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = ComputerBackupPolicyState(u'other', None)
class dropbox.team_policies.EmmState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = EmmState(u'disabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_optional()

Check if the union tag is optional.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_required()

Check if the union tag is required.

Return type:bool
optional = EmmState(u'optional', None)
other = EmmState(u'other', None)
required = EmmState(u'required', None)
class dropbox.team_policies.ExternalDriveBackupPolicyState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
default = ExternalDriveBackupPolicyState(u'default', None)
disabled = ExternalDriveBackupPolicyState(u'disabled', None)
enabled = ExternalDriveBackupPolicyState(u'enabled', None)
is_default()

Check if the union tag is default.

Return type:bool
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = ExternalDriveBackupPolicyState(u'other', None)
class dropbox.team_policies.FileLockingPolicyState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = FileLockingPolicyState(u'disabled', None)
enabled = FileLockingPolicyState(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = FileLockingPolicyState(u'other', None)
class dropbox.team_policies.FileProviderMigrationPolicyState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
default = FileProviderMigrationPolicyState(u'default', None)
disabled = FileProviderMigrationPolicyState(u'disabled', None)
enabled = FileProviderMigrationPolicyState(u'enabled', None)
is_default()

Check if the union tag is default.

Return type:bool
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = FileProviderMigrationPolicyState(u'other', None)
class dropbox.team_policies.GroupCreation(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
admins_and_members = GroupCreation(u'admins_and_members', None)
admins_only = GroupCreation(u'admins_only', None)
is_admins_and_members()

Check if the union tag is admins_and_members.

Return type:bool
is_admins_only()

Check if the union tag is admins_only.

Return type:bool
class dropbox.team_policies.OfficeAddInPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = OfficeAddInPolicy(u'disabled', None)
enabled = OfficeAddInPolicy(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = OfficeAddInPolicy(u'other', None)
class dropbox.team_policies.PaperDefaultFolderPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
everyone_in_team = PaperDefaultFolderPolicy(u'everyone_in_team', None)
invite_only = PaperDefaultFolderPolicy(u'invite_only', None)
is_everyone_in_team()

Check if the union tag is everyone_in_team.

Return type:bool
is_invite_only()

Check if the union tag is invite_only.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = PaperDefaultFolderPolicy(u'other', None)
class dropbox.team_policies.PaperDeploymentPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
full = PaperDeploymentPolicy(u'full', None)
is_full()

Check if the union tag is full.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_partial()

Check if the union tag is partial.

Return type:bool
other = PaperDeploymentPolicy(u'other', None)
partial = PaperDeploymentPolicy(u'partial', None)
class dropbox.team_policies.PaperDesktopPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = PaperDesktopPolicy(u'disabled', None)
enabled = PaperDesktopPolicy(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = PaperDesktopPolicy(u'other', None)
class dropbox.team_policies.PaperEnabledPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = PaperEnabledPolicy(u'disabled', None)
enabled = PaperEnabledPolicy(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_unspecified()

Check if the union tag is unspecified.

Return type:bool
other = PaperEnabledPolicy(u'other', None)
unspecified = PaperEnabledPolicy(u'unspecified', None)
class dropbox.team_policies.PasswordControlMode(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = PasswordControlMode(u'disabled', None)
enabled = PasswordControlMode(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = PasswordControlMode(u'other', None)
class dropbox.team_policies.PasswordStrengthPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
is_minimal_requirements()

Check if the union tag is minimal_requirements.

Return type:bool
is_moderate_password()

Check if the union tag is moderate_password.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_strong_password()

Check if the union tag is strong_password.

Return type:bool
minimal_requirements = PasswordStrengthPolicy(u'minimal_requirements', None)
moderate_password = PasswordStrengthPolicy(u'moderate_password', None)
other = PasswordStrengthPolicy(u'other', None)
strong_password = PasswordStrengthPolicy(u'strong_password', None)
class dropbox.team_policies.RolloutMethod(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
add_member_to_exceptions = RolloutMethod(u'add_member_to_exceptions', None)
is_add_member_to_exceptions()

Check if the union tag is add_member_to_exceptions.

Return type:bool

Check if the union tag is unlink_all.

Return type:bool

Check if the union tag is unlink_most_inactive.

Return type:bool
class dropbox.team_policies.SharedFolderJoinPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy governing which shared folders a team member can join.

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
from_anyone = SharedFolderJoinPolicy(u'from_anyone', None)
from_team_only = SharedFolderJoinPolicy(u'from_team_only', None)
is_from_anyone()

Check if the union tag is from_anyone.

Return type:bool
is_from_team_only()

Check if the union tag is from_team_only.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = SharedFolderJoinPolicy(u'other', None)
class dropbox.team_policies.SharedFolderMemberPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy governing who can be a member of a folder shared by a team member.

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
anyone = SharedFolderMemberPolicy(u'anyone', None)
is_anyone()

Check if the union tag is anyone.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_team()

Check if the union tag is team.

Return type:bool
other = SharedFolderMemberPolicy(u'other', None)
team = SharedFolderMemberPolicy(u'team', None)
class dropbox.team_policies.SharedLinkCreatePolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy governing the visibility of shared links. This policy can apply to newly created shared links, or all shared links.

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
default_no_one = SharedLinkCreatePolicy(u'default_no_one', None)
default_public = SharedLinkCreatePolicy(u'default_public', None)
default_team_only = SharedLinkCreatePolicy(u'default_team_only', None)
is_default_no_one()

Check if the union tag is default_no_one.

Return type:bool
is_default_public()

Check if the union tag is default_public.

Return type:bool
is_default_team_only()

Check if the union tag is default_team_only.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_team_only()

Check if the union tag is team_only.

Return type:bool
other = SharedLinkCreatePolicy(u'other', None)
team_only = SharedLinkCreatePolicy(u'team_only', None)
class dropbox.team_policies.ShowcaseDownloadPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = ShowcaseDownloadPolicy(u'disabled', None)
enabled = ShowcaseDownloadPolicy(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = ShowcaseDownloadPolicy(u'other', None)
class dropbox.team_policies.ShowcaseEnabledPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = ShowcaseEnabledPolicy(u'disabled', None)
enabled = ShowcaseEnabledPolicy(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = ShowcaseEnabledPolicy(u'other', None)
class dropbox.team_policies.ShowcaseExternalSharingPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = ShowcaseExternalSharingPolicy(u'disabled', None)
enabled = ShowcaseExternalSharingPolicy(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = ShowcaseExternalSharingPolicy(u'other', None)
class dropbox.team_policies.SmartSyncPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
is_local()

Check if the union tag is local.

Return type:bool
is_on_demand()

Check if the union tag is on_demand.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
local = SmartSyncPolicy(u'local', None)
on_demand = SmartSyncPolicy(u'on_demand', None)
other = SmartSyncPolicy(u'other', None)
class dropbox.team_policies.SmarterSmartSyncPolicyState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = SmarterSmartSyncPolicyState(u'disabled', None)
enabled = SmarterSmartSyncPolicyState(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = SmarterSmartSyncPolicyState(u'other', None)
class dropbox.team_policies.SsoPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = SsoPolicy(u'disabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_optional()

Check if the union tag is optional.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_required()

Check if the union tag is required.

Return type:bool
optional = SsoPolicy(u'optional', None)
other = SsoPolicy(u'other', None)
required = SsoPolicy(u'required', None)
class dropbox.team_policies.SuggestMembersPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = SuggestMembersPolicy(u'disabled', None)
enabled = SuggestMembersPolicy(u'enabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_enabled()

Check if the union tag is enabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = SuggestMembersPolicy(u'other', None)
class dropbox.team_policies.TeamMemberPolicies(sharing=None, emm_state=None, office_addin=None, suggest_members_policy=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Policies governing team members.

Variables:
__init__(sharing=None, emm_state=None, office_addin=None, suggest_members_policy=None)

x.__init__(…) initializes x; see help(type(x)) for signature

emm_state
office_addin
sharing
suggest_members_policy
class dropbox.team_policies.TeamSharingPolicies(shared_folder_member_policy=None, shared_folder_join_policy=None, shared_link_create_policy=None, group_creation_policy=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Policies governing sharing within and outside of the team.

Variables:
__init__(shared_folder_member_policy=None, shared_folder_join_policy=None, shared_link_create_policy=None, group_creation_policy=None)

x.__init__(…) initializes x; see help(type(x)) for signature

group_creation_policy
shared_folder_join_policy
shared_folder_member_policy
class dropbox.team_policies.TwoStepVerificationPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
is_other()

Check if the union tag is other.

Return type:bool
is_require_tfa_disable()

Check if the union tag is require_tfa_disable.

Return type:bool
is_require_tfa_enable()

Check if the union tag is require_tfa_enable.

Return type:bool
other = TwoStepVerificationPolicy(u'other', None)
require_tfa_disable = TwoStepVerificationPolicy(u'require_tfa_disable', None)
require_tfa_enable = TwoStepVerificationPolicy(u'require_tfa_enable', None)
class dropbox.team_policies.TwoStepVerificationState(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

This class acts as a tagged union. Only one of the is_* methods will return true. To get the associated value of a tag (if one exists), use the corresponding get_* method.

Variables:
disabled = TwoStepVerificationState(u'disabled', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_optional()

Check if the union tag is optional.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_required()

Check if the union tag is required.

Return type:bool
optional = TwoStepVerificationState(u'optional', None)
other = TwoStepVerificationState(u'other', None)
required = TwoStepVerificationState(u'required', None)