class documentation

class TeamMemberPolicies(bb.Struct): (source)

View In Hierarchy

Policies governing team members. :ivar team_policies.TeamMemberPolicies.sharing: Policies governing sharing. :ivar team_policies.TeamMemberPolicies.emm_state: 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. :ivar team_policies.TeamMemberPolicies.office_addin: The admin policy around the Dropbox Office Add-In for this team. :ivar team_policies.TeamMemberPolicies.suggest_members_policy: The team policy on if teammembers are allowed to suggest users for admins to invite to the team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable emm_state Undocumented
Instance Variable office_addin Undocumented
Instance Variable sharing Undocumented
Instance Variable suggest_members_policy Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _emm_state_value Undocumented
Instance Variable _office_addin_value Undocumented
Instance Variable _sharing_value Undocumented
Instance Variable _suggest_members_policy_value Undocumented
def __init__(self, sharing=None, emm_state=None, office_addin=None, suggest_members_policy=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

emm_state = (source)

Undocumented

office_addin = (source)

Undocumented

Undocumented

suggest_members_policy = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_emm_state_value = (source)

Undocumented

_office_addin_value = (source)

Undocumented

_sharing_value = (source)

Undocumented

_suggest_members_policy_value = (source)

Undocumented