module documentation

Undocumented

Class ActiveWebSession Information on active web sessions.
Class AddSecondaryEmailResult Result of trying to add a secondary email to a user. 'success' is the only value indicating that a secondary email was successfully added to a user. The other values explain the type of error that occurred, and include the email for which the error occurred.
Class AddSecondaryEmailsArg :ivar team.AddSecondaryEmailsArg.new_secondary_emails: List of users and secondary emails to add.
Class AddSecondaryEmailsError Error returned when adding secondary emails fails.
Class AddSecondaryEmailsResult :ivar team.AddSecondaryEmailsResult.results: List of users and secondary email results.
Class AdminTier Describes which team-related admin permissions a user has.
Class ApiApp Information on linked third party applications.
Class BaseDfbReport Base report structure.
Class BaseTeamFolderError Base error that all errors for existing team folders should extend.
Class CustomQuotaError Error returned when getting member custom quota.
Class CustomQuotaResult User custom quota.
Class CustomQuotaUsersArg :ivar team.CustomQuotaUsersArg.users: List of users.
Class DateRange Input arguments that can be provided for most reports.
Class DateRangeError Errors that can originate from problems in input arguments to reports.
Class DeleteSecondaryEmailResult Result of trying to delete a secondary email address. 'success' is the only value indicating that a secondary email was successfully deleted. The other values explain the type of error that occurred, and include the email for which the error occurred.
Class DeleteSecondaryEmailsArg :ivar team.DeleteSecondaryEmailsArg.emails_to_delete: List of users and their secondary emails to delete.
Class DeleteSecondaryEmailsResult Undocumented
Class DesktopClientSession Information about linked Dropbox desktop client sessions.
Class DesktopPlatform 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.
Class DevicesActive Each of the items is an array of values, one value per day. The value is the number of devices active within a time window, ending with that day. If there is no data for a day, then the value will be None.
Class DeviceSession :ivar team.DeviceSession.session_id: The session id. :ivar team.DeviceSession.ip_address: The IP address of the last activity from this session. :ivar team.DeviceSession.country: The country from which the last activity from this session was made...
Class DeviceSessionArg :ivar team.DeviceSessionArg.session_id: The session id. :ivar team.DeviceSessionArg.team_member_id: The unique id of the member owning the device.
Class ExcludedUsersListArg Excluded users list argument.
Class ExcludedUsersListContinueArg Excluded users list continue argument.
Class ExcludedUsersListContinueError Excluded users list continue error.
Class ExcludedUsersListError Excluded users list error.
Class ExcludedUsersListResult Excluded users list result.
Class ExcludedUsersUpdateArg Argument of excluded users update operation. Should include a list of users to add/remove (according to endpoint), Maximum size of the list is 1000 users.
Class ExcludedUsersUpdateError Excluded users update error.
Class ExcludedUsersUpdateResult Excluded users update result.
Class ExcludedUsersUpdateStatus Excluded users update operation status.
Class Feature A set of features that a Dropbox Business account may support.
Class FeaturesGetValuesBatchArg :ivar team.FeaturesGetValuesBatchArg.features: A list of features in :class:`Feature`. If the list is empty, this route will return :class:`FeaturesGetValuesBatchError`.
Class FeaturesGetValuesBatchError 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.
Class FeaturesGetValuesBatchResult Undocumented
Class FeatureValue The values correspond to entries in :class:`Feature`. You may get different value according to your Dropbox Business plan.
Class GetActivityReport Activity Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
Class GetDevicesReport Devices Report Result. Contains subsections for different time ranges of activity. Each of the items in each subsection of the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
Class GetMembershipReport Membership Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
Class GetStorageReport Storage Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
Class GroupAccessType Role of a user in group.
Class GroupCreateArg :ivar team.GroupCreateArg.group_name: Group name. :ivar team.GroupCreateArg.add_creator_as_owner: Automatically add the creator of the group. :ivar team.GroupCreateArg.group_external_id: The creator of a team can associate an arbitrary external ID to the group...
Class GroupCreateError 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.
Class GroupDeleteError 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.
Class GroupFullInfo Full description of a group.
Class GroupMemberInfo Profile of group member, and role in group.
Class GroupMembersAddArg :ivar team.GroupMembersAddArg.group: Group to which users will be added. :ivar team.GroupMembersAddArg.members: List of users to be added to the group.
Class GroupMembersAddError 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.
Class GroupMembersChangeResult Result returned by :meth:`dropbox.dropbox_client.Dropbox.team_groups_members_add` and :meth:`dropbox.dropbox_client.Dropbox.team_groups_members_remove`.
Class GroupMemberSelector Argument for selecting a group and a single user.
Class GroupMemberSelectorError Error that can be raised when :class:`GroupMemberSelector` is used, and the user is required to be a member of the specified group.
Class GroupMemberSetAccessTypeError 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.
Class GroupMembersRemoveArg :ivar team.GroupMembersRemoveArg.group: Group from which users will be removed. :ivar team.GroupMembersRemoveArg.users: List of users to be removed from the group.
Class GroupMembersRemoveError 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.
Class GroupMembersSelector Argument for selecting a group and a list of users.
Class GroupMembersSelectorError Error that can be raised when :class:`GroupMembersSelector` is used, and the users are required to be members of the specified group.
Class GroupMembersSetAccessTypeArg :ivar team.GroupMembersSetAccessTypeArg.access_type: New group access type the user will have. :ivar team.GroupMembersSetAccessTypeArg.return_members: Whether to return the list of members in the group...
Class GroupSelector Argument for selecting a single group, either by group_id or by external group ID.
Class GroupSelectorError Error that can be raised when :class:`GroupSelector` is used.
Class GroupSelectorWithTeamGroupError Error that can be raised when :class:`GroupSelector` is used and team groups are disallowed from being used.
Class GroupsGetInfoError 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.
Class GroupsGetInfoItem 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.
Class GroupsListArg :ivar team.GroupsListArg.limit: Number of results to return per call.
Class GroupsListContinueArg :ivar team.GroupsListContinueArg.cursor: Indicates from what point to get the next set of groups.
Class GroupsListContinueError 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.
Class GroupsListResult :ivar team.GroupsListResult.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.team_groups_list_continue` to obtain the additional groups. :ivar team.GroupsListResult.has_more: Is true if there are additional groups that have not been returned yet...
Class GroupsMembersListArg :ivar team.GroupsMembersListArg.group: The group whose members are to be listed. :ivar team.GroupsMembersListArg.limit: Number of results to return per call.
Class GroupsMembersListContinueArg :ivar team.GroupsMembersListContinueArg.cursor: Indicates from what point to get the next set of groups.
Class GroupsMembersListContinueError 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.
Class GroupsMembersListResult :ivar team.GroupsMembersListResult.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.team_groups_members_list_continue` to obtain additional group members. :ivar team.GroupsMembersListResult...
Class GroupsPollError 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.
Class GroupsSelector Argument for selecting a list of groups, either by group_ids, or external group IDs.
Class GroupUpdateArgs :ivar team.GroupUpdateArgs.group: Specify a group. :ivar team.GroupUpdateArgs.new_group_name: Optional argument. Set group name to this if provided. :ivar team.GroupUpdateArgs.new_group_external_id: Optional argument...
Class GroupUpdateError 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.
Class HasTeamFileEventsValue The value for ``Feature.has_team_file_events``.
Class HasTeamSelectiveSyncValue The value for ``Feature.has_team_selective_sync``.
Class HasTeamSharedDropboxValue The value for ``Feature.has_team_shared_dropbox``.
Class IncludeMembersArg :ivar team.IncludeMembersArg.return_members: Whether to return the list of members in the group. Note that the default value will cause all the group members to be returned in the response. This may take a long time for large groups.
Class LegalHoldHeldRevisionMetadata :ivar team.LegalHoldHeldRevisionMetadata.new_filename: The held revision filename. :ivar team.LegalHoldHeldRevisionMetadata.original_revision_id: The id of the held revision. :ivar team.LegalHoldHeldRevisionMetadata...
Class LegalHoldPolicy :ivar team.LegalHoldPolicy.id: The legal hold id. :ivar team.LegalHoldPolicy.name: Policy name. :ivar team.LegalHoldPolicy.description: A description of the legal hold policy. :ivar team.LegalHoldPolicy...
Class LegalHoldsError 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.
Class LegalHoldsGetPolicyArg :ivar team.LegalHoldsGetPolicyArg.id: The legal hold Id.
Class LegalHoldsGetPolicyError 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.
Class LegalHoldsListHeldRevisionResult :ivar team.LegalHoldsListHeldRevisionResult.entries: List of file entries that under the hold. :ivar team.LegalHoldsListHeldRevisionResult.cursor: The cursor idicates where to continue reading file metadata entries for the next API call...
Class LegalHoldsListHeldRevisionsArg :ivar team.LegalHoldsListHeldRevisionsArg.id: The legal hold Id.
Class LegalHoldsListHeldRevisionsContinueArg :ivar team.LegalHoldsListHeldRevisionsContinueArg.id: The legal hold Id. :ivar team.LegalHoldsListHeldRevisionsContinueArg.cursor: The cursor idicates where to continue reading file metadata entries for the next API call...
Class LegalHoldsListHeldRevisionsContinueError 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.
Class LegalHoldsListHeldRevisionsError 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.
Class LegalHoldsListPoliciesArg :ivar team.LegalHoldsListPoliciesArg.include_released: Whether to return holds that were released.
Class LegalHoldsListPoliciesError 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.
Class LegalHoldsListPoliciesResult Undocumented
Class LegalHoldsPolicyCreateArg :ivar team.LegalHoldsPolicyCreateArg.name: Policy name. :ivar team.LegalHoldsPolicyCreateArg.description: A description of the legal hold policy. :ivar team.LegalHoldsPolicyCreateArg.members: List of team member IDs added to the hold...
Class LegalHoldsPolicyCreateError 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.
Class LegalHoldsPolicyReleaseArg :ivar team.LegalHoldsPolicyReleaseArg.id: The legal hold Id.
Class LegalHoldsPolicyReleaseError 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.
Class LegalHoldsPolicyUpdateArg :ivar team.LegalHoldsPolicyUpdateArg.id: The legal hold Id. :ivar team.LegalHoldsPolicyUpdateArg.name: Policy new name. :ivar team.LegalHoldsPolicyUpdateArg.description: Policy new description. :ivar team...
Class LegalHoldsPolicyUpdateError 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.
Class LegalHoldStatus 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.
Class ListMemberAppsArg :ivar team.ListMemberAppsArg.team_member_id: The team member id.
Class ListMemberAppsError Error returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_member_linked_apps`.
Class ListMemberAppsResult :ivar team.ListMemberAppsResult.linked_api_apps: List of third party applications linked by this team member.
Class ListMemberDevicesArg :ivar team.ListMemberDevicesArg.team_member_id: The team's member id. :ivar team.ListMemberDevicesArg.include_web_sessions: Whether to list web sessions of the team's member. :ivar team.ListMemberDevicesArg...
Class ListMemberDevicesError 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.
Class ListMemberDevicesResult :ivar team.ListMemberDevicesResult.active_web_sessions: List of web sessions made by this team member. :ivar team.ListMemberDevicesResult.desktop_client_sessions: List of desktop clients used by this team member...
Class ListMembersAppsArg Arguments for :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_members_linked_apps`.
Class ListMembersAppsError Error returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_members_linked_apps`.
Class ListMembersAppsResult Information returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_members_linked_apps`.
Class ListMembersDevicesArg :ivar team.ListMembersDevicesArg.cursor: At the first call to the :meth:`dropbox.dropbox_client.Dropbox.team_devices_list_members_devices` the cursor shouldn't be passed. Then, if the result of the call includes a cursor, the following requests should include the received cursors in order to receive the next sub list of team devices...
Class ListMembersDevicesError 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.
Class ListMembersDevicesResult :ivar team.ListMembersDevicesResult.devices: The devices of each member of the team. :ivar team.ListMembersDevicesResult.has_more: If true, then there are more devices available. Pass the cursor to :meth:`dropbox...
Class ListTeamAppsArg Arguments for :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_team_linked_apps`.
Class ListTeamAppsError Error returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_team_linked_apps`.
Class ListTeamAppsResult Information returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_team_linked_apps`.
Class ListTeamDevicesArg :ivar team.ListTeamDevicesArg.cursor: At the first call to the :meth:`dropbox.dropbox_client.Dropbox.team_devices_list_team_devices` the cursor shouldn't be passed. Then, if the result of the call includes a cursor, the following requests should include the received cursors in order to receive the next sub list of team devices...
Class ListTeamDevicesError 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.
Class ListTeamDevicesResult :ivar team.ListTeamDevicesResult.devices: The devices of each member of the team. :ivar team.ListTeamDevicesResult.has_more: If true, then there are more devices available. Pass the cursor to :meth:`dropbox...
Class MemberAccess Specify access type a member should have when joined to a group.
Class MemberAddArg Undocumented
Class MemberAddArgBase :ivar team.MemberAddArgBase.member_given_name: Member's first name. :ivar team.MemberAddArgBase.member_surname: Member's last name. :ivar team.MemberAddArgBase.member_external_id: External ID for member...
Class MemberAddResult Describes the result of attempting to add a single user to the team. 'success' is the only value indicating that a user was indeed added to the team - the other values explain the type of failure that occurred, and include the email of the user for which the operation has failed.
Class MemberAddResultBase 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.
Class MemberAddV2Arg Undocumented
Class MemberAddV2Result Describes the result of attempting to add a single user to the team. 'success' is the only value indicating that a user was indeed added to the team - the other values explain the type of failure that occurred, and include the email of the user for which the operation has failed.
Class MemberDevices Information on devices of a team's member.
Class MemberLinkedApps Information on linked applications of a team member.
Class MemberProfile Basic member profile.
Class MembersAddArg :ivar team.MembersAddArg.new_members: Details of new members to be added to the team.
Class MembersAddArgBase :ivar team.MembersAddArgBase.force_async: Whether to force the add to happen asynchronously.
Class MembersAddJobStatus 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.
Class MembersAddJobStatusV2Result 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.
Class MembersAddLaunch 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.
Class MembersAddLaunchV2Result 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.
Class MembersAddV2Arg :ivar team.MembersAddV2Arg.new_members: Details of new members to be added to the team.
Class MembersDataTransferArg :ivar team.MembersDataTransferArg.transfer_dest_id: Files from the deleted member account will be transferred to this user. :ivar team.MembersDataTransferArg.transfer_admin_id: Errors during the transfer process will be sent via email to this user.
Class MembersDeactivateArg :ivar team.MembersDeactivateArg.wipe_data: If provided, controls if the user's data will be deleted on their linked devices.
Class MembersDeactivateBaseArg Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
Class MembersDeactivateError 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.
Class MembersDeleteProfilePhotoArg :ivar team.MembersDeleteProfilePhotoArg.user: Identity of the user whose profile photo will be deleted.
Class MembersDeleteProfilePhotoError 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.
Class MemberSelectorError 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.
Class MembersGetAvailableTeamMemberRolesResult Available TeamMemberRole for the connected team. To be used with :meth:`dropbox.dropbox_client.Dropbox.team_members_set_admin_permissions`.
Class MembersGetInfoArgs :ivar team.MembersGetInfoArgs.members: List of team members.
Class MembersGetInfoError 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.
Class MembersGetInfoItem Describes a result obtained for a single user whose id was specified in the parameter of :meth:`dropbox.dropbox_client.Dropbox.team_members_get_info`.
Class MembersGetInfoItemBase 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.
Class MembersGetInfoItemV2 Describes a result obtained for a single user whose id was specified in the parameter of :meth:`dropbox.dropbox_client.Dropbox.team_members_get_info`.
Class MembersGetInfoV2Arg :ivar team.MembersGetInfoV2Arg.members: List of team members.
Class MembersGetInfoV2Result :ivar team.MembersGetInfoV2Result.members_info: List of team members info.
Class MembersInfo :ivar team.MembersInfo.team_member_ids: Team member IDs of the users under this hold. :ivar team.MembersInfo.permanently_deleted_users: The number of permanently deleted users that were under this hold.
Class MembersListArg :ivar team.MembersListArg.limit: Number of results to return per call. :ivar team.MembersListArg.include_removed: Whether to return removed members.
Class MembersListContinueArg :ivar team.MembersListContinueArg.cursor: Indicates from what point to get the next set of members.
Class MembersListContinueError 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.
Class MembersListError 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.
Class MembersListResult :ivar team.MembersListResult.members: List of team members. :ivar team.MembersListResult.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.team_members_list_continue` to obtain the additional members...
Class MembersListV2Result :ivar team.MembersListV2Result.members: List of team members. :ivar team.MembersListV2Result.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.team_members_list_continue` to obtain the additional members...
Class MembersRecoverArg Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
Class MembersRecoverError 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.
Class MembersRemoveArg :ivar team.MembersRemoveArg.transfer_dest_id: If provided, files from the deleted member account will be transferred to this user. :ivar team.MembersRemoveArg.transfer_admin_id: If provided, errors during the transfer process will be sent via email to this user...
Class MembersRemoveError 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.
Class MembersSendWelcomeError 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.
Class MembersSetPermissions2Arg Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
Class MembersSetPermissions2Error 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.
Class MembersSetPermissions2Result :ivar team.MembersSetPermissions2Result.team_member_id: The member ID of the user to which the change was applied. :ivar team.MembersSetPermissions2Result.roles: The roles after the change. Empty in case the user become a non-admin.
Class MembersSetPermissionsArg Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
Class MembersSetPermissionsError 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.
Class MembersSetPermissionsResult :ivar team.MembersSetPermissionsResult.team_member_id: The member ID of the user to which the change was applied. :ivar team.MembersSetPermissionsResult.role: The role after the change.
Class MembersSetProfileArg Exactly one of team_member_id, email, or external_id must be provided to identify the user account. At least one of new_email, new_external_id, new_given_name, and/or new_surname must be provided.
Class MembersSetProfileError 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.
Class MembersSetProfilePhotoArg :ivar team.MembersSetProfilePhotoArg.user: Identity of the user whose profile photo will be set. :ivar team.MembersSetProfilePhotoArg.photo: Image to set as the member's new profile photo.
Class MembersSetProfilePhotoError 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.
Class MembersSuspendError 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.
Class MembersTransferFilesError 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.
Class MembersTransferFormerMembersFilesError 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.
Class MembersUnsuspendArg Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
Class MembersUnsuspendError 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.
Class MobileClientPlatform 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.
Class MobileClientSession Information about linked Dropbox mobile client sessions.
Class NamespaceMetadata Properties of a namespace.
Class NamespaceType 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.
Class RemoveCustomQuotaResult User result for setting member custom quota.
Class RemovedStatus :ivar team.RemovedStatus.is_recoverable: True if the removed team member is recoverable. :ivar team.RemovedStatus.is_disconnected: True if the team member's account was converted to individual account.
Class ResendSecondaryEmailResult Result of trying to resend verification email to a secondary email address. 'success' is the only value indicating that a verification email was successfully sent. The other values explain the type of error that occurred, and include the email for which the error occurred.
Class ResendVerificationEmailArg :ivar team.ResendVerificationEmailArg.emails_to_resend: List of users and secondary emails to resend verification emails to.
Class ResendVerificationEmailResult List of users and resend results.
Class RevokeDesktopClientArg :ivar team.RevokeDesktopClientArg.delete_on_unlink: Whether to delete all files of the account (this is possible only if supported by the desktop client and will be made the next time the client access the account).
Class RevokeDeviceSessionArg 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.
Class RevokeDeviceSessionBatchArg Undocumented
Class RevokeDeviceSessionBatchError 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.
Class RevokeDeviceSessionBatchResult Undocumented
Class RevokeDeviceSessionError 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.
Class RevokeDeviceSessionStatus :ivar team.RevokeDeviceSessionStatus.success: Result of the revoking request. :ivar team.RevokeDeviceSessionStatus.error_type: The error cause in case of a failure.
Class RevokeLinkedApiAppArg :ivar team.RevokeLinkedApiAppArg.app_id: The application's unique id. :ivar team.RevokeLinkedApiAppArg.team_member_id: The unique id of the member owning the device. :ivar team.RevokeLinkedApiAppArg...
Class RevokeLinkedApiAppBatchArg Undocumented
Class RevokeLinkedAppBatchError Error returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_revoke_linked_app_batch`.
Class RevokeLinkedAppBatchResult Undocumented
Class RevokeLinkedAppError Error returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_revoke_linked_app`.
Class RevokeLinkedAppStatus :ivar team.RevokeLinkedAppStatus.success: Result of the revoking request. :ivar team.RevokeLinkedAppStatus.error_type: The error cause in case of a failure.
Class SetCustomQuotaArg :ivar team.SetCustomQuotaArg.users_and_quotas: List of users and their custom quotas.
Class SetCustomQuotaError Error returned when setting member custom quota.
Class SharingAllowlistAddArgs Structure representing Approve List entries. Domain and emails are supported. At least one entry of any supported type is required.
Class SharingAllowlistAddError 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.
Class SharingAllowlistAddResponse This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
Class SharingAllowlistListArg :ivar team.SharingAllowlistListArg.limit: The number of entries to fetch at one time.
Class SharingAllowlistListContinueArg :ivar team.SharingAllowlistListContinueArg.cursor: The cursor returned from a previous call to :meth:`dropbox.dropbox_client.Dropbox.team_sharing_allowlist_list` or :meth:`dropbox.dropbox_client...
Class SharingAllowlistListContinueError 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.
Class SharingAllowlistListError This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
Class SharingAllowlistListResponse :ivar team.SharingAllowlistListResponse.domains: List of domains represented by valid string representation (RFC-1034/5). :ivar team.SharingAllowlistListResponse.emails: List of emails represented by valid string representation (RFC-5322/822)...
Class SharingAllowlistRemoveArgs :ivar team.SharingAllowlistRemoveArgs.domains: List of domains represented by valid string representation (RFC-1034/5). :ivar team.SharingAllowlistRemoveArgs.emails: List of emails represented by valid string representation (RFC-5322/822).
Class SharingAllowlistRemoveError 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.
Class SharingAllowlistRemoveResponse This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
Class StorageBucket Describes the number of users in a specific storage bucket.
Class TeamFolderAccessError 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.
Class TeamFolderActivateError 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.
Class TeamFolderArchiveArg :ivar team.TeamFolderArchiveArg.force_async_off: Whether to force the archive to happen synchronously.
Class TeamFolderArchiveError 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.
Class TeamFolderArchiveJobStatus 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.
Class TeamFolderArchiveLaunch 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.
Class TeamFolderCreateArg :ivar team.TeamFolderCreateArg.name: Name for the new team folder. :ivar team.TeamFolderCreateArg.sync_setting: The sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled.
Class TeamFolderCreateError 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.
Class TeamFolderGetInfoItem 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.
Class TeamFolderIdArg :ivar team.TeamFolderIdArg.team_folder_id: The ID of the team folder.
Class TeamFolderIdListArg :ivar team.TeamFolderIdListArg.team_folder_ids: The list of team folder IDs.
Class TeamFolderInvalidStatusError 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.
Class TeamFolderListArg :ivar team.TeamFolderListArg.limit: The maximum number of results to return per request.
Class TeamFolderListContinueArg :ivar team.TeamFolderListContinueArg.cursor: Indicates from what point to get the next set of team folders.
Class TeamFolderListContinueError 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.
Class TeamFolderListError Undocumented
Class TeamFolderListResult Result for :meth:`dropbox.dropbox_client.Dropbox.team_team_folder_list` and :meth:`dropbox.dropbox_client.Dropbox.team_team_folder_list_continue`.
Class TeamFolderMetadata Properties of a team folder.
Class TeamFolderPermanentlyDeleteError 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.
Class TeamFolderRenameArg :ivar team.TeamFolderRenameArg.name: New team folder name.
Class TeamFolderRenameError 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.
Class TeamFolderStatus 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.
Class TeamFolderTeamSharedDropboxError 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.
Class TeamFolderUpdateSyncSettingsArg :ivar team.TeamFolderUpdateSyncSettingsArg.sync_setting: Sync setting to apply to the team folder itself. Only meaningful if the team folder is not a shared team root. :ivar team.TeamFolderUpdateSyncSettingsArg...
Class TeamFolderUpdateSyncSettingsError 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.
Class TeamGetInfoResult :ivar team.TeamGetInfoResult.name: The name of the team. :ivar team.TeamGetInfoResult.team_id: The ID of the team. :ivar team.TeamGetInfoResult.num_licensed_users: The number of licenses available to the team...
Class TeamMemberInfo Information about a team member.
Class TeamMemberInfoV2 Information about a team member.
Class TeamMemberInfoV2Result Information about a team member, after the change, like at :meth:`dropbox.dropbox_client.Dropbox.team_members_set_profile`.
Class TeamMemberProfile Profile of a user as a member of a team.
Class TeamMemberRole A role which can be attached to a team member. This replaces AdminTier; each AdminTier corresponds to a new TeamMemberRole with a matching name.
Class TeamMembershipType 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.
Class TeamMemberStatus The user's status as a member of a specific team.
Class TeamNamespacesListArg :ivar team.TeamNamespacesListArg.limit: Specifying a value here has no effect.
Class TeamNamespacesListContinueArg :ivar team.TeamNamespacesListContinueArg.cursor: Indicates from what point to get the next set of team-accessible namespaces.
Class TeamNamespacesListContinueError 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.
Class TeamNamespacesListError 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.
Class TeamNamespacesListResult Result for :meth:`dropbox.dropbox_client.Dropbox.team_namespaces_list`.
Class TeamReportFailureReason 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.
Class TokenGetAuthenticatedAdminError Error returned by :meth:`dropbox.dropbox_client.Dropbox.team_token_get_authenticated_admin`.
Class TokenGetAuthenticatedAdminResult Results for :meth:`dropbox.dropbox_client.Dropbox.team_token_get_authenticated_admin`.
Class UploadApiRateLimitValue The value for ``Feature.upload_api_rate_limit``.
Class UserAddResult Result of trying to add secondary emails to a user. 'success' is the only value indicating that a user was successfully retrieved for adding secondary emails. The other values explain the type of error that occurred, and include the user for which the error occurred.
Class UserCustomQuotaArg User and their required custom quota in GB (1 TB = 1024 GB).
Class UserCustomQuotaResult User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the user has no custom quota set.
Class UserDeleteEmailsResult Undocumented
Class UserDeleteResult Result of trying to delete a user's secondary emails. 'success' is the only value indicating that a user was successfully retrieved for deleting secondary emails. The other values explain the type of error that occurred, and include the user for which the error occurred.
Class UserResendEmailsResult Undocumented
Class UserResendResult Result of trying to resend verification emails to a user. 'success' is the only value indicating that a user was successfully retrieved for sending verification emails. The other values explain the type of error that occurred, and include the user for which the error occurred.
Class UserSecondaryEmailsArg User and a list of secondary emails.
Class UserSecondaryEmailsResult Undocumented
Class UserSelectorArg Argument for selecting a single user, either by team_member_id, external_id or email.
Class UserSelectorError Error that can be returned whenever a struct derived from :class:`UserSelectorArg` is used.
Class UsersSelectorArg Argument for selecting a list of users, either by team_member_ids, external_ids or emails.
Constant ROUTES Undocumented
Variable ActiveWebSession_validator Undocumented
Variable AddSecondaryEmailResult_validator Undocumented
Variable AddSecondaryEmailsArg_validator Undocumented
Variable AddSecondaryEmailsError_validator Undocumented
Variable AddSecondaryEmailsResult_validator Undocumented
Variable AdminTier_validator Undocumented
Variable ApiApp_validator Undocumented
Variable BaseDfbReport_validator Undocumented
Variable BaseTeamFolderError_validator Undocumented
Variable CustomQuotaError_validator Undocumented
Variable CustomQuotaResult_validator Undocumented
Variable CustomQuotaUsersArg_validator Undocumented
Variable DateRange_validator Undocumented
Variable DateRangeError_validator Undocumented
Variable DeleteSecondaryEmailResult_validator Undocumented
Variable DeleteSecondaryEmailsArg_validator Undocumented
Variable DeleteSecondaryEmailsResult_validator Undocumented
Variable DesktopClientSession_validator Undocumented
Variable DesktopPlatform_validator Undocumented
Variable devices_list_member_devices Undocumented
Variable devices_list_members_devices Undocumented
Variable devices_list_team_devices Undocumented
Variable devices_revoke_device_session Undocumented
Variable devices_revoke_device_session_batch Undocumented
Variable DevicesActive_validator Undocumented
Variable DeviceSession_validator Undocumented
Variable DeviceSessionArg_validator Undocumented
Variable ExcludedUsersListArg_validator Undocumented
Variable ExcludedUsersListContinueArg_validator Undocumented
Variable ExcludedUsersListContinueError_validator Undocumented
Variable ExcludedUsersListError_validator Undocumented
Variable ExcludedUsersListResult_validator Undocumented
Variable ExcludedUsersUpdateArg_validator Undocumented
Variable ExcludedUsersUpdateError_validator Undocumented
Variable ExcludedUsersUpdateResult_validator Undocumented
Variable ExcludedUsersUpdateStatus_validator Undocumented
Variable Feature_validator Undocumented
Variable features_get_values Undocumented
Variable FeaturesGetValuesBatchArg_validator Undocumented
Variable FeaturesGetValuesBatchError_validator Undocumented
Variable FeaturesGetValuesBatchResult_validator Undocumented
Variable FeatureValue_validator Undocumented
Variable get_info Undocumented
Variable GetActivityReport_validator Undocumented
Variable GetDevicesReport_validator Undocumented
Variable GetMembershipReport_validator Undocumented
Variable GetStorageReport_validator Undocumented
Variable GroupAccessType_validator Undocumented
Variable GroupCreateArg_validator Undocumented
Variable GroupCreateError_validator Undocumented
Variable GroupDeleteError_validator Undocumented
Variable GroupFullInfo_validator Undocumented
Variable GroupMemberInfo_validator Undocumented
Variable GroupMembersAddArg_validator Undocumented
Variable GroupMembersAddError_validator Undocumented
Variable GroupMembersChangeResult_validator Undocumented
Variable GroupMemberSelector_validator Undocumented
Variable GroupMemberSelectorError_validator Undocumented
Variable GroupMemberSetAccessTypeError_validator Undocumented
Variable GroupMembersRemoveArg_validator Undocumented
Variable GroupMembersRemoveError_validator Undocumented
Variable GroupMembersSelector_validator Undocumented
Variable GroupMembersSelectorError_validator Undocumented
Variable GroupMembersSetAccessTypeArg_validator Undocumented
Variable groups_create Undocumented
Variable groups_delete Undocumented
Variable groups_get_info Undocumented
Variable groups_job_status_get Undocumented
Variable groups_list Undocumented
Variable groups_list_continue Undocumented
Variable groups_members_add Undocumented
Variable groups_members_list Undocumented
Variable groups_members_list_continue Undocumented
Variable groups_members_remove Undocumented
Variable groups_members_set_access_type Undocumented
Variable groups_update Undocumented
Variable GroupSelector_validator Undocumented
Variable GroupSelectorError_validator Undocumented
Variable GroupSelectorWithTeamGroupError_validator Undocumented
Variable GroupsGetInfoError_validator Undocumented
Variable GroupsGetInfoItem_validator Undocumented
Variable GroupsGetInfoResult_validator Undocumented
Variable GroupsListArg_validator Undocumented
Variable GroupsListContinueArg_validator Undocumented
Variable GroupsListContinueError_validator Undocumented
Variable GroupsListResult_validator Undocumented
Variable GroupsMembersListArg_validator Undocumented
Variable GroupsMembersListContinueArg_validator Undocumented
Variable GroupsMembersListContinueError_validator Undocumented
Variable GroupsMembersListResult_validator Undocumented
Variable GroupsPollError_validator Undocumented
Variable GroupsSelector_validator Undocumented
Variable GroupUpdateArgs_validator Undocumented
Variable GroupUpdateError_validator Undocumented
Variable HasTeamFileEventsValue_validator Undocumented
Variable HasTeamSelectiveSyncValue_validator Undocumented
Variable HasTeamSharedDropboxValue_validator Undocumented
Variable IncludeMembersArg_validator Undocumented
Variable legal_holds_create_policy Undocumented
Variable legal_holds_get_policy Undocumented
Variable legal_holds_list_held_revisions Undocumented
Variable legal_holds_list_held_revisions_continue Undocumented
Variable legal_holds_list_policies Undocumented
Variable legal_holds_release_policy Undocumented
Variable legal_holds_update_policy Undocumented
Variable LegalHoldHeldRevisionMetadata_validator Undocumented
Variable LegalHoldId_validator Undocumented
Variable LegalHoldPolicy_validator Undocumented
Variable LegalHoldPolicyDescription_validator Undocumented
Variable LegalHoldPolicyName_validator Undocumented
Variable LegalHoldsError_validator Undocumented
Variable LegalHoldsGetPolicyArg_validator Undocumented
Variable LegalHoldsGetPolicyError_validator Undocumented
Variable LegalHoldsListHeldRevisionResult_validator Undocumented
Variable LegalHoldsListHeldRevisionsArg_validator Undocumented
Variable LegalHoldsListHeldRevisionsContinueArg_validator Undocumented
Variable LegalHoldsListHeldRevisionsContinueError_validator Undocumented
Variable LegalHoldsListHeldRevisionsError_validator Undocumented
Variable LegalHoldsListPoliciesArg_validator Undocumented
Variable LegalHoldsListPoliciesError_validator Undocumented
Variable LegalHoldsListPoliciesResult_validator Undocumented
Variable LegalHoldsPolicyCreateArg_validator Undocumented
Variable LegalHoldsPolicyCreateError_validator Undocumented
Variable LegalHoldsPolicyReleaseArg_validator Undocumented
Variable LegalHoldsPolicyReleaseError_validator Undocumented
Variable LegalHoldsPolicyUpdateArg_validator Undocumented
Variable LegalHoldsPolicyUpdateError_validator Undocumented
Variable LegalHoldStatus_validator Undocumented
Variable linked_apps_list_member_linked_apps Undocumented
Variable linked_apps_list_members_linked_apps Undocumented
Variable linked_apps_list_team_linked_apps Undocumented
Variable linked_apps_revoke_linked_app Undocumented
Variable linked_apps_revoke_linked_app_batch Undocumented
Variable ListHeldRevisionCursor_validator Undocumented
Variable ListMemberAppsArg_validator Undocumented
Variable ListMemberAppsError_validator Undocumented
Variable ListMemberAppsResult_validator Undocumented
Variable ListMemberDevicesArg_validator Undocumented
Variable ListMemberDevicesError_validator Undocumented
Variable ListMemberDevicesResult_validator Undocumented
Variable ListMembersAppsArg_validator Undocumented
Variable ListMembersAppsError_validator Undocumented
Variable ListMembersAppsResult_validator Undocumented
Variable ListMembersDevicesArg_validator Undocumented
Variable ListMembersDevicesError_validator Undocumented
Variable ListMembersDevicesResult_validator Undocumented
Variable ListTeamAppsArg_validator Undocumented
Variable ListTeamAppsError_validator Undocumented
Variable ListTeamAppsResult_validator Undocumented
Variable ListTeamDevicesArg_validator Undocumented
Variable ListTeamDevicesError_validator Undocumented
Variable ListTeamDevicesResult_validator Undocumented
Variable member_space_limits_excluded_users_add Undocumented
Variable member_space_limits_excluded_users_list Undocumented
Variable member_space_limits_excluded_users_list_continue Undocumented
Variable member_space_limits_excluded_users_remove Undocumented
Variable member_space_limits_get_custom_quota Undocumented
Variable member_space_limits_remove_custom_quota Undocumented
Variable member_space_limits_set_custom_quota Undocumented
Variable MemberAccess_validator Undocumented
Variable MemberAddArg_validator Undocumented
Variable MemberAddArgBase_validator Undocumented
Variable MemberAddResult_validator Undocumented
Variable MemberAddResultBase_validator Undocumented
Variable MemberAddV2Arg_validator Undocumented
Variable MemberAddV2Result_validator Undocumented
Variable MemberDevices_validator Undocumented
Variable MemberLinkedApps_validator Undocumented
Variable MemberProfile_validator Undocumented
Variable members_add Undocumented
Variable members_add_job_status_get Undocumented
Variable members_add_job_status_get_v2 Undocumented
Variable members_add_v2 Undocumented
Variable members_delete_profile_photo Undocumented
Variable members_delete_profile_photo_v2 Undocumented
Variable members_get_available_team_member_roles Undocumented
Variable members_get_info Undocumented
Variable members_get_info_v2 Undocumented
Variable members_list Undocumented
Variable members_list_continue Undocumented
Variable members_list_continue_v2 Undocumented
Variable members_list_v2 Undocumented
Variable members_move_former_member_files Undocumented
Variable members_move_former_member_files_job_status_check Undocumented
Variable members_recover Undocumented
Variable members_remove Undocumented
Variable members_remove_job_status_get Undocumented
Variable members_secondary_emails_add Undocumented
Variable members_secondary_emails_delete Undocumented
Variable members_secondary_emails_resend_verification_emails Undocumented
Variable members_send_welcome_email Undocumented
Variable members_set_admin_permissions Undocumented
Variable members_set_admin_permissions_v2 Undocumented
Variable members_set_profile Undocumented
Variable members_set_profile_photo Undocumented
Variable members_set_profile_photo_v2 Undocumented
Variable members_set_profile_v2 Undocumented
Variable members_suspend Undocumented
Variable members_unsuspend Undocumented
Variable MembersAddArg_validator Undocumented
Variable MembersAddArgBase_validator Undocumented
Variable MembersAddJobStatus_validator Undocumented
Variable MembersAddJobStatusV2Result_validator Undocumented
Variable MembersAddLaunch_validator Undocumented
Variable MembersAddLaunchV2Result_validator Undocumented
Variable MembersAddV2Arg_validator Undocumented
Variable MembersDataTransferArg_validator Undocumented
Variable MembersDeactivateArg_validator Undocumented
Variable MembersDeactivateBaseArg_validator Undocumented
Variable MembersDeactivateError_validator Undocumented
Variable MembersDeleteProfilePhotoArg_validator Undocumented
Variable MembersDeleteProfilePhotoError_validator Undocumented
Variable MemberSelectorError_validator Undocumented
Variable MembersGetAvailableTeamMemberRolesResult_validator Undocumented
Variable MembersGetInfoArgs_validator Undocumented
Variable MembersGetInfoError_validator Undocumented
Variable MembersGetInfoItem_validator Undocumented
Variable MembersGetInfoItemBase_validator Undocumented
Variable MembersGetInfoItemV2_validator Undocumented
Variable MembersGetInfoResult_validator Undocumented
Variable MembersGetInfoV2Arg_validator Undocumented
Variable MembersGetInfoV2Result_validator Undocumented
Variable MembersInfo_validator Undocumented
Variable MembersListArg_validator Undocumented
Variable MembersListContinueArg_validator Undocumented
Variable MembersListContinueError_validator Undocumented
Variable MembersListError_validator Undocumented
Variable MembersListResult_validator Undocumented
Variable MembersListV2Result_validator Undocumented
Variable MembersRecoverArg_validator Undocumented
Variable MembersRecoverError_validator Undocumented
Variable MembersRemoveArg_validator Undocumented
Variable MembersRemoveError_validator Undocumented
Variable MembersSendWelcomeError_validator Undocumented
Variable MembersSetPermissions2Arg_validator Undocumented
Variable MembersSetPermissions2Error_validator Undocumented
Variable MembersSetPermissions2Result_validator Undocumented
Variable MembersSetPermissionsArg_validator Undocumented
Variable MembersSetPermissionsError_validator Undocumented
Variable MembersSetPermissionsResult_validator Undocumented
Variable MembersSetProfileArg_validator Undocumented
Variable MembersSetProfileError_validator Undocumented
Variable MembersSetProfilePhotoArg_validator Undocumented
Variable MembersSetProfilePhotoError_validator Undocumented
Variable MembersSuspendError_validator Undocumented
Variable MembersTransferFilesError_validator Undocumented
Variable MembersTransferFormerMembersFilesError_validator Undocumented
Variable MembersUnsuspendArg_validator Undocumented
Variable MembersUnsuspendError_validator Undocumented
Variable MobileClientPlatform_validator Undocumented
Variable MobileClientSession_validator Undocumented
Variable NamespaceMetadata_validator Undocumented
Variable namespaces_list Undocumented
Variable namespaces_list_continue Undocumented
Variable NamespaceType_validator Undocumented
Variable NumberPerDay_validator Undocumented
Variable Path_validator Undocumented
Variable properties_template_add Undocumented
Variable properties_template_get Undocumented
Variable properties_template_list Undocumented
Variable properties_template_update Undocumented
Variable RemoveCustomQuotaResult_validator Undocumented
Variable RemovedStatus_validator Undocumented
Variable reports_get_activity Undocumented
Variable reports_get_devices Undocumented
Variable reports_get_membership Undocumented
Variable reports_get_storage Undocumented
Variable ResendSecondaryEmailResult_validator Undocumented
Variable ResendVerificationEmailArg_validator Undocumented
Variable ResendVerificationEmailResult_validator Undocumented
Variable RevokeDesktopClientArg_validator Undocumented
Variable RevokeDeviceSessionArg_validator Undocumented
Variable RevokeDeviceSessionBatchArg_validator Undocumented
Variable RevokeDeviceSessionBatchError_validator Undocumented
Variable RevokeDeviceSessionBatchResult_validator Undocumented
Variable RevokeDeviceSessionError_validator Undocumented
Variable RevokeDeviceSessionStatus_validator Undocumented
Variable RevokeLinkedApiAppArg_validator Undocumented
Variable RevokeLinkedApiAppBatchArg_validator Undocumented
Variable RevokeLinkedAppBatchError_validator Undocumented
Variable RevokeLinkedAppBatchResult_validator Undocumented
Variable RevokeLinkedAppError_validator Undocumented
Variable RevokeLinkedAppStatus_validator Undocumented
Variable SetCustomQuotaArg_validator Undocumented
Variable SetCustomQuotaError_validator Undocumented
Variable sharing_allowlist_add Undocumented
Variable sharing_allowlist_list Undocumented
Variable sharing_allowlist_list_continue Undocumented
Variable sharing_allowlist_remove Undocumented
Variable SharingAllowlistAddArgs_validator Undocumented
Variable SharingAllowlistAddError_validator Undocumented
Variable SharingAllowlistAddResponse_validator Undocumented
Variable SharingAllowlistListArg_validator Undocumented
Variable SharingAllowlistListContinueArg_validator Undocumented
Variable SharingAllowlistListContinueError_validator Undocumented
Variable SharingAllowlistListError_validator Undocumented
Variable SharingAllowlistListResponse_validator Undocumented
Variable SharingAllowlistRemoveArgs_validator Undocumented
Variable SharingAllowlistRemoveError_validator Undocumented
Variable SharingAllowlistRemoveResponse_validator Undocumented
Variable StorageBucket_validator Undocumented
Variable team_folder_activate Undocumented
Variable team_folder_archive Undocumented
Variable team_folder_archive_check Undocumented
Variable team_folder_create Undocumented
Variable team_folder_get_info Undocumented
Variable team_folder_list Undocumented
Variable team_folder_list_continue Undocumented
Variable team_folder_permanently_delete Undocumented
Variable team_folder_rename Undocumented
Variable team_folder_update_sync_settings Undocumented
Variable TeamFolderAccessError_validator Undocumented
Variable TeamFolderActivateError_validator Undocumented
Variable TeamFolderArchiveArg_validator Undocumented
Variable TeamFolderArchiveError_validator Undocumented
Variable TeamFolderArchiveJobStatus_validator Undocumented
Variable TeamFolderArchiveLaunch_validator Undocumented
Variable TeamFolderCreateArg_validator Undocumented
Variable TeamFolderCreateError_validator Undocumented
Variable TeamFolderGetInfoItem_validator Undocumented
Variable TeamFolderIdArg_validator Undocumented
Variable TeamFolderIdListArg_validator Undocumented
Variable TeamFolderInvalidStatusError_validator Undocumented
Variable TeamFolderListArg_validator Undocumented
Variable TeamFolderListContinueArg_validator Undocumented
Variable TeamFolderListContinueError_validator Undocumented
Variable TeamFolderListError_validator Undocumented
Variable TeamFolderListResult_validator Undocumented
Variable TeamFolderMetadata_validator Undocumented
Variable TeamFolderPermanentlyDeleteError_validator Undocumented
Variable TeamFolderRenameArg_validator Undocumented
Variable TeamFolderRenameError_validator Undocumented
Variable TeamFolderStatus_validator Undocumented
Variable TeamFolderTeamSharedDropboxError_validator Undocumented
Variable TeamFolderUpdateSyncSettingsArg_validator Undocumented
Variable TeamFolderUpdateSyncSettingsError_validator Undocumented
Variable TeamGetInfoResult_validator Undocumented
Variable TeamMemberInfo_validator Undocumented
Variable TeamMemberInfoV2_validator Undocumented
Variable TeamMemberInfoV2Result_validator Undocumented
Variable TeamMemberProfile_validator Undocumented
Variable TeamMemberRole_validator Undocumented
Variable TeamMemberRoleId_validator Undocumented
Variable TeamMembershipType_validator Undocumented
Variable TeamMemberStatus_validator Undocumented
Variable TeamNamespacesListArg_validator Undocumented
Variable TeamNamespacesListContinueArg_validator Undocumented
Variable TeamNamespacesListContinueError_validator Undocumented
Variable TeamNamespacesListError_validator Undocumented
Variable TeamNamespacesListResult_validator Undocumented
Variable TeamReportFailureReason_validator Undocumented
Variable token_get_authenticated_admin Undocumented
Variable TokenGetAuthenticatedAdminError_validator Undocumented
Variable TokenGetAuthenticatedAdminResult_validator Undocumented
Variable UploadApiRateLimitValue_validator Undocumented
Variable UserAddResult_validator Undocumented
Variable UserCustomQuotaArg_validator Undocumented
Variable UserCustomQuotaResult_validator Undocumented
Variable UserDeleteEmailsResult_validator Undocumented
Variable UserDeleteResult_validator Undocumented
Variable UserQuota_validator Undocumented
Variable UserResendEmailsResult_validator Undocumented
Variable UserResendResult_validator Undocumented
Variable UserSecondaryEmailsArg_validator Undocumented
Variable UserSecondaryEmailsResult_validator Undocumented
Variable UserSelectorArg_validator Undocumented
Variable UserSelectorError_validator Undocumented
Variable UsersSelectorArg_validator Undocumented

Undocumented

Value
{'devices/list_member_devices': devices_list_member_devices,
 'devices/list_members_devices': devices_list_members_devices,
 'devices/list_team_devices': devices_list_team_devices,
 'devices/revoke_device_session': devices_revoke_device_session,
 'devices/revoke_device_session_batch': devices_revoke_device_session_batch,
 'features/get_values': features_get_values,
 'get_info': get_info,
...
ActiveWebSession_validator = (source)

Undocumented

AddSecondaryEmailResult_validator = (source)

Undocumented

AddSecondaryEmailsArg_validator = (source)

Undocumented

AddSecondaryEmailsError_validator = (source)

Undocumented

AddSecondaryEmailsResult_validator = (source)

Undocumented

AdminTier_validator = (source)

Undocumented

ApiApp_validator = (source)

Undocumented

BaseDfbReport_validator = (source)

Undocumented

BaseTeamFolderError_validator = (source)

Undocumented

CustomQuotaError_validator = (source)

Undocumented

CustomQuotaResult_validator = (source)

Undocumented

CustomQuotaUsersArg_validator = (source)

Undocumented

DateRange_validator = (source)

Undocumented

DateRangeError_validator = (source)

Undocumented

DeleteSecondaryEmailResult_validator = (source)

Undocumented

DeleteSecondaryEmailsArg_validator = (source)

Undocumented

DeleteSecondaryEmailsResult_validator = (source)

Undocumented

DesktopClientSession_validator = (source)

Undocumented

DesktopPlatform_validator = (source)

Undocumented

devices_list_member_devices = (source)

Undocumented

devices_list_members_devices = (source)

Undocumented

devices_list_team_devices = (source)

Undocumented

devices_revoke_device_session = (source)

Undocumented

devices_revoke_device_session_batch = (source)

Undocumented

DevicesActive_validator = (source)

Undocumented

DeviceSession_validator = (source)

Undocumented

DeviceSessionArg_validator = (source)

Undocumented

ExcludedUsersListArg_validator = (source)

Undocumented

ExcludedUsersListContinueArg_validator = (source)

Undocumented

ExcludedUsersListContinueError_validator = (source)

Undocumented

ExcludedUsersListError_validator = (source)

Undocumented

ExcludedUsersListResult_validator = (source)

Undocumented

ExcludedUsersUpdateArg_validator = (source)

Undocumented

ExcludedUsersUpdateError_validator = (source)

Undocumented

ExcludedUsersUpdateResult_validator = (source)

Undocumented

ExcludedUsersUpdateStatus_validator = (source)

Undocumented

Feature_validator = (source)

Undocumented

features_get_values = (source)

Undocumented

FeaturesGetValuesBatchArg_validator = (source)

Undocumented

FeaturesGetValuesBatchError_validator = (source)

Undocumented

FeaturesGetValuesBatchResult_validator = (source)

Undocumented

FeatureValue_validator = (source)

Undocumented

get_info = (source)

Undocumented

GetActivityReport_validator = (source)

Undocumented

GetDevicesReport_validator = (source)

Undocumented

GetMembershipReport_validator = (source)

Undocumented

GetStorageReport_validator = (source)

Undocumented

GroupAccessType_validator = (source)

Undocumented

GroupCreateArg_validator = (source)

Undocumented

GroupCreateError_validator = (source)

Undocumented

GroupDeleteError_validator = (source)

Undocumented

GroupFullInfo_validator = (source)

Undocumented

GroupMemberInfo_validator = (source)

Undocumented

GroupMembersAddArg_validator = (source)

Undocumented

GroupMembersAddError_validator = (source)

Undocumented

GroupMembersChangeResult_validator = (source)

Undocumented

GroupMemberSelector_validator = (source)

Undocumented

GroupMemberSelectorError_validator = (source)

Undocumented

GroupMemberSetAccessTypeError_validator = (source)

Undocumented

GroupMembersRemoveArg_validator = (source)

Undocumented

GroupMembersRemoveError_validator = (source)

Undocumented

GroupMembersSelector_validator = (source)

Undocumented

GroupMembersSelectorError_validator = (source)

Undocumented

GroupMembersSetAccessTypeArg_validator = (source)

Undocumented

groups_create = (source)

Undocumented

groups_delete = (source)

Undocumented

groups_get_info = (source)

Undocumented

groups_job_status_get = (source)

Undocumented

groups_list = (source)

Undocumented

groups_list_continue = (source)

Undocumented

groups_members_add = (source)

Undocumented

groups_members_list = (source)

Undocumented

groups_members_list_continue = (source)

Undocumented

groups_members_remove = (source)

Undocumented

groups_members_set_access_type = (source)

Undocumented

groups_update = (source)

Undocumented

GroupSelector_validator = (source)

Undocumented

GroupSelectorError_validator = (source)

Undocumented

GroupSelectorWithTeamGroupError_validator = (source)

Undocumented

GroupsGetInfoError_validator = (source)

Undocumented

GroupsGetInfoItem_validator = (source)

Undocumented

GroupsGetInfoResult_validator = (source)

Undocumented

GroupsListArg_validator = (source)

Undocumented

GroupsListContinueArg_validator = (source)

Undocumented

GroupsListContinueError_validator = (source)

Undocumented

GroupsListResult_validator = (source)

Undocumented

GroupsMembersListArg_validator = (source)

Undocumented

GroupsMembersListContinueArg_validator = (source)

Undocumented

GroupsMembersListContinueError_validator = (source)

Undocumented

GroupsMembersListResult_validator = (source)

Undocumented

GroupsPollError_validator = (source)

Undocumented

GroupsSelector_validator = (source)

Undocumented

GroupUpdateArgs_validator = (source)

Undocumented

GroupUpdateError_validator = (source)

Undocumented

HasTeamFileEventsValue_validator = (source)

Undocumented

HasTeamSelectiveSyncValue_validator = (source)

Undocumented

HasTeamSharedDropboxValue_validator = (source)

Undocumented

IncludeMembersArg_validator = (source)

Undocumented

legal_holds_create_policy = (source)

Undocumented

legal_holds_get_policy = (source)

Undocumented

legal_holds_list_held_revisions = (source)

Undocumented

legal_holds_list_held_revisions_continue = (source)

Undocumented

legal_holds_list_policies = (source)

Undocumented

legal_holds_release_policy = (source)

Undocumented

legal_holds_update_policy = (source)

Undocumented

LegalHoldHeldRevisionMetadata_validator = (source)

Undocumented

LegalHoldId_validator = (source)

Undocumented

LegalHoldPolicy_validator = (source)

Undocumented

LegalHoldPolicyDescription_validator = (source)

Undocumented

LegalHoldPolicyName_validator = (source)

Undocumented

LegalHoldsError_validator = (source)

Undocumented

LegalHoldsGetPolicyArg_validator = (source)

Undocumented

LegalHoldsGetPolicyError_validator = (source)

Undocumented

LegalHoldsListHeldRevisionResult_validator = (source)

Undocumented

LegalHoldsListHeldRevisionsArg_validator = (source)

Undocumented

LegalHoldsListHeldRevisionsContinueArg_validator = (source)

Undocumented

LegalHoldsListHeldRevisionsContinueError_validator = (source)

Undocumented

LegalHoldsListHeldRevisionsError_validator = (source)

Undocumented

LegalHoldsListPoliciesArg_validator = (source)

Undocumented

LegalHoldsListPoliciesError_validator = (source)

Undocumented

LegalHoldsListPoliciesResult_validator = (source)

Undocumented

LegalHoldsPolicyCreateArg_validator = (source)

Undocumented

LegalHoldsPolicyCreateError_validator = (source)

Undocumented

LegalHoldsPolicyReleaseArg_validator = (source)

Undocumented

LegalHoldsPolicyReleaseError_validator = (source)

Undocumented

LegalHoldsPolicyUpdateArg_validator = (source)

Undocumented

LegalHoldsPolicyUpdateError_validator = (source)

Undocumented

LegalHoldStatus_validator = (source)

Undocumented

linked_apps_list_member_linked_apps = (source)

Undocumented

linked_apps_list_members_linked_apps = (source)

Undocumented

linked_apps_list_team_linked_apps = (source)

Undocumented

linked_apps_revoke_linked_app = (source)

Undocumented

linked_apps_revoke_linked_app_batch = (source)

Undocumented

ListHeldRevisionCursor_validator = (source)

Undocumented

ListMemberAppsArg_validator = (source)

Undocumented

ListMemberAppsError_validator = (source)

Undocumented

ListMemberAppsResult_validator = (source)

Undocumented

ListMemberDevicesArg_validator = (source)

Undocumented

ListMemberDevicesError_validator = (source)

Undocumented

ListMemberDevicesResult_validator = (source)

Undocumented

ListMembersAppsArg_validator = (source)

Undocumented

ListMembersAppsError_validator = (source)

Undocumented

ListMembersAppsResult_validator = (source)

Undocumented

ListMembersDevicesArg_validator = (source)

Undocumented

ListMembersDevicesError_validator = (source)

Undocumented

ListMembersDevicesResult_validator = (source)

Undocumented

ListTeamAppsArg_validator = (source)

Undocumented

ListTeamAppsError_validator = (source)

Undocumented

ListTeamAppsResult_validator = (source)

Undocumented

ListTeamDevicesArg_validator = (source)

Undocumented

ListTeamDevicesError_validator = (source)

Undocumented

ListTeamDevicesResult_validator = (source)

Undocumented

member_space_limits_excluded_users_add = (source)

Undocumented

member_space_limits_excluded_users_list = (source)

Undocumented

member_space_limits_excluded_users_list_continue = (source)

Undocumented

member_space_limits_excluded_users_remove = (source)

Undocumented

member_space_limits_get_custom_quota = (source)

Undocumented

member_space_limits_remove_custom_quota = (source)

Undocumented

member_space_limits_set_custom_quota = (source)

Undocumented

MemberAccess_validator = (source)

Undocumented

MemberAddArg_validator = (source)

Undocumented

MemberAddArgBase_validator = (source)

Undocumented

MemberAddResult_validator = (source)

Undocumented

MemberAddResultBase_validator = (source)

Undocumented

MemberAddV2Arg_validator = (source)

Undocumented

MemberAddV2Result_validator = (source)

Undocumented

MemberDevices_validator = (source)

Undocumented

MemberLinkedApps_validator = (source)

Undocumented

MemberProfile_validator = (source)

Undocumented

members_add = (source)

Undocumented

members_add_job_status_get = (source)

Undocumented

members_add_job_status_get_v2 = (source)

Undocumented

members_add_v2 = (source)

Undocumented

members_delete_profile_photo = (source)

Undocumented

members_delete_profile_photo_v2 = (source)

Undocumented

members_get_available_team_member_roles = (source)

Undocumented

members_get_info = (source)

Undocumented

members_get_info_v2 = (source)

Undocumented

members_list = (source)

Undocumented

members_list_continue = (source)

Undocumented

members_list_continue_v2 = (source)

Undocumented

members_list_v2 = (source)

Undocumented

members_move_former_member_files = (source)

Undocumented

members_move_former_member_files_job_status_check = (source)

Undocumented

members_recover = (source)

Undocumented

members_remove = (source)

Undocumented

members_remove_job_status_get = (source)

Undocumented

members_secondary_emails_add = (source)

Undocumented

members_secondary_emails_delete = (source)

Undocumented

members_secondary_emails_resend_verification_emails = (source)

Undocumented

members_send_welcome_email = (source)

Undocumented

members_set_admin_permissions = (source)

Undocumented

members_set_admin_permissions_v2 = (source)

Undocumented

members_set_profile = (source)

Undocumented

members_set_profile_photo = (source)

Undocumented

members_set_profile_photo_v2 = (source)

Undocumented

members_set_profile_v2 = (source)

Undocumented

members_suspend = (source)

Undocumented

members_unsuspend = (source)

Undocumented

MembersAddArg_validator = (source)

Undocumented

MembersAddArgBase_validator = (source)

Undocumented

MembersAddJobStatus_validator = (source)

Undocumented

MembersAddJobStatusV2Result_validator = (source)

Undocumented

MembersAddLaunch_validator = (source)

Undocumented

MembersAddLaunchV2Result_validator = (source)

Undocumented

MembersAddV2Arg_validator = (source)

Undocumented

MembersDataTransferArg_validator = (source)

Undocumented

MembersDeactivateArg_validator = (source)

Undocumented

MembersDeactivateBaseArg_validator = (source)

Undocumented

MembersDeactivateError_validator = (source)

Undocumented

MembersDeleteProfilePhotoArg_validator = (source)

Undocumented

MembersDeleteProfilePhotoError_validator = (source)

Undocumented

MemberSelectorError_validator = (source)

Undocumented

MembersGetAvailableTeamMemberRolesResult_validator = (source)

Undocumented

MembersGetInfoArgs_validator = (source)

Undocumented

MembersGetInfoError_validator = (source)

Undocumented

MembersGetInfoItem_validator = (source)

Undocumented

MembersGetInfoItemBase_validator = (source)

Undocumented

MembersGetInfoItemV2_validator = (source)

Undocumented

MembersGetInfoResult_validator = (source)

Undocumented

MembersGetInfoV2Arg_validator = (source)

Undocumented

MembersGetInfoV2Result_validator = (source)

Undocumented

MembersInfo_validator = (source)

Undocumented

MembersListArg_validator = (source)

Undocumented

MembersListContinueArg_validator = (source)

Undocumented

MembersListContinueError_validator = (source)

Undocumented

MembersListError_validator = (source)

Undocumented

MembersListResult_validator = (source)

Undocumented

MembersListV2Result_validator = (source)

Undocumented

MembersRecoverArg_validator = (source)

Undocumented

MembersRecoverError_validator = (source)

Undocumented

MembersRemoveArg_validator = (source)

Undocumented

MembersRemoveError_validator = (source)

Undocumented

MembersSendWelcomeError_validator = (source)

Undocumented

MembersSetPermissions2Arg_validator = (source)

Undocumented

MembersSetPermissions2Error_validator = (source)

Undocumented

MembersSetPermissions2Result_validator = (source)

Undocumented

MembersSetPermissionsArg_validator = (source)

Undocumented

MembersSetPermissionsError_validator = (source)

Undocumented

MembersSetPermissionsResult_validator = (source)

Undocumented

MembersSetProfileArg_validator = (source)

Undocumented

MembersSetProfileError_validator = (source)

Undocumented

MembersSetProfilePhotoArg_validator = (source)

Undocumented

MembersSetProfilePhotoError_validator = (source)

Undocumented

MembersSuspendError_validator = (source)

Undocumented

MembersTransferFilesError_validator = (source)

Undocumented

MembersTransferFormerMembersFilesError_validator = (source)

Undocumented

MembersUnsuspendArg_validator = (source)

Undocumented

MembersUnsuspendError_validator = (source)

Undocumented

MobileClientPlatform_validator = (source)

Undocumented

MobileClientSession_validator = (source)

Undocumented

NamespaceMetadata_validator = (source)

Undocumented

namespaces_list = (source)

Undocumented

namespaces_list_continue = (source)

Undocumented

NamespaceType_validator = (source)

Undocumented

NumberPerDay_validator = (source)

Undocumented

Path_validator = (source)

Undocumented

properties_template_add = (source)

Undocumented

properties_template_get = (source)

Undocumented

properties_template_list = (source)

Undocumented

properties_template_update = (source)

Undocumented

RemoveCustomQuotaResult_validator = (source)

Undocumented

RemovedStatus_validator = (source)

Undocumented

reports_get_activity = (source)

Undocumented

reports_get_devices = (source)

Undocumented

reports_get_membership = (source)

Undocumented

reports_get_storage = (source)

Undocumented

ResendSecondaryEmailResult_validator = (source)

Undocumented

ResendVerificationEmailArg_validator = (source)

Undocumented

ResendVerificationEmailResult_validator = (source)

Undocumented

RevokeDesktopClientArg_validator = (source)

Undocumented

RevokeDeviceSessionArg_validator = (source)

Undocumented

RevokeDeviceSessionBatchArg_validator = (source)

Undocumented

RevokeDeviceSessionBatchError_validator = (source)

Undocumented

RevokeDeviceSessionBatchResult_validator = (source)

Undocumented

RevokeDeviceSessionError_validator = (source)

Undocumented

RevokeDeviceSessionStatus_validator = (source)

Undocumented

RevokeLinkedApiAppArg_validator = (source)

Undocumented

RevokeLinkedApiAppBatchArg_validator = (source)

Undocumented

RevokeLinkedAppBatchError_validator = (source)

Undocumented

RevokeLinkedAppBatchResult_validator = (source)

Undocumented

RevokeLinkedAppError_validator = (source)

Undocumented

RevokeLinkedAppStatus_validator = (source)

Undocumented

SetCustomQuotaArg_validator = (source)

Undocumented

SetCustomQuotaError_validator = (source)

Undocumented

sharing_allowlist_add = (source)

Undocumented

sharing_allowlist_list = (source)

Undocumented

sharing_allowlist_list_continue = (source)

Undocumented

sharing_allowlist_remove = (source)

Undocumented

SharingAllowlistAddArgs_validator = (source)

Undocumented

SharingAllowlistAddError_validator = (source)

Undocumented

SharingAllowlistAddResponse_validator = (source)

Undocumented

SharingAllowlistListArg_validator = (source)

Undocumented

SharingAllowlistListContinueArg_validator = (source)

Undocumented

SharingAllowlistListContinueError_validator = (source)

Undocumented

SharingAllowlistListError_validator = (source)

Undocumented

SharingAllowlistListResponse_validator = (source)

Undocumented

SharingAllowlistRemoveArgs_validator = (source)

Undocumented

SharingAllowlistRemoveError_validator = (source)

Undocumented

SharingAllowlistRemoveResponse_validator = (source)

Undocumented

StorageBucket_validator = (source)

Undocumented

team_folder_activate = (source)

Undocumented

team_folder_archive = (source)

Undocumented

team_folder_archive_check = (source)

Undocumented

team_folder_create = (source)

Undocumented

team_folder_get_info = (source)

Undocumented

team_folder_list = (source)

Undocumented

team_folder_list_continue = (source)

Undocumented

team_folder_permanently_delete = (source)

Undocumented

team_folder_rename = (source)

Undocumented

team_folder_update_sync_settings = (source)

Undocumented

TeamFolderAccessError_validator = (source)

Undocumented

TeamFolderActivateError_validator = (source)

Undocumented

TeamFolderArchiveArg_validator = (source)

Undocumented

TeamFolderArchiveError_validator = (source)

Undocumented

TeamFolderArchiveJobStatus_validator = (source)

Undocumented

TeamFolderArchiveLaunch_validator = (source)

Undocumented

TeamFolderCreateArg_validator = (source)

Undocumented

TeamFolderCreateError_validator = (source)

Undocumented

TeamFolderGetInfoItem_validator = (source)

Undocumented

TeamFolderIdArg_validator = (source)

Undocumented

TeamFolderIdListArg_validator = (source)

Undocumented

TeamFolderInvalidStatusError_validator = (source)

Undocumented

TeamFolderListArg_validator = (source)

Undocumented

TeamFolderListContinueArg_validator = (source)

Undocumented

TeamFolderListContinueError_validator = (source)

Undocumented

TeamFolderListError_validator = (source)

Undocumented

TeamFolderListResult_validator = (source)

Undocumented

TeamFolderMetadata_validator = (source)

Undocumented

TeamFolderPermanentlyDeleteError_validator = (source)

Undocumented

TeamFolderRenameArg_validator = (source)

Undocumented

TeamFolderRenameError_validator = (source)

Undocumented

TeamFolderStatus_validator = (source)

Undocumented

TeamFolderTeamSharedDropboxError_validator = (source)

Undocumented

TeamFolderUpdateSyncSettingsArg_validator = (source)

Undocumented

TeamFolderUpdateSyncSettingsError_validator = (source)

Undocumented

TeamGetInfoResult_validator = (source)

Undocumented

TeamMemberInfo_validator = (source)

Undocumented

TeamMemberInfoV2_validator = (source)

Undocumented

TeamMemberInfoV2Result_validator = (source)

Undocumented

TeamMemberProfile_validator = (source)

Undocumented

TeamMemberRole_validator = (source)

Undocumented

TeamMemberRoleId_validator = (source)

Undocumented

TeamMembershipType_validator = (source)

Undocumented

TeamMemberStatus_validator = (source)

Undocumented

TeamNamespacesListArg_validator = (source)

Undocumented

TeamNamespacesListContinueArg_validator = (source)

Undocumented

TeamNamespacesListContinueError_validator = (source)

Undocumented

TeamNamespacesListError_validator = (source)

Undocumented

TeamNamespacesListResult_validator = (source)

Undocumented

TeamReportFailureReason_validator = (source)

Undocumented

token_get_authenticated_admin = (source)

Undocumented

TokenGetAuthenticatedAdminError_validator = (source)

Undocumented

TokenGetAuthenticatedAdminResult_validator = (source)

Undocumented

UploadApiRateLimitValue_validator = (source)

Undocumented

UserAddResult_validator = (source)

Undocumented

UserCustomQuotaArg_validator = (source)

Undocumented

UserCustomQuotaResult_validator = (source)

Undocumented

UserDeleteEmailsResult_validator = (source)

Undocumented

UserDeleteResult_validator = (source)

Undocumented

UserQuota_validator = (source)

Undocumented

UserResendEmailsResult_validator = (source)

Undocumented

UserResendResult_validator = (source)

Undocumented

UserSecondaryEmailsArg_validator = (source)

Undocumented

UserSecondaryEmailsResult_validator = (source)

Undocumented

UserSelectorArg_validator = (source)

Undocumented

UserSelectorError_validator = (source)

Undocumented

UsersSelectorArg_validator = (source)

Undocumented