dropbox.team_log – Team Log

class dropbox.team_log.AccessMethodLogInfo(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Indicates the method in which the action was performed.

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:
classmethod admin_console(val)

Create an instance of this class set to the admin_console tag with value val.

Parameters:val (WebSessionLogInfo) –
Return type:AccessMethodLogInfo
classmethod api(val)

Create an instance of this class set to the api tag with value val.

Parameters:val (ApiSessionLogInfo) –
Return type:AccessMethodLogInfo
classmethod content_manager(val)

Create an instance of this class set to the content_manager tag with value val.

Parameters:val (WebSessionLogInfo) –
Return type:AccessMethodLogInfo
classmethod end_user(val)

Create an instance of this class set to the end_user tag with value val.

Parameters:val (SessionLogInfo) –
Return type:AccessMethodLogInfo
classmethod enterprise_console(val)

Create an instance of this class set to the enterprise_console tag with value val.

Parameters:val (WebSessionLogInfo) –
Return type:AccessMethodLogInfo
get_admin_console()

Admin console session details.

Only call this if is_admin_console() is true.

Return type:WebSessionLogInfo
get_api()

Api session details.

Only call this if is_api() is true.

Return type:ApiSessionLogInfo
get_content_manager()

Content manager session details.

Only call this if is_content_manager() is true.

Return type:WebSessionLogInfo
get_end_user()

End user session details.

Only call this if is_end_user() is true.

Return type:SessionLogInfo
get_enterprise_console()

Enterprise console session details.

Only call this if is_enterprise_console() is true.

Return type:WebSessionLogInfo
get_sign_in_as()

Sign in as session details.

Only call this if is_sign_in_as() is true.

Return type:WebSessionLogInfo
is_admin_console()

Check if the union tag is admin_console.

Return type:bool
is_api()

Check if the union tag is api.

Return type:bool
is_content_manager()

Check if the union tag is content_manager.

Return type:bool
is_end_user()

Check if the union tag is end_user.

Return type:bool
is_enterprise_console()

Check if the union tag is enterprise_console.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_sign_in_as()

Check if the union tag is sign_in_as.

Return type:bool
other = AccessMethodLogInfo(u'other', None)
classmethod sign_in_as(val)

Create an instance of this class set to the sign_in_as tag with value val.

Parameters:val (WebSessionLogInfo) –
Return type:AccessMethodLogInfo
class dropbox.team_log.AccountCaptureAvailability(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.

available = AccountCaptureAvailability(u'available', None)
is_available()

Check if the union tag is available.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_unavailable()

Check if the union tag is unavailable.

Return type:bool
other = AccountCaptureAvailability(u'other', None)
unavailable = AccountCaptureAvailability(u'unavailable', None)
class dropbox.team_log.AccountCaptureChangeAvailabilityDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Granted/revoked option to enable account capture on team domains.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.AccountCaptureChangeAvailabilityType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AccountCaptureChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed account capture setting on team domain.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.AccountCaptureChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AccountCaptureMigrateAccountDetails(domain_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Account-captured user migrated account to team.

Variables:team_log.AccountCaptureMigrateAccountDetails.domain_name – Domain name.
__init__(domain_name=None)

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

domain_name
class dropbox.team_log.AccountCaptureMigrateAccountType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AccountCaptureNotificationEmailsSentDetails(domain_name=None, notification_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Sent account capture email to all unmanaged members.

Variables:team_log.AccountCaptureNotificationEmailsSentDetails.domain_name – Domain name.
:ivar
team_log.AccountCaptureNotificationEmailsSentDetails.notification_type: Account-capture email notification type.
__init__(domain_name=None, notification_type=None)

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

domain_name
notification_type
class dropbox.team_log.AccountCaptureNotificationEmailsSentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AccountCaptureNotificationType(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.

actionable_notification = AccountCaptureNotificationType(u'actionable_notification', None)
is_actionable_notification()

Check if the union tag is actionable_notification.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_proactive_warning_notification()

Check if the union tag is proactive_warning_notification.

Return type:bool
other = AccountCaptureNotificationType(u'other', None)
proactive_warning_notification = AccountCaptureNotificationType(u'proactive_warning_notification', None)
class dropbox.team_log.AccountCapturePolicy(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.

all_users = AccountCapturePolicy(u'all_users', None)
disabled = AccountCapturePolicy(u'disabled', None)
invited_users = AccountCapturePolicy(u'invited_users', None)
is_all_users()

Check if the union tag is all_users.

Return type:bool
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_invited_users()

Check if the union tag is invited_users.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = AccountCapturePolicy(u'other', None)
class dropbox.team_log.AccountCaptureRelinquishAccountDetails(domain_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Account-captured user changed account email to personal email.

Variables:team_log.AccountCaptureRelinquishAccountDetails.domain_name – Domain name.
__init__(domain_name=None)

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

domain_name
class dropbox.team_log.AccountCaptureRelinquishAccountType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AccountLockOrUnlockedDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unlocked/locked account after failed sign in attempts.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.AccountLockOrUnlockedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AccountState(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.

is_locked()

Check if the union tag is locked.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_unlocked()

Check if the union tag is unlocked.

Return type:bool
locked = AccountState(u'locked', None)
other = AccountState(u'other', None)
unlocked = AccountState(u'unlocked', None)
class dropbox.team_log.ActionDetails(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Additional information indicating the action taken that caused status change.

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:
get_remove_action()

Define how the user was removed from the team.

Only call this if is_remove_action() is true.

Return type:MemberRemoveActionType
get_team_invite_details()

Additional information relevant when someone is invited to the team.

Only call this if is_team_invite_details() is true.

Return type:TeamInviteDetails
get_team_join_details()

Additional information relevant when a new member joins the team.

Only call this if is_team_join_details() is true.

Return type:JoinTeamDetails
is_other()

Check if the union tag is other.

Return type:bool
is_remove_action()

Check if the union tag is remove_action.

Return type:bool
is_team_invite_details()

Check if the union tag is team_invite_details.

Return type:bool
is_team_join_details()

Check if the union tag is team_join_details.

Return type:bool
other = ActionDetails(u'other', None)
classmethod remove_action(val)

Create an instance of this class set to the remove_action tag with value val.

Parameters:val (MemberRemoveActionType) –
Return type:ActionDetails
classmethod team_invite_details(val)

Create an instance of this class set to the team_invite_details tag with value val.

Parameters:val (TeamInviteDetails) –
Return type:ActionDetails
classmethod team_join_details(val)

Create an instance of this class set to the team_join_details tag with value val.

Parameters:val (JoinTeamDetails) –
Return type:ActionDetails
class dropbox.team_log.ActorLogInfo(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

The entity who performed the action.

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:
classmethod admin(val)

Create an instance of this class set to the admin tag with value val.

Parameters:val (UserLogInfo) –
Return type:ActorLogInfo
anonymous = ActorLogInfo(u'anonymous', None)
classmethod app(val)

Create an instance of this class set to the app tag with value val.

Parameters:val (AppLogInfo) –
Return type:ActorLogInfo
dropbox = ActorLogInfo(u'dropbox', None)
get_admin()

The admin who did the action.

Only call this if is_admin() is true.

Return type:UserLogInfo
get_app()

The application who did the action.

Only call this if is_app() is true.

Return type:AppLogInfo
get_reseller()

Action done by reseller.

Only call this if is_reseller() is true.

Return type:ResellerLogInfo
get_user()

The user who did the action.

Only call this if is_user() is true.

Return type:UserLogInfo
is_admin()

Check if the union tag is admin.

Return type:bool
is_anonymous()

Check if the union tag is anonymous.

Return type:bool
is_app()

Check if the union tag is app.

Return type:bool
is_dropbox()

Check if the union tag is dropbox.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_reseller()

Check if the union tag is reseller.

Return type:bool
is_user()

Check if the union tag is user.

Return type:bool
other = ActorLogInfo(u'other', None)
classmethod reseller(val)

Create an instance of this class set to the reseller tag with value val.

Parameters:val (ResellerLogInfo) –
Return type:ActorLogInfo
classmethod user(val)

Create an instance of this class set to the user tag with value val.

Parameters:val (UserLogInfo) –
Return type:ActorLogInfo
class dropbox.team_log.AdminAlertCategoryEnum(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Alert category

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.

account_takeover = AdminAlertCategoryEnum(u'account_takeover', None)
data_loss_protection = AdminAlertCategoryEnum(u'data_loss_protection', None)
information_governance = AdminAlertCategoryEnum(u'information_governance', None)
is_account_takeover()

Check if the union tag is account_takeover.

Return type:bool
is_data_loss_protection()

Check if the union tag is data_loss_protection.

Return type:bool
is_information_governance()

Check if the union tag is information_governance.

Return type:bool
is_malware_sharing()

Check if the union tag is malware_sharing.

Return type:bool
is_massive_file_operation()

Check if the union tag is massive_file_operation.

Return type:bool
is_na()

Check if the union tag is na.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_threat_management()

Check if the union tag is threat_management.

Return type:bool
malware_sharing = AdminAlertCategoryEnum(u'malware_sharing', None)
massive_file_operation = AdminAlertCategoryEnum(u'massive_file_operation', None)
na = AdminAlertCategoryEnum(u'na', None)
other = AdminAlertCategoryEnum(u'other', None)
threat_management = AdminAlertCategoryEnum(u'threat_management', None)
class dropbox.team_log.AdminAlertGeneralStateEnum(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Alert state

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.

active = AdminAlertGeneralStateEnum(u'active', None)
dismissed = AdminAlertGeneralStateEnum(u'dismissed', None)
in_progress = AdminAlertGeneralStateEnum(u'in_progress', None)
is_active()

Check if the union tag is active.

Return type:bool
is_dismissed()

Check if the union tag is dismissed.

Return type:bool
is_in_progress()

Check if the union tag is in_progress.

Return type:bool
is_na()

Check if the union tag is na.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_resolved()

Check if the union tag is resolved.

Return type:bool
na = AdminAlertGeneralStateEnum(u'na', None)
other = AdminAlertGeneralStateEnum(u'other', None)
resolved = AdminAlertGeneralStateEnum(u'resolved', None)
class dropbox.team_log.AdminAlertSeverityEnum(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Alert severity

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.

high = AdminAlertSeverityEnum(u'high', None)
info = AdminAlertSeverityEnum(u'info', None)
is_high()

Check if the union tag is high.

Return type:bool
is_info()

Check if the union tag is info.

Return type:bool
is_low()

Check if the union tag is low.

Return type:bool
is_medium()

Check if the union tag is medium.

Return type:bool
is_na()

Check if the union tag is na.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
low = AdminAlertSeverityEnum(u'low', None)
medium = AdminAlertSeverityEnum(u'medium', None)
na = AdminAlertSeverityEnum(u'na', None)
other = AdminAlertSeverityEnum(u'other', None)
class dropbox.team_log.AdminAlertingAlertConfiguration(alert_state=None, sensitivity_level=None, recipients_settings=None, text=None, excluded_file_extensions=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Alert configurations

Variables:
__init__(alert_state=None, sensitivity_level=None, recipients_settings=None, text=None, excluded_file_extensions=None)

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

alert_state
excluded_file_extensions
recipients_settings
sensitivity_level
text
class dropbox.team_log.AdminAlertingAlertSensitivity(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Alert sensitivity

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.

high = AdminAlertingAlertSensitivity(u'high', None)
highest = AdminAlertingAlertSensitivity(u'highest', None)
invalid = AdminAlertingAlertSensitivity(u'invalid', None)
is_high()

Check if the union tag is high.

Return type:bool
is_highest()

Check if the union tag is highest.

Return type:bool
is_invalid()

Check if the union tag is invalid.

Return type:bool
is_low()

Check if the union tag is low.

Return type:bool
is_lowest()

Check if the union tag is lowest.

Return type:bool
is_medium()

Check if the union tag is medium.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
low = AdminAlertingAlertSensitivity(u'low', None)
lowest = AdminAlertingAlertSensitivity(u'lowest', None)
medium = AdminAlertingAlertSensitivity(u'medium', None)
other = AdminAlertingAlertSensitivity(u'other', None)
class dropbox.team_log.AdminAlertingAlertStateChangedDetails(alert_name=None, alert_severity=None, alert_category=None, alert_instance_id=None, previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed an alert state.

Variables:
__init__(alert_name=None, alert_severity=None, alert_category=None, alert_instance_id=None, previous_value=None, new_value=None)

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

alert_category
alert_instance_id
alert_name
alert_severity
new_value
previous_value
class dropbox.team_log.AdminAlertingAlertStateChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AdminAlertingAlertStatePolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling whether an alert can be triggered or not

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.

is_off()

Check if the union tag is off.

Return type:bool
is_on()

Check if the union tag is on.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
off = AdminAlertingAlertStatePolicy(u'off', None)
on = AdminAlertingAlertStatePolicy(u'on', None)
other = AdminAlertingAlertStatePolicy(u'other', None)
class dropbox.team_log.AdminAlertingChangedAlertConfigDetails(alert_name=None, previous_alert_config=None, new_alert_config=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed an alert setting.

Variables:
__init__(alert_name=None, previous_alert_config=None, new_alert_config=None)

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

alert_name
new_alert_config
previous_alert_config
class dropbox.team_log.AdminAlertingChangedAlertConfigType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AdminAlertingTriggeredAlertDetails(alert_name=None, alert_severity=None, alert_category=None, alert_instance_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Triggered security alert.

Variables:
__init__(alert_name=None, alert_severity=None, alert_category=None, alert_instance_id=None)

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

alert_category
alert_instance_id
alert_name
alert_severity
class dropbox.team_log.AdminAlertingTriggeredAlertType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AdminConsoleAppPermission(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.

default_for_listed_apps = AdminConsoleAppPermission(u'default_for_listed_apps', None)
default_for_unlisted_apps = AdminConsoleAppPermission(u'default_for_unlisted_apps', None)
is_default_for_listed_apps()

Check if the union tag is default_for_listed_apps.

Return type:bool
is_default_for_unlisted_apps()

Check if the union tag is default_for_unlisted_apps.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = AdminConsoleAppPermission(u'other', None)
class dropbox.team_log.AdminConsoleAppPolicy(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.

allow = AdminConsoleAppPolicy(u'allow', None)
block = AdminConsoleAppPolicy(u'block', None)
default = AdminConsoleAppPolicy(u'default', None)
is_allow()

Check if the union tag is allow.

Return type:bool
is_block()

Check if the union tag is block.

Return type:bool
is_default()

Check if the union tag is default.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = AdminConsoleAppPolicy(u'other', None)
class dropbox.team_log.AdminEmailRemindersChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed admin reminder settings for requests to join the team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.AdminEmailRemindersChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AdminEmailRemindersPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether team admins receive reminder emails for requests to join the team

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.

default = AdminEmailRemindersPolicy(u'default', None)
disabled = AdminEmailRemindersPolicy(u'disabled', None)
enabled = AdminEmailRemindersPolicy(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 = AdminEmailRemindersPolicy(u'other', None)
class dropbox.team_log.AdminRole(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.

billing_admin = AdminRole(u'billing_admin', None)
compliance_admin = AdminRole(u'compliance_admin', None)
content_admin = AdminRole(u'content_admin', None)
is_billing_admin()

Check if the union tag is billing_admin.

Return type:bool
is_compliance_admin()

Check if the union tag is compliance_admin.

Return type:bool
is_content_admin()

Check if the union tag is content_admin.

Return type:bool
is_limited_admin()

Check if the union tag is limited_admin.

Return type:bool
is_member_only()

Check if the union tag is member_only.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_reporting_admin()

Check if the union tag is reporting_admin.

Return type:bool
is_security_admin()

Check if the union tag is security_admin.

Return type:bool
is_support_admin()

Check if the union tag is support_admin.

Return type:bool
is_team_admin()

Check if the union tag is team_admin.

Return type:bool
is_user_management_admin()

Check if the union tag is user_management_admin.

Return type:bool
limited_admin = AdminRole(u'limited_admin', None)
member_only = AdminRole(u'member_only', None)
other = AdminRole(u'other', None)
reporting_admin = AdminRole(u'reporting_admin', None)
security_admin = AdminRole(u'security_admin', None)
support_admin = AdminRole(u'support_admin', None)
team_admin = AdminRole(u'team_admin', None)
user_management_admin = AdminRole(u'user_management_admin', None)
class dropbox.team_log.AlertRecipientsSettingType(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Alert recipients setting type

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.

custom_list = AlertRecipientsSettingType(u'custom_list', None)
invalid = AlertRecipientsSettingType(u'invalid', None)
is_custom_list()

Check if the union tag is custom_list.

Return type:bool
is_invalid()

Check if the union tag is invalid.

Return type:bool
is_none()

Check if the union tag is none.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_team_admins()

Check if the union tag is team_admins.

Return type:bool
none = AlertRecipientsSettingType(u'none', None)
other = AlertRecipientsSettingType(u'other', None)
team_admins = AlertRecipientsSettingType(u'team_admins', None)
class dropbox.team_log.AllowDownloadDisabledDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Disabled downloads.

__init__()

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

class dropbox.team_log.AllowDownloadDisabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AllowDownloadEnabledDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled downloads.

__init__()

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

class dropbox.team_log.AllowDownloadEnabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ApiSessionLogInfo(request_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Api session.

Variables:team_log.ApiSessionLogInfo.request_id – Api request ID.
__init__(request_id=None)

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

request_id
class dropbox.team_log.AppBlockedByPermissionsDetails(app_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to connect app for member.

Variables:team_log.AppBlockedByPermissionsDetails.app_info – Relevant application details.
__init__(app_info=None)

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

app_info
class dropbox.team_log.AppBlockedByPermissionsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AppLinkTeamDetails(app_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Linked app for team.

Variables:team_log.AppLinkTeamDetails.app_info – Relevant application details.
__init__(app_info=None)

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

app_info
class dropbox.team_log.AppLinkTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AppLinkUserDetails(app_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Linked app for member.

Variables:team_log.AppLinkUserDetails.app_info – Relevant application details.
__init__(app_info=None)

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

app_info
class dropbox.team_log.AppLinkUserType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AppLogInfo(app_id=None, display_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

App’s logged information.

Variables:
__init__(app_id=None, display_name=None)

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

app_id
display_name
class dropbox.team_log.AppPermissionsChangedDetails(previous_value=None, new_value=None, app_name=None, permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed app permissions.

Variables:
__init__(previous_value=None, new_value=None, app_name=None, permission=None)

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

app_name
new_value
permission
previous_value
class dropbox.team_log.AppPermissionsChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AppUnlinkTeamDetails(app_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unlinked app for team.

Variables:team_log.AppUnlinkTeamDetails.app_info – Relevant application details.
__init__(app_info=None)

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

app_info
class dropbox.team_log.AppUnlinkTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AppUnlinkUserDetails(app_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unlinked app for member.

Variables:team_log.AppUnlinkUserDetails.app_info – Relevant application details.
__init__(app_info=None)

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

app_info
class dropbox.team_log.AppUnlinkUserType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ApplyNamingConventionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Applied naming convention.

__init__()

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

class dropbox.team_log.ApplyNamingConventionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.AssetLogInfo(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Asset details.

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:
classmethod file(val)

Create an instance of this class set to the file tag with value val.

Parameters:val (FileLogInfo) –
Return type:AssetLogInfo
classmethod folder(val)

Create an instance of this class set to the folder tag with value val.

Parameters:val (FolderLogInfo) –
Return type:AssetLogInfo
get_file()

File’s details.

Only call this if is_file() is true.

Return type:FileLogInfo
get_folder()

Folder’s details.

Only call this if is_folder() is true.

Return type:FolderLogInfo
get_paper_document()

Paper document’s details.

Only call this if is_paper_document() is true.

Return type:PaperDocumentLogInfo
get_paper_folder()

Paper folder’s details.

Only call this if is_paper_folder() is true.

Return type:PaperFolderLogInfo
get_showcase_document()

Showcase document’s details.

Only call this if is_showcase_document() is true.

Return type:ShowcaseDocumentLogInfo
is_file()

Check if the union tag is file.

Return type:bool
is_folder()

Check if the union tag is folder.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_paper_document()

Check if the union tag is paper_document.

Return type:bool
is_paper_folder()

Check if the union tag is paper_folder.

Return type:bool
is_showcase_document()

Check if the union tag is showcase_document.

Return type:bool
other = AssetLogInfo(u'other', None)
classmethod paper_document(val)

Create an instance of this class set to the paper_document tag with value val.

Parameters:val (PaperDocumentLogInfo) –
Return type:AssetLogInfo
classmethod paper_folder(val)

Create an instance of this class set to the paper_folder tag with value val.

Parameters:val (PaperFolderLogInfo) –
Return type:AssetLogInfo
classmethod showcase_document(val)

Create an instance of this class set to the showcase_document tag with value val.

Parameters:val (ShowcaseDocumentLogInfo) –
Return type:AssetLogInfo
class dropbox.team_log.BackupStatus(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Backup status

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.

disabled = BackupStatus(u'disabled', None)
enabled = BackupStatus(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 = BackupStatus(u'other', None)
class dropbox.team_log.BinderAddPageDetails(event_uuid=None, doc_title=None, binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added Binder page.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
class dropbox.team_log.BinderAddPageType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.BinderAddSectionDetails(event_uuid=None, doc_title=None, binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added Binder section.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
class dropbox.team_log.BinderAddSectionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.BinderRemovePageDetails(event_uuid=None, doc_title=None, binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed Binder page.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
class dropbox.team_log.BinderRemovePageType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.BinderRemoveSectionDetails(event_uuid=None, doc_title=None, binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed Binder section.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
class dropbox.team_log.BinderRemoveSectionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.BinderRenamePageDetails(event_uuid=None, doc_title=None, binder_item_name=None, previous_binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed Binder page.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None, previous_binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
previous_binder_item_name
class dropbox.team_log.BinderRenamePageType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.BinderRenameSectionDetails(event_uuid=None, doc_title=None, binder_item_name=None, previous_binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed Binder section.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None, previous_binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
previous_binder_item_name
class dropbox.team_log.BinderRenameSectionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.BinderReorderPageDetails(event_uuid=None, doc_title=None, binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Reordered Binder page.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
class dropbox.team_log.BinderReorderPageType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.BinderReorderSectionDetails(event_uuid=None, doc_title=None, binder_item_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Reordered Binder section.

Variables:
__init__(event_uuid=None, doc_title=None, binder_item_name=None)

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

binder_item_name
doc_title
event_uuid
class dropbox.team_log.BinderReorderSectionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.CameraUploadsPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if team members can activate camera uploads

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.

disabled = CameraUploadsPolicy(u'disabled', None)
enabled = CameraUploadsPolicy(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 = CameraUploadsPolicy(u'other', None)
class dropbox.team_log.CameraUploadsPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed camera uploads setting for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.CameraUploadsPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.CaptureTranscriptPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether team users can transcription in Capture

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.

default = CaptureTranscriptPolicy(u'default', None)
disabled = CaptureTranscriptPolicy(u'disabled', None)
enabled = CaptureTranscriptPolicy(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 = CaptureTranscriptPolicy(u'other', None)
class dropbox.team_log.CaptureTranscriptPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Capture transcription policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.CaptureTranscriptPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.Certificate(subject=None, issuer=None, issue_date=None, expiration_date=None, serial_number=None, sha1_fingerprint=None, common_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Certificate details.

Variables:
__init__(subject=None, issuer=None, issue_date=None, expiration_date=None, serial_number=None, sha1_fingerprint=None, common_name=None)

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

common_name
expiration_date
issue_date
issuer
serial_number
sha1_fingerprint
subject
class dropbox.team_log.ChangeLinkExpirationPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether the team’s default expiration days policy must be enforced when an externally shared link is updated

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.

allowed = ChangeLinkExpirationPolicy(u'allowed', None)
is_allowed()

Check if the union tag is allowed.

Return type:bool
is_not_allowed()

Check if the union tag is not_allowed.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
not_allowed = ChangeLinkExpirationPolicy(u'not_allowed', None)
other = ChangeLinkExpirationPolicy(u'other', None)
class dropbox.team_log.ChangedEnterpriseAdminRoleDetails(previous_value=None, new_value=None, team_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed enterprise admin role.

Variables:
__init__(previous_value=None, new_value=None, team_name=None)

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

new_value
previous_value
team_name
class dropbox.team_log.ChangedEnterpriseAdminRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ChangedEnterpriseConnectedTeamStatusDetails(action=None, additional_info=None, previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed enterprise-connected team status.

Variables:
__init__(action=None, additional_info=None, previous_value=None, new_value=None)

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

action
additional_info
new_value
previous_value
class dropbox.team_log.ChangedEnterpriseConnectedTeamStatusType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ClassificationChangePolicyDetails(previous_value=None, new_value=None, classification_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed classification policy for team.

Variables:
__init__(previous_value=None, new_value=None, classification_type=None)

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

classification_type
new_value
previous_value
class dropbox.team_log.ClassificationChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ClassificationCreateReportDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created Classification report.

__init__()

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

class dropbox.team_log.ClassificationCreateReportFailDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t create Classification report.

Variables:team_log.ClassificationCreateReportFailDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

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

failure_reason
class dropbox.team_log.ClassificationCreateReportFailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ClassificationCreateReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ClassificationPolicyEnumWrapper(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling team access to the classification feature

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.

disabled = ClassificationPolicyEnumWrapper(u'disabled', None)
enabled = ClassificationPolicyEnumWrapper(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_member_and_team_folders()

Check if the union tag is member_and_team_folders.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_team_folders()

Check if the union tag is team_folders.

Return type:bool
member_and_team_folders = ClassificationPolicyEnumWrapper(u'member_and_team_folders', None)
other = ClassificationPolicyEnumWrapper(u'other', None)
team_folders = ClassificationPolicyEnumWrapper(u'team_folders', None)
class dropbox.team_log.ClassificationType(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

The type of classification (currently only personal information)

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.

is_other()

Check if the union tag is other.

Return type:bool
is_personal_information()

Check if the union tag is personal_information.

Return type:bool
is_pii()

Check if the union tag is pii.

Return type:bool
other = ClassificationType(u'other', None)
personal_information = ClassificationType(u'personal_information', None)
pii = ClassificationType(u'pii', None)
class dropbox.team_log.CollectionShareDetails(album_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Shared album.

Variables:team_log.CollectionShareDetails.album_name – Album name.
__init__(album_name=None)

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

album_name
class dropbox.team_log.CollectionShareType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ComputerBackupPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling team access to computer backup feature

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.

default = ComputerBackupPolicy(u'default', None)
disabled = ComputerBackupPolicy(u'disabled', None)
enabled = ComputerBackupPolicy(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 = ComputerBackupPolicy(u'other', None)
class dropbox.team_log.ComputerBackupPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed computer backup policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.ComputerBackupPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ConnectedTeamName(team=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

The name of the team

Variables:team_log.ConnectedTeamName.team – The name of the team.
__init__(team=None)

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

team
class dropbox.team_log.ContentAdministrationPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed content management setting.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.ContentAdministrationPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ContentPermanentDeletePolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for pemanent content deletion

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.

disabled = ContentPermanentDeletePolicy(u'disabled', None)
enabled = ContentPermanentDeletePolicy(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 = ContentPermanentDeletePolicy(u'other', None)
class dropbox.team_log.ContextLogInfo(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

The primary entity on which the action was done.

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:
anonymous = ContextLogInfo(u'anonymous', None)
get_non_team_member()

Action was done on behalf of a non team member.

Only call this if is_non_team_member() is true.

Return type:NonTeamMemberLogInfo
get_organization_team()

Action was done on behalf of a team that’s part of an organization.

Only call this if is_organization_team() is true.

Return type:TeamLogInfo
get_team_member()

Action was done on behalf of a team member.

Only call this if is_team_member() is true.

Return type:TeamMemberLogInfo
get_trusted_non_team_member()

Action was done on behalf of a trusted non team member.

Only call this if is_trusted_non_team_member() is true.

Return type:TrustedNonTeamMemberLogInfo
is_anonymous()

Check if the union tag is anonymous.

Return type:bool
is_non_team_member()

Check if the union tag is non_team_member.

Return type:bool
is_organization_team()

Check if the union tag is organization_team.

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
is_team_member()

Check if the union tag is team_member.

Return type:bool
is_trusted_non_team_member()

Check if the union tag is trusted_non_team_member.

Return type:bool
classmethod non_team_member(val)

Create an instance of this class set to the non_team_member tag with value val.

Parameters:val (NonTeamMemberLogInfo) –
Return type:ContextLogInfo
classmethod organization_team(val)

Create an instance of this class set to the organization_team tag with value val.

Parameters:val (TeamLogInfo) –
Return type:ContextLogInfo
other = ContextLogInfo(u'other', None)
team = ContextLogInfo(u'team', None)
classmethod team_member(val)

Create an instance of this class set to the team_member tag with value val.

Parameters:val (TeamMemberLogInfo) –
Return type:ContextLogInfo
classmethod trusted_non_team_member(val)

Create an instance of this class set to the trusted_non_team_member tag with value val.

Parameters:val (TrustedNonTeamMemberLogInfo) –
Return type:ContextLogInfo
class dropbox.team_log.CreateFolderDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created folders.

__init__()

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

class dropbox.team_log.CreateFolderType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.CreateTeamInviteLinkDetails(link_url=None, expiry_date=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created team invite link.

Variables:
__init__(link_url=None, expiry_date=None)

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

expiry_date
class dropbox.team_log.CreateTeamInviteLinkType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DataPlacementRestrictionChangePolicyDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Set restrictions on data center locations where team data resides.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.DataPlacementRestrictionChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DataPlacementRestrictionSatisfyPolicyDetails(placement_restriction=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Completed restrictions on data center locations where team data resides.

:ivar
team_log.DataPlacementRestrictionSatisfyPolicyDetails.placement_restriction: Placement restriction.
__init__(placement_restriction=None)

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

placement_restriction
class dropbox.team_log.DataPlacementRestrictionSatisfyPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DataResidencyMigrationRequestSuccessfulDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Requested data residency migration for team data.

__init__()

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

class dropbox.team_log.DataResidencyMigrationRequestSuccessfulType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DataResidencyMigrationRequestUnsuccessfulDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Request for data residency migration for team data has failed.

__init__()

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

class dropbox.team_log.DataResidencyMigrationRequestUnsuccessfulType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DefaultLinkExpirationDaysPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for the default number of days until an externally shared link expires

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.

day_1 = DefaultLinkExpirationDaysPolicy(u'day_1', None)
day_180 = DefaultLinkExpirationDaysPolicy(u'day_180', None)
day_3 = DefaultLinkExpirationDaysPolicy(u'day_3', None)
day_30 = DefaultLinkExpirationDaysPolicy(u'day_30', None)
day_7 = DefaultLinkExpirationDaysPolicy(u'day_7', None)
day_90 = DefaultLinkExpirationDaysPolicy(u'day_90', None)
is_day_1()

Check if the union tag is day_1.

Return type:bool
is_day_180()

Check if the union tag is day_180.

Return type:bool
is_day_3()

Check if the union tag is day_3.

Return type:bool
is_day_30()

Check if the union tag is day_30.

Return type:bool
is_day_7()

Check if the union tag is day_7.

Return type:bool
is_day_90()

Check if the union tag is day_90.

Return type:bool
is_none()

Check if the union tag is none.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_year_1()

Check if the union tag is year_1.

Return type:bool
none = DefaultLinkExpirationDaysPolicy(u'none', None)
other = DefaultLinkExpirationDaysPolicy(u'other', None)
year_1 = DefaultLinkExpirationDaysPolicy(u'year_1', None)
class dropbox.team_log.DeleteTeamInviteLinkDetails(link_url=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted team invite link.

Variables:team_log.DeleteTeamInviteLinkDetails.link_url – The invite link url that was deleted.
__init__(link_url=None)

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

class dropbox.team_log.DeleteTeamInviteLinkType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DesktopDeviceSessionLogInfo(host_name=None, client_type=None, platform=None, is_delete_on_unlink_supported=None, ip_address=None, created=None, updated=None, session_info=None, client_version=None)

Bases: dropbox.team_log.DeviceSessionLogInfo

Information about linked Dropbox desktop client sessions

Variables:
__init__(host_name=None, client_type=None, platform=None, is_delete_on_unlink_supported=None, ip_address=None, created=None, updated=None, session_info=None, client_version=None)

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

client_type
client_version
host_name
platform
session_info
class dropbox.team_log.DesktopSessionLogInfo(session_id=None)

Bases: dropbox.team_log.SessionLogInfo

Desktop session.

__init__(session_id=None)

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

class dropbox.team_log.DeviceApprovalsAddExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added members to device approvals exception list.

__init__()

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

class dropbox.team_log.DeviceApprovalsAddExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceApprovalsChangeDesktopPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Set/removed limit on number of computers member can link to team Dropbox account.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.DeviceApprovalsChangeDesktopPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceApprovalsChangeMobilePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Set/removed limit on number of mobile devices member can link to team Dropbox account.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.DeviceApprovalsChangeMobilePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceApprovalsChangeOverageActionDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed device approvals setting when member is over limit.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.DeviceApprovalsChangeOverageActionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceApprovalsChangeUnlinkActionDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed device approvals setting when member unlinks approved device.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.DeviceApprovalsChangeUnlinkActionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceApprovalsPolicy(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.

is_limited()

Check if the union tag is limited.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_unlimited()

Check if the union tag is unlimited.

Return type:bool
limited = DeviceApprovalsPolicy(u'limited', None)
other = DeviceApprovalsPolicy(u'other', None)
unlimited = DeviceApprovalsPolicy(u'unlimited', None)
class dropbox.team_log.DeviceApprovalsRemoveExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed members from device approvals exception list.

__init__()

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

class dropbox.team_log.DeviceApprovalsRemoveExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceChangeIpDesktopDetails(device_session_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed IP address associated with active desktop session.

Variables:team_log.DeviceChangeIpDesktopDetails.device_session_info – Device’s session logged information.
__init__(device_session_info=None)

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

device_session_info
class dropbox.team_log.DeviceChangeIpDesktopType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceChangeIpMobileDetails(device_session_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed IP address associated with active mobile session.

Variables:team_log.DeviceChangeIpMobileDetails.device_session_info – Device’s session logged information.
__init__(device_session_info=None)

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

device_session_info
class dropbox.team_log.DeviceChangeIpMobileType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceChangeIpWebDetails(user_agent=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed IP address associated with active web session.

Variables:team_log.DeviceChangeIpWebDetails.user_agent – Web browser name.
__init__(user_agent=None)

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

user_agent
class dropbox.team_log.DeviceChangeIpWebType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceDeleteOnUnlinkFailDetails(num_failures=None, session_info=None, display_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to delete all files from unlinked device.

Variables:
__init__(num_failures=None, session_info=None, display_name=None)

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

display_name
num_failures
session_info
class dropbox.team_log.DeviceDeleteOnUnlinkFailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceDeleteOnUnlinkSuccessDetails(session_info=None, display_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted all files from unlinked device.

Variables:
__init__(session_info=None, display_name=None)

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

display_name
session_info
class dropbox.team_log.DeviceDeleteOnUnlinkSuccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceLinkFailDetails(device_type=None, ip_address=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to link device.

Variables:
__init__(device_type=None, ip_address=None)

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

device_type
ip_address
class dropbox.team_log.DeviceLinkFailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceLinkSuccessDetails(device_session_info=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Linked device.

Variables:team_log.DeviceLinkSuccessDetails.device_session_info – Device’s session logged information.
__init__(device_session_info=None)

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

device_session_info
class dropbox.team_log.DeviceLinkSuccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceManagementDisabledDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Disabled device management.

__init__()

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

class dropbox.team_log.DeviceManagementDisabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceManagementEnabledDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled device management.

__init__()

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

class dropbox.team_log.DeviceManagementEnabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceSessionLogInfo(ip_address=None, created=None, updated=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Device’s session logged information.

Variables:
__init__(ip_address=None, created=None, updated=None)

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

created
ip_address
updated
class dropbox.team_log.DeviceSyncBackupStatusChangedDetails(desktop_device_session_info=None, previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled backup for computer.

:ivar
team_log.DeviceSyncBackupStatusChangedDetails.desktop_device_session_info: Device’s session logged information.
Variables:
__init__(desktop_device_session_info=None, previous_value=None, new_value=None)

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

desktop_device_session_info
new_value
previous_value
class dropbox.team_log.DeviceSyncBackupStatusChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DeviceType(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.

desktop = DeviceType(u'desktop', None)
is_desktop()

Check if the union tag is desktop.

Return type:bool
is_mobile()

Check if the union tag is mobile.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
mobile = DeviceType(u'mobile', None)
other = DeviceType(u'other', None)
class dropbox.team_log.DeviceUnlinkDetails(delete_data=None, session_info=None, display_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Disconnected device.

Variables:
__init__(delete_data=None, session_info=None, display_name=None)

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

delete_data
display_name
session_info
class dropbox.team_log.DeviceUnlinkPolicy(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.

is_keep()

Check if the union tag is keep.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_remove()

Check if the union tag is remove.

Return type:bool
keep = DeviceUnlinkPolicy(u'keep', None)
other = DeviceUnlinkPolicy(u'other', None)
remove = DeviceUnlinkPolicy(u'remove', None)
class dropbox.team_log.DeviceUnlinkType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DirectoryRestrictionsAddMembersDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added members to directory restrictions list.

__init__()

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

class dropbox.team_log.DirectoryRestrictionsAddMembersType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DirectoryRestrictionsRemoveMembersDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed members from directory restrictions list.

__init__()

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

class dropbox.team_log.DirectoryRestrictionsRemoveMembersType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DisabledDomainInvitesDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Disabled domain invites.

__init__()

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

class dropbox.team_log.DisabledDomainInvitesType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DispositionActionType(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.

automatic_delete = DispositionActionType(u'automatic_delete', None)
automatic_permanently_delete = DispositionActionType(u'automatic_permanently_delete', None)
is_automatic_delete()

Check if the union tag is automatic_delete.

Return type:bool
is_automatic_permanently_delete()

Check if the union tag is automatic_permanently_delete.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = DispositionActionType(u'other', None)
class dropbox.team_log.DomainInvitesApproveRequestToJoinTeamDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Approved user’s request to join team.

__init__()

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

class dropbox.team_log.DomainInvitesApproveRequestToJoinTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainInvitesDeclineRequestToJoinTeamDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Declined user’s request to join team.

__init__()

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

class dropbox.team_log.DomainInvitesDeclineRequestToJoinTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainInvitesEmailExistingUsersDetails(domain_name=None, num_recipients=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Sent domain invites to existing domain accounts.

Variables:
__init__(domain_name=None, num_recipients=None)

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

domain_name
num_recipients
class dropbox.team_log.DomainInvitesEmailExistingUsersType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainInvitesRequestToJoinTeamDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Requested to join team.

__init__()

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

class dropbox.team_log.DomainInvitesRequestToJoinTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToNoDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Disabled “Automatically invite new users”.

__init__()

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

class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToNoType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToYesDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled “Automatically invite new users”.

__init__()

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

class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToYesType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainVerificationAddDomainFailDetails(domain_name=None, verification_method=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to verify team domain.

Variables:
__init__(domain_name=None, verification_method=None)

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

domain_name
verification_method
class dropbox.team_log.DomainVerificationAddDomainFailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainVerificationAddDomainSuccessDetails(domain_names=None, verification_method=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Verified team domain.

Variables:team_log.DomainVerificationAddDomainSuccessDetails.domain_names – Domain names.
:ivar
team_log.DomainVerificationAddDomainSuccessDetails.verification_method: Domain name verification method. Might be missing due to historical data gap.
__init__(domain_names=None, verification_method=None)

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

domain_names
verification_method
class dropbox.team_log.DomainVerificationAddDomainSuccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DomainVerificationRemoveDomainDetails(domain_names=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed domain from list of verified team domains.

Variables:team_log.DomainVerificationRemoveDomainDetails.domain_names – Domain names.
__init__(domain_names=None)

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

domain_names
class dropbox.team_log.DomainVerificationRemoveDomainType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DownloadPolicyType(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Shared content downloads policy

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.

allow = DownloadPolicyType(u'allow', None)
disallow = DownloadPolicyType(u'disallow', None)
is_allow()

Check if the union tag is allow.

Return type:bool
is_disallow()

Check if the union tag is disallow.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = DownloadPolicyType(u'other', None)
class dropbox.team_log.DropboxPasswordsExportedDetails(platform=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Exported passwords.

Variables:team_log.DropboxPasswordsExportedDetails.platform – The platform the device runs export.
__init__(platform=None)

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

platform
class dropbox.team_log.DropboxPasswordsExportedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DropboxPasswordsNewDeviceEnrolledDetails(is_first_device=None, platform=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enrolled new Dropbox Passwords device.

Variables:
__init__(is_first_device=None, platform=None)

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

is_first_device
platform
class dropbox.team_log.DropboxPasswordsNewDeviceEnrolledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DropboxPasswordsPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether team users can use Dropbox Passwords

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.

default = DropboxPasswordsPolicy(u'default', None)
disabled = DropboxPasswordsPolicy(u'disabled', None)
enabled = DropboxPasswordsPolicy(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 = DropboxPasswordsPolicy(u'other', None)
class dropbox.team_log.DropboxPasswordsPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Dropbox Passwords policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.DropboxPasswordsPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.DurationLogInfo(unit=None, amount=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Represents a time duration: unit and amount

Variables:
__init__(unit=None, amount=None)

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

amount
unit
class dropbox.team_log.EmailIngestPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether a team can use Email to Dropbox feature

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.

disabled = EmailIngestPolicy(u'disabled', None)
enabled = EmailIngestPolicy(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 = EmailIngestPolicy(u'other', None)
class dropbox.team_log.EmailIngestPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed email to Dropbox policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.EmailIngestPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmailIngestReceiveFileDetails(inbox_name=None, attachment_names=None, subject=None, from_name=None, from_email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Received files via Email to Dropbox.

Variables:
__init__(inbox_name=None, attachment_names=None, subject=None, from_name=None, from_email=None)

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

attachment_names
from_email
from_name
inbox_name
subject
class dropbox.team_log.EmailIngestReceiveFileType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmmAddExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added members to EMM exception list.

__init__()

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

class dropbox.team_log.EmmAddExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmmChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled enterprise mobility management for members.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.EmmChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmmCreateExceptionsReportDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created EMM-excluded users report.

__init__()

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

class dropbox.team_log.EmmCreateExceptionsReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmmCreateUsageReportDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created EMM mobile app usage report.

__init__()

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

class dropbox.team_log.EmmCreateUsageReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmmErrorDetails(error_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to sign in via EMM.

Variables:team_log.EmmErrorDetails.error_details – Error details.
__init__(error_details=None)

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

error_details
class dropbox.team_log.EmmErrorType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmmRefreshAuthTokenDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Refreshed auth token used for setting up EMM.

__init__()

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

class dropbox.team_log.EmmRefreshAuthTokenType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EmmRemoveExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed members from EMM exception list.

__init__()

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

class dropbox.team_log.EmmRemoveExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EnabledDomainInvitesDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled domain invites.

__init__()

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

class dropbox.team_log.EnabledDomainInvitesType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EndedEnterpriseAdminSessionDeprecatedDetails(federation_extra_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Ended enterprise admin session.

:ivar
team_log.EndedEnterpriseAdminSessionDeprecatedDetails.federation_extra_details: More information about the organization or team.
__init__(federation_extra_details=None)

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

federation_extra_details
class dropbox.team_log.EndedEnterpriseAdminSessionDeprecatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EndedEnterpriseAdminSessionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Ended enterprise admin session.

__init__()

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

class dropbox.team_log.EndedEnterpriseAdminSessionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EnforceLinkPasswordPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether password must be enforced when an externally shared link is updated

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.

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 = EnforceLinkPasswordPolicy(u'optional', None)
other = EnforceLinkPasswordPolicy(u'other', None)
required = EnforceLinkPasswordPolicy(u'required', None)
class dropbox.team_log.EnterpriseSettingsLockingDetails(team_name=None, settings_page_name=None, previous_settings_page_locking_state=None, new_settings_page_locking_state=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed who can update a setting.

Variables:
:ivar
team_log.EnterpriseSettingsLockingDetails.previous_settings_page_locking_state: Previous locked settings page state.
:ivar
team_log.EnterpriseSettingsLockingDetails.new_settings_page_locking_state: New locked settings page state.
__init__(team_name=None, settings_page_name=None, previous_settings_page_locking_state=None, new_settings_page_locking_state=None)

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

new_settings_page_locking_state
previous_settings_page_locking_state
settings_page_name
team_name
class dropbox.team_log.EnterpriseSettingsLockingType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.EventCategory(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Category of events in event audit log.

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:
admin_alerting = EventCategory(u'admin_alerting', None)
apps = EventCategory(u'apps', None)
comments = EventCategory(u'comments', None)
data_governance = EventCategory(u'data_governance', None)
devices = EventCategory(u'devices', None)
domains = EventCategory(u'domains', None)
file_operations = EventCategory(u'file_operations', None)
file_requests = EventCategory(u'file_requests', None)
groups = EventCategory(u'groups', None)
is_admin_alerting()

Check if the union tag is admin_alerting.

Return type:bool
is_apps()

Check if the union tag is apps.

Return type:bool
is_comments()

Check if the union tag is comments.

Return type:bool
is_data_governance()

Check if the union tag is data_governance.

Return type:bool
is_devices()

Check if the union tag is devices.

Return type:bool
is_domains()

Check if the union tag is domains.

Return type:bool
is_file_operations()

Check if the union tag is file_operations.

Return type:bool
is_file_requests()

Check if the union tag is file_requests.

Return type:bool
is_groups()

Check if the union tag is groups.

Return type:bool
is_logins()

Check if the union tag is logins.

Return type:bool
is_members()

Check if the union tag is members.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_paper()

Check if the union tag is paper.

Return type:bool
is_passwords()

Check if the union tag is passwords.

Return type:bool
is_reports()

Check if the union tag is reports.

Return type:bool
is_sharing()

Check if the union tag is sharing.

Return type:bool
is_showcase()

Check if the union tag is showcase.

Return type:bool
is_sso()

Check if the union tag is sso.

Return type:bool
is_team_folders()

Check if the union tag is team_folders.

Return type:bool
is_team_policies()

Check if the union tag is team_policies.

Return type:bool
is_team_profile()

Check if the union tag is team_profile.

Return type:bool
is_tfa()

Check if the union tag is tfa.

Return type:bool
is_trusted_teams()

Check if the union tag is trusted_teams.

Return type:bool
logins = EventCategory(u'logins', None)
members = EventCategory(u'members', None)
other = EventCategory(u'other', None)
paper = EventCategory(u'paper', None)
passwords = EventCategory(u'passwords', None)
reports = EventCategory(u'reports', None)
sharing = EventCategory(u'sharing', None)
showcase = EventCategory(u'showcase', None)
sso = EventCategory(u'sso', None)
team_folders = EventCategory(u'team_folders', None)
team_policies = EventCategory(u'team_policies', None)
team_profile = EventCategory(u'team_profile', None)
tfa = EventCategory(u'tfa', None)
trusted_teams = EventCategory(u'trusted_teams', None)
class dropbox.team_log.EventDetails(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Additional fields depending on the event type.

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:EventDetails.missing_details (MissingDetails) – Hints that this event was returned with missing details due to an internal error.
classmethod account_capture_change_availability_details(val)

Create an instance of this class set to the account_capture_change_availability_details tag with value val.

Parameters:val (AccountCaptureChangeAvailabilityDetails) –
Return type:EventDetails
classmethod account_capture_change_policy_details(val)

Create an instance of this class set to the account_capture_change_policy_details tag with value val.

Parameters:val (AccountCaptureChangePolicyDetails) –
Return type:EventDetails
classmethod account_capture_migrate_account_details(val)

Create an instance of this class set to the account_capture_migrate_account_details tag with value val.

Parameters:val (AccountCaptureMigrateAccountDetails) –
Return type:EventDetails
classmethod account_capture_notification_emails_sent_details(val)

Create an instance of this class set to the account_capture_notification_emails_sent_details tag with value val.

Parameters:val (AccountCaptureNotificationEmailsSentDetails) –
Return type:EventDetails
classmethod account_capture_relinquish_account_details(val)

Create an instance of this class set to the account_capture_relinquish_account_details tag with value val.

Parameters:val (AccountCaptureRelinquishAccountDetails) –
Return type:EventDetails
classmethod account_lock_or_unlocked_details(val)

Create an instance of this class set to the account_lock_or_unlocked_details tag with value val.

Parameters:val (AccountLockOrUnlockedDetails) –
Return type:EventDetails
classmethod admin_alerting_alert_state_changed_details(val)

Create an instance of this class set to the admin_alerting_alert_state_changed_details tag with value val.

Parameters:val (AdminAlertingAlertStateChangedDetails) –
Return type:EventDetails
classmethod admin_alerting_changed_alert_config_details(val)

Create an instance of this class set to the admin_alerting_changed_alert_config_details tag with value val.

Parameters:val (AdminAlertingChangedAlertConfigDetails) –
Return type:EventDetails
classmethod admin_alerting_triggered_alert_details(val)

Create an instance of this class set to the admin_alerting_triggered_alert_details tag with value val.

Parameters:val (AdminAlertingTriggeredAlertDetails) –
Return type:EventDetails
classmethod admin_email_reminders_changed_details(val)

Create an instance of this class set to the admin_email_reminders_changed_details tag with value val.

Parameters:val (AdminEmailRemindersChangedDetails) –
Return type:EventDetails
classmethod allow_download_disabled_details(val)

Create an instance of this class set to the allow_download_disabled_details tag with value val.

Parameters:val (AllowDownloadDisabledDetails) –
Return type:EventDetails
classmethod allow_download_enabled_details(val)

Create an instance of this class set to the allow_download_enabled_details tag with value val.

Parameters:val (AllowDownloadEnabledDetails) –
Return type:EventDetails
classmethod app_blocked_by_permissions_details(val)

Create an instance of this class set to the app_blocked_by_permissions_details tag with value val.

Parameters:val (AppBlockedByPermissionsDetails) –
Return type:EventDetails

Create an instance of this class set to the app_link_team_details tag with value val.

Parameters:val (AppLinkTeamDetails) –
Return type:EventDetails

Create an instance of this class set to the app_link_user_details tag with value val.

Parameters:val (AppLinkUserDetails) –
Return type:EventDetails
classmethod app_permissions_changed_details(val)

Create an instance of this class set to the app_permissions_changed_details tag with value val.

Parameters:val (AppPermissionsChangedDetails) –
Return type:EventDetails

Create an instance of this class set to the app_unlink_team_details tag with value val.

Parameters:val (AppUnlinkTeamDetails) –
Return type:EventDetails

Create an instance of this class set to the app_unlink_user_details tag with value val.

Parameters:val (AppUnlinkUserDetails) –
Return type:EventDetails
classmethod apply_naming_convention_details(val)

Create an instance of this class set to the apply_naming_convention_details tag with value val.

Parameters:val (ApplyNamingConventionDetails) –
Return type:EventDetails
classmethod binder_add_page_details(val)

Create an instance of this class set to the binder_add_page_details tag with value val.

Parameters:val (BinderAddPageDetails) –
Return type:EventDetails
classmethod binder_add_section_details(val)

Create an instance of this class set to the binder_add_section_details tag with value val.

Parameters:val (BinderAddSectionDetails) –
Return type:EventDetails
classmethod binder_remove_page_details(val)

Create an instance of this class set to the binder_remove_page_details tag with value val.

Parameters:val (BinderRemovePageDetails) –
Return type:EventDetails
classmethod binder_remove_section_details(val)

Create an instance of this class set to the binder_remove_section_details tag with value val.

Parameters:val (BinderRemoveSectionDetails) –
Return type:EventDetails
classmethod binder_rename_page_details(val)

Create an instance of this class set to the binder_rename_page_details tag with value val.

Parameters:val (BinderRenamePageDetails) –
Return type:EventDetails
classmethod binder_rename_section_details(val)

Create an instance of this class set to the binder_rename_section_details tag with value val.

Parameters:val (BinderRenameSectionDetails) –
Return type:EventDetails
classmethod binder_reorder_page_details(val)

Create an instance of this class set to the binder_reorder_page_details tag with value val.

Parameters:val (BinderReorderPageDetails) –
Return type:EventDetails
classmethod binder_reorder_section_details(val)

Create an instance of this class set to the binder_reorder_section_details tag with value val.

Parameters:val (BinderReorderSectionDetails) –
Return type:EventDetails
classmethod camera_uploads_policy_changed_details(val)

Create an instance of this class set to the camera_uploads_policy_changed_details tag with value val.

Parameters:val (CameraUploadsPolicyChangedDetails) –
Return type:EventDetails
classmethod capture_transcript_policy_changed_details(val)

Create an instance of this class set to the capture_transcript_policy_changed_details tag with value val.

Parameters:val (CaptureTranscriptPolicyChangedDetails) –
Return type:EventDetails
classmethod changed_enterprise_admin_role_details(val)

Create an instance of this class set to the changed_enterprise_admin_role_details tag with value val.

Parameters:val (ChangedEnterpriseAdminRoleDetails) –
Return type:EventDetails
classmethod changed_enterprise_connected_team_status_details(val)

Create an instance of this class set to the changed_enterprise_connected_team_status_details tag with value val.

Parameters:val (ChangedEnterpriseConnectedTeamStatusDetails) –
Return type:EventDetails
classmethod classification_change_policy_details(val)

Create an instance of this class set to the classification_change_policy_details tag with value val.

Parameters:val (ClassificationChangePolicyDetails) –
Return type:EventDetails
classmethod classification_create_report_details(val)

Create an instance of this class set to the classification_create_report_details tag with value val.

Parameters:val (ClassificationCreateReportDetails) –
Return type:EventDetails
classmethod classification_create_report_fail_details(val)

Create an instance of this class set to the classification_create_report_fail_details tag with value val.

Parameters:val (ClassificationCreateReportFailDetails) –
Return type:EventDetails
classmethod collection_share_details(val)

Create an instance of this class set to the collection_share_details tag with value val.

Parameters:val (CollectionShareDetails) –
Return type:EventDetails
classmethod computer_backup_policy_changed_details(val)

Create an instance of this class set to the computer_backup_policy_changed_details tag with value val.

Parameters:val (ComputerBackupPolicyChangedDetails) –
Return type:EventDetails
classmethod content_administration_policy_changed_details(val)

Create an instance of this class set to the content_administration_policy_changed_details tag with value val.

Parameters:val (ContentAdministrationPolicyChangedDetails) –
Return type:EventDetails
classmethod create_folder_details(val)

Create an instance of this class set to the create_folder_details tag with value val.

Parameters:val (CreateFolderDetails) –
Return type:EventDetails

Create an instance of this class set to the create_team_invite_link_details tag with value val.

Parameters:val (CreateTeamInviteLinkDetails) –
Return type:EventDetails
classmethod data_placement_restriction_change_policy_details(val)

Create an instance of this class set to the data_placement_restriction_change_policy_details tag with value val.

Parameters:val (DataPlacementRestrictionChangePolicyDetails) –
Return type:EventDetails
classmethod data_placement_restriction_satisfy_policy_details(val)

Create an instance of this class set to the data_placement_restriction_satisfy_policy_details tag with value val.

Parameters:val (DataPlacementRestrictionSatisfyPolicyDetails) –
Return type:EventDetails
classmethod data_residency_migration_request_successful_details(val)

Create an instance of this class set to the data_residency_migration_request_successful_details tag with value val.

Parameters:val (DataResidencyMigrationRequestSuccessfulDetails) –
Return type:EventDetails
classmethod data_residency_migration_request_unsuccessful_details(val)

Create an instance of this class set to the data_residency_migration_request_unsuccessful_details tag with value val.

Parameters:val (DataResidencyMigrationRequestUnsuccessfulDetails) –
Return type:EventDetails

Create an instance of this class set to the delete_team_invite_link_details tag with value val.

Parameters:val (DeleteTeamInviteLinkDetails) –
Return type:EventDetails
classmethod device_approvals_add_exception_details(val)

Create an instance of this class set to the device_approvals_add_exception_details tag with value val.

Parameters:val (DeviceApprovalsAddExceptionDetails) –
Return type:EventDetails
classmethod device_approvals_change_desktop_policy_details(val)

Create an instance of this class set to the device_approvals_change_desktop_policy_details tag with value val.

Parameters:val (DeviceApprovalsChangeDesktopPolicyDetails) –
Return type:EventDetails
classmethod device_approvals_change_mobile_policy_details(val)

Create an instance of this class set to the device_approvals_change_mobile_policy_details tag with value val.

Parameters:val (DeviceApprovalsChangeMobilePolicyDetails) –
Return type:EventDetails
classmethod device_approvals_change_overage_action_details(val)

Create an instance of this class set to the device_approvals_change_overage_action_details tag with value val.

Parameters:val (DeviceApprovalsChangeOverageActionDetails) –
Return type:EventDetails

Create an instance of this class set to the device_approvals_change_unlink_action_details tag with value val.

Parameters:val (DeviceApprovalsChangeUnlinkActionDetails) –
Return type:EventDetails
classmethod device_approvals_remove_exception_details(val)

Create an instance of this class set to the device_approvals_remove_exception_details tag with value val.

Parameters:val (DeviceApprovalsRemoveExceptionDetails) –
Return type:EventDetails
classmethod device_change_ip_desktop_details(val)

Create an instance of this class set to the device_change_ip_desktop_details tag with value val.

Parameters:val (DeviceChangeIpDesktopDetails) –
Return type:EventDetails
classmethod device_change_ip_mobile_details(val)

Create an instance of this class set to the device_change_ip_mobile_details tag with value val.

Parameters:val (DeviceChangeIpMobileDetails) –
Return type:EventDetails
classmethod device_change_ip_web_details(val)

Create an instance of this class set to the device_change_ip_web_details tag with value val.

Parameters:val (DeviceChangeIpWebDetails) –
Return type:EventDetails

Create an instance of this class set to the device_delete_on_unlink_fail_details tag with value val.

Parameters:val (DeviceDeleteOnUnlinkFailDetails) –
Return type:EventDetails

Create an instance of this class set to the device_delete_on_unlink_success_details tag with value val.

Parameters:val (DeviceDeleteOnUnlinkSuccessDetails) –
Return type:EventDetails

Create an instance of this class set to the device_link_fail_details tag with value val.

Parameters:val (DeviceLinkFailDetails) –
Return type:EventDetails

Create an instance of this class set to the device_link_success_details tag with value val.

Parameters:val (DeviceLinkSuccessDetails) –
Return type:EventDetails
classmethod device_management_disabled_details(val)

Create an instance of this class set to the device_management_disabled_details tag with value val.

Parameters:val (DeviceManagementDisabledDetails) –
Return type:EventDetails
classmethod device_management_enabled_details(val)

Create an instance of this class set to the device_management_enabled_details tag with value val.

Parameters:val (DeviceManagementEnabledDetails) –
Return type:EventDetails
classmethod device_sync_backup_status_changed_details(val)

Create an instance of this class set to the device_sync_backup_status_changed_details tag with value val.

Parameters:val (DeviceSyncBackupStatusChangedDetails) –
Return type:EventDetails

Create an instance of this class set to the device_unlink_details tag with value val.

Parameters:val (DeviceUnlinkDetails) –
Return type:EventDetails
classmethod directory_restrictions_add_members_details(val)

Create an instance of this class set to the directory_restrictions_add_members_details tag with value val.

Parameters:val (DirectoryRestrictionsAddMembersDetails) –
Return type:EventDetails
classmethod directory_restrictions_remove_members_details(val)

Create an instance of this class set to the directory_restrictions_remove_members_details tag with value val.

Parameters:val (DirectoryRestrictionsRemoveMembersDetails) –
Return type:EventDetails
classmethod disabled_domain_invites_details(val)

Create an instance of this class set to the disabled_domain_invites_details tag with value val.

Parameters:val (DisabledDomainInvitesDetails) –
Return type:EventDetails
classmethod domain_invites_approve_request_to_join_team_details(val)

Create an instance of this class set to the domain_invites_approve_request_to_join_team_details tag with value val.

Parameters:val (DomainInvitesApproveRequestToJoinTeamDetails) –
Return type:EventDetails
classmethod domain_invites_decline_request_to_join_team_details(val)

Create an instance of this class set to the domain_invites_decline_request_to_join_team_details tag with value val.

Parameters:val (DomainInvitesDeclineRequestToJoinTeamDetails) –
Return type:EventDetails
classmethod domain_invites_email_existing_users_details(val)

Create an instance of this class set to the domain_invites_email_existing_users_details tag with value val.

Parameters:val (DomainInvitesEmailExistingUsersDetails) –
Return type:EventDetails
classmethod domain_invites_request_to_join_team_details(val)

Create an instance of this class set to the domain_invites_request_to_join_team_details tag with value val.

Parameters:val (DomainInvitesRequestToJoinTeamDetails) –
Return type:EventDetails
classmethod domain_invites_set_invite_new_user_pref_to_no_details(val)

Create an instance of this class set to the domain_invites_set_invite_new_user_pref_to_no_details tag with value val.

Parameters:val (DomainInvitesSetInviteNewUserPrefToNoDetails) –
Return type:EventDetails
classmethod domain_invites_set_invite_new_user_pref_to_yes_details(val)

Create an instance of this class set to the domain_invites_set_invite_new_user_pref_to_yes_details tag with value val.

Parameters:val (DomainInvitesSetInviteNewUserPrefToYesDetails) –
Return type:EventDetails
classmethod domain_verification_add_domain_fail_details(val)

Create an instance of this class set to the domain_verification_add_domain_fail_details tag with value val.

Parameters:val (DomainVerificationAddDomainFailDetails) –
Return type:EventDetails
classmethod domain_verification_add_domain_success_details(val)

Create an instance of this class set to the domain_verification_add_domain_success_details tag with value val.

Parameters:val (DomainVerificationAddDomainSuccessDetails) –
Return type:EventDetails
classmethod domain_verification_remove_domain_details(val)

Create an instance of this class set to the domain_verification_remove_domain_details tag with value val.

Parameters:val (DomainVerificationRemoveDomainDetails) –
Return type:EventDetails
classmethod dropbox_passwords_exported_details(val)

Create an instance of this class set to the dropbox_passwords_exported_details tag with value val.

Parameters:val (DropboxPasswordsExportedDetails) –
Return type:EventDetails
classmethod dropbox_passwords_new_device_enrolled_details(val)

Create an instance of this class set to the dropbox_passwords_new_device_enrolled_details tag with value val.

Parameters:val (DropboxPasswordsNewDeviceEnrolledDetails) –
Return type:EventDetails
classmethod dropbox_passwords_policy_changed_details(val)

Create an instance of this class set to the dropbox_passwords_policy_changed_details tag with value val.

Parameters:val (DropboxPasswordsPolicyChangedDetails) –
Return type:EventDetails
classmethod email_ingest_policy_changed_details(val)

Create an instance of this class set to the email_ingest_policy_changed_details tag with value val.

Parameters:val (EmailIngestPolicyChangedDetails) –
Return type:EventDetails
classmethod email_ingest_receive_file_details(val)

Create an instance of this class set to the email_ingest_receive_file_details tag with value val.

Parameters:val (EmailIngestReceiveFileDetails) –
Return type:EventDetails
classmethod emm_add_exception_details(val)

Create an instance of this class set to the emm_add_exception_details tag with value val.

Parameters:val (EmmAddExceptionDetails) –
Return type:EventDetails
classmethod emm_change_policy_details(val)

Create an instance of this class set to the emm_change_policy_details tag with value val.

Parameters:val (EmmChangePolicyDetails) –
Return type:EventDetails
classmethod emm_create_exceptions_report_details(val)

Create an instance of this class set to the emm_create_exceptions_report_details tag with value val.

Parameters:val (EmmCreateExceptionsReportDetails) –
Return type:EventDetails
classmethod emm_create_usage_report_details(val)

Create an instance of this class set to the emm_create_usage_report_details tag with value val.

Parameters:val (EmmCreateUsageReportDetails) –
Return type:EventDetails
classmethod emm_error_details(val)

Create an instance of this class set to the emm_error_details tag with value val.

Parameters:val (EmmErrorDetails) –
Return type:EventDetails
classmethod emm_refresh_auth_token_details(val)

Create an instance of this class set to the emm_refresh_auth_token_details tag with value val.

Parameters:val (EmmRefreshAuthTokenDetails) –
Return type:EventDetails
classmethod emm_remove_exception_details(val)

Create an instance of this class set to the emm_remove_exception_details tag with value val.

Parameters:val (EmmRemoveExceptionDetails) –
Return type:EventDetails
classmethod enabled_domain_invites_details(val)

Create an instance of this class set to the enabled_domain_invites_details tag with value val.

Parameters:val (EnabledDomainInvitesDetails) –
Return type:EventDetails
classmethod ended_enterprise_admin_session_deprecated_details(val)

Create an instance of this class set to the ended_enterprise_admin_session_deprecated_details tag with value val.

Parameters:val (EndedEnterpriseAdminSessionDeprecatedDetails) –
Return type:EventDetails
classmethod ended_enterprise_admin_session_details(val)

Create an instance of this class set to the ended_enterprise_admin_session_details tag with value val.

Parameters:val (EndedEnterpriseAdminSessionDetails) –
Return type:EventDetails
classmethod enterprise_settings_locking_details(val)

Create an instance of this class set to the enterprise_settings_locking_details tag with value val.

Parameters:val (EnterpriseSettingsLockingDetails) –
Return type:EventDetails
classmethod export_members_report_details(val)

Create an instance of this class set to the export_members_report_details tag with value val.

Parameters:val (ExportMembersReportDetails) –
Return type:EventDetails
classmethod export_members_report_fail_details(val)

Create an instance of this class set to the export_members_report_fail_details tag with value val.

Parameters:val (ExportMembersReportFailDetails) –
Return type:EventDetails
classmethod extended_version_history_change_policy_details(val)

Create an instance of this class set to the extended_version_history_change_policy_details tag with value val.

Parameters:val (ExtendedVersionHistoryChangePolicyDetails) –
Return type:EventDetails
classmethod external_drive_backup_eligibility_status_checked_details(val)

Create an instance of this class set to the external_drive_backup_eligibility_status_checked_details tag with value val.

Parameters:val (ExternalDriveBackupEligibilityStatusCheckedDetails) –
Return type:EventDetails
classmethod external_drive_backup_policy_changed_details(val)

Create an instance of this class set to the external_drive_backup_policy_changed_details tag with value val.

Parameters:val (ExternalDriveBackupPolicyChangedDetails) –
Return type:EventDetails
classmethod external_drive_backup_status_changed_details(val)

Create an instance of this class set to the external_drive_backup_status_changed_details tag with value val.

Parameters:val (ExternalDriveBackupStatusChangedDetails) –
Return type:EventDetails
classmethod external_sharing_create_report_details(val)

Create an instance of this class set to the external_sharing_create_report_details tag with value val.

Parameters:val (ExternalSharingCreateReportDetails) –
Return type:EventDetails
classmethod external_sharing_report_failed_details(val)

Create an instance of this class set to the external_sharing_report_failed_details tag with value val.

Parameters:val (ExternalSharingReportFailedDetails) –
Return type:EventDetails
classmethod file_add_comment_details(val)

Create an instance of this class set to the file_add_comment_details tag with value val.

Parameters:val (FileAddCommentDetails) –
Return type:EventDetails
classmethod file_add_details(val)

Create an instance of this class set to the file_add_details tag with value val.

Parameters:val (FileAddDetails) –
Return type:EventDetails
classmethod file_change_comment_subscription_details(val)

Create an instance of this class set to the file_change_comment_subscription_details tag with value val.

Parameters:val (FileChangeCommentSubscriptionDetails) –
Return type:EventDetails
classmethod file_comments_change_policy_details(val)

Create an instance of this class set to the file_comments_change_policy_details tag with value val.

Parameters:val (FileCommentsChangePolicyDetails) –
Return type:EventDetails
classmethod file_copy_details(val)

Create an instance of this class set to the file_copy_details tag with value val.

Parameters:val (FileCopyDetails) –
Return type:EventDetails
classmethod file_delete_comment_details(val)

Create an instance of this class set to the file_delete_comment_details tag with value val.

Parameters:val (FileDeleteCommentDetails) –
Return type:EventDetails
classmethod file_delete_details(val)

Create an instance of this class set to the file_delete_details tag with value val.

Parameters:val (FileDeleteDetails) –
Return type:EventDetails
classmethod file_download_details(val)

Create an instance of this class set to the file_download_details tag with value val.

Parameters:val (FileDownloadDetails) –
Return type:EventDetails
classmethod file_edit_comment_details(val)

Create an instance of this class set to the file_edit_comment_details tag with value val.

Parameters:val (FileEditCommentDetails) –
Return type:EventDetails
classmethod file_edit_details(val)

Create an instance of this class set to the file_edit_details tag with value val.

Parameters:val (FileEditDetails) –
Return type:EventDetails
classmethod file_get_copy_reference_details(val)

Create an instance of this class set to the file_get_copy_reference_details tag with value val.

Parameters:val (FileGetCopyReferenceDetails) –
Return type:EventDetails
classmethod file_like_comment_details(val)

Create an instance of this class set to the file_like_comment_details tag with value val.

Parameters:val (FileLikeCommentDetails) –
Return type:EventDetails
classmethod file_locking_lock_status_changed_details(val)

Create an instance of this class set to the file_locking_lock_status_changed_details tag with value val.

Parameters:val (FileLockingLockStatusChangedDetails) –
Return type:EventDetails
classmethod file_locking_policy_changed_details(val)

Create an instance of this class set to the file_locking_policy_changed_details tag with value val.

Parameters:val (FileLockingPolicyChangedDetails) –
Return type:EventDetails
classmethod file_move_details(val)

Create an instance of this class set to the file_move_details tag with value val.

Parameters:val (FileMoveDetails) –
Return type:EventDetails
classmethod file_permanently_delete_details(val)

Create an instance of this class set to the file_permanently_delete_details tag with value val.

Parameters:val (FilePermanentlyDeleteDetails) –
Return type:EventDetails
classmethod file_preview_details(val)

Create an instance of this class set to the file_preview_details tag with value val.

Parameters:val (FilePreviewDetails) –
Return type:EventDetails
classmethod file_provider_migration_policy_changed_details(val)

Create an instance of this class set to the file_provider_migration_policy_changed_details tag with value val.

Parameters:val (FileProviderMigrationPolicyChangedDetails) –
Return type:EventDetails
classmethod file_rename_details(val)

Create an instance of this class set to the file_rename_details tag with value val.

Parameters:val (FileRenameDetails) –
Return type:EventDetails
classmethod file_request_change_details(val)

Create an instance of this class set to the file_request_change_details tag with value val.

Parameters:val (FileRequestChangeDetails) –
Return type:EventDetails
classmethod file_request_close_details(val)

Create an instance of this class set to the file_request_close_details tag with value val.

Parameters:val (FileRequestCloseDetails) –
Return type:EventDetails
classmethod file_request_create_details(val)

Create an instance of this class set to the file_request_create_details tag with value val.

Parameters:val (FileRequestCreateDetails) –
Return type:EventDetails
classmethod file_request_delete_details(val)

Create an instance of this class set to the file_request_delete_details tag with value val.

Parameters:val (FileRequestDeleteDetails) –
Return type:EventDetails
classmethod file_request_receive_file_details(val)

Create an instance of this class set to the file_request_receive_file_details tag with value val.

Parameters:val (FileRequestReceiveFileDetails) –
Return type:EventDetails
classmethod file_requests_change_policy_details(val)

Create an instance of this class set to the file_requests_change_policy_details tag with value val.

Parameters:val (FileRequestsChangePolicyDetails) –
Return type:EventDetails
classmethod file_requests_emails_enabled_details(val)

Create an instance of this class set to the file_requests_emails_enabled_details tag with value val.

Parameters:val (FileRequestsEmailsEnabledDetails) –
Return type:EventDetails
classmethod file_requests_emails_restricted_to_team_only_details(val)

Create an instance of this class set to the file_requests_emails_restricted_to_team_only_details tag with value val.

Parameters:val (FileRequestsEmailsRestrictedToTeamOnlyDetails) –
Return type:EventDetails
classmethod file_resolve_comment_details(val)

Create an instance of this class set to the file_resolve_comment_details tag with value val.

Parameters:val (FileResolveCommentDetails) –
Return type:EventDetails
classmethod file_restore_details(val)

Create an instance of this class set to the file_restore_details tag with value val.

Parameters:val (FileRestoreDetails) –
Return type:EventDetails
classmethod file_revert_details(val)

Create an instance of this class set to the file_revert_details tag with value val.

Parameters:val (FileRevertDetails) –
Return type:EventDetails
classmethod file_rollback_changes_details(val)

Create an instance of this class set to the file_rollback_changes_details tag with value val.

Parameters:val (FileRollbackChangesDetails) –
Return type:EventDetails
classmethod file_save_copy_reference_details(val)

Create an instance of this class set to the file_save_copy_reference_details tag with value val.

Parameters:val (FileSaveCopyReferenceDetails) –
Return type:EventDetails
classmethod file_transfers_file_add_details(val)

Create an instance of this class set to the file_transfers_file_add_details tag with value val.

Parameters:val (FileTransfersFileAddDetails) –
Return type:EventDetails
classmethod file_transfers_policy_changed_details(val)

Create an instance of this class set to the file_transfers_policy_changed_details tag with value val.

Parameters:val (FileTransfersPolicyChangedDetails) –
Return type:EventDetails
classmethod file_transfers_transfer_delete_details(val)

Create an instance of this class set to the file_transfers_transfer_delete_details tag with value val.

Parameters:val (FileTransfersTransferDeleteDetails) –
Return type:EventDetails
classmethod file_transfers_transfer_download_details(val)

Create an instance of this class set to the file_transfers_transfer_download_details tag with value val.

Parameters:val (FileTransfersTransferDownloadDetails) –
Return type:EventDetails
classmethod file_transfers_transfer_send_details(val)

Create an instance of this class set to the file_transfers_transfer_send_details tag with value val.

Parameters:val (FileTransfersTransferSendDetails) –
Return type:EventDetails
classmethod file_transfers_transfer_view_details(val)

Create an instance of this class set to the file_transfers_transfer_view_details tag with value val.

Parameters:val (FileTransfersTransferViewDetails) –
Return type:EventDetails
classmethod file_unlike_comment_details(val)

Create an instance of this class set to the file_unlike_comment_details tag with value val.

Parameters:val (FileUnlikeCommentDetails) –
Return type:EventDetails
classmethod file_unresolve_comment_details(val)

Create an instance of this class set to the file_unresolve_comment_details tag with value val.

Parameters:val (FileUnresolveCommentDetails) –
Return type:EventDetails

Create an instance of this class set to the folder_link_restriction_policy_changed_details tag with value val.

Parameters:val (FolderLinkRestrictionPolicyChangedDetails) –
Return type:EventDetails
classmethod folder_overview_description_changed_details(val)

Create an instance of this class set to the folder_overview_description_changed_details tag with value val.

Parameters:val (FolderOverviewDescriptionChangedDetails) –
Return type:EventDetails
classmethod folder_overview_item_pinned_details(val)

Create an instance of this class set to the folder_overview_item_pinned_details tag with value val.

Parameters:val (FolderOverviewItemPinnedDetails) –
Return type:EventDetails
classmethod folder_overview_item_unpinned_details(val)

Create an instance of this class set to the folder_overview_item_unpinned_details tag with value val.

Parameters:val (FolderOverviewItemUnpinnedDetails) –
Return type:EventDetails
get_account_capture_change_availability_details()

Only call this if is_account_capture_change_availability_details() is true.

Return type:AccountCaptureChangeAvailabilityDetails
get_account_capture_change_policy_details()

Only call this if is_account_capture_change_policy_details() is true.

Return type:AccountCaptureChangePolicyDetails
get_account_capture_migrate_account_details()

Only call this if is_account_capture_migrate_account_details() is true.

Return type:AccountCaptureMigrateAccountDetails
get_account_capture_notification_emails_sent_details()

Only call this if is_account_capture_notification_emails_sent_details() is true.

Return type:AccountCaptureNotificationEmailsSentDetails
get_account_capture_relinquish_account_details()

Only call this if is_account_capture_relinquish_account_details() is true.

Return type:AccountCaptureRelinquishAccountDetails
get_account_lock_or_unlocked_details()

Only call this if is_account_lock_or_unlocked_details() is true.

Return type:AccountLockOrUnlockedDetails
get_admin_alerting_alert_state_changed_details()

Only call this if is_admin_alerting_alert_state_changed_details() is true.

Return type:AdminAlertingAlertStateChangedDetails
get_admin_alerting_changed_alert_config_details()

Only call this if is_admin_alerting_changed_alert_config_details() is true.

Return type:AdminAlertingChangedAlertConfigDetails
get_admin_alerting_triggered_alert_details()

Only call this if is_admin_alerting_triggered_alert_details() is true.

Return type:AdminAlertingTriggeredAlertDetails
get_admin_email_reminders_changed_details()

Only call this if is_admin_email_reminders_changed_details() is true.

Return type:AdminEmailRemindersChangedDetails
get_allow_download_disabled_details()

Only call this if is_allow_download_disabled_details() is true.

Return type:AllowDownloadDisabledDetails
get_allow_download_enabled_details()

Only call this if is_allow_download_enabled_details() is true.

Return type:AllowDownloadEnabledDetails
get_app_blocked_by_permissions_details()

Only call this if is_app_blocked_by_permissions_details() is true.

Return type:AppBlockedByPermissionsDetails

Only call this if is_app_link_team_details() is true.

Return type:AppLinkTeamDetails

Only call this if is_app_link_user_details() is true.

Return type:AppLinkUserDetails
get_app_permissions_changed_details()

Only call this if is_app_permissions_changed_details() is true.

Return type:AppPermissionsChangedDetails

Only call this if is_app_unlink_team_details() is true.

Return type:AppUnlinkTeamDetails

Only call this if is_app_unlink_user_details() is true.

Return type:AppUnlinkUserDetails
get_apply_naming_convention_details()

Only call this if is_apply_naming_convention_details() is true.

Return type:ApplyNamingConventionDetails
get_binder_add_page_details()

Only call this if is_binder_add_page_details() is true.

Return type:BinderAddPageDetails
get_binder_add_section_details()

Only call this if is_binder_add_section_details() is true.

Return type:BinderAddSectionDetails
get_binder_remove_page_details()

Only call this if is_binder_remove_page_details() is true.

Return type:BinderRemovePageDetails
get_binder_remove_section_details()

Only call this if is_binder_remove_section_details() is true.

Return type:BinderRemoveSectionDetails
get_binder_rename_page_details()

Only call this if is_binder_rename_page_details() is true.

Return type:BinderRenamePageDetails
get_binder_rename_section_details()

Only call this if is_binder_rename_section_details() is true.

Return type:BinderRenameSectionDetails
get_binder_reorder_page_details()

Only call this if is_binder_reorder_page_details() is true.

Return type:BinderReorderPageDetails
get_binder_reorder_section_details()

Only call this if is_binder_reorder_section_details() is true.

Return type:BinderReorderSectionDetails
get_camera_uploads_policy_changed_details()

Only call this if is_camera_uploads_policy_changed_details() is true.

Return type:CameraUploadsPolicyChangedDetails
get_capture_transcript_policy_changed_details()

Only call this if is_capture_transcript_policy_changed_details() is true.

Return type:CaptureTranscriptPolicyChangedDetails
get_changed_enterprise_admin_role_details()

Only call this if is_changed_enterprise_admin_role_details() is true.

Return type:ChangedEnterpriseAdminRoleDetails
get_changed_enterprise_connected_team_status_details()

Only call this if is_changed_enterprise_connected_team_status_details() is true.

Return type:ChangedEnterpriseConnectedTeamStatusDetails
get_classification_change_policy_details()

Only call this if is_classification_change_policy_details() is true.

Return type:ClassificationChangePolicyDetails
get_classification_create_report_details()

Only call this if is_classification_create_report_details() is true.

Return type:ClassificationCreateReportDetails
get_classification_create_report_fail_details()

Only call this if is_classification_create_report_fail_details() is true.

Return type:ClassificationCreateReportFailDetails
get_collection_share_details()

Only call this if is_collection_share_details() is true.

Return type:CollectionShareDetails
get_computer_backup_policy_changed_details()

Only call this if is_computer_backup_policy_changed_details() is true.

Return type:ComputerBackupPolicyChangedDetails
get_content_administration_policy_changed_details()

Only call this if is_content_administration_policy_changed_details() is true.

Return type:ContentAdministrationPolicyChangedDetails
get_create_folder_details()

Only call this if is_create_folder_details() is true.

Return type:CreateFolderDetails

Only call this if is_create_team_invite_link_details() is true.

Return type:CreateTeamInviteLinkDetails
get_data_placement_restriction_change_policy_details()

Only call this if is_data_placement_restriction_change_policy_details() is true.

Return type:DataPlacementRestrictionChangePolicyDetails
get_data_placement_restriction_satisfy_policy_details()

Only call this if is_data_placement_restriction_satisfy_policy_details() is true.

Return type:DataPlacementRestrictionSatisfyPolicyDetails
get_data_residency_migration_request_successful_details()

Only call this if is_data_residency_migration_request_successful_details() is true.

Return type:DataResidencyMigrationRequestSuccessfulDetails
get_data_residency_migration_request_unsuccessful_details()

Only call this if is_data_residency_migration_request_unsuccessful_details() is true.

Return type:DataResidencyMigrationRequestUnsuccessfulDetails

Only call this if is_delete_team_invite_link_details() is true.

Return type:DeleteTeamInviteLinkDetails
get_device_approvals_add_exception_details()

Only call this if is_device_approvals_add_exception_details() is true.

Return type:DeviceApprovalsAddExceptionDetails
get_device_approvals_change_desktop_policy_details()

Only call this if is_device_approvals_change_desktop_policy_details() is true.

Return type:DeviceApprovalsChangeDesktopPolicyDetails
get_device_approvals_change_mobile_policy_details()

Only call this if is_device_approvals_change_mobile_policy_details() is true.

Return type:DeviceApprovalsChangeMobilePolicyDetails
get_device_approvals_change_overage_action_details()

Only call this if is_device_approvals_change_overage_action_details() is true.

Return type:DeviceApprovalsChangeOverageActionDetails

Only call this if is_device_approvals_change_unlink_action_details() is true.

Return type:DeviceApprovalsChangeUnlinkActionDetails
get_device_approvals_remove_exception_details()

Only call this if is_device_approvals_remove_exception_details() is true.

Return type:DeviceApprovalsRemoveExceptionDetails
get_device_change_ip_desktop_details()

Only call this if is_device_change_ip_desktop_details() is true.

Return type:DeviceChangeIpDesktopDetails
get_device_change_ip_mobile_details()

Only call this if is_device_change_ip_mobile_details() is true.

Return type:DeviceChangeIpMobileDetails
get_device_change_ip_web_details()

Only call this if is_device_change_ip_web_details() is true.

Return type:DeviceChangeIpWebDetails

Only call this if is_device_delete_on_unlink_fail_details() is true.

Return type:DeviceDeleteOnUnlinkFailDetails

Only call this if is_device_delete_on_unlink_success_details() is true.

Return type:DeviceDeleteOnUnlinkSuccessDetails

Only call this if is_device_link_fail_details() is true.

Return type:DeviceLinkFailDetails

Only call this if is_device_link_success_details() is true.

Return type:DeviceLinkSuccessDetails
get_device_management_disabled_details()

Only call this if is_device_management_disabled_details() is true.

Return type:DeviceManagementDisabledDetails
get_device_management_enabled_details()

Only call this if is_device_management_enabled_details() is true.

Return type:DeviceManagementEnabledDetails
get_device_sync_backup_status_changed_details()

Only call this if is_device_sync_backup_status_changed_details() is true.

Return type:DeviceSyncBackupStatusChangedDetails

Only call this if is_device_unlink_details() is true.

Return type:DeviceUnlinkDetails
get_directory_restrictions_add_members_details()

Only call this if is_directory_restrictions_add_members_details() is true.

Return type:DirectoryRestrictionsAddMembersDetails
get_directory_restrictions_remove_members_details()

Only call this if is_directory_restrictions_remove_members_details() is true.

Return type:DirectoryRestrictionsRemoveMembersDetails
get_disabled_domain_invites_details()

Only call this if is_disabled_domain_invites_details() is true.

Return type:DisabledDomainInvitesDetails
get_domain_invites_approve_request_to_join_team_details()

Only call this if is_domain_invites_approve_request_to_join_team_details() is true.

Return type:DomainInvitesApproveRequestToJoinTeamDetails
get_domain_invites_decline_request_to_join_team_details()

Only call this if is_domain_invites_decline_request_to_join_team_details() is true.

Return type:DomainInvitesDeclineRequestToJoinTeamDetails
get_domain_invites_email_existing_users_details()

Only call this if is_domain_invites_email_existing_users_details() is true.

Return type:DomainInvitesEmailExistingUsersDetails
get_domain_invites_request_to_join_team_details()

Only call this if is_domain_invites_request_to_join_team_details() is true.

Return type:DomainInvitesRequestToJoinTeamDetails
get_domain_invites_set_invite_new_user_pref_to_no_details()

Only call this if is_domain_invites_set_invite_new_user_pref_to_no_details() is true.

Return type:DomainInvitesSetInviteNewUserPrefToNoDetails
get_domain_invites_set_invite_new_user_pref_to_yes_details()

Only call this if is_domain_invites_set_invite_new_user_pref_to_yes_details() is true.

Return type:DomainInvitesSetInviteNewUserPrefToYesDetails
get_domain_verification_add_domain_fail_details()

Only call this if is_domain_verification_add_domain_fail_details() is true.

Return type:DomainVerificationAddDomainFailDetails
get_domain_verification_add_domain_success_details()

Only call this if is_domain_verification_add_domain_success_details() is true.

Return type:DomainVerificationAddDomainSuccessDetails
get_domain_verification_remove_domain_details()

Only call this if is_domain_verification_remove_domain_details() is true.

Return type:DomainVerificationRemoveDomainDetails
get_dropbox_passwords_exported_details()

Only call this if is_dropbox_passwords_exported_details() is true.

Return type:DropboxPasswordsExportedDetails
get_dropbox_passwords_new_device_enrolled_details()

Only call this if is_dropbox_passwords_new_device_enrolled_details() is true.

Return type:DropboxPasswordsNewDeviceEnrolledDetails
get_dropbox_passwords_policy_changed_details()

Only call this if is_dropbox_passwords_policy_changed_details() is true.

Return type:DropboxPasswordsPolicyChangedDetails
get_email_ingest_policy_changed_details()

Only call this if is_email_ingest_policy_changed_details() is true.

Return type:EmailIngestPolicyChangedDetails
get_email_ingest_receive_file_details()

Only call this if is_email_ingest_receive_file_details() is true.

Return type:EmailIngestReceiveFileDetails
get_emm_add_exception_details()

Only call this if is_emm_add_exception_details() is true.

Return type:EmmAddExceptionDetails
get_emm_change_policy_details()

Only call this if is_emm_change_policy_details() is true.

Return type:EmmChangePolicyDetails
get_emm_create_exceptions_report_details()

Only call this if is_emm_create_exceptions_report_details() is true.

Return type:EmmCreateExceptionsReportDetails
get_emm_create_usage_report_details()

Only call this if is_emm_create_usage_report_details() is true.

Return type:EmmCreateUsageReportDetails
get_emm_error_details()

Only call this if is_emm_error_details() is true.

Return type:EmmErrorDetails
get_emm_refresh_auth_token_details()

Only call this if is_emm_refresh_auth_token_details() is true.

Return type:EmmRefreshAuthTokenDetails
get_emm_remove_exception_details()

Only call this if is_emm_remove_exception_details() is true.

Return type:EmmRemoveExceptionDetails
get_enabled_domain_invites_details()

Only call this if is_enabled_domain_invites_details() is true.

Return type:EnabledDomainInvitesDetails
get_ended_enterprise_admin_session_deprecated_details()

Only call this if is_ended_enterprise_admin_session_deprecated_details() is true.

Return type:EndedEnterpriseAdminSessionDeprecatedDetails
get_ended_enterprise_admin_session_details()

Only call this if is_ended_enterprise_admin_session_details() is true.

Return type:EndedEnterpriseAdminSessionDetails
get_enterprise_settings_locking_details()

Only call this if is_enterprise_settings_locking_details() is true.

Return type:EnterpriseSettingsLockingDetails
get_export_members_report_details()

Only call this if is_export_members_report_details() is true.

Return type:ExportMembersReportDetails
get_export_members_report_fail_details()

Only call this if is_export_members_report_fail_details() is true.

Return type:ExportMembersReportFailDetails
get_extended_version_history_change_policy_details()

Only call this if is_extended_version_history_change_policy_details() is true.

Return type:ExtendedVersionHistoryChangePolicyDetails
get_external_drive_backup_eligibility_status_checked_details()

Only call this if is_external_drive_backup_eligibility_status_checked_details() is true.

Return type:ExternalDriveBackupEligibilityStatusCheckedDetails
get_external_drive_backup_policy_changed_details()

Only call this if is_external_drive_backup_policy_changed_details() is true.

Return type:ExternalDriveBackupPolicyChangedDetails
get_external_drive_backup_status_changed_details()

Only call this if is_external_drive_backup_status_changed_details() is true.

Return type:ExternalDriveBackupStatusChangedDetails
get_external_sharing_create_report_details()

Only call this if is_external_sharing_create_report_details() is true.

Return type:ExternalSharingCreateReportDetails
get_external_sharing_report_failed_details()

Only call this if is_external_sharing_report_failed_details() is true.

Return type:ExternalSharingReportFailedDetails
get_file_add_comment_details()

Only call this if is_file_add_comment_details() is true.

Return type:FileAddCommentDetails
get_file_add_details()

Only call this if is_file_add_details() is true.

Return type:FileAddDetails
get_file_change_comment_subscription_details()

Only call this if is_file_change_comment_subscription_details() is true.

Return type:FileChangeCommentSubscriptionDetails
get_file_comments_change_policy_details()

Only call this if is_file_comments_change_policy_details() is true.

Return type:FileCommentsChangePolicyDetails
get_file_copy_details()

Only call this if is_file_copy_details() is true.

Return type:FileCopyDetails
get_file_delete_comment_details()

Only call this if is_file_delete_comment_details() is true.

Return type:FileDeleteCommentDetails
get_file_delete_details()

Only call this if is_file_delete_details() is true.

Return type:FileDeleteDetails
get_file_download_details()

Only call this if is_file_download_details() is true.

Return type:FileDownloadDetails
get_file_edit_comment_details()

Only call this if is_file_edit_comment_details() is true.

Return type:FileEditCommentDetails
get_file_edit_details()

Only call this if is_file_edit_details() is true.

Return type:FileEditDetails
get_file_get_copy_reference_details()

Only call this if is_file_get_copy_reference_details() is true.

Return type:FileGetCopyReferenceDetails
get_file_like_comment_details()

Only call this if is_file_like_comment_details() is true.

Return type:FileLikeCommentDetails
get_file_locking_lock_status_changed_details()

Only call this if is_file_locking_lock_status_changed_details() is true.

Return type:FileLockingLockStatusChangedDetails
get_file_locking_policy_changed_details()

Only call this if is_file_locking_policy_changed_details() is true.

Return type:FileLockingPolicyChangedDetails
get_file_move_details()

Only call this if is_file_move_details() is true.

Return type:FileMoveDetails
get_file_permanently_delete_details()

Only call this if is_file_permanently_delete_details() is true.

Return type:FilePermanentlyDeleteDetails
get_file_preview_details()

Only call this if is_file_preview_details() is true.

Return type:FilePreviewDetails
get_file_provider_migration_policy_changed_details()

Only call this if is_file_provider_migration_policy_changed_details() is true.

Return type:FileProviderMigrationPolicyChangedDetails
get_file_rename_details()

Only call this if is_file_rename_details() is true.

Return type:FileRenameDetails
get_file_request_change_details()

Only call this if is_file_request_change_details() is true.

Return type:FileRequestChangeDetails
get_file_request_close_details()

Only call this if is_file_request_close_details() is true.

Return type:FileRequestCloseDetails
get_file_request_create_details()

Only call this if is_file_request_create_details() is true.

Return type:FileRequestCreateDetails
get_file_request_delete_details()

Only call this if is_file_request_delete_details() is true.

Return type:FileRequestDeleteDetails
get_file_request_receive_file_details()

Only call this if is_file_request_receive_file_details() is true.

Return type:FileRequestReceiveFileDetails
get_file_requests_change_policy_details()

Only call this if is_file_requests_change_policy_details() is true.

Return type:FileRequestsChangePolicyDetails
get_file_requests_emails_enabled_details()

Only call this if is_file_requests_emails_enabled_details() is true.

Return type:FileRequestsEmailsEnabledDetails
get_file_requests_emails_restricted_to_team_only_details()

Only call this if is_file_requests_emails_restricted_to_team_only_details() is true.

Return type:FileRequestsEmailsRestrictedToTeamOnlyDetails
get_file_resolve_comment_details()

Only call this if is_file_resolve_comment_details() is true.

Return type:FileResolveCommentDetails
get_file_restore_details()

Only call this if is_file_restore_details() is true.

Return type:FileRestoreDetails
get_file_revert_details()

Only call this if is_file_revert_details() is true.

Return type:FileRevertDetails
get_file_rollback_changes_details()

Only call this if is_file_rollback_changes_details() is true.

Return type:FileRollbackChangesDetails
get_file_save_copy_reference_details()

Only call this if is_file_save_copy_reference_details() is true.

Return type:FileSaveCopyReferenceDetails
get_file_transfers_file_add_details()

Only call this if is_file_transfers_file_add_details() is true.

Return type:FileTransfersFileAddDetails
get_file_transfers_policy_changed_details()

Only call this if is_file_transfers_policy_changed_details() is true.

Return type:FileTransfersPolicyChangedDetails
get_file_transfers_transfer_delete_details()

Only call this if is_file_transfers_transfer_delete_details() is true.

Return type:FileTransfersTransferDeleteDetails
get_file_transfers_transfer_download_details()

Only call this if is_file_transfers_transfer_download_details() is true.

Return type:FileTransfersTransferDownloadDetails
get_file_transfers_transfer_send_details()

Only call this if is_file_transfers_transfer_send_details() is true.

Return type:FileTransfersTransferSendDetails
get_file_transfers_transfer_view_details()

Only call this if is_file_transfers_transfer_view_details() is true.

Return type:FileTransfersTransferViewDetails
get_file_unlike_comment_details()

Only call this if is_file_unlike_comment_details() is true.

Return type:FileUnlikeCommentDetails
get_file_unresolve_comment_details()

Only call this if is_file_unresolve_comment_details() is true.

Return type:FileUnresolveCommentDetails

Only call this if is_folder_link_restriction_policy_changed_details() is true.

Return type:FolderLinkRestrictionPolicyChangedDetails
get_folder_overview_description_changed_details()

Only call this if is_folder_overview_description_changed_details() is true.

Return type:FolderOverviewDescriptionChangedDetails
get_folder_overview_item_pinned_details()

Only call this if is_folder_overview_item_pinned_details() is true.

Return type:FolderOverviewItemPinnedDetails
get_folder_overview_item_unpinned_details()

Only call this if is_folder_overview_item_unpinned_details() is true.

Return type:FolderOverviewItemUnpinnedDetails
get_google_sso_change_policy_details()

Only call this if is_google_sso_change_policy_details() is true.

Return type:GoogleSsoChangePolicyDetails
get_governance_policy_add_folder_failed_details()

Only call this if is_governance_policy_add_folder_failed_details() is true.

Return type:GovernancePolicyAddFolderFailedDetails
get_governance_policy_add_folders_details()

Only call this if is_governance_policy_add_folders_details() is true.

Return type:GovernancePolicyAddFoldersDetails
get_governance_policy_content_disposed_details()

Only call this if is_governance_policy_content_disposed_details() is true.

Return type:GovernancePolicyContentDisposedDetails
get_governance_policy_create_details()

Only call this if is_governance_policy_create_details() is true.

Return type:GovernancePolicyCreateDetails
get_governance_policy_delete_details()

Only call this if is_governance_policy_delete_details() is true.

Return type:GovernancePolicyDeleteDetails
get_governance_policy_edit_details_details()

Only call this if is_governance_policy_edit_details_details() is true.

Return type:GovernancePolicyEditDetailsDetails
get_governance_policy_edit_duration_details()

Only call this if is_governance_policy_edit_duration_details() is true.

Return type:GovernancePolicyEditDurationDetails
get_governance_policy_export_created_details()

Only call this if is_governance_policy_export_created_details() is true.

Return type:GovernancePolicyExportCreatedDetails
get_governance_policy_export_removed_details()

Only call this if is_governance_policy_export_removed_details() is true.

Return type:GovernancePolicyExportRemovedDetails
get_governance_policy_remove_folders_details()

Only call this if is_governance_policy_remove_folders_details() is true.

Return type:GovernancePolicyRemoveFoldersDetails
get_governance_policy_report_created_details()

Only call this if is_governance_policy_report_created_details() is true.

Return type:GovernancePolicyReportCreatedDetails
get_governance_policy_zip_part_downloaded_details()

Only call this if is_governance_policy_zip_part_downloaded_details() is true.

Return type:GovernancePolicyZipPartDownloadedDetails
get_group_add_external_id_details()

Only call this if is_group_add_external_id_details() is true.

Return type:GroupAddExternalIdDetails
get_group_add_member_details()

Only call this if is_group_add_member_details() is true.

Return type:GroupAddMemberDetails
get_group_change_external_id_details()

Only call this if is_group_change_external_id_details() is true.

Return type:GroupChangeExternalIdDetails
get_group_change_management_type_details()

Only call this if is_group_change_management_type_details() is true.

Return type:GroupChangeManagementTypeDetails
get_group_change_member_role_details()

Only call this if is_group_change_member_role_details() is true.

Return type:GroupChangeMemberRoleDetails
get_group_create_details()

Only call this if is_group_create_details() is true.

Return type:GroupCreateDetails
get_group_delete_details()

Only call this if is_group_delete_details() is true.

Return type:GroupDeleteDetails
get_group_description_updated_details()

Only call this if is_group_description_updated_details() is true.

Return type:GroupDescriptionUpdatedDetails
get_group_join_policy_updated_details()

Only call this if is_group_join_policy_updated_details() is true.

Return type:GroupJoinPolicyUpdatedDetails
get_group_moved_details()

Only call this if is_group_moved_details() is true.

Return type:GroupMovedDetails
get_group_remove_external_id_details()

Only call this if is_group_remove_external_id_details() is true.

Return type:GroupRemoveExternalIdDetails
get_group_remove_member_details()

Only call this if is_group_remove_member_details() is true.

Return type:GroupRemoveMemberDetails
get_group_rename_details()

Only call this if is_group_rename_details() is true.

Return type:GroupRenameDetails
get_group_user_management_change_policy_details()

Only call this if is_group_user_management_change_policy_details() is true.

Return type:GroupUserManagementChangePolicyDetails
get_guest_admin_change_status_details()

Only call this if is_guest_admin_change_status_details() is true.

Return type:GuestAdminChangeStatusDetails
get_guest_admin_signed_in_via_trusted_teams_details()

Only call this if is_guest_admin_signed_in_via_trusted_teams_details() is true.

Return type:GuestAdminSignedInViaTrustedTeamsDetails
get_guest_admin_signed_out_via_trusted_teams_details()

Only call this if is_guest_admin_signed_out_via_trusted_teams_details() is true.

Return type:GuestAdminSignedOutViaTrustedTeamsDetails
get_integration_connected_details()

Only call this if is_integration_connected_details() is true.

Return type:IntegrationConnectedDetails
get_integration_disconnected_details()

Only call this if is_integration_disconnected_details() is true.

Return type:IntegrationDisconnectedDetails
get_integration_policy_changed_details()

Only call this if is_integration_policy_changed_details() is true.

Return type:IntegrationPolicyChangedDetails
get_invite_acceptance_email_policy_changed_details()

Only call this if is_invite_acceptance_email_policy_changed_details() is true.

Return type:InviteAcceptanceEmailPolicyChangedDetails

Only call this if is_legal_holds_activate_a_hold_details() is true.

Return type:LegalHoldsActivateAHoldDetails

Only call this if is_legal_holds_add_members_details() is true.

Return type:LegalHoldsAddMembersDetails

Only call this if is_legal_holds_change_hold_details_details() is true.

Return type:LegalHoldsChangeHoldDetailsDetails

Only call this if is_legal_holds_change_hold_name_details() is true.

Return type:LegalHoldsChangeHoldNameDetails

Only call this if is_legal_holds_export_a_hold_details() is true.

Return type:LegalHoldsExportAHoldDetails

Only call this if is_legal_holds_export_cancelled_details() is true.

Return type:LegalHoldsExportCancelledDetails

Only call this if is_legal_holds_export_downloaded_details() is true.

Return type:LegalHoldsExportDownloadedDetails

Only call this if is_legal_holds_export_removed_details() is true.

Return type:LegalHoldsExportRemovedDetails

Only call this if is_legal_holds_release_a_hold_details() is true.

Return type:LegalHoldsReleaseAHoldDetails

Only call this if is_legal_holds_remove_members_details() is true.

Return type:LegalHoldsRemoveMembersDetails

Only call this if is_legal_holds_report_a_hold_details() is true.

Return type:LegalHoldsReportAHoldDetails
get_login_fail_details()

Only call this if is_login_fail_details() is true.

Return type:LoginFailDetails
get_login_success_details()

Only call this if is_login_success_details() is true.

Return type:LoginSuccessDetails
get_logout_details()

Only call this if is_logout_details() is true.

Return type:LogoutDetails
get_member_add_external_id_details()

Only call this if is_member_add_external_id_details() is true.

Return type:MemberAddExternalIdDetails
get_member_add_name_details()

Only call this if is_member_add_name_details() is true.

Return type:MemberAddNameDetails
get_member_change_admin_role_details()

Only call this if is_member_change_admin_role_details() is true.

Return type:MemberChangeAdminRoleDetails
get_member_change_email_details()

Only call this if is_member_change_email_details() is true.

Return type:MemberChangeEmailDetails
get_member_change_external_id_details()

Only call this if is_member_change_external_id_details() is true.

Return type:MemberChangeExternalIdDetails
get_member_change_membership_type_details()

Only call this if is_member_change_membership_type_details() is true.

Return type:MemberChangeMembershipTypeDetails
get_member_change_name_details()

Only call this if is_member_change_name_details() is true.

Return type:MemberChangeNameDetails
get_member_change_reseller_role_details()

Only call this if is_member_change_reseller_role_details() is true.

Return type:MemberChangeResellerRoleDetails
get_member_change_status_details()

Only call this if is_member_change_status_details() is true.

Return type:MemberChangeStatusDetails
get_member_delete_manual_contacts_details()

Only call this if is_member_delete_manual_contacts_details() is true.

Return type:MemberDeleteManualContactsDetails
get_member_delete_profile_photo_details()

Only call this if is_member_delete_profile_photo_details() is true.

Return type:MemberDeleteProfilePhotoDetails
get_member_permanently_delete_account_contents_details()

Only call this if is_member_permanently_delete_account_contents_details() is true.

Return type:MemberPermanentlyDeleteAccountContentsDetails
get_member_remove_external_id_details()

Only call this if is_member_remove_external_id_details() is true.

Return type:MemberRemoveExternalIdDetails
get_member_requests_change_policy_details()

Only call this if is_member_requests_change_policy_details() is true.

Return type:MemberRequestsChangePolicyDetails
get_member_send_invite_policy_changed_details()

Only call this if is_member_send_invite_policy_changed_details() is true.

Return type:MemberSendInvitePolicyChangedDetails
get_member_set_profile_photo_details()

Only call this if is_member_set_profile_photo_details() is true.

Return type:MemberSetProfilePhotoDetails
get_member_space_limits_add_custom_quota_details()

Only call this if is_member_space_limits_add_custom_quota_details() is true.

Return type:MemberSpaceLimitsAddCustomQuotaDetails
get_member_space_limits_add_exception_details()

Only call this if is_member_space_limits_add_exception_details() is true.

Return type:MemberSpaceLimitsAddExceptionDetails
get_member_space_limits_change_caps_type_policy_details()

Only call this if is_member_space_limits_change_caps_type_policy_details() is true.

Return type:MemberSpaceLimitsChangeCapsTypePolicyDetails
get_member_space_limits_change_custom_quota_details()

Only call this if is_member_space_limits_change_custom_quota_details() is true.

Return type:MemberSpaceLimitsChangeCustomQuotaDetails
get_member_space_limits_change_policy_details()

Only call this if is_member_space_limits_change_policy_details() is true.

Return type:MemberSpaceLimitsChangePolicyDetails
get_member_space_limits_change_status_details()

Only call this if is_member_space_limits_change_status_details() is true.

Return type:MemberSpaceLimitsChangeStatusDetails
get_member_space_limits_remove_custom_quota_details()

Only call this if is_member_space_limits_remove_custom_quota_details() is true.

Return type:MemberSpaceLimitsRemoveCustomQuotaDetails
get_member_space_limits_remove_exception_details()

Only call this if is_member_space_limits_remove_exception_details() is true.

Return type:MemberSpaceLimitsRemoveExceptionDetails
get_member_suggest_details()

Only call this if is_member_suggest_details() is true.

Return type:MemberSuggestDetails
get_member_suggestions_change_policy_details()

Only call this if is_member_suggestions_change_policy_details() is true.

Return type:MemberSuggestionsChangePolicyDetails
get_member_transfer_account_contents_details()

Only call this if is_member_transfer_account_contents_details() is true.

Return type:MemberTransferAccountContentsDetails
get_microsoft_office_addin_change_policy_details()

Only call this if is_microsoft_office_addin_change_policy_details() is true.

Return type:MicrosoftOfficeAddinChangePolicyDetails
get_missing_details()

Hints that this event was returned with missing details due to an internal error.

Only call this if is_missing_details() is true.

Return type:MissingDetails
get_network_control_change_policy_details()

Only call this if is_network_control_change_policy_details() is true.

Return type:NetworkControlChangePolicyDetails

Only call this if is_no_expiration_link_gen_create_report_details() is true.

Return type:NoExpirationLinkGenCreateReportDetails

Only call this if is_no_expiration_link_gen_report_failed_details() is true.

Return type:NoExpirationLinkGenReportFailedDetails

Only call this if is_no_password_link_gen_create_report_details() is true.

Return type:NoPasswordLinkGenCreateReportDetails

Only call this if is_no_password_link_gen_report_failed_details() is true.

Return type:NoPasswordLinkGenReportFailedDetails

Only call this if is_no_password_link_view_create_report_details() is true.

Return type:NoPasswordLinkViewCreateReportDetails

Only call this if is_no_password_link_view_report_failed_details() is true.

Return type:NoPasswordLinkViewReportFailedDetails
get_note_acl_invite_only_details()

Only call this if is_note_acl_invite_only_details() is true.

Return type:NoteAclInviteOnlyDetails

Only call this if is_note_acl_link_details() is true.

Return type:NoteAclLinkDetails

Only call this if is_note_acl_team_link_details() is true.

Return type:NoteAclTeamLinkDetails
get_note_share_receive_details()

Only call this if is_note_share_receive_details() is true.

Return type:NoteShareReceiveDetails
get_note_shared_details()

Only call this if is_note_shared_details() is true.

Return type:NoteSharedDetails
get_object_label_added_details()

Only call this if is_object_label_added_details() is true.

Return type:ObjectLabelAddedDetails
get_object_label_removed_details()

Only call this if is_object_label_removed_details() is true.

Return type:ObjectLabelRemovedDetails
get_object_label_updated_value_details()

Only call this if is_object_label_updated_value_details() is true.

Return type:ObjectLabelUpdatedValueDetails
get_open_note_shared_details()

Only call this if is_open_note_shared_details() is true.

Return type:OpenNoteSharedDetails
get_organize_folder_with_tidy_details()

Only call this if is_organize_folder_with_tidy_details() is true.

Return type:OrganizeFolderWithTidyDetails

Only call this if is_outdated_link_view_create_report_details() is true.

Return type:OutdatedLinkViewCreateReportDetails

Only call this if is_outdated_link_view_report_failed_details() is true.

Return type:OutdatedLinkViewReportFailedDetails
get_paper_admin_export_start_details()

Only call this if is_paper_admin_export_start_details() is true.

Return type:PaperAdminExportStartDetails
get_paper_change_deployment_policy_details()

Only call this if is_paper_change_deployment_policy_details() is true.

Return type:PaperChangeDeploymentPolicyDetails

Only call this if is_paper_change_member_link_policy_details() is true.

Return type:PaperChangeMemberLinkPolicyDetails
get_paper_change_member_policy_details()

Only call this if is_paper_change_member_policy_details() is true.

Return type:PaperChangeMemberPolicyDetails
get_paper_change_policy_details()

Only call this if is_paper_change_policy_details() is true.

Return type:PaperChangePolicyDetails
get_paper_content_add_member_details()

Only call this if is_paper_content_add_member_details() is true.

Return type:PaperContentAddMemberDetails
get_paper_content_add_to_folder_details()

Only call this if is_paper_content_add_to_folder_details() is true.

Return type:PaperContentAddToFolderDetails
get_paper_content_archive_details()

Only call this if is_paper_content_archive_details() is true.

Return type:PaperContentArchiveDetails
get_paper_content_create_details()

Only call this if is_paper_content_create_details() is true.

Return type:PaperContentCreateDetails
get_paper_content_permanently_delete_details()

Only call this if is_paper_content_permanently_delete_details() is true.

Return type:PaperContentPermanentlyDeleteDetails
get_paper_content_remove_from_folder_details()

Only call this if is_paper_content_remove_from_folder_details() is true.

Return type:PaperContentRemoveFromFolderDetails
get_paper_content_remove_member_details()

Only call this if is_paper_content_remove_member_details() is true.

Return type:PaperContentRemoveMemberDetails
get_paper_content_rename_details()

Only call this if is_paper_content_rename_details() is true.

Return type:PaperContentRenameDetails
get_paper_content_restore_details()

Only call this if is_paper_content_restore_details() is true.

Return type:PaperContentRestoreDetails
get_paper_default_folder_policy_changed_details()

Only call this if is_paper_default_folder_policy_changed_details() is true.

Return type:PaperDefaultFolderPolicyChangedDetails
get_paper_desktop_policy_changed_details()

Only call this if is_paper_desktop_policy_changed_details() is true.

Return type:PaperDesktopPolicyChangedDetails
get_paper_doc_add_comment_details()

Only call this if is_paper_doc_add_comment_details() is true.

Return type:PaperDocAddCommentDetails
get_paper_doc_change_member_role_details()

Only call this if is_paper_doc_change_member_role_details() is true.

Return type:PaperDocChangeMemberRoleDetails
get_paper_doc_change_sharing_policy_details()

Only call this if is_paper_doc_change_sharing_policy_details() is true.

Return type:PaperDocChangeSharingPolicyDetails
get_paper_doc_change_subscription_details()

Only call this if is_paper_doc_change_subscription_details() is true.

Return type:PaperDocChangeSubscriptionDetails
get_paper_doc_delete_comment_details()

Only call this if is_paper_doc_delete_comment_details() is true.

Return type:PaperDocDeleteCommentDetails
get_paper_doc_deleted_details()

Only call this if is_paper_doc_deleted_details() is true.

Return type:PaperDocDeletedDetails
get_paper_doc_download_details()

Only call this if is_paper_doc_download_details() is true.

Return type:PaperDocDownloadDetails
get_paper_doc_edit_comment_details()

Only call this if is_paper_doc_edit_comment_details() is true.

Return type:PaperDocEditCommentDetails
get_paper_doc_edit_details()

Only call this if is_paper_doc_edit_details() is true.

Return type:PaperDocEditDetails
get_paper_doc_followed_details()

Only call this if is_paper_doc_followed_details() is true.

Return type:PaperDocFollowedDetails
get_paper_doc_mention_details()

Only call this if is_paper_doc_mention_details() is true.

Return type:PaperDocMentionDetails
get_paper_doc_ownership_changed_details()

Only call this if is_paper_doc_ownership_changed_details() is true.

Return type:PaperDocOwnershipChangedDetails
get_paper_doc_request_access_details()

Only call this if is_paper_doc_request_access_details() is true.

Return type:PaperDocRequestAccessDetails
get_paper_doc_resolve_comment_details()

Only call this if is_paper_doc_resolve_comment_details() is true.

Return type:PaperDocResolveCommentDetails
get_paper_doc_revert_details()

Only call this if is_paper_doc_revert_details() is true.

Return type:PaperDocRevertDetails
get_paper_doc_slack_share_details()

Only call this if is_paper_doc_slack_share_details() is true.

Return type:PaperDocSlackShareDetails
get_paper_doc_team_invite_details()

Only call this if is_paper_doc_team_invite_details() is true.

Return type:PaperDocTeamInviteDetails
get_paper_doc_trashed_details()

Only call this if is_paper_doc_trashed_details() is true.

Return type:PaperDocTrashedDetails
get_paper_doc_unresolve_comment_details()

Only call this if is_paper_doc_unresolve_comment_details() is true.

Return type:PaperDocUnresolveCommentDetails
get_paper_doc_untrashed_details()

Only call this if is_paper_doc_untrashed_details() is true.

Return type:PaperDocUntrashedDetails
get_paper_doc_view_details()

Only call this if is_paper_doc_view_details() is true.

Return type:PaperDocViewDetails
get_paper_enabled_users_group_addition_details()

Only call this if is_paper_enabled_users_group_addition_details() is true.

Return type:PaperEnabledUsersGroupAdditionDetails
get_paper_enabled_users_group_removal_details()

Only call this if is_paper_enabled_users_group_removal_details() is true.

Return type:PaperEnabledUsersGroupRemovalDetails
get_paper_external_view_allow_details()

Only call this if is_paper_external_view_allow_details() is true.

Return type:PaperExternalViewAllowDetails
get_paper_external_view_default_team_details()

Only call this if is_paper_external_view_default_team_details() is true.

Return type:PaperExternalViewDefaultTeamDetails
get_paper_external_view_forbid_details()

Only call this if is_paper_external_view_forbid_details() is true.

Return type:PaperExternalViewForbidDetails
get_paper_folder_change_subscription_details()

Only call this if is_paper_folder_change_subscription_details() is true.

Return type:PaperFolderChangeSubscriptionDetails
get_paper_folder_deleted_details()

Only call this if is_paper_folder_deleted_details() is true.

Return type:PaperFolderDeletedDetails
get_paper_folder_followed_details()

Only call this if is_paper_folder_followed_details() is true.

Return type:PaperFolderFollowedDetails
get_paper_folder_team_invite_details()

Only call this if is_paper_folder_team_invite_details() is true.

Return type:PaperFolderTeamInviteDetails

Only call this if is_paper_published_link_change_permission_details() is true.

Return type:PaperPublishedLinkChangePermissionDetails

Only call this if is_paper_published_link_create_details() is true.

Return type:PaperPublishedLinkCreateDetails

Only call this if is_paper_published_link_disabled_details() is true.

Return type:PaperPublishedLinkDisabledDetails

Only call this if is_paper_published_link_view_details() is true.

Return type:PaperPublishedLinkViewDetails
get_password_change_details()

Only call this if is_password_change_details() is true.

Return type:PasswordChangeDetails
get_password_reset_all_details()

Only call this if is_password_reset_all_details() is true.

Return type:PasswordResetAllDetails
get_password_reset_details()

Only call this if is_password_reset_details() is true.

Return type:PasswordResetDetails
get_password_strength_requirements_change_policy_details()

Only call this if is_password_strength_requirements_change_policy_details() is true.

Return type:PasswordStrengthRequirementsChangePolicyDetails
get_pending_secondary_email_added_details()

Only call this if is_pending_secondary_email_added_details() is true.

Return type:PendingSecondaryEmailAddedDetails
get_permanent_delete_change_policy_details()

Only call this if is_permanent_delete_change_policy_details() is true.

Return type:PermanentDeleteChangePolicyDetails
get_reseller_support_change_policy_details()

Only call this if is_reseller_support_change_policy_details() is true.

Return type:ResellerSupportChangePolicyDetails
get_reseller_support_session_end_details()

Only call this if is_reseller_support_session_end_details() is true.

Return type:ResellerSupportSessionEndDetails
get_reseller_support_session_start_details()

Only call this if is_reseller_support_session_start_details() is true.

Return type:ResellerSupportSessionStartDetails
get_rewind_folder_details()

Only call this if is_rewind_folder_details() is true.

Return type:RewindFolderDetails
get_rewind_policy_changed_details()

Only call this if is_rewind_policy_changed_details() is true.

Return type:RewindPolicyChangedDetails
get_secondary_email_deleted_details()

Only call this if is_secondary_email_deleted_details() is true.

Return type:SecondaryEmailDeletedDetails
get_secondary_email_verified_details()

Only call this if is_secondary_email_verified_details() is true.

Return type:SecondaryEmailVerifiedDetails
get_secondary_mails_policy_changed_details()

Only call this if is_secondary_mails_policy_changed_details() is true.

Return type:SecondaryMailsPolicyChangedDetails
get_send_for_signature_policy_changed_details()

Only call this if is_send_for_signature_policy_changed_details() is true.

Return type:SendForSignaturePolicyChangedDetails
get_sf_add_group_details()

Only call this if is_sf_add_group_details() is true.

Return type:SfAddGroupDetails

Only call this if is_sf_allow_non_members_to_view_shared_links_details() is true.

Return type:SfAllowNonMembersToViewSharedLinksDetails
get_sf_external_invite_warn_details()

Only call this if is_sf_external_invite_warn_details() is true.

Return type:SfExternalInviteWarnDetails
get_sf_fb_invite_change_role_details()

Only call this if is_sf_fb_invite_change_role_details() is true.

Return type:SfFbInviteChangeRoleDetails
get_sf_fb_invite_details()

Only call this if is_sf_fb_invite_details() is true.

Return type:SfFbInviteDetails
get_sf_fb_uninvite_details()

Only call this if is_sf_fb_uninvite_details() is true.

Return type:SfFbUninviteDetails
get_sf_invite_group_details()

Only call this if is_sf_invite_group_details() is true.

Return type:SfInviteGroupDetails
get_sf_team_grant_access_details()

Only call this if is_sf_team_grant_access_details() is true.

Return type:SfTeamGrantAccessDetails
get_sf_team_invite_change_role_details()

Only call this if is_sf_team_invite_change_role_details() is true.

Return type:SfTeamInviteChangeRoleDetails
get_sf_team_invite_details()

Only call this if is_sf_team_invite_details() is true.

Return type:SfTeamInviteDetails
get_sf_team_join_details()

Only call this if is_sf_team_join_details() is true.

Return type:SfTeamJoinDetails

Only call this if is_sf_team_join_from_oob_link_details() is true.

Return type:SfTeamJoinFromOobLinkDetails
get_sf_team_uninvite_details()

Only call this if is_sf_team_uninvite_details() is true.

Return type:SfTeamUninviteDetails
get_shared_content_add_invitees_details()

Only call this if is_shared_content_add_invitees_details() is true.

Return type:SharedContentAddInviteesDetails

Only call this if is_shared_content_add_link_expiry_details() is true.

Return type:SharedContentAddLinkExpiryDetails

Only call this if is_shared_content_add_link_password_details() is true.

Return type:SharedContentAddLinkPasswordDetails
get_shared_content_add_member_details()

Only call this if is_shared_content_add_member_details() is true.

Return type:SharedContentAddMemberDetails
get_shared_content_change_downloads_policy_details()

Only call this if is_shared_content_change_downloads_policy_details() is true.

Return type:SharedContentChangeDownloadsPolicyDetails
get_shared_content_change_invitee_role_details()

Only call this if is_shared_content_change_invitee_role_details() is true.

Return type:SharedContentChangeInviteeRoleDetails

Only call this if is_shared_content_change_link_audience_details() is true.

Return type:SharedContentChangeLinkAudienceDetails

Only call this if is_shared_content_change_link_expiry_details() is true.

Return type:SharedContentChangeLinkExpiryDetails

Only call this if is_shared_content_change_link_password_details() is true.

Return type:SharedContentChangeLinkPasswordDetails
get_shared_content_change_member_role_details()

Only call this if is_shared_content_change_member_role_details() is true.

Return type:SharedContentChangeMemberRoleDetails
get_shared_content_change_viewer_info_policy_details()

Only call this if is_shared_content_change_viewer_info_policy_details() is true.

Return type:SharedContentChangeViewerInfoPolicyDetails
get_shared_content_claim_invitation_details()

Only call this if is_shared_content_claim_invitation_details() is true.

Return type:SharedContentClaimInvitationDetails
get_shared_content_copy_details()

Only call this if is_shared_content_copy_details() is true.

Return type:SharedContentCopyDetails
get_shared_content_download_details()

Only call this if is_shared_content_download_details() is true.

Return type:SharedContentDownloadDetails
get_shared_content_relinquish_membership_details()

Only call this if is_shared_content_relinquish_membership_details() is true.

Return type:SharedContentRelinquishMembershipDetails
get_shared_content_remove_invitees_details()

Only call this if is_shared_content_remove_invitees_details() is true.

Return type:SharedContentRemoveInviteesDetails

Only call this if is_shared_content_remove_link_expiry_details() is true.

Return type:SharedContentRemoveLinkExpiryDetails

Only call this if is_shared_content_remove_link_password_details() is true.

Return type:SharedContentRemoveLinkPasswordDetails
get_shared_content_remove_member_details()

Only call this if is_shared_content_remove_member_details() is true.

Return type:SharedContentRemoveMemberDetails
get_shared_content_request_access_details()

Only call this if is_shared_content_request_access_details() is true.

Return type:SharedContentRequestAccessDetails
get_shared_content_restore_invitees_details()

Only call this if is_shared_content_restore_invitees_details() is true.

Return type:SharedContentRestoreInviteesDetails
get_shared_content_restore_member_details()

Only call this if is_shared_content_restore_member_details() is true.

Return type:SharedContentRestoreMemberDetails
get_shared_content_unshare_details()

Only call this if is_shared_content_unshare_details() is true.

Return type:SharedContentUnshareDetails
get_shared_content_view_details()

Only call this if is_shared_content_view_details() is true.

Return type:SharedContentViewDetails

Only call this if is_shared_folder_change_link_policy_details() is true.

Return type:SharedFolderChangeLinkPolicyDetails
get_shared_folder_change_members_inheritance_policy_details()

Only call this if is_shared_folder_change_members_inheritance_policy_details() is true.

Return type:SharedFolderChangeMembersInheritancePolicyDetails
get_shared_folder_change_members_management_policy_details()

Only call this if is_shared_folder_change_members_management_policy_details() is true.

Return type:SharedFolderChangeMembersManagementPolicyDetails
get_shared_folder_change_members_policy_details()

Only call this if is_shared_folder_change_members_policy_details() is true.

Return type:SharedFolderChangeMembersPolicyDetails
get_shared_folder_create_details()

Only call this if is_shared_folder_create_details() is true.

Return type:SharedFolderCreateDetails
get_shared_folder_decline_invitation_details()

Only call this if is_shared_folder_decline_invitation_details() is true.

Return type:SharedFolderDeclineInvitationDetails
get_shared_folder_mount_details()

Only call this if is_shared_folder_mount_details() is true.

Return type:SharedFolderMountDetails
get_shared_folder_nest_details()

Only call this if is_shared_folder_nest_details() is true.

Return type:SharedFolderNestDetails
get_shared_folder_transfer_ownership_details()

Only call this if is_shared_folder_transfer_ownership_details() is true.

Return type:SharedFolderTransferOwnershipDetails
get_shared_folder_unmount_details()

Only call this if is_shared_folder_unmount_details() is true.

Return type:SharedFolderUnmountDetails

Only call this if is_shared_link_add_expiry_details() is true.

Return type:SharedLinkAddExpiryDetails

Only call this if is_shared_link_change_expiry_details() is true.

Return type:SharedLinkChangeExpiryDetails

Only call this if is_shared_link_change_visibility_details() is true.

Return type:SharedLinkChangeVisibilityDetails

Only call this if is_shared_link_copy_details() is true.

Return type:SharedLinkCopyDetails

Only call this if is_shared_link_create_details() is true.

Return type:SharedLinkCreateDetails

Only call this if is_shared_link_disable_details() is true.

Return type:SharedLinkDisableDetails

Only call this if is_shared_link_download_details() is true.

Return type:SharedLinkDownloadDetails

Only call this if is_shared_link_remove_expiry_details() is true.

Return type:SharedLinkRemoveExpiryDetails

Only call this if is_shared_link_settings_add_expiration_details() is true.

Return type:SharedLinkSettingsAddExpirationDetails

Only call this if is_shared_link_settings_add_password_details() is true.

Return type:SharedLinkSettingsAddPasswordDetails

Only call this if is_shared_link_settings_allow_download_disabled_details() is true.

Return type:SharedLinkSettingsAllowDownloadDisabledDetails

Only call this if is_shared_link_settings_allow_download_enabled_details() is true.

Return type:SharedLinkSettingsAllowDownloadEnabledDetails

Only call this if is_shared_link_settings_change_audience_details() is true.

Return type:SharedLinkSettingsChangeAudienceDetails

Only call this if is_shared_link_settings_change_expiration_details() is true.

Return type:SharedLinkSettingsChangeExpirationDetails

Only call this if is_shared_link_settings_change_password_details() is true.

Return type:SharedLinkSettingsChangePasswordDetails

Only call this if is_shared_link_settings_remove_expiration_details() is true.

Return type:SharedLinkSettingsRemoveExpirationDetails

Only call this if is_shared_link_settings_remove_password_details() is true.

Return type:SharedLinkSettingsRemovePasswordDetails

Only call this if is_shared_link_share_details() is true.

Return type:SharedLinkShareDetails

Only call this if is_shared_link_view_details() is true.

Return type:SharedLinkViewDetails
get_shared_note_opened_details()

Only call this if is_shared_note_opened_details() is true.

Return type:SharedNoteOpenedDetails
get_sharing_change_folder_join_policy_details()

Only call this if is_sharing_change_folder_join_policy_details() is true.

Return type:SharingChangeFolderJoinPolicyDetails

Only call this if is_sharing_change_link_allow_change_expiration_policy_details() is true.

Return type:SharingChangeLinkAllowChangeExpirationPolicyDetails

Only call this if is_sharing_change_link_default_expiration_policy_details() is true.

Return type:SharingChangeLinkDefaultExpirationPolicyDetails

Only call this if is_sharing_change_link_enforce_password_policy_details() is true.

Return type:SharingChangeLinkEnforcePasswordPolicyDetails

Only call this if is_sharing_change_link_policy_details() is true.

Return type:SharingChangeLinkPolicyDetails
get_sharing_change_member_policy_details()

Only call this if is_sharing_change_member_policy_details() is true.

Return type:SharingChangeMemberPolicyDetails
get_shmodel_disable_downloads_details()

Only call this if is_shmodel_disable_downloads_details() is true.

Return type:ShmodelDisableDownloadsDetails
get_shmodel_enable_downloads_details()

Only call this if is_shmodel_enable_downloads_details() is true.

Return type:ShmodelEnableDownloadsDetails
get_shmodel_group_share_details()

Only call this if is_shmodel_group_share_details() is true.

Return type:ShmodelGroupShareDetails
get_showcase_access_granted_details()

Only call this if is_showcase_access_granted_details() is true.

Return type:ShowcaseAccessGrantedDetails
get_showcase_add_member_details()

Only call this if is_showcase_add_member_details() is true.

Return type:ShowcaseAddMemberDetails
get_showcase_archived_details()

Only call this if is_showcase_archived_details() is true.

Return type:ShowcaseArchivedDetails
get_showcase_change_download_policy_details()

Only call this if is_showcase_change_download_policy_details() is true.

Return type:ShowcaseChangeDownloadPolicyDetails
get_showcase_change_enabled_policy_details()

Only call this if is_showcase_change_enabled_policy_details() is true.

Return type:ShowcaseChangeEnabledPolicyDetails
get_showcase_change_external_sharing_policy_details()

Only call this if is_showcase_change_external_sharing_policy_details() is true.

Return type:ShowcaseChangeExternalSharingPolicyDetails
get_showcase_created_details()

Only call this if is_showcase_created_details() is true.

Return type:ShowcaseCreatedDetails
get_showcase_delete_comment_details()

Only call this if is_showcase_delete_comment_details() is true.

Return type:ShowcaseDeleteCommentDetails
get_showcase_edit_comment_details()

Only call this if is_showcase_edit_comment_details() is true.

Return type:ShowcaseEditCommentDetails
get_showcase_edited_details()

Only call this if is_showcase_edited_details() is true.

Return type:ShowcaseEditedDetails
get_showcase_file_added_details()

Only call this if is_showcase_file_added_details() is true.

Return type:ShowcaseFileAddedDetails
get_showcase_file_download_details()

Only call this if is_showcase_file_download_details() is true.

Return type:ShowcaseFileDownloadDetails
get_showcase_file_removed_details()

Only call this if is_showcase_file_removed_details() is true.

Return type:ShowcaseFileRemovedDetails
get_showcase_file_view_details()

Only call this if is_showcase_file_view_details() is true.

Return type:ShowcaseFileViewDetails
get_showcase_permanently_deleted_details()

Only call this if is_showcase_permanently_deleted_details() is true.

Return type:ShowcasePermanentlyDeletedDetails
get_showcase_post_comment_details()

Only call this if is_showcase_post_comment_details() is true.

Return type:ShowcasePostCommentDetails
get_showcase_remove_member_details()

Only call this if is_showcase_remove_member_details() is true.

Return type:ShowcaseRemoveMemberDetails
get_showcase_renamed_details()

Only call this if is_showcase_renamed_details() is true.

Return type:ShowcaseRenamedDetails
get_showcase_request_access_details()

Only call this if is_showcase_request_access_details() is true.

Return type:ShowcaseRequestAccessDetails
get_showcase_resolve_comment_details()

Only call this if is_showcase_resolve_comment_details() is true.

Return type:ShowcaseResolveCommentDetails
get_showcase_restored_details()

Only call this if is_showcase_restored_details() is true.

Return type:ShowcaseRestoredDetails
get_showcase_trashed_deprecated_details()

Only call this if is_showcase_trashed_deprecated_details() is true.

Return type:ShowcaseTrashedDeprecatedDetails
get_showcase_trashed_details()

Only call this if is_showcase_trashed_details() is true.

Return type:ShowcaseTrashedDetails
get_showcase_unresolve_comment_details()

Only call this if is_showcase_unresolve_comment_details() is true.

Return type:ShowcaseUnresolveCommentDetails
get_showcase_untrashed_deprecated_details()

Only call this if is_showcase_untrashed_deprecated_details() is true.

Return type:ShowcaseUntrashedDeprecatedDetails
get_showcase_untrashed_details()

Only call this if is_showcase_untrashed_details() is true.

Return type:ShowcaseUntrashedDetails
get_showcase_view_details()

Only call this if is_showcase_view_details() is true.

Return type:ShowcaseViewDetails
get_sign_in_as_session_end_details()

Only call this if is_sign_in_as_session_end_details() is true.

Return type:SignInAsSessionEndDetails
get_sign_in_as_session_start_details()

Only call this if is_sign_in_as_session_start_details() is true.

Return type:SignInAsSessionStartDetails
get_smart_sync_change_policy_details()

Only call this if is_smart_sync_change_policy_details() is true.

Return type:SmartSyncChangePolicyDetails
get_smart_sync_create_admin_privilege_report_details()

Only call this if is_smart_sync_create_admin_privilege_report_details() is true.

Return type:SmartSyncCreateAdminPrivilegeReportDetails
get_smart_sync_not_opt_out_details()

Only call this if is_smart_sync_not_opt_out_details() is true.

Return type:SmartSyncNotOptOutDetails
get_smart_sync_opt_out_details()

Only call this if is_smart_sync_opt_out_details() is true.

Return type:SmartSyncOptOutDetails
get_smarter_smart_sync_policy_changed_details()

Only call this if is_smarter_smart_sync_policy_changed_details() is true.

Return type:SmarterSmartSyncPolicyChangedDetails
get_sso_add_cert_details()

Only call this if is_sso_add_cert_details() is true.

Return type:SsoAddCertDetails
get_sso_add_login_url_details()

Only call this if is_sso_add_login_url_details() is true.

Return type:SsoAddLoginUrlDetails
get_sso_add_logout_url_details()

Only call this if is_sso_add_logout_url_details() is true.

Return type:SsoAddLogoutUrlDetails
get_sso_change_cert_details()

Only call this if is_sso_change_cert_details() is true.

Return type:SsoChangeCertDetails
get_sso_change_login_url_details()

Only call this if is_sso_change_login_url_details() is true.

Return type:SsoChangeLoginUrlDetails
get_sso_change_logout_url_details()

Only call this if is_sso_change_logout_url_details() is true.

Return type:SsoChangeLogoutUrlDetails
get_sso_change_policy_details()

Only call this if is_sso_change_policy_details() is true.

Return type:SsoChangePolicyDetails
get_sso_change_saml_identity_mode_details()

Only call this if is_sso_change_saml_identity_mode_details() is true.

Return type:SsoChangeSamlIdentityModeDetails
get_sso_error_details()

Only call this if is_sso_error_details() is true.

Return type:SsoErrorDetails
get_sso_remove_cert_details()

Only call this if is_sso_remove_cert_details() is true.

Return type:SsoRemoveCertDetails
get_sso_remove_login_url_details()

Only call this if is_sso_remove_login_url_details() is true.

Return type:SsoRemoveLoginUrlDetails
get_sso_remove_logout_url_details()

Only call this if is_sso_remove_logout_url_details() is true.

Return type:SsoRemoveLogoutUrlDetails
get_started_enterprise_admin_session_details()

Only call this if is_started_enterprise_admin_session_details() is true.

Return type:StartedEnterpriseAdminSessionDetails
get_team_activity_create_report_details()

Only call this if is_team_activity_create_report_details() is true.

Return type:TeamActivityCreateReportDetails
get_team_activity_create_report_fail_details()

Only call this if is_team_activity_create_report_fail_details() is true.

Return type:TeamActivityCreateReportFailDetails
get_team_branding_policy_changed_details()

Only call this if is_team_branding_policy_changed_details() is true.

Return type:TeamBrandingPolicyChangedDetails
get_team_extensions_policy_changed_details()

Only call this if is_team_extensions_policy_changed_details() is true.

Return type:TeamExtensionsPolicyChangedDetails
get_team_folder_change_status_details()

Only call this if is_team_folder_change_status_details() is true.

Return type:TeamFolderChangeStatusDetails
get_team_folder_create_details()

Only call this if is_team_folder_create_details() is true.

Return type:TeamFolderCreateDetails
get_team_folder_downgrade_details()

Only call this if is_team_folder_downgrade_details() is true.

Return type:TeamFolderDowngradeDetails
get_team_folder_permanently_delete_details()

Only call this if is_team_folder_permanently_delete_details() is true.

Return type:TeamFolderPermanentlyDeleteDetails
get_team_folder_rename_details()

Only call this if is_team_folder_rename_details() is true.

Return type:TeamFolderRenameDetails
get_team_merge_from_details()

Only call this if is_team_merge_from_details() is true.

Return type:TeamMergeFromDetails
get_team_merge_request_accepted_details()

Only call this if is_team_merge_request_accepted_details() is true.

Return type:TeamMergeRequestAcceptedDetails
get_team_merge_request_accepted_shown_to_primary_team_details()

Only call this if is_team_merge_request_accepted_shown_to_primary_team_details() is true.

Return type:TeamMergeRequestAcceptedShownToPrimaryTeamDetails
get_team_merge_request_accepted_shown_to_secondary_team_details()

Only call this if is_team_merge_request_accepted_shown_to_secondary_team_details() is true.

Return type:TeamMergeRequestAcceptedShownToSecondaryTeamDetails
get_team_merge_request_auto_canceled_details()

Only call this if is_team_merge_request_auto_canceled_details() is true.

Return type:TeamMergeRequestAutoCanceledDetails
get_team_merge_request_canceled_details()

Only call this if is_team_merge_request_canceled_details() is true.

Return type:TeamMergeRequestCanceledDetails
get_team_merge_request_canceled_shown_to_primary_team_details()

Only call this if is_team_merge_request_canceled_shown_to_primary_team_details() is true.

Return type:TeamMergeRequestCanceledShownToPrimaryTeamDetails
get_team_merge_request_canceled_shown_to_secondary_team_details()

Only call this if is_team_merge_request_canceled_shown_to_secondary_team_details() is true.

Return type:TeamMergeRequestCanceledShownToSecondaryTeamDetails
get_team_merge_request_expired_details()

Only call this if is_team_merge_request_expired_details() is true.

Return type:TeamMergeRequestExpiredDetails
get_team_merge_request_expired_shown_to_primary_team_details()

Only call this if is_team_merge_request_expired_shown_to_primary_team_details() is true.

Return type:TeamMergeRequestExpiredShownToPrimaryTeamDetails
get_team_merge_request_expired_shown_to_secondary_team_details()

Only call this if is_team_merge_request_expired_shown_to_secondary_team_details() is true.

Return type:TeamMergeRequestExpiredShownToSecondaryTeamDetails
get_team_merge_request_rejected_shown_to_primary_team_details()

Only call this if is_team_merge_request_rejected_shown_to_primary_team_details() is true.

Return type:TeamMergeRequestRejectedShownToPrimaryTeamDetails
get_team_merge_request_rejected_shown_to_secondary_team_details()

Only call this if is_team_merge_request_rejected_shown_to_secondary_team_details() is true.

Return type:TeamMergeRequestRejectedShownToSecondaryTeamDetails
get_team_merge_request_reminder_details()

Only call this if is_team_merge_request_reminder_details() is true.

Return type:TeamMergeRequestReminderDetails
get_team_merge_request_reminder_shown_to_primary_team_details()

Only call this if is_team_merge_request_reminder_shown_to_primary_team_details() is true.

Return type:TeamMergeRequestReminderShownToPrimaryTeamDetails
get_team_merge_request_reminder_shown_to_secondary_team_details()

Only call this if is_team_merge_request_reminder_shown_to_secondary_team_details() is true.

Return type:TeamMergeRequestReminderShownToSecondaryTeamDetails
get_team_merge_request_revoked_details()

Only call this if is_team_merge_request_revoked_details() is true.

Return type:TeamMergeRequestRevokedDetails
get_team_merge_request_sent_shown_to_primary_team_details()

Only call this if is_team_merge_request_sent_shown_to_primary_team_details() is true.

Return type:TeamMergeRequestSentShownToPrimaryTeamDetails
get_team_merge_request_sent_shown_to_secondary_team_details()

Only call this if is_team_merge_request_sent_shown_to_secondary_team_details() is true.

Return type:TeamMergeRequestSentShownToSecondaryTeamDetails
get_team_merge_to_details()

Only call this if is_team_merge_to_details() is true.

Return type:TeamMergeToDetails
get_team_profile_add_background_details()

Only call this if is_team_profile_add_background_details() is true.

Return type:TeamProfileAddBackgroundDetails
get_team_profile_add_logo_details()

Only call this if is_team_profile_add_logo_details() is true.

Return type:TeamProfileAddLogoDetails
get_team_profile_change_background_details()

Only call this if is_team_profile_change_background_details() is true.

Return type:TeamProfileChangeBackgroundDetails
get_team_profile_change_default_language_details()

Only call this if is_team_profile_change_default_language_details() is true.

Return type:TeamProfileChangeDefaultLanguageDetails
get_team_profile_change_logo_details()

Only call this if is_team_profile_change_logo_details() is true.

Return type:TeamProfileChangeLogoDetails
get_team_profile_change_name_details()

Only call this if is_team_profile_change_name_details() is true.

Return type:TeamProfileChangeNameDetails
get_team_profile_remove_background_details()

Only call this if is_team_profile_remove_background_details() is true.

Return type:TeamProfileRemoveBackgroundDetails
get_team_profile_remove_logo_details()

Only call this if is_team_profile_remove_logo_details() is true.

Return type:TeamProfileRemoveLogoDetails
get_team_selective_sync_policy_changed_details()

Only call this if is_team_selective_sync_policy_changed_details() is true.

Return type:TeamSelectiveSyncPolicyChangedDetails
get_team_selective_sync_settings_changed_details()

Only call this if is_team_selective_sync_settings_changed_details() is true.

Return type:TeamSelectiveSyncSettingsChangedDetails
get_team_sharing_whitelist_subjects_changed_details()

Only call this if is_team_sharing_whitelist_subjects_changed_details() is true.

Return type:TeamSharingWhitelistSubjectsChangedDetails
get_tfa_add_backup_phone_details()

Only call this if is_tfa_add_backup_phone_details() is true.

Return type:TfaAddBackupPhoneDetails
get_tfa_add_exception_details()

Only call this if is_tfa_add_exception_details() is true.

Return type:TfaAddExceptionDetails
get_tfa_add_security_key_details()

Only call this if is_tfa_add_security_key_details() is true.

Return type:TfaAddSecurityKeyDetails
get_tfa_change_backup_phone_details()

Only call this if is_tfa_change_backup_phone_details() is true.

Return type:TfaChangeBackupPhoneDetails
get_tfa_change_policy_details()

Only call this if is_tfa_change_policy_details() is true.

Return type:TfaChangePolicyDetails
get_tfa_change_status_details()

Only call this if is_tfa_change_status_details() is true.

Return type:TfaChangeStatusDetails
get_tfa_remove_backup_phone_details()

Only call this if is_tfa_remove_backup_phone_details() is true.

Return type:TfaRemoveBackupPhoneDetails
get_tfa_remove_exception_details()

Only call this if is_tfa_remove_exception_details() is true.

Return type:TfaRemoveExceptionDetails
get_tfa_remove_security_key_details()

Only call this if is_tfa_remove_security_key_details() is true.

Return type:TfaRemoveSecurityKeyDetails
get_tfa_reset_details()

Only call this if is_tfa_reset_details() is true.

Return type:TfaResetDetails
get_two_account_change_policy_details()

Only call this if is_two_account_change_policy_details() is true.

Return type:TwoAccountChangePolicyDetails
get_undo_naming_convention_details()

Only call this if is_undo_naming_convention_details() is true.

Return type:UndoNamingConventionDetails
get_undo_organize_folder_with_tidy_details()

Only call this if is_undo_organize_folder_with_tidy_details() is true.

Return type:UndoOrganizeFolderWithTidyDetails
get_user_tags_added_details()

Only call this if is_user_tags_added_details() is true.

Return type:UserTagsAddedDetails
get_user_tags_removed_details()

Only call this if is_user_tags_removed_details() is true.

Return type:UserTagsRemovedDetails
get_viewer_info_policy_changed_details()

Only call this if is_viewer_info_policy_changed_details() is true.

Return type:ViewerInfoPolicyChangedDetails
get_watermarking_policy_changed_details()

Only call this if is_watermarking_policy_changed_details() is true.

Return type:WatermarkingPolicyChangedDetails
get_web_sessions_change_active_session_limit_details()

Only call this if is_web_sessions_change_active_session_limit_details() is true.

Return type:WebSessionsChangeActiveSessionLimitDetails
get_web_sessions_change_fixed_length_policy_details()

Only call this if is_web_sessions_change_fixed_length_policy_details() is true.

Return type:WebSessionsChangeFixedLengthPolicyDetails
get_web_sessions_change_idle_length_policy_details()

Only call this if is_web_sessions_change_idle_length_policy_details() is true.

Return type:WebSessionsChangeIdleLengthPolicyDetails
classmethod google_sso_change_policy_details(val)

Create an instance of this class set to the google_sso_change_policy_details tag with value val.

Parameters:val (GoogleSsoChangePolicyDetails) –
Return type:EventDetails
classmethod governance_policy_add_folder_failed_details(val)

Create an instance of this class set to the governance_policy_add_folder_failed_details tag with value val.

Parameters:val (GovernancePolicyAddFolderFailedDetails) –
Return type:EventDetails
classmethod governance_policy_add_folders_details(val)

Create an instance of this class set to the governance_policy_add_folders_details tag with value val.

Parameters:val (GovernancePolicyAddFoldersDetails) –
Return type:EventDetails
classmethod governance_policy_content_disposed_details(val)

Create an instance of this class set to the governance_policy_content_disposed_details tag with value val.

Parameters:val (GovernancePolicyContentDisposedDetails) –
Return type:EventDetails
classmethod governance_policy_create_details(val)

Create an instance of this class set to the governance_policy_create_details tag with value val.

Parameters:val (GovernancePolicyCreateDetails) –
Return type:EventDetails
classmethod governance_policy_delete_details(val)

Create an instance of this class set to the governance_policy_delete_details tag with value val.

Parameters:val (GovernancePolicyDeleteDetails) –
Return type:EventDetails
classmethod governance_policy_edit_details_details(val)

Create an instance of this class set to the governance_policy_edit_details_details tag with value val.

Parameters:val (GovernancePolicyEditDetailsDetails) –
Return type:EventDetails
classmethod governance_policy_edit_duration_details(val)

Create an instance of this class set to the governance_policy_edit_duration_details tag with value val.

Parameters:val (GovernancePolicyEditDurationDetails) –
Return type:EventDetails
classmethod governance_policy_export_created_details(val)

Create an instance of this class set to the governance_policy_export_created_details tag with value val.

Parameters:val (GovernancePolicyExportCreatedDetails) –
Return type:EventDetails
classmethod governance_policy_export_removed_details(val)

Create an instance of this class set to the governance_policy_export_removed_details tag with value val.

Parameters:val (GovernancePolicyExportRemovedDetails) –
Return type:EventDetails
classmethod governance_policy_remove_folders_details(val)

Create an instance of this class set to the governance_policy_remove_folders_details tag with value val.

Parameters:val (GovernancePolicyRemoveFoldersDetails) –
Return type:EventDetails
classmethod governance_policy_report_created_details(val)

Create an instance of this class set to the governance_policy_report_created_details tag with value val.

Parameters:val (GovernancePolicyReportCreatedDetails) –
Return type:EventDetails
classmethod governance_policy_zip_part_downloaded_details(val)

Create an instance of this class set to the governance_policy_zip_part_downloaded_details tag with value val.

Parameters:val (GovernancePolicyZipPartDownloadedDetails) –
Return type:EventDetails
classmethod group_add_external_id_details(val)

Create an instance of this class set to the group_add_external_id_details tag with value val.

Parameters:val (GroupAddExternalIdDetails) –
Return type:EventDetails
classmethod group_add_member_details(val)

Create an instance of this class set to the group_add_member_details tag with value val.

Parameters:val (GroupAddMemberDetails) –
Return type:EventDetails
classmethod group_change_external_id_details(val)

Create an instance of this class set to the group_change_external_id_details tag with value val.

Parameters:val (GroupChangeExternalIdDetails) –
Return type:EventDetails
classmethod group_change_management_type_details(val)

Create an instance of this class set to the group_change_management_type_details tag with value val.

Parameters:val (GroupChangeManagementTypeDetails) –
Return type:EventDetails
classmethod group_change_member_role_details(val)

Create an instance of this class set to the group_change_member_role_details tag with value val.

Parameters:val (GroupChangeMemberRoleDetails) –
Return type:EventDetails
classmethod group_create_details(val)

Create an instance of this class set to the group_create_details tag with value val.

Parameters:val (GroupCreateDetails) –
Return type:EventDetails
classmethod group_delete_details(val)

Create an instance of this class set to the group_delete_details tag with value val.

Parameters:val (GroupDeleteDetails) –
Return type:EventDetails
classmethod group_description_updated_details(val)

Create an instance of this class set to the group_description_updated_details tag with value val.

Parameters:val (GroupDescriptionUpdatedDetails) –
Return type:EventDetails
classmethod group_join_policy_updated_details(val)

Create an instance of this class set to the group_join_policy_updated_details tag with value val.

Parameters:val (GroupJoinPolicyUpdatedDetails) –
Return type:EventDetails
classmethod group_moved_details(val)

Create an instance of this class set to the group_moved_details tag with value val.

Parameters:val (GroupMovedDetails) –
Return type:EventDetails
classmethod group_remove_external_id_details(val)

Create an instance of this class set to the group_remove_external_id_details tag with value val.

Parameters:val (GroupRemoveExternalIdDetails) –
Return type:EventDetails
classmethod group_remove_member_details(val)

Create an instance of this class set to the group_remove_member_details tag with value val.

Parameters:val (GroupRemoveMemberDetails) –
Return type:EventDetails
classmethod group_rename_details(val)

Create an instance of this class set to the group_rename_details tag with value val.

Parameters:val (GroupRenameDetails) –
Return type:EventDetails
classmethod group_user_management_change_policy_details(val)

Create an instance of this class set to the group_user_management_change_policy_details tag with value val.

Parameters:val (GroupUserManagementChangePolicyDetails) –
Return type:EventDetails
classmethod guest_admin_change_status_details(val)

Create an instance of this class set to the guest_admin_change_status_details tag with value val.

Parameters:val (GuestAdminChangeStatusDetails) –
Return type:EventDetails
classmethod guest_admin_signed_in_via_trusted_teams_details(val)

Create an instance of this class set to the guest_admin_signed_in_via_trusted_teams_details tag with value val.

Parameters:val (GuestAdminSignedInViaTrustedTeamsDetails) –
Return type:EventDetails
classmethod guest_admin_signed_out_via_trusted_teams_details(val)

Create an instance of this class set to the guest_admin_signed_out_via_trusted_teams_details tag with value val.

Parameters:val (GuestAdminSignedOutViaTrustedTeamsDetails) –
Return type:EventDetails
classmethod integration_connected_details(val)

Create an instance of this class set to the integration_connected_details tag with value val.

Parameters:val (IntegrationConnectedDetails) –
Return type:EventDetails
classmethod integration_disconnected_details(val)

Create an instance of this class set to the integration_disconnected_details tag with value val.

Parameters:val (IntegrationDisconnectedDetails) –
Return type:EventDetails
classmethod integration_policy_changed_details(val)

Create an instance of this class set to the integration_policy_changed_details tag with value val.

Parameters:val (IntegrationPolicyChangedDetails) –
Return type:EventDetails
classmethod invite_acceptance_email_policy_changed_details(val)

Create an instance of this class set to the invite_acceptance_email_policy_changed_details tag with value val.

Parameters:val (InviteAcceptanceEmailPolicyChangedDetails) –
Return type:EventDetails
is_account_capture_change_availability_details()

Check if the union tag is account_capture_change_availability_details.

Return type:bool
is_account_capture_change_policy_details()

Check if the union tag is account_capture_change_policy_details.

Return type:bool
is_account_capture_migrate_account_details()

Check if the union tag is account_capture_migrate_account_details.

Return type:bool
is_account_capture_notification_emails_sent_details()

Check if the union tag is account_capture_notification_emails_sent_details.

Return type:bool
is_account_capture_relinquish_account_details()

Check if the union tag is account_capture_relinquish_account_details.

Return type:bool
is_account_lock_or_unlocked_details()

Check if the union tag is account_lock_or_unlocked_details.

Return type:bool
is_admin_alerting_alert_state_changed_details()

Check if the union tag is admin_alerting_alert_state_changed_details.

Return type:bool
is_admin_alerting_changed_alert_config_details()

Check if the union tag is admin_alerting_changed_alert_config_details.

Return type:bool
is_admin_alerting_triggered_alert_details()

Check if the union tag is admin_alerting_triggered_alert_details.

Return type:bool
is_admin_email_reminders_changed_details()

Check if the union tag is admin_email_reminders_changed_details.

Return type:bool
is_allow_download_disabled_details()

Check if the union tag is allow_download_disabled_details.

Return type:bool
is_allow_download_enabled_details()

Check if the union tag is allow_download_enabled_details.

Return type:bool
is_app_blocked_by_permissions_details()

Check if the union tag is app_blocked_by_permissions_details.

Return type:bool

Check if the union tag is app_link_team_details.

Return type:bool

Check if the union tag is app_link_user_details.

Return type:bool
is_app_permissions_changed_details()

Check if the union tag is app_permissions_changed_details.

Return type:bool

Check if the union tag is app_unlink_team_details.

Return type:bool

Check if the union tag is app_unlink_user_details.

Return type:bool
is_apply_naming_convention_details()

Check if the union tag is apply_naming_convention_details.

Return type:bool
is_binder_add_page_details()

Check if the union tag is binder_add_page_details.

Return type:bool
is_binder_add_section_details()

Check if the union tag is binder_add_section_details.

Return type:bool
is_binder_remove_page_details()

Check if the union tag is binder_remove_page_details.

Return type:bool
is_binder_remove_section_details()

Check if the union tag is binder_remove_section_details.

Return type:bool
is_binder_rename_page_details()

Check if the union tag is binder_rename_page_details.

Return type:bool
is_binder_rename_section_details()

Check if the union tag is binder_rename_section_details.

Return type:bool
is_binder_reorder_page_details()

Check if the union tag is binder_reorder_page_details.

Return type:bool
is_binder_reorder_section_details()

Check if the union tag is binder_reorder_section_details.

Return type:bool
is_camera_uploads_policy_changed_details()

Check if the union tag is camera_uploads_policy_changed_details.

Return type:bool
is_capture_transcript_policy_changed_details()

Check if the union tag is capture_transcript_policy_changed_details.

Return type:bool
is_changed_enterprise_admin_role_details()

Check if the union tag is changed_enterprise_admin_role_details.

Return type:bool
is_changed_enterprise_connected_team_status_details()

Check if the union tag is changed_enterprise_connected_team_status_details.

Return type:bool
is_classification_change_policy_details()

Check if the union tag is classification_change_policy_details.

Return type:bool
is_classification_create_report_details()

Check if the union tag is classification_create_report_details.

Return type:bool
is_classification_create_report_fail_details()

Check if the union tag is classification_create_report_fail_details.

Return type:bool
is_collection_share_details()

Check if the union tag is collection_share_details.

Return type:bool
is_computer_backup_policy_changed_details()

Check if the union tag is computer_backup_policy_changed_details.

Return type:bool
is_content_administration_policy_changed_details()

Check if the union tag is content_administration_policy_changed_details.

Return type:bool
is_create_folder_details()

Check if the union tag is create_folder_details.

Return type:bool

Check if the union tag is create_team_invite_link_details.

Return type:bool
is_data_placement_restriction_change_policy_details()

Check if the union tag is data_placement_restriction_change_policy_details.

Return type:bool
is_data_placement_restriction_satisfy_policy_details()

Check if the union tag is data_placement_restriction_satisfy_policy_details.

Return type:bool
is_data_residency_migration_request_successful_details()

Check if the union tag is data_residency_migration_request_successful_details.

Return type:bool
is_data_residency_migration_request_unsuccessful_details()

Check if the union tag is data_residency_migration_request_unsuccessful_details.

Return type:bool

Check if the union tag is delete_team_invite_link_details.

Return type:bool
is_device_approvals_add_exception_details()

Check if the union tag is device_approvals_add_exception_details.

Return type:bool
is_device_approvals_change_desktop_policy_details()

Check if the union tag is device_approvals_change_desktop_policy_details.

Return type:bool
is_device_approvals_change_mobile_policy_details()

Check if the union tag is device_approvals_change_mobile_policy_details.

Return type:bool
is_device_approvals_change_overage_action_details()

Check if the union tag is device_approvals_change_overage_action_details.

Return type:bool

Check if the union tag is device_approvals_change_unlink_action_details.

Return type:bool
is_device_approvals_remove_exception_details()

Check if the union tag is device_approvals_remove_exception_details.

Return type:bool
is_device_change_ip_desktop_details()

Check if the union tag is device_change_ip_desktop_details.

Return type:bool
is_device_change_ip_mobile_details()

Check if the union tag is device_change_ip_mobile_details.

Return type:bool
is_device_change_ip_web_details()

Check if the union tag is device_change_ip_web_details.

Return type:bool

Check if the union tag is device_delete_on_unlink_fail_details.

Return type:bool

Check if the union tag is device_delete_on_unlink_success_details.

Return type:bool

Check if the union tag is device_link_fail_details.

Return type:bool

Check if the union tag is device_link_success_details.

Return type:bool
is_device_management_disabled_details()

Check if the union tag is device_management_disabled_details.

Return type:bool
is_device_management_enabled_details()

Check if the union tag is device_management_enabled_details.

Return type:bool
is_device_sync_backup_status_changed_details()

Check if the union tag is device_sync_backup_status_changed_details.

Return type:bool

Check if the union tag is device_unlink_details.

Return type:bool
is_directory_restrictions_add_members_details()

Check if the union tag is directory_restrictions_add_members_details.

Return type:bool
is_directory_restrictions_remove_members_details()

Check if the union tag is directory_restrictions_remove_members_details.

Return type:bool
is_disabled_domain_invites_details()

Check if the union tag is disabled_domain_invites_details.

Return type:bool
is_domain_invites_approve_request_to_join_team_details()

Check if the union tag is domain_invites_approve_request_to_join_team_details.

Return type:bool
is_domain_invites_decline_request_to_join_team_details()

Check if the union tag is domain_invites_decline_request_to_join_team_details.

Return type:bool
is_domain_invites_email_existing_users_details()

Check if the union tag is domain_invites_email_existing_users_details.

Return type:bool
is_domain_invites_request_to_join_team_details()

Check if the union tag is domain_invites_request_to_join_team_details.

Return type:bool
is_domain_invites_set_invite_new_user_pref_to_no_details()

Check if the union tag is domain_invites_set_invite_new_user_pref_to_no_details.

Return type:bool
is_domain_invites_set_invite_new_user_pref_to_yes_details()

Check if the union tag is domain_invites_set_invite_new_user_pref_to_yes_details.

Return type:bool
is_domain_verification_add_domain_fail_details()

Check if the union tag is domain_verification_add_domain_fail_details.

Return type:bool
is_domain_verification_add_domain_success_details()

Check if the union tag is domain_verification_add_domain_success_details.

Return type:bool
is_domain_verification_remove_domain_details()

Check if the union tag is domain_verification_remove_domain_details.

Return type:bool
is_dropbox_passwords_exported_details()

Check if the union tag is dropbox_passwords_exported_details.

Return type:bool
is_dropbox_passwords_new_device_enrolled_details()

Check if the union tag is dropbox_passwords_new_device_enrolled_details.

Return type:bool
is_dropbox_passwords_policy_changed_details()

Check if the union tag is dropbox_passwords_policy_changed_details.

Return type:bool
is_email_ingest_policy_changed_details()

Check if the union tag is email_ingest_policy_changed_details.

Return type:bool
is_email_ingest_receive_file_details()

Check if the union tag is email_ingest_receive_file_details.

Return type:bool
is_emm_add_exception_details()

Check if the union tag is emm_add_exception_details.

Return type:bool
is_emm_change_policy_details()

Check if the union tag is emm_change_policy_details.

Return type:bool
is_emm_create_exceptions_report_details()

Check if the union tag is emm_create_exceptions_report_details.

Return type:bool
is_emm_create_usage_report_details()

Check if the union tag is emm_create_usage_report_details.

Return type:bool
is_emm_error_details()

Check if the union tag is emm_error_details.

Return type:bool
is_emm_refresh_auth_token_details()

Check if the union tag is emm_refresh_auth_token_details.

Return type:bool
is_emm_remove_exception_details()

Check if the union tag is emm_remove_exception_details.

Return type:bool
is_enabled_domain_invites_details()

Check if the union tag is enabled_domain_invites_details.

Return type:bool
is_ended_enterprise_admin_session_deprecated_details()

Check if the union tag is ended_enterprise_admin_session_deprecated_details.

Return type:bool
is_ended_enterprise_admin_session_details()

Check if the union tag is ended_enterprise_admin_session_details.

Return type:bool
is_enterprise_settings_locking_details()

Check if the union tag is enterprise_settings_locking_details.

Return type:bool
is_export_members_report_details()

Check if the union tag is export_members_report_details.

Return type:bool
is_export_members_report_fail_details()

Check if the union tag is export_members_report_fail_details.

Return type:bool
is_extended_version_history_change_policy_details()

Check if the union tag is extended_version_history_change_policy_details.

Return type:bool
is_external_drive_backup_eligibility_status_checked_details()

Check if the union tag is external_drive_backup_eligibility_status_checked_details.

Return type:bool
is_external_drive_backup_policy_changed_details()

Check if the union tag is external_drive_backup_policy_changed_details.

Return type:bool
is_external_drive_backup_status_changed_details()

Check if the union tag is external_drive_backup_status_changed_details.

Return type:bool
is_external_sharing_create_report_details()

Check if the union tag is external_sharing_create_report_details.

Return type:bool
is_external_sharing_report_failed_details()

Check if the union tag is external_sharing_report_failed_details.

Return type:bool
is_file_add_comment_details()

Check if the union tag is file_add_comment_details.

Return type:bool
is_file_add_details()

Check if the union tag is file_add_details.

Return type:bool
is_file_change_comment_subscription_details()

Check if the union tag is file_change_comment_subscription_details.

Return type:bool
is_file_comments_change_policy_details()

Check if the union tag is file_comments_change_policy_details.

Return type:bool
is_file_copy_details()

Check if the union tag is file_copy_details.

Return type:bool
is_file_delete_comment_details()

Check if the union tag is file_delete_comment_details.

Return type:bool
is_file_delete_details()

Check if the union tag is file_delete_details.

Return type:bool
is_file_download_details()

Check if the union tag is file_download_details.

Return type:bool
is_file_edit_comment_details()

Check if the union tag is file_edit_comment_details.

Return type:bool
is_file_edit_details()

Check if the union tag is file_edit_details.

Return type:bool
is_file_get_copy_reference_details()

Check if the union tag is file_get_copy_reference_details.

Return type:bool
is_file_like_comment_details()

Check if the union tag is file_like_comment_details.

Return type:bool
is_file_locking_lock_status_changed_details()

Check if the union tag is file_locking_lock_status_changed_details.

Return type:bool
is_file_locking_policy_changed_details()

Check if the union tag is file_locking_policy_changed_details.

Return type:bool
is_file_move_details()

Check if the union tag is file_move_details.

Return type:bool
is_file_permanently_delete_details()

Check if the union tag is file_permanently_delete_details.

Return type:bool
is_file_preview_details()

Check if the union tag is file_preview_details.

Return type:bool
is_file_provider_migration_policy_changed_details()

Check if the union tag is file_provider_migration_policy_changed_details.

Return type:bool
is_file_rename_details()

Check if the union tag is file_rename_details.

Return type:bool
is_file_request_change_details()

Check if the union tag is file_request_change_details.

Return type:bool
is_file_request_close_details()

Check if the union tag is file_request_close_details.

Return type:bool
is_file_request_create_details()

Check if the union tag is file_request_create_details.

Return type:bool
is_file_request_delete_details()

Check if the union tag is file_request_delete_details.

Return type:bool
is_file_request_receive_file_details()

Check if the union tag is file_request_receive_file_details.

Return type:bool
is_file_requests_change_policy_details()

Check if the union tag is file_requests_change_policy_details.

Return type:bool
is_file_requests_emails_enabled_details()

Check if the union tag is file_requests_emails_enabled_details.

Return type:bool
is_file_requests_emails_restricted_to_team_only_details()

Check if the union tag is file_requests_emails_restricted_to_team_only_details.

Return type:bool
is_file_resolve_comment_details()

Check if the union tag is file_resolve_comment_details.

Return type:bool
is_file_restore_details()

Check if the union tag is file_restore_details.

Return type:bool
is_file_revert_details()

Check if the union tag is file_revert_details.

Return type:bool
is_file_rollback_changes_details()

Check if the union tag is file_rollback_changes_details.

Return type:bool
is_file_save_copy_reference_details()

Check if the union tag is file_save_copy_reference_details.

Return type:bool
is_file_transfers_file_add_details()

Check if the union tag is file_transfers_file_add_details.

Return type:bool
is_file_transfers_policy_changed_details()

Check if the union tag is file_transfers_policy_changed_details.

Return type:bool
is_file_transfers_transfer_delete_details()

Check if the union tag is file_transfers_transfer_delete_details.

Return type:bool
is_file_transfers_transfer_download_details()

Check if the union tag is file_transfers_transfer_download_details.

Return type:bool
is_file_transfers_transfer_send_details()

Check if the union tag is file_transfers_transfer_send_details.

Return type:bool
is_file_transfers_transfer_view_details()

Check if the union tag is file_transfers_transfer_view_details.

Return type:bool
is_file_unlike_comment_details()

Check if the union tag is file_unlike_comment_details.

Return type:bool
is_file_unresolve_comment_details()

Check if the union tag is file_unresolve_comment_details.

Return type:bool

Check if the union tag is folder_link_restriction_policy_changed_details.

Return type:bool
is_folder_overview_description_changed_details()

Check if the union tag is folder_overview_description_changed_details.

Return type:bool
is_folder_overview_item_pinned_details()

Check if the union tag is folder_overview_item_pinned_details.

Return type:bool
is_folder_overview_item_unpinned_details()

Check if the union tag is folder_overview_item_unpinned_details.

Return type:bool
is_google_sso_change_policy_details()

Check if the union tag is google_sso_change_policy_details.

Return type:bool
is_governance_policy_add_folder_failed_details()

Check if the union tag is governance_policy_add_folder_failed_details.

Return type:bool
is_governance_policy_add_folders_details()

Check if the union tag is governance_policy_add_folders_details.

Return type:bool
is_governance_policy_content_disposed_details()

Check if the union tag is governance_policy_content_disposed_details.

Return type:bool
is_governance_policy_create_details()

Check if the union tag is governance_policy_create_details.

Return type:bool
is_governance_policy_delete_details()

Check if the union tag is governance_policy_delete_details.

Return type:bool
is_governance_policy_edit_details_details()

Check if the union tag is governance_policy_edit_details_details.

Return type:bool
is_governance_policy_edit_duration_details()

Check if the union tag is governance_policy_edit_duration_details.

Return type:bool
is_governance_policy_export_created_details()

Check if the union tag is governance_policy_export_created_details.

Return type:bool
is_governance_policy_export_removed_details()

Check if the union tag is governance_policy_export_removed_details.

Return type:bool
is_governance_policy_remove_folders_details()

Check if the union tag is governance_policy_remove_folders_details.

Return type:bool
is_governance_policy_report_created_details()

Check if the union tag is governance_policy_report_created_details.

Return type:bool
is_governance_policy_zip_part_downloaded_details()

Check if the union tag is governance_policy_zip_part_downloaded_details.

Return type:bool
is_group_add_external_id_details()

Check if the union tag is group_add_external_id_details.

Return type:bool
is_group_add_member_details()

Check if the union tag is group_add_member_details.

Return type:bool
is_group_change_external_id_details()

Check if the union tag is group_change_external_id_details.

Return type:bool
is_group_change_management_type_details()

Check if the union tag is group_change_management_type_details.

Return type:bool
is_group_change_member_role_details()

Check if the union tag is group_change_member_role_details.

Return type:bool
is_group_create_details()

Check if the union tag is group_create_details.

Return type:bool
is_group_delete_details()

Check if the union tag is group_delete_details.

Return type:bool
is_group_description_updated_details()

Check if the union tag is group_description_updated_details.

Return type:bool
is_group_join_policy_updated_details()

Check if the union tag is group_join_policy_updated_details.

Return type:bool
is_group_moved_details()

Check if the union tag is group_moved_details.

Return type:bool
is_group_remove_external_id_details()

Check if the union tag is group_remove_external_id_details.

Return type:bool
is_group_remove_member_details()

Check if the union tag is group_remove_member_details.

Return type:bool
is_group_rename_details()

Check if the union tag is group_rename_details.

Return type:bool
is_group_user_management_change_policy_details()

Check if the union tag is group_user_management_change_policy_details.

Return type:bool
is_guest_admin_change_status_details()

Check if the union tag is guest_admin_change_status_details.

Return type:bool
is_guest_admin_signed_in_via_trusted_teams_details()

Check if the union tag is guest_admin_signed_in_via_trusted_teams_details.

Return type:bool
is_guest_admin_signed_out_via_trusted_teams_details()

Check if the union tag is guest_admin_signed_out_via_trusted_teams_details.

Return type:bool
is_integration_connected_details()

Check if the union tag is integration_connected_details.

Return type:bool
is_integration_disconnected_details()

Check if the union tag is integration_disconnected_details.

Return type:bool
is_integration_policy_changed_details()

Check if the union tag is integration_policy_changed_details.

Return type:bool
is_invite_acceptance_email_policy_changed_details()

Check if the union tag is invite_acceptance_email_policy_changed_details.

Return type:bool

Check if the union tag is legal_holds_activate_a_hold_details.

Return type:bool

Check if the union tag is legal_holds_add_members_details.

Return type:bool

Check if the union tag is legal_holds_change_hold_details_details.

Return type:bool

Check if the union tag is legal_holds_change_hold_name_details.

Return type:bool

Check if the union tag is legal_holds_export_a_hold_details.

Return type:bool

Check if the union tag is legal_holds_export_cancelled_details.

Return type:bool

Check if the union tag is legal_holds_export_downloaded_details.

Return type:bool

Check if the union tag is legal_holds_export_removed_details.

Return type:bool

Check if the union tag is legal_holds_release_a_hold_details.

Return type:bool

Check if the union tag is legal_holds_remove_members_details.

Return type:bool

Check if the union tag is legal_holds_report_a_hold_details.

Return type:bool
is_login_fail_details()

Check if the union tag is login_fail_details.

Return type:bool
is_login_success_details()

Check if the union tag is login_success_details.

Return type:bool
is_logout_details()

Check if the union tag is logout_details.

Return type:bool
is_member_add_external_id_details()

Check if the union tag is member_add_external_id_details.

Return type:bool
is_member_add_name_details()

Check if the union tag is member_add_name_details.

Return type:bool
is_member_change_admin_role_details()

Check if the union tag is member_change_admin_role_details.

Return type:bool
is_member_change_email_details()

Check if the union tag is member_change_email_details.

Return type:bool
is_member_change_external_id_details()

Check if the union tag is member_change_external_id_details.

Return type:bool
is_member_change_membership_type_details()

Check if the union tag is member_change_membership_type_details.

Return type:bool
is_member_change_name_details()

Check if the union tag is member_change_name_details.

Return type:bool
is_member_change_reseller_role_details()

Check if the union tag is member_change_reseller_role_details.

Return type:bool
is_member_change_status_details()

Check if the union tag is member_change_status_details.

Return type:bool
is_member_delete_manual_contacts_details()

Check if the union tag is member_delete_manual_contacts_details.

Return type:bool
is_member_delete_profile_photo_details()

Check if the union tag is member_delete_profile_photo_details.

Return type:bool
is_member_permanently_delete_account_contents_details()

Check if the union tag is member_permanently_delete_account_contents_details.

Return type:bool
is_member_remove_external_id_details()

Check if the union tag is member_remove_external_id_details.

Return type:bool
is_member_requests_change_policy_details()

Check if the union tag is member_requests_change_policy_details.

Return type:bool
is_member_send_invite_policy_changed_details()

Check if the union tag is member_send_invite_policy_changed_details.

Return type:bool
is_member_set_profile_photo_details()

Check if the union tag is member_set_profile_photo_details.

Return type:bool
is_member_space_limits_add_custom_quota_details()

Check if the union tag is member_space_limits_add_custom_quota_details.

Return type:bool
is_member_space_limits_add_exception_details()

Check if the union tag is member_space_limits_add_exception_details.

Return type:bool
is_member_space_limits_change_caps_type_policy_details()

Check if the union tag is member_space_limits_change_caps_type_policy_details.

Return type:bool
is_member_space_limits_change_custom_quota_details()

Check if the union tag is member_space_limits_change_custom_quota_details.

Return type:bool
is_member_space_limits_change_policy_details()

Check if the union tag is member_space_limits_change_policy_details.

Return type:bool
is_member_space_limits_change_status_details()

Check if the union tag is member_space_limits_change_status_details.

Return type:bool
is_member_space_limits_remove_custom_quota_details()

Check if the union tag is member_space_limits_remove_custom_quota_details.

Return type:bool
is_member_space_limits_remove_exception_details()

Check if the union tag is member_space_limits_remove_exception_details.

Return type:bool
is_member_suggest_details()

Check if the union tag is member_suggest_details.

Return type:bool
is_member_suggestions_change_policy_details()

Check if the union tag is member_suggestions_change_policy_details.

Return type:bool
is_member_transfer_account_contents_details()

Check if the union tag is member_transfer_account_contents_details.

Return type:bool
is_microsoft_office_addin_change_policy_details()

Check if the union tag is microsoft_office_addin_change_policy_details.

Return type:bool
is_missing_details()

Check if the union tag is missing_details.

Return type:bool
is_network_control_change_policy_details()

Check if the union tag is network_control_change_policy_details.

Return type:bool

Check if the union tag is no_expiration_link_gen_create_report_details.

Return type:bool

Check if the union tag is no_expiration_link_gen_report_failed_details.

Return type:bool

Check if the union tag is no_password_link_gen_create_report_details.

Return type:bool

Check if the union tag is no_password_link_gen_report_failed_details.

Return type:bool

Check if the union tag is no_password_link_view_create_report_details.

Return type:bool

Check if the union tag is no_password_link_view_report_failed_details.

Return type:bool
is_note_acl_invite_only_details()

Check if the union tag is note_acl_invite_only_details.

Return type:bool

Check if the union tag is note_acl_link_details.

Return type:bool

Check if the union tag is note_acl_team_link_details.

Return type:bool
is_note_share_receive_details()

Check if the union tag is note_share_receive_details.

Return type:bool
is_note_shared_details()

Check if the union tag is note_shared_details.

Return type:bool
is_object_label_added_details()

Check if the union tag is object_label_added_details.

Return type:bool
is_object_label_removed_details()

Check if the union tag is object_label_removed_details.

Return type:bool
is_object_label_updated_value_details()

Check if the union tag is object_label_updated_value_details.

Return type:bool
is_open_note_shared_details()

Check if the union tag is open_note_shared_details.

Return type:bool
is_organize_folder_with_tidy_details()

Check if the union tag is organize_folder_with_tidy_details.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool

Check if the union tag is outdated_link_view_create_report_details.

Return type:bool

Check if the union tag is outdated_link_view_report_failed_details.

Return type:bool
is_paper_admin_export_start_details()

Check if the union tag is paper_admin_export_start_details.

Return type:bool
is_paper_change_deployment_policy_details()

Check if the union tag is paper_change_deployment_policy_details.

Return type:bool

Check if the union tag is paper_change_member_link_policy_details.

Return type:bool
is_paper_change_member_policy_details()

Check if the union tag is paper_change_member_policy_details.

Return type:bool
is_paper_change_policy_details()

Check if the union tag is paper_change_policy_details.

Return type:bool
is_paper_content_add_member_details()

Check if the union tag is paper_content_add_member_details.

Return type:bool
is_paper_content_add_to_folder_details()

Check if the union tag is paper_content_add_to_folder_details.

Return type:bool
is_paper_content_archive_details()

Check if the union tag is paper_content_archive_details.

Return type:bool
is_paper_content_create_details()

Check if the union tag is paper_content_create_details.

Return type:bool
is_paper_content_permanently_delete_details()

Check if the union tag is paper_content_permanently_delete_details.

Return type:bool
is_paper_content_remove_from_folder_details()

Check if the union tag is paper_content_remove_from_folder_details.

Return type:bool
is_paper_content_remove_member_details()

Check if the union tag is paper_content_remove_member_details.

Return type:bool
is_paper_content_rename_details()

Check if the union tag is paper_content_rename_details.

Return type:bool
is_paper_content_restore_details()

Check if the union tag is paper_content_restore_details.

Return type:bool
is_paper_default_folder_policy_changed_details()

Check if the union tag is paper_default_folder_policy_changed_details.

Return type:bool
is_paper_desktop_policy_changed_details()

Check if the union tag is paper_desktop_policy_changed_details.

Return type:bool
is_paper_doc_add_comment_details()

Check if the union tag is paper_doc_add_comment_details.

Return type:bool
is_paper_doc_change_member_role_details()

Check if the union tag is paper_doc_change_member_role_details.

Return type:bool
is_paper_doc_change_sharing_policy_details()

Check if the union tag is paper_doc_change_sharing_policy_details.

Return type:bool
is_paper_doc_change_subscription_details()

Check if the union tag is paper_doc_change_subscription_details.

Return type:bool
is_paper_doc_delete_comment_details()

Check if the union tag is paper_doc_delete_comment_details.

Return type:bool
is_paper_doc_deleted_details()

Check if the union tag is paper_doc_deleted_details.

Return type:bool
is_paper_doc_download_details()

Check if the union tag is paper_doc_download_details.

Return type:bool
is_paper_doc_edit_comment_details()

Check if the union tag is paper_doc_edit_comment_details.

Return type:bool
is_paper_doc_edit_details()

Check if the union tag is paper_doc_edit_details.

Return type:bool
is_paper_doc_followed_details()

Check if the union tag is paper_doc_followed_details.

Return type:bool
is_paper_doc_mention_details()

Check if the union tag is paper_doc_mention_details.

Return type:bool
is_paper_doc_ownership_changed_details()

Check if the union tag is paper_doc_ownership_changed_details.

Return type:bool
is_paper_doc_request_access_details()

Check if the union tag is paper_doc_request_access_details.

Return type:bool
is_paper_doc_resolve_comment_details()

Check if the union tag is paper_doc_resolve_comment_details.

Return type:bool
is_paper_doc_revert_details()

Check if the union tag is paper_doc_revert_details.

Return type:bool
is_paper_doc_slack_share_details()

Check if the union tag is paper_doc_slack_share_details.

Return type:bool
is_paper_doc_team_invite_details()

Check if the union tag is paper_doc_team_invite_details.

Return type:bool
is_paper_doc_trashed_details()

Check if the union tag is paper_doc_trashed_details.

Return type:bool
is_paper_doc_unresolve_comment_details()

Check if the union tag is paper_doc_unresolve_comment_details.

Return type:bool
is_paper_doc_untrashed_details()

Check if the union tag is paper_doc_untrashed_details.

Return type:bool
is_paper_doc_view_details()

Check if the union tag is paper_doc_view_details.

Return type:bool
is_paper_enabled_users_group_addition_details()

Check if the union tag is paper_enabled_users_group_addition_details.

Return type:bool
is_paper_enabled_users_group_removal_details()

Check if the union tag is paper_enabled_users_group_removal_details.

Return type:bool
is_paper_external_view_allow_details()

Check if the union tag is paper_external_view_allow_details.

Return type:bool
is_paper_external_view_default_team_details()

Check if the union tag is paper_external_view_default_team_details.

Return type:bool
is_paper_external_view_forbid_details()

Check if the union tag is paper_external_view_forbid_details.

Return type:bool
is_paper_folder_change_subscription_details()

Check if the union tag is paper_folder_change_subscription_details.

Return type:bool
is_paper_folder_deleted_details()

Check if the union tag is paper_folder_deleted_details.

Return type:bool
is_paper_folder_followed_details()

Check if the union tag is paper_folder_followed_details.

Return type:bool
is_paper_folder_team_invite_details()

Check if the union tag is paper_folder_team_invite_details.

Return type:bool

Check if the union tag is paper_published_link_change_permission_details.

Return type:bool

Check if the union tag is paper_published_link_create_details.

Return type:bool

Check if the union tag is paper_published_link_disabled_details.

Return type:bool

Check if the union tag is paper_published_link_view_details.

Return type:bool
is_password_change_details()

Check if the union tag is password_change_details.

Return type:bool
is_password_reset_all_details()

Check if the union tag is password_reset_all_details.

Return type:bool
is_password_reset_details()

Check if the union tag is password_reset_details.

Return type:bool
is_password_strength_requirements_change_policy_details()

Check if the union tag is password_strength_requirements_change_policy_details.

Return type:bool
is_pending_secondary_email_added_details()

Check if the union tag is pending_secondary_email_added_details.

Return type:bool
is_permanent_delete_change_policy_details()

Check if the union tag is permanent_delete_change_policy_details.

Return type:bool
is_reseller_support_change_policy_details()

Check if the union tag is reseller_support_change_policy_details.

Return type:bool
is_reseller_support_session_end_details()

Check if the union tag is reseller_support_session_end_details.

Return type:bool
is_reseller_support_session_start_details()

Check if the union tag is reseller_support_session_start_details.

Return type:bool
is_rewind_folder_details()

Check if the union tag is rewind_folder_details.

Return type:bool
is_rewind_policy_changed_details()

Check if the union tag is rewind_policy_changed_details.

Return type:bool
is_secondary_email_deleted_details()

Check if the union tag is secondary_email_deleted_details.

Return type:bool
is_secondary_email_verified_details()

Check if the union tag is secondary_email_verified_details.

Return type:bool
is_secondary_mails_policy_changed_details()

Check if the union tag is secondary_mails_policy_changed_details.

Return type:bool
is_send_for_signature_policy_changed_details()

Check if the union tag is send_for_signature_policy_changed_details.

Return type:bool
is_sf_add_group_details()

Check if the union tag is sf_add_group_details.

Return type:bool

Check if the union tag is sf_allow_non_members_to_view_shared_links_details.

Return type:bool
is_sf_external_invite_warn_details()

Check if the union tag is sf_external_invite_warn_details.

Return type:bool
is_sf_fb_invite_change_role_details()

Check if the union tag is sf_fb_invite_change_role_details.

Return type:bool
is_sf_fb_invite_details()

Check if the union tag is sf_fb_invite_details.

Return type:bool
is_sf_fb_uninvite_details()

Check if the union tag is sf_fb_uninvite_details.

Return type:bool
is_sf_invite_group_details()

Check if the union tag is sf_invite_group_details.

Return type:bool
is_sf_team_grant_access_details()

Check if the union tag is sf_team_grant_access_details.

Return type:bool
is_sf_team_invite_change_role_details()

Check if the union tag is sf_team_invite_change_role_details.

Return type:bool
is_sf_team_invite_details()

Check if the union tag is sf_team_invite_details.

Return type:bool
is_sf_team_join_details()

Check if the union tag is sf_team_join_details.

Return type:bool

Check if the union tag is sf_team_join_from_oob_link_details.

Return type:bool
is_sf_team_uninvite_details()

Check if the union tag is sf_team_uninvite_details.

Return type:bool
is_shared_content_add_invitees_details()

Check if the union tag is shared_content_add_invitees_details.

Return type:bool

Check if the union tag is shared_content_add_link_expiry_details.

Return type:bool

Check if the union tag is shared_content_add_link_password_details.

Return type:bool
is_shared_content_add_member_details()

Check if the union tag is shared_content_add_member_details.

Return type:bool
is_shared_content_change_downloads_policy_details()

Check if the union tag is shared_content_change_downloads_policy_details.

Return type:bool
is_shared_content_change_invitee_role_details()

Check if the union tag is shared_content_change_invitee_role_details.

Return type:bool

Check if the union tag is shared_content_change_link_audience_details.

Return type:bool

Check if the union tag is shared_content_change_link_expiry_details.

Return type:bool

Check if the union tag is shared_content_change_link_password_details.

Return type:bool
is_shared_content_change_member_role_details()

Check if the union tag is shared_content_change_member_role_details.

Return type:bool
is_shared_content_change_viewer_info_policy_details()

Check if the union tag is shared_content_change_viewer_info_policy_details.

Return type:bool
is_shared_content_claim_invitation_details()

Check if the union tag is shared_content_claim_invitation_details.

Return type:bool
is_shared_content_copy_details()

Check if the union tag is shared_content_copy_details.

Return type:bool
is_shared_content_download_details()

Check if the union tag is shared_content_download_details.

Return type:bool
is_shared_content_relinquish_membership_details()

Check if the union tag is shared_content_relinquish_membership_details.

Return type:bool
is_shared_content_remove_invitees_details()

Check if the union tag is shared_content_remove_invitees_details.

Return type:bool

Check if the union tag is shared_content_remove_link_expiry_details.

Return type:bool

Check if the union tag is shared_content_remove_link_password_details.

Return type:bool
is_shared_content_remove_member_details()

Check if the union tag is shared_content_remove_member_details.

Return type:bool
is_shared_content_request_access_details()

Check if the union tag is shared_content_request_access_details.

Return type:bool
is_shared_content_restore_invitees_details()

Check if the union tag is shared_content_restore_invitees_details.

Return type:bool
is_shared_content_restore_member_details()

Check if the union tag is shared_content_restore_member_details.

Return type:bool
is_shared_content_unshare_details()

Check if the union tag is shared_content_unshare_details.

Return type:bool
is_shared_content_view_details()

Check if the union tag is shared_content_view_details.

Return type:bool

Check if the union tag is shared_folder_change_link_policy_details.

Return type:bool
is_shared_folder_change_members_inheritance_policy_details()

Check if the union tag is shared_folder_change_members_inheritance_policy_details.

Return type:bool
is_shared_folder_change_members_management_policy_details()

Check if the union tag is shared_folder_change_members_management_policy_details.

Return type:bool
is_shared_folder_change_members_policy_details()

Check if the union tag is shared_folder_change_members_policy_details.

Return type:bool
is_shared_folder_create_details()

Check if the union tag is shared_folder_create_details.

Return type:bool
is_shared_folder_decline_invitation_details()

Check if the union tag is shared_folder_decline_invitation_details.

Return type:bool
is_shared_folder_mount_details()

Check if the union tag is shared_folder_mount_details.

Return type:bool
is_shared_folder_nest_details()

Check if the union tag is shared_folder_nest_details.

Return type:bool
is_shared_folder_transfer_ownership_details()

Check if the union tag is shared_folder_transfer_ownership_details.

Return type:bool
is_shared_folder_unmount_details()

Check if the union tag is shared_folder_unmount_details.

Return type:bool

Check if the union tag is shared_link_add_expiry_details.

Return type:bool

Check if the union tag is shared_link_change_expiry_details.

Return type:bool

Check if the union tag is shared_link_change_visibility_details.

Return type:bool

Check if the union tag is shared_link_copy_details.

Return type:bool

Check if the union tag is shared_link_create_details.

Return type:bool

Check if the union tag is shared_link_disable_details.

Return type:bool

Check if the union tag is shared_link_download_details.

Return type:bool

Check if the union tag is shared_link_remove_expiry_details.

Return type:bool

Check if the union tag is shared_link_settings_add_expiration_details.

Return type:bool

Check if the union tag is shared_link_settings_add_password_details.

Return type:bool

Check if the union tag is shared_link_settings_allow_download_disabled_details.

Return type:bool

Check if the union tag is shared_link_settings_allow_download_enabled_details.

Return type:bool

Check if the union tag is shared_link_settings_change_audience_details.

Return type:bool

Check if the union tag is shared_link_settings_change_expiration_details.

Return type:bool

Check if the union tag is shared_link_settings_change_password_details.

Return type:bool

Check if the union tag is shared_link_settings_remove_expiration_details.

Return type:bool

Check if the union tag is shared_link_settings_remove_password_details.

Return type:bool

Check if the union tag is shared_link_share_details.

Return type:bool

Check if the union tag is shared_link_view_details.

Return type:bool
is_shared_note_opened_details()

Check if the union tag is shared_note_opened_details.

Return type:bool
is_sharing_change_folder_join_policy_details()

Check if the union tag is sharing_change_folder_join_policy_details.

Return type:bool

Check if the union tag is sharing_change_link_allow_change_expiration_policy_details.

Return type:bool

Check if the union tag is sharing_change_link_default_expiration_policy_details.

Return type:bool

Check if the union tag is sharing_change_link_enforce_password_policy_details.

Return type:bool

Check if the union tag is sharing_change_link_policy_details.

Return type:bool
is_sharing_change_member_policy_details()

Check if the union tag is sharing_change_member_policy_details.

Return type:bool
is_shmodel_disable_downloads_details()

Check if the union tag is shmodel_disable_downloads_details.

Return type:bool
is_shmodel_enable_downloads_details()

Check if the union tag is shmodel_enable_downloads_details.

Return type:bool
is_shmodel_group_share_details()

Check if the union tag is shmodel_group_share_details.

Return type:bool
is_showcase_access_granted_details()

Check if the union tag is showcase_access_granted_details.

Return type:bool
is_showcase_add_member_details()

Check if the union tag is showcase_add_member_details.

Return type:bool
is_showcase_archived_details()

Check if the union tag is showcase_archived_details.

Return type:bool
is_showcase_change_download_policy_details()

Check if the union tag is showcase_change_download_policy_details.

Return type:bool
is_showcase_change_enabled_policy_details()

Check if the union tag is showcase_change_enabled_policy_details.

Return type:bool
is_showcase_change_external_sharing_policy_details()

Check if the union tag is showcase_change_external_sharing_policy_details.

Return type:bool
is_showcase_created_details()

Check if the union tag is showcase_created_details.

Return type:bool
is_showcase_delete_comment_details()

Check if the union tag is showcase_delete_comment_details.

Return type:bool
is_showcase_edit_comment_details()

Check if the union tag is showcase_edit_comment_details.

Return type:bool
is_showcase_edited_details()

Check if the union tag is showcase_edited_details.

Return type:bool
is_showcase_file_added_details()

Check if the union tag is showcase_file_added_details.

Return type:bool
is_showcase_file_download_details()

Check if the union tag is showcase_file_download_details.

Return type:bool
is_showcase_file_removed_details()

Check if the union tag is showcase_file_removed_details.

Return type:bool
is_showcase_file_view_details()

Check if the union tag is showcase_file_view_details.

Return type:bool
is_showcase_permanently_deleted_details()

Check if the union tag is showcase_permanently_deleted_details.

Return type:bool
is_showcase_post_comment_details()

Check if the union tag is showcase_post_comment_details.

Return type:bool
is_showcase_remove_member_details()

Check if the union tag is showcase_remove_member_details.

Return type:bool
is_showcase_renamed_details()

Check if the union tag is showcase_renamed_details.

Return type:bool
is_showcase_request_access_details()

Check if the union tag is showcase_request_access_details.

Return type:bool
is_showcase_resolve_comment_details()

Check if the union tag is showcase_resolve_comment_details.

Return type:bool
is_showcase_restored_details()

Check if the union tag is showcase_restored_details.

Return type:bool
is_showcase_trashed_deprecated_details()

Check if the union tag is showcase_trashed_deprecated_details.

Return type:bool
is_showcase_trashed_details()

Check if the union tag is showcase_trashed_details.

Return type:bool
is_showcase_unresolve_comment_details()

Check if the union tag is showcase_unresolve_comment_details.

Return type:bool
is_showcase_untrashed_deprecated_details()

Check if the union tag is showcase_untrashed_deprecated_details.

Return type:bool
is_showcase_untrashed_details()

Check if the union tag is showcase_untrashed_details.

Return type:bool
is_showcase_view_details()

Check if the union tag is showcase_view_details.

Return type:bool
is_sign_in_as_session_end_details()

Check if the union tag is sign_in_as_session_end_details.

Return type:bool
is_sign_in_as_session_start_details()

Check if the union tag is sign_in_as_session_start_details.

Return type:bool
is_smart_sync_change_policy_details()

Check if the union tag is smart_sync_change_policy_details.

Return type:bool
is_smart_sync_create_admin_privilege_report_details()

Check if the union tag is smart_sync_create_admin_privilege_report_details.

Return type:bool
is_smart_sync_not_opt_out_details()

Check if the union tag is smart_sync_not_opt_out_details.

Return type:bool
is_smart_sync_opt_out_details()

Check if the union tag is smart_sync_opt_out_details.

Return type:bool
is_smarter_smart_sync_policy_changed_details()

Check if the union tag is smarter_smart_sync_policy_changed_details.

Return type:bool
is_sso_add_cert_details()

Check if the union tag is sso_add_cert_details.

Return type:bool
is_sso_add_login_url_details()

Check if the union tag is sso_add_login_url_details.

Return type:bool
is_sso_add_logout_url_details()

Check if the union tag is sso_add_logout_url_details.

Return type:bool
is_sso_change_cert_details()

Check if the union tag is sso_change_cert_details.

Return type:bool
is_sso_change_login_url_details()

Check if the union tag is sso_change_login_url_details.

Return type:bool
is_sso_change_logout_url_details()

Check if the union tag is sso_change_logout_url_details.

Return type:bool
is_sso_change_policy_details()

Check if the union tag is sso_change_policy_details.

Return type:bool
is_sso_change_saml_identity_mode_details()

Check if the union tag is sso_change_saml_identity_mode_details.

Return type:bool
is_sso_error_details()

Check if the union tag is sso_error_details.

Return type:bool
is_sso_remove_cert_details()

Check if the union tag is sso_remove_cert_details.

Return type:bool
is_sso_remove_login_url_details()

Check if the union tag is sso_remove_login_url_details.

Return type:bool
is_sso_remove_logout_url_details()

Check if the union tag is sso_remove_logout_url_details.

Return type:bool
is_started_enterprise_admin_session_details()

Check if the union tag is started_enterprise_admin_session_details.

Return type:bool
is_team_activity_create_report_details()

Check if the union tag is team_activity_create_report_details.

Return type:bool
is_team_activity_create_report_fail_details()

Check if the union tag is team_activity_create_report_fail_details.

Return type:bool
is_team_branding_policy_changed_details()

Check if the union tag is team_branding_policy_changed_details.

Return type:bool
is_team_extensions_policy_changed_details()

Check if the union tag is team_extensions_policy_changed_details.

Return type:bool
is_team_folder_change_status_details()

Check if the union tag is team_folder_change_status_details.

Return type:bool
is_team_folder_create_details()

Check if the union tag is team_folder_create_details.

Return type:bool
is_team_folder_downgrade_details()

Check if the union tag is team_folder_downgrade_details.

Return type:bool
is_team_folder_permanently_delete_details()

Check if the union tag is team_folder_permanently_delete_details.

Return type:bool
is_team_folder_rename_details()

Check if the union tag is team_folder_rename_details.

Return type:bool
is_team_merge_from_details()

Check if the union tag is team_merge_from_details.

Return type:bool
is_team_merge_request_accepted_details()

Check if the union tag is team_merge_request_accepted_details.

Return type:bool
is_team_merge_request_accepted_shown_to_primary_team_details()

Check if the union tag is team_merge_request_accepted_shown_to_primary_team_details.

Return type:bool
is_team_merge_request_accepted_shown_to_secondary_team_details()

Check if the union tag is team_merge_request_accepted_shown_to_secondary_team_details.

Return type:bool
is_team_merge_request_auto_canceled_details()

Check if the union tag is team_merge_request_auto_canceled_details.

Return type:bool
is_team_merge_request_canceled_details()

Check if the union tag is team_merge_request_canceled_details.

Return type:bool
is_team_merge_request_canceled_shown_to_primary_team_details()

Check if the union tag is team_merge_request_canceled_shown_to_primary_team_details.

Return type:bool
is_team_merge_request_canceled_shown_to_secondary_team_details()

Check if the union tag is team_merge_request_canceled_shown_to_secondary_team_details.

Return type:bool
is_team_merge_request_expired_details()

Check if the union tag is team_merge_request_expired_details.

Return type:bool
is_team_merge_request_expired_shown_to_primary_team_details()

Check if the union tag is team_merge_request_expired_shown_to_primary_team_details.

Return type:bool
is_team_merge_request_expired_shown_to_secondary_team_details()

Check if the union tag is team_merge_request_expired_shown_to_secondary_team_details.

Return type:bool
is_team_merge_request_rejected_shown_to_primary_team_details()

Check if the union tag is team_merge_request_rejected_shown_to_primary_team_details.

Return type:bool
is_team_merge_request_rejected_shown_to_secondary_team_details()

Check if the union tag is team_merge_request_rejected_shown_to_secondary_team_details.

Return type:bool
is_team_merge_request_reminder_details()

Check if the union tag is team_merge_request_reminder_details.

Return type:bool
is_team_merge_request_reminder_shown_to_primary_team_details()

Check if the union tag is team_merge_request_reminder_shown_to_primary_team_details.

Return type:bool
is_team_merge_request_reminder_shown_to_secondary_team_details()

Check if the union tag is team_merge_request_reminder_shown_to_secondary_team_details.

Return type:bool
is_team_merge_request_revoked_details()

Check if the union tag is team_merge_request_revoked_details.

Return type:bool
is_team_merge_request_sent_shown_to_primary_team_details()

Check if the union tag is team_merge_request_sent_shown_to_primary_team_details.

Return type:bool
is_team_merge_request_sent_shown_to_secondary_team_details()

Check if the union tag is team_merge_request_sent_shown_to_secondary_team_details.

Return type:bool
is_team_merge_to_details()

Check if the union tag is team_merge_to_details.

Return type:bool
is_team_profile_add_background_details()

Check if the union tag is team_profile_add_background_details.

Return type:bool
is_team_profile_add_logo_details()

Check if the union tag is team_profile_add_logo_details.

Return type:bool
is_team_profile_change_background_details()

Check if the union tag is team_profile_change_background_details.

Return type:bool
is_team_profile_change_default_language_details()

Check if the union tag is team_profile_change_default_language_details.

Return type:bool
is_team_profile_change_logo_details()

Check if the union tag is team_profile_change_logo_details.

Return type:bool
is_team_profile_change_name_details()

Check if the union tag is team_profile_change_name_details.

Return type:bool
is_team_profile_remove_background_details()

Check if the union tag is team_profile_remove_background_details.

Return type:bool
is_team_profile_remove_logo_details()

Check if the union tag is team_profile_remove_logo_details.

Return type:bool
is_team_selective_sync_policy_changed_details()

Check if the union tag is team_selective_sync_policy_changed_details.

Return type:bool
is_team_selective_sync_settings_changed_details()

Check if the union tag is team_selective_sync_settings_changed_details.

Return type:bool
is_team_sharing_whitelist_subjects_changed_details()

Check if the union tag is team_sharing_whitelist_subjects_changed_details.

Return type:bool
is_tfa_add_backup_phone_details()

Check if the union tag is tfa_add_backup_phone_details.

Return type:bool
is_tfa_add_exception_details()

Check if the union tag is tfa_add_exception_details.

Return type:bool
is_tfa_add_security_key_details()

Check if the union tag is tfa_add_security_key_details.

Return type:bool
is_tfa_change_backup_phone_details()

Check if the union tag is tfa_change_backup_phone_details.

Return type:bool
is_tfa_change_policy_details()

Check if the union tag is tfa_change_policy_details.

Return type:bool
is_tfa_change_status_details()

Check if the union tag is tfa_change_status_details.

Return type:bool
is_tfa_remove_backup_phone_details()

Check if the union tag is tfa_remove_backup_phone_details.

Return type:bool
is_tfa_remove_exception_details()

Check if the union tag is tfa_remove_exception_details.

Return type:bool
is_tfa_remove_security_key_details()

Check if the union tag is tfa_remove_security_key_details.

Return type:bool
is_tfa_reset_details()

Check if the union tag is tfa_reset_details.

Return type:bool
is_two_account_change_policy_details()

Check if the union tag is two_account_change_policy_details.

Return type:bool
is_undo_naming_convention_details()

Check if the union tag is undo_naming_convention_details.

Return type:bool
is_undo_organize_folder_with_tidy_details()

Check if the union tag is undo_organize_folder_with_tidy_details.

Return type:bool
is_user_tags_added_details()

Check if the union tag is user_tags_added_details.

Return type:bool
is_user_tags_removed_details()

Check if the union tag is user_tags_removed_details.

Return type:bool
is_viewer_info_policy_changed_details()

Check if the union tag is viewer_info_policy_changed_details.

Return type:bool
is_watermarking_policy_changed_details()

Check if the union tag is watermarking_policy_changed_details.

Return type:bool
is_web_sessions_change_active_session_limit_details()

Check if the union tag is web_sessions_change_active_session_limit_details.

Return type:bool
is_web_sessions_change_fixed_length_policy_details()

Check if the union tag is web_sessions_change_fixed_length_policy_details.

Return type:bool
is_web_sessions_change_idle_length_policy_details()

Check if the union tag is web_sessions_change_idle_length_policy_details.

Return type:bool
classmethod legal_holds_activate_a_hold_details(val)

Create an instance of this class set to the legal_holds_activate_a_hold_details tag with value val.

Parameters:val (LegalHoldsActivateAHoldDetails) –
Return type:EventDetails
classmethod legal_holds_add_members_details(val)

Create an instance of this class set to the legal_holds_add_members_details tag with value val.

Parameters:val (LegalHoldsAddMembersDetails) –
Return type:EventDetails
classmethod legal_holds_change_hold_details_details(val)

Create an instance of this class set to the legal_holds_change_hold_details_details tag with value val.

Parameters:val (LegalHoldsChangeHoldDetailsDetails) –
Return type:EventDetails
classmethod legal_holds_change_hold_name_details(val)

Create an instance of this class set to the legal_holds_change_hold_name_details tag with value val.

Parameters:val (LegalHoldsChangeHoldNameDetails) –
Return type:EventDetails
classmethod legal_holds_export_a_hold_details(val)

Create an instance of this class set to the legal_holds_export_a_hold_details tag with value val.

Parameters:val (LegalHoldsExportAHoldDetails) –
Return type:EventDetails
classmethod legal_holds_export_cancelled_details(val)

Create an instance of this class set to the legal_holds_export_cancelled_details tag with value val.

Parameters:val (LegalHoldsExportCancelledDetails) –
Return type:EventDetails
classmethod legal_holds_export_downloaded_details(val)

Create an instance of this class set to the legal_holds_export_downloaded_details tag with value val.

Parameters:val (LegalHoldsExportDownloadedDetails) –
Return type:EventDetails
classmethod legal_holds_export_removed_details(val)

Create an instance of this class set to the legal_holds_export_removed_details tag with value val.

Parameters:val (LegalHoldsExportRemovedDetails) –
Return type:EventDetails
classmethod legal_holds_release_a_hold_details(val)

Create an instance of this class set to the legal_holds_release_a_hold_details tag with value val.

Parameters:val (LegalHoldsReleaseAHoldDetails) –
Return type:EventDetails
classmethod legal_holds_remove_members_details(val)

Create an instance of this class set to the legal_holds_remove_members_details tag with value val.

Parameters:val (LegalHoldsRemoveMembersDetails) –
Return type:EventDetails
classmethod legal_holds_report_a_hold_details(val)

Create an instance of this class set to the legal_holds_report_a_hold_details tag with value val.

Parameters:val (LegalHoldsReportAHoldDetails) –
Return type:EventDetails
classmethod login_fail_details(val)

Create an instance of this class set to the login_fail_details tag with value val.

Parameters:val (LoginFailDetails) –
Return type:EventDetails
classmethod login_success_details(val)

Create an instance of this class set to the login_success_details tag with value val.

Parameters:val (LoginSuccessDetails) –
Return type:EventDetails
classmethod logout_details(val)

Create an instance of this class set to the logout_details tag with value val.

Parameters:val (LogoutDetails) –
Return type:EventDetails
classmethod member_add_external_id_details(val)

Create an instance of this class set to the member_add_external_id_details tag with value val.

Parameters:val (MemberAddExternalIdDetails) –
Return type:EventDetails
classmethod member_add_name_details(val)

Create an instance of this class set to the member_add_name_details tag with value val.

Parameters:val (MemberAddNameDetails) –
Return type:EventDetails
classmethod member_change_admin_role_details(val)

Create an instance of this class set to the member_change_admin_role_details tag with value val.

Parameters:val (MemberChangeAdminRoleDetails) –
Return type:EventDetails
classmethod member_change_email_details(val)

Create an instance of this class set to the member_change_email_details tag with value val.

Parameters:val (MemberChangeEmailDetails) –
Return type:EventDetails
classmethod member_change_external_id_details(val)

Create an instance of this class set to the member_change_external_id_details tag with value val.

Parameters:val (MemberChangeExternalIdDetails) –
Return type:EventDetails
classmethod member_change_membership_type_details(val)

Create an instance of this class set to the member_change_membership_type_details tag with value val.

Parameters:val (MemberChangeMembershipTypeDetails) –
Return type:EventDetails
classmethod member_change_name_details(val)

Create an instance of this class set to the member_change_name_details tag with value val.

Parameters:val (MemberChangeNameDetails) –
Return type:EventDetails
classmethod member_change_reseller_role_details(val)

Create an instance of this class set to the member_change_reseller_role_details tag with value val.

Parameters:val (MemberChangeResellerRoleDetails) –
Return type:EventDetails
classmethod member_change_status_details(val)

Create an instance of this class set to the member_change_status_details tag with value val.

Parameters:val (MemberChangeStatusDetails) –
Return type:EventDetails
classmethod member_delete_manual_contacts_details(val)

Create an instance of this class set to the member_delete_manual_contacts_details tag with value val.

Parameters:val (MemberDeleteManualContactsDetails) –
Return type:EventDetails
classmethod member_delete_profile_photo_details(val)

Create an instance of this class set to the member_delete_profile_photo_details tag with value val.

Parameters:val (MemberDeleteProfilePhotoDetails) –
Return type:EventDetails
classmethod member_permanently_delete_account_contents_details(val)

Create an instance of this class set to the member_permanently_delete_account_contents_details tag with value val.

Parameters:val (MemberPermanentlyDeleteAccountContentsDetails) –
Return type:EventDetails
classmethod member_remove_external_id_details(val)

Create an instance of this class set to the member_remove_external_id_details tag with value val.

Parameters:val (MemberRemoveExternalIdDetails) –
Return type:EventDetails
classmethod member_requests_change_policy_details(val)

Create an instance of this class set to the member_requests_change_policy_details tag with value val.

Parameters:val (MemberRequestsChangePolicyDetails) –
Return type:EventDetails
classmethod member_send_invite_policy_changed_details(val)

Create an instance of this class set to the member_send_invite_policy_changed_details tag with value val.

Parameters:val (MemberSendInvitePolicyChangedDetails) –
Return type:EventDetails
classmethod member_set_profile_photo_details(val)

Create an instance of this class set to the member_set_profile_photo_details tag with value val.

Parameters:val (MemberSetProfilePhotoDetails) –
Return type:EventDetails
classmethod member_space_limits_add_custom_quota_details(val)

Create an instance of this class set to the member_space_limits_add_custom_quota_details tag with value val.

Parameters:val (MemberSpaceLimitsAddCustomQuotaDetails) –
Return type:EventDetails
classmethod member_space_limits_add_exception_details(val)

Create an instance of this class set to the member_space_limits_add_exception_details tag with value val.

Parameters:val (MemberSpaceLimitsAddExceptionDetails) –
Return type:EventDetails
classmethod member_space_limits_change_caps_type_policy_details(val)

Create an instance of this class set to the member_space_limits_change_caps_type_policy_details tag with value val.

Parameters:val (MemberSpaceLimitsChangeCapsTypePolicyDetails) –
Return type:EventDetails
classmethod member_space_limits_change_custom_quota_details(val)

Create an instance of this class set to the member_space_limits_change_custom_quota_details tag with value val.

Parameters:val (MemberSpaceLimitsChangeCustomQuotaDetails) –
Return type:EventDetails
classmethod member_space_limits_change_policy_details(val)

Create an instance of this class set to the member_space_limits_change_policy_details tag with value val.

Parameters:val (MemberSpaceLimitsChangePolicyDetails) –
Return type:EventDetails
classmethod member_space_limits_change_status_details(val)

Create an instance of this class set to the member_space_limits_change_status_details tag with value val.

Parameters:val (MemberSpaceLimitsChangeStatusDetails) –
Return type:EventDetails
classmethod member_space_limits_remove_custom_quota_details(val)

Create an instance of this class set to the member_space_limits_remove_custom_quota_details tag with value val.

Parameters:val (MemberSpaceLimitsRemoveCustomQuotaDetails) –
Return type:EventDetails
classmethod member_space_limits_remove_exception_details(val)

Create an instance of this class set to the member_space_limits_remove_exception_details tag with value val.

Parameters:val (MemberSpaceLimitsRemoveExceptionDetails) –
Return type:EventDetails
classmethod member_suggest_details(val)

Create an instance of this class set to the member_suggest_details tag with value val.

Parameters:val (MemberSuggestDetails) –
Return type:EventDetails
classmethod member_suggestions_change_policy_details(val)

Create an instance of this class set to the member_suggestions_change_policy_details tag with value val.

Parameters:val (MemberSuggestionsChangePolicyDetails) –
Return type:EventDetails
classmethod member_transfer_account_contents_details(val)

Create an instance of this class set to the member_transfer_account_contents_details tag with value val.

Parameters:val (MemberTransferAccountContentsDetails) –
Return type:EventDetails
classmethod microsoft_office_addin_change_policy_details(val)

Create an instance of this class set to the microsoft_office_addin_change_policy_details tag with value val.

Parameters:val (MicrosoftOfficeAddinChangePolicyDetails) –
Return type:EventDetails
classmethod missing_details(val)

Create an instance of this class set to the missing_details tag with value val.

Parameters:val (MissingDetails) –
Return type:EventDetails
classmethod network_control_change_policy_details(val)

Create an instance of this class set to the network_control_change_policy_details tag with value val.

Parameters:val (NetworkControlChangePolicyDetails) –
Return type:EventDetails

Create an instance of this class set to the no_expiration_link_gen_create_report_details tag with value val.

Parameters:val (NoExpirationLinkGenCreateReportDetails) –
Return type:EventDetails

Create an instance of this class set to the no_expiration_link_gen_report_failed_details tag with value val.

Parameters:val (NoExpirationLinkGenReportFailedDetails) –
Return type:EventDetails

Create an instance of this class set to the no_password_link_gen_create_report_details tag with value val.

Parameters:val (NoPasswordLinkGenCreateReportDetails) –
Return type:EventDetails

Create an instance of this class set to the no_password_link_gen_report_failed_details tag with value val.

Parameters:val (NoPasswordLinkGenReportFailedDetails) –
Return type:EventDetails

Create an instance of this class set to the no_password_link_view_create_report_details tag with value val.

Parameters:val (NoPasswordLinkViewCreateReportDetails) –
Return type:EventDetails

Create an instance of this class set to the no_password_link_view_report_failed_details tag with value val.

Parameters:val (NoPasswordLinkViewReportFailedDetails) –
Return type:EventDetails
classmethod note_acl_invite_only_details(val)

Create an instance of this class set to the note_acl_invite_only_details tag with value val.

Parameters:val (NoteAclInviteOnlyDetails) –
Return type:EventDetails

Create an instance of this class set to the note_acl_link_details tag with value val.

Parameters:val (NoteAclLinkDetails) –
Return type:EventDetails

Create an instance of this class set to the note_acl_team_link_details tag with value val.

Parameters:val (NoteAclTeamLinkDetails) –
Return type:EventDetails
classmethod note_share_receive_details(val)

Create an instance of this class set to the note_share_receive_details tag with value val.

Parameters:val (NoteShareReceiveDetails) –
Return type:EventDetails
classmethod note_shared_details(val)

Create an instance of this class set to the note_shared_details tag with value val.

Parameters:val (NoteSharedDetails) –
Return type:EventDetails
classmethod object_label_added_details(val)

Create an instance of this class set to the object_label_added_details tag with value val.

Parameters:val (ObjectLabelAddedDetails) –
Return type:EventDetails
classmethod object_label_removed_details(val)

Create an instance of this class set to the object_label_removed_details tag with value val.

Parameters:val (ObjectLabelRemovedDetails) –
Return type:EventDetails
classmethod object_label_updated_value_details(val)

Create an instance of this class set to the object_label_updated_value_details tag with value val.

Parameters:val (ObjectLabelUpdatedValueDetails) –
Return type:EventDetails
classmethod open_note_shared_details(val)

Create an instance of this class set to the open_note_shared_details tag with value val.

Parameters:val (OpenNoteSharedDetails) –
Return type:EventDetails
classmethod organize_folder_with_tidy_details(val)

Create an instance of this class set to the organize_folder_with_tidy_details tag with value val.

Parameters:val (OrganizeFolderWithTidyDetails) –
Return type:EventDetails
other = EventDetails(u'other', None)

Create an instance of this class set to the outdated_link_view_create_report_details tag with value val.

Parameters:val (OutdatedLinkViewCreateReportDetails) –
Return type:EventDetails

Create an instance of this class set to the outdated_link_view_report_failed_details tag with value val.

Parameters:val (OutdatedLinkViewReportFailedDetails) –
Return type:EventDetails
classmethod paper_admin_export_start_details(val)

Create an instance of this class set to the paper_admin_export_start_details tag with value val.

Parameters:val (PaperAdminExportStartDetails) –
Return type:EventDetails
classmethod paper_change_deployment_policy_details(val)

Create an instance of this class set to the paper_change_deployment_policy_details tag with value val.

Parameters:val (PaperChangeDeploymentPolicyDetails) –
Return type:EventDetails

Create an instance of this class set to the paper_change_member_link_policy_details tag with value val.

Parameters:val (PaperChangeMemberLinkPolicyDetails) –
Return type:EventDetails
classmethod paper_change_member_policy_details(val)

Create an instance of this class set to the paper_change_member_policy_details tag with value val.

Parameters:val (PaperChangeMemberPolicyDetails) –
Return type:EventDetails
classmethod paper_change_policy_details(val)

Create an instance of this class set to the paper_change_policy_details tag with value val.

Parameters:val (PaperChangePolicyDetails) –
Return type:EventDetails
classmethod paper_content_add_member_details(val)

Create an instance of this class set to the paper_content_add_member_details tag with value val.

Parameters:val (PaperContentAddMemberDetails) –
Return type:EventDetails
classmethod paper_content_add_to_folder_details(val)

Create an instance of this class set to the paper_content_add_to_folder_details tag with value val.

Parameters:val (PaperContentAddToFolderDetails) –
Return type:EventDetails
classmethod paper_content_archive_details(val)

Create an instance of this class set to the paper_content_archive_details tag with value val.

Parameters:val (PaperContentArchiveDetails) –
Return type:EventDetails
classmethod paper_content_create_details(val)

Create an instance of this class set to the paper_content_create_details tag with value val.

Parameters:val (PaperContentCreateDetails) –
Return type:EventDetails
classmethod paper_content_permanently_delete_details(val)

Create an instance of this class set to the paper_content_permanently_delete_details tag with value val.

Parameters:val (PaperContentPermanentlyDeleteDetails) –
Return type:EventDetails
classmethod paper_content_remove_from_folder_details(val)

Create an instance of this class set to the paper_content_remove_from_folder_details tag with value val.

Parameters:val (PaperContentRemoveFromFolderDetails) –
Return type:EventDetails
classmethod paper_content_remove_member_details(val)

Create an instance of this class set to the paper_content_remove_member_details tag with value val.

Parameters:val (PaperContentRemoveMemberDetails) –
Return type:EventDetails
classmethod paper_content_rename_details(val)

Create an instance of this class set to the paper_content_rename_details tag with value val.

Parameters:val (PaperContentRenameDetails) –
Return type:EventDetails
classmethod paper_content_restore_details(val)

Create an instance of this class set to the paper_content_restore_details tag with value val.

Parameters:val (PaperContentRestoreDetails) –
Return type:EventDetails
classmethod paper_default_folder_policy_changed_details(val)

Create an instance of this class set to the paper_default_folder_policy_changed_details tag with value val.

Parameters:val (PaperDefaultFolderPolicyChangedDetails) –
Return type:EventDetails
classmethod paper_desktop_policy_changed_details(val)

Create an instance of this class set to the paper_desktop_policy_changed_details tag with value val.

Parameters:val (PaperDesktopPolicyChangedDetails) –
Return type:EventDetails
classmethod paper_doc_add_comment_details(val)

Create an instance of this class set to the paper_doc_add_comment_details tag with value val.

Parameters:val (PaperDocAddCommentDetails) –
Return type:EventDetails
classmethod paper_doc_change_member_role_details(val)

Create an instance of this class set to the paper_doc_change_member_role_details tag with value val.

Parameters:val (PaperDocChangeMemberRoleDetails) –
Return type:EventDetails
classmethod paper_doc_change_sharing_policy_details(val)

Create an instance of this class set to the paper_doc_change_sharing_policy_details tag with value val.

Parameters:val (PaperDocChangeSharingPolicyDetails) –
Return type:EventDetails
classmethod paper_doc_change_subscription_details(val)

Create an instance of this class set to the paper_doc_change_subscription_details tag with value val.

Parameters:val (PaperDocChangeSubscriptionDetails) –
Return type:EventDetails
classmethod paper_doc_delete_comment_details(val)

Create an instance of this class set to the paper_doc_delete_comment_details tag with value val.

Parameters:val (PaperDocDeleteCommentDetails) –
Return type:EventDetails
classmethod paper_doc_deleted_details(val)

Create an instance of this class set to the paper_doc_deleted_details tag with value val.

Parameters:val (PaperDocDeletedDetails) –
Return type:EventDetails
classmethod paper_doc_download_details(val)

Create an instance of this class set to the paper_doc_download_details tag with value val.

Parameters:val (PaperDocDownloadDetails) –
Return type:EventDetails
classmethod paper_doc_edit_comment_details(val)

Create an instance of this class set to the paper_doc_edit_comment_details tag with value val.

Parameters:val (PaperDocEditCommentDetails) –
Return type:EventDetails
classmethod paper_doc_edit_details(val)

Create an instance of this class set to the paper_doc_edit_details tag with value val.

Parameters:val (PaperDocEditDetails) –
Return type:EventDetails
classmethod paper_doc_followed_details(val)

Create an instance of this class set to the paper_doc_followed_details tag with value val.

Parameters:val (PaperDocFollowedDetails) –
Return type:EventDetails
classmethod paper_doc_mention_details(val)

Create an instance of this class set to the paper_doc_mention_details tag with value val.

Parameters:val (PaperDocMentionDetails) –
Return type:EventDetails
classmethod paper_doc_ownership_changed_details(val)

Create an instance of this class set to the paper_doc_ownership_changed_details tag with value val.

Parameters:val (PaperDocOwnershipChangedDetails) –
Return type:EventDetails
classmethod paper_doc_request_access_details(val)

Create an instance of this class set to the paper_doc_request_access_details tag with value val.

Parameters:val (PaperDocRequestAccessDetails) –
Return type:EventDetails
classmethod paper_doc_resolve_comment_details(val)

Create an instance of this class set to the paper_doc_resolve_comment_details tag with value val.

Parameters:val (PaperDocResolveCommentDetails) –
Return type:EventDetails
classmethod paper_doc_revert_details(val)

Create an instance of this class set to the paper_doc_revert_details tag with value val.

Parameters:val (PaperDocRevertDetails) –
Return type:EventDetails
classmethod paper_doc_slack_share_details(val)

Create an instance of this class set to the paper_doc_slack_share_details tag with value val.

Parameters:val (PaperDocSlackShareDetails) –
Return type:EventDetails
classmethod paper_doc_team_invite_details(val)

Create an instance of this class set to the paper_doc_team_invite_details tag with value val.

Parameters:val (PaperDocTeamInviteDetails) –
Return type:EventDetails
classmethod paper_doc_trashed_details(val)

Create an instance of this class set to the paper_doc_trashed_details tag with value val.

Parameters:val (PaperDocTrashedDetails) –
Return type:EventDetails
classmethod paper_doc_unresolve_comment_details(val)

Create an instance of this class set to the paper_doc_unresolve_comment_details tag with value val.

Parameters:val (PaperDocUnresolveCommentDetails) –
Return type:EventDetails
classmethod paper_doc_untrashed_details(val)

Create an instance of this class set to the paper_doc_untrashed_details tag with value val.

Parameters:val (PaperDocUntrashedDetails) –
Return type:EventDetails
classmethod paper_doc_view_details(val)

Create an instance of this class set to the paper_doc_view_details tag with value val.

Parameters:val (PaperDocViewDetails) –
Return type:EventDetails
classmethod paper_enabled_users_group_addition_details(val)

Create an instance of this class set to the paper_enabled_users_group_addition_details tag with value val.

Parameters:val (PaperEnabledUsersGroupAdditionDetails) –
Return type:EventDetails
classmethod paper_enabled_users_group_removal_details(val)

Create an instance of this class set to the paper_enabled_users_group_removal_details tag with value val.

Parameters:val (PaperEnabledUsersGroupRemovalDetails) –
Return type:EventDetails
classmethod paper_external_view_allow_details(val)

Create an instance of this class set to the paper_external_view_allow_details tag with value val.

Parameters:val (PaperExternalViewAllowDetails) –
Return type:EventDetails
classmethod paper_external_view_default_team_details(val)

Create an instance of this class set to the paper_external_view_default_team_details tag with value val.

Parameters:val (PaperExternalViewDefaultTeamDetails) –
Return type:EventDetails
classmethod paper_external_view_forbid_details(val)

Create an instance of this class set to the paper_external_view_forbid_details tag with value val.

Parameters:val (PaperExternalViewForbidDetails) –
Return type:EventDetails
classmethod paper_folder_change_subscription_details(val)

Create an instance of this class set to the paper_folder_change_subscription_details tag with value val.

Parameters:val (PaperFolderChangeSubscriptionDetails) –
Return type:EventDetails
classmethod paper_folder_deleted_details(val)

Create an instance of this class set to the paper_folder_deleted_details tag with value val.

Parameters:val (PaperFolderDeletedDetails) –
Return type:EventDetails
classmethod paper_folder_followed_details(val)

Create an instance of this class set to the paper_folder_followed_details tag with value val.

Parameters:val (PaperFolderFollowedDetails) –
Return type:EventDetails
classmethod paper_folder_team_invite_details(val)

Create an instance of this class set to the paper_folder_team_invite_details tag with value val.

Parameters:val (PaperFolderTeamInviteDetails) –
Return type:EventDetails

Create an instance of this class set to the paper_published_link_change_permission_details tag with value val.

Parameters:val (PaperPublishedLinkChangePermissionDetails) –
Return type:EventDetails

Create an instance of this class set to the paper_published_link_create_details tag with value val.

Parameters:val (PaperPublishedLinkCreateDetails) –
Return type:EventDetails

Create an instance of this class set to the paper_published_link_disabled_details tag with value val.

Parameters:val (PaperPublishedLinkDisabledDetails) –
Return type:EventDetails

Create an instance of this class set to the paper_published_link_view_details tag with value val.

Parameters:val (PaperPublishedLinkViewDetails) –
Return type:EventDetails
classmethod password_change_details(val)

Create an instance of this class set to the password_change_details tag with value val.

Parameters:val (PasswordChangeDetails) –
Return type:EventDetails
classmethod password_reset_all_details(val)

Create an instance of this class set to the password_reset_all_details tag with value val.

Parameters:val (PasswordResetAllDetails) –
Return type:EventDetails
classmethod password_reset_details(val)

Create an instance of this class set to the password_reset_details tag with value val.

Parameters:val (PasswordResetDetails) –
Return type:EventDetails
classmethod password_strength_requirements_change_policy_details(val)

Create an instance of this class set to the password_strength_requirements_change_policy_details tag with value val.

Parameters:val (PasswordStrengthRequirementsChangePolicyDetails) –
Return type:EventDetails
classmethod pending_secondary_email_added_details(val)

Create an instance of this class set to the pending_secondary_email_added_details tag with value val.

Parameters:val (PendingSecondaryEmailAddedDetails) –
Return type:EventDetails
classmethod permanent_delete_change_policy_details(val)

Create an instance of this class set to the permanent_delete_change_policy_details tag with value val.

Parameters:val (PermanentDeleteChangePolicyDetails) –
Return type:EventDetails
classmethod reseller_support_change_policy_details(val)

Create an instance of this class set to the reseller_support_change_policy_details tag with value val.

Parameters:val (ResellerSupportChangePolicyDetails) –
Return type:EventDetails
classmethod reseller_support_session_end_details(val)

Create an instance of this class set to the reseller_support_session_end_details tag with value val.

Parameters:val (ResellerSupportSessionEndDetails) –
Return type:EventDetails
classmethod reseller_support_session_start_details(val)

Create an instance of this class set to the reseller_support_session_start_details tag with value val.

Parameters:val (ResellerSupportSessionStartDetails) –
Return type:EventDetails
classmethod rewind_folder_details(val)

Create an instance of this class set to the rewind_folder_details tag with value val.

Parameters:val (RewindFolderDetails) –
Return type:EventDetails
classmethod rewind_policy_changed_details(val)

Create an instance of this class set to the rewind_policy_changed_details tag with value val.

Parameters:val (RewindPolicyChangedDetails) –
Return type:EventDetails
classmethod secondary_email_deleted_details(val)

Create an instance of this class set to the secondary_email_deleted_details tag with value val.

Parameters:val (SecondaryEmailDeletedDetails) –
Return type:EventDetails
classmethod secondary_email_verified_details(val)

Create an instance of this class set to the secondary_email_verified_details tag with value val.

Parameters:val (SecondaryEmailVerifiedDetails) –
Return type:EventDetails
classmethod secondary_mails_policy_changed_details(val)

Create an instance of this class set to the secondary_mails_policy_changed_details tag with value val.

Parameters:val (SecondaryMailsPolicyChangedDetails) –
Return type:EventDetails
classmethod send_for_signature_policy_changed_details(val)

Create an instance of this class set to the send_for_signature_policy_changed_details tag with value val.

Parameters:val (SendForSignaturePolicyChangedDetails) –
Return type:EventDetails
classmethod sf_add_group_details(val)

Create an instance of this class set to the sf_add_group_details tag with value val.

Parameters:val (SfAddGroupDetails) –
Return type:EventDetails

Create an instance of this class set to the sf_allow_non_members_to_view_shared_links_details tag with value val.

Parameters:val (SfAllowNonMembersToViewSharedLinksDetails) –
Return type:EventDetails
classmethod sf_external_invite_warn_details(val)

Create an instance of this class set to the sf_external_invite_warn_details tag with value val.

Parameters:val (SfExternalInviteWarnDetails) –
Return type:EventDetails
classmethod sf_fb_invite_change_role_details(val)

Create an instance of this class set to the sf_fb_invite_change_role_details tag with value val.

Parameters:val (SfFbInviteChangeRoleDetails) –
Return type:EventDetails
classmethod sf_fb_invite_details(val)

Create an instance of this class set to the sf_fb_invite_details tag with value val.

Parameters:val (SfFbInviteDetails) –
Return type:EventDetails
classmethod sf_fb_uninvite_details(val)

Create an instance of this class set to the sf_fb_uninvite_details tag with value val.

Parameters:val (SfFbUninviteDetails) –
Return type:EventDetails
classmethod sf_invite_group_details(val)

Create an instance of this class set to the sf_invite_group_details tag with value val.

Parameters:val (SfInviteGroupDetails) –
Return type:EventDetails
classmethod sf_team_grant_access_details(val)

Create an instance of this class set to the sf_team_grant_access_details tag with value val.

Parameters:val (SfTeamGrantAccessDetails) –
Return type:EventDetails
classmethod sf_team_invite_change_role_details(val)

Create an instance of this class set to the sf_team_invite_change_role_details tag with value val.

Parameters:val (SfTeamInviteChangeRoleDetails) –
Return type:EventDetails
classmethod sf_team_invite_details(val)

Create an instance of this class set to the sf_team_invite_details tag with value val.

Parameters:val (SfTeamInviteDetails) –
Return type:EventDetails
classmethod sf_team_join_details(val)

Create an instance of this class set to the sf_team_join_details tag with value val.

Parameters:val (SfTeamJoinDetails) –
Return type:EventDetails

Create an instance of this class set to the sf_team_join_from_oob_link_details tag with value val.

Parameters:val (SfTeamJoinFromOobLinkDetails) –
Return type:EventDetails
classmethod sf_team_uninvite_details(val)

Create an instance of this class set to the sf_team_uninvite_details tag with value val.

Parameters:val (SfTeamUninviteDetails) –
Return type:EventDetails
classmethod shared_content_add_invitees_details(val)

Create an instance of this class set to the shared_content_add_invitees_details tag with value val.

Parameters:val (SharedContentAddInviteesDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_content_add_link_expiry_details tag with value val.

Parameters:val (SharedContentAddLinkExpiryDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_content_add_link_password_details tag with value val.

Parameters:val (SharedContentAddLinkPasswordDetails) –
Return type:EventDetails
classmethod shared_content_add_member_details(val)

Create an instance of this class set to the shared_content_add_member_details tag with value val.

Parameters:val (SharedContentAddMemberDetails) –
Return type:EventDetails
classmethod shared_content_change_downloads_policy_details(val)

Create an instance of this class set to the shared_content_change_downloads_policy_details tag with value val.

Parameters:val (SharedContentChangeDownloadsPolicyDetails) –
Return type:EventDetails
classmethod shared_content_change_invitee_role_details(val)

Create an instance of this class set to the shared_content_change_invitee_role_details tag with value val.

Parameters:val (SharedContentChangeInviteeRoleDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_content_change_link_audience_details tag with value val.

Parameters:val (SharedContentChangeLinkAudienceDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_content_change_link_expiry_details tag with value val.

Parameters:val (SharedContentChangeLinkExpiryDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_content_change_link_password_details tag with value val.

Parameters:val (SharedContentChangeLinkPasswordDetails) –
Return type:EventDetails
classmethod shared_content_change_member_role_details(val)

Create an instance of this class set to the shared_content_change_member_role_details tag with value val.

Parameters:val (SharedContentChangeMemberRoleDetails) –
Return type:EventDetails
classmethod shared_content_change_viewer_info_policy_details(val)

Create an instance of this class set to the shared_content_change_viewer_info_policy_details tag with value val.

Parameters:val (SharedContentChangeViewerInfoPolicyDetails) –
Return type:EventDetails
classmethod shared_content_claim_invitation_details(val)

Create an instance of this class set to the shared_content_claim_invitation_details tag with value val.

Parameters:val (SharedContentClaimInvitationDetails) –
Return type:EventDetails
classmethod shared_content_copy_details(val)

Create an instance of this class set to the shared_content_copy_details tag with value val.

Parameters:val (SharedContentCopyDetails) –
Return type:EventDetails
classmethod shared_content_download_details(val)

Create an instance of this class set to the shared_content_download_details tag with value val.

Parameters:val (SharedContentDownloadDetails) –
Return type:EventDetails
classmethod shared_content_relinquish_membership_details(val)

Create an instance of this class set to the shared_content_relinquish_membership_details tag with value val.

Parameters:val (SharedContentRelinquishMembershipDetails) –
Return type:EventDetails
classmethod shared_content_remove_invitees_details(val)

Create an instance of this class set to the shared_content_remove_invitees_details tag with value val.

Parameters:val (SharedContentRemoveInviteesDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_content_remove_link_expiry_details tag with value val.

Parameters:val (SharedContentRemoveLinkExpiryDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_content_remove_link_password_details tag with value val.

Parameters:val (SharedContentRemoveLinkPasswordDetails) –
Return type:EventDetails
classmethod shared_content_remove_member_details(val)

Create an instance of this class set to the shared_content_remove_member_details tag with value val.

Parameters:val (SharedContentRemoveMemberDetails) –
Return type:EventDetails
classmethod shared_content_request_access_details(val)

Create an instance of this class set to the shared_content_request_access_details tag with value val.

Parameters:val (SharedContentRequestAccessDetails) –
Return type:EventDetails
classmethod shared_content_restore_invitees_details(val)

Create an instance of this class set to the shared_content_restore_invitees_details tag with value val.

Parameters:val (SharedContentRestoreInviteesDetails) –
Return type:EventDetails
classmethod shared_content_restore_member_details(val)

Create an instance of this class set to the shared_content_restore_member_details tag with value val.

Parameters:val (SharedContentRestoreMemberDetails) –
Return type:EventDetails
classmethod shared_content_unshare_details(val)

Create an instance of this class set to the shared_content_unshare_details tag with value val.

Parameters:val (SharedContentUnshareDetails) –
Return type:EventDetails
classmethod shared_content_view_details(val)

Create an instance of this class set to the shared_content_view_details tag with value val.

Parameters:val (SharedContentViewDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_folder_change_link_policy_details tag with value val.

Parameters:val (SharedFolderChangeLinkPolicyDetails) –
Return type:EventDetails
classmethod shared_folder_change_members_inheritance_policy_details(val)

Create an instance of this class set to the shared_folder_change_members_inheritance_policy_details tag with value val.

Parameters:val (SharedFolderChangeMembersInheritancePolicyDetails) –
Return type:EventDetails
classmethod shared_folder_change_members_management_policy_details(val)

Create an instance of this class set to the shared_folder_change_members_management_policy_details tag with value val.

Parameters:val (SharedFolderChangeMembersManagementPolicyDetails) –
Return type:EventDetails
classmethod shared_folder_change_members_policy_details(val)

Create an instance of this class set to the shared_folder_change_members_policy_details tag with value val.

Parameters:val (SharedFolderChangeMembersPolicyDetails) –
Return type:EventDetails
classmethod shared_folder_create_details(val)

Create an instance of this class set to the shared_folder_create_details tag with value val.

Parameters:val (SharedFolderCreateDetails) –
Return type:EventDetails
classmethod shared_folder_decline_invitation_details(val)

Create an instance of this class set to the shared_folder_decline_invitation_details tag with value val.

Parameters:val (SharedFolderDeclineInvitationDetails) –
Return type:EventDetails
classmethod shared_folder_mount_details(val)

Create an instance of this class set to the shared_folder_mount_details tag with value val.

Parameters:val (SharedFolderMountDetails) –
Return type:EventDetails
classmethod shared_folder_nest_details(val)

Create an instance of this class set to the shared_folder_nest_details tag with value val.

Parameters:val (SharedFolderNestDetails) –
Return type:EventDetails
classmethod shared_folder_transfer_ownership_details(val)

Create an instance of this class set to the shared_folder_transfer_ownership_details tag with value val.

Parameters:val (SharedFolderTransferOwnershipDetails) –
Return type:EventDetails
classmethod shared_folder_unmount_details(val)

Create an instance of this class set to the shared_folder_unmount_details tag with value val.

Parameters:val (SharedFolderUnmountDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_add_expiry_details tag with value val.

Parameters:val (SharedLinkAddExpiryDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_change_expiry_details tag with value val.

Parameters:val (SharedLinkChangeExpiryDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_change_visibility_details tag with value val.

Parameters:val (SharedLinkChangeVisibilityDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_copy_details tag with value val.

Parameters:val (SharedLinkCopyDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_create_details tag with value val.

Parameters:val (SharedLinkCreateDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_disable_details tag with value val.

Parameters:val (SharedLinkDisableDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_download_details tag with value val.

Parameters:val (SharedLinkDownloadDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_remove_expiry_details tag with value val.

Parameters:val (SharedLinkRemoveExpiryDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_add_expiration_details tag with value val.

Parameters:val (SharedLinkSettingsAddExpirationDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_add_password_details tag with value val.

Parameters:val (SharedLinkSettingsAddPasswordDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_allow_download_disabled_details tag with value val.

Parameters:val (SharedLinkSettingsAllowDownloadDisabledDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_allow_download_enabled_details tag with value val.

Parameters:val (SharedLinkSettingsAllowDownloadEnabledDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_change_audience_details tag with value val.

Parameters:val (SharedLinkSettingsChangeAudienceDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_change_expiration_details tag with value val.

Parameters:val (SharedLinkSettingsChangeExpirationDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_change_password_details tag with value val.

Parameters:val (SharedLinkSettingsChangePasswordDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_remove_expiration_details tag with value val.

Parameters:val (SharedLinkSettingsRemoveExpirationDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_settings_remove_password_details tag with value val.

Parameters:val (SharedLinkSettingsRemovePasswordDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_share_details tag with value val.

Parameters:val (SharedLinkShareDetails) –
Return type:EventDetails

Create an instance of this class set to the shared_link_view_details tag with value val.

Parameters:val (SharedLinkViewDetails) –
Return type:EventDetails
classmethod shared_note_opened_details(val)

Create an instance of this class set to the shared_note_opened_details tag with value val.

Parameters:val (SharedNoteOpenedDetails) –
Return type:EventDetails
classmethod sharing_change_folder_join_policy_details(val)

Create an instance of this class set to the sharing_change_folder_join_policy_details tag with value val.

Parameters:val (SharingChangeFolderJoinPolicyDetails) –
Return type:EventDetails

Create an instance of this class set to the sharing_change_link_allow_change_expiration_policy_details tag with value val.

Parameters:val (SharingChangeLinkAllowChangeExpirationPolicyDetails) –
Return type:EventDetails

Create an instance of this class set to the sharing_change_link_default_expiration_policy_details tag with value val.

Parameters:val (SharingChangeLinkDefaultExpirationPolicyDetails) –
Return type:EventDetails

Create an instance of this class set to the sharing_change_link_enforce_password_policy_details tag with value val.

Parameters:val (SharingChangeLinkEnforcePasswordPolicyDetails) –
Return type:EventDetails

Create an instance of this class set to the sharing_change_link_policy_details tag with value val.

Parameters:val (SharingChangeLinkPolicyDetails) –
Return type:EventDetails
classmethod sharing_change_member_policy_details(val)

Create an instance of this class set to the sharing_change_member_policy_details tag with value val.

Parameters:val (SharingChangeMemberPolicyDetails) –
Return type:EventDetails
classmethod shmodel_disable_downloads_details(val)

Create an instance of this class set to the shmodel_disable_downloads_details tag with value val.

Parameters:val (ShmodelDisableDownloadsDetails) –
Return type:EventDetails
classmethod shmodel_enable_downloads_details(val)

Create an instance of this class set to the shmodel_enable_downloads_details tag with value val.

Parameters:val (ShmodelEnableDownloadsDetails) –
Return type:EventDetails
classmethod shmodel_group_share_details(val)

Create an instance of this class set to the shmodel_group_share_details tag with value val.

Parameters:val (ShmodelGroupShareDetails) –
Return type:EventDetails
classmethod showcase_access_granted_details(val)

Create an instance of this class set to the showcase_access_granted_details tag with value val.

Parameters:val (ShowcaseAccessGrantedDetails) –
Return type:EventDetails
classmethod showcase_add_member_details(val)

Create an instance of this class set to the showcase_add_member_details tag with value val.

Parameters:val (ShowcaseAddMemberDetails) –
Return type:EventDetails
classmethod showcase_archived_details(val)

Create an instance of this class set to the showcase_archived_details tag with value val.

Parameters:val (ShowcaseArchivedDetails) –
Return type:EventDetails
classmethod showcase_change_download_policy_details(val)

Create an instance of this class set to the showcase_change_download_policy_details tag with value val.

Parameters:val (ShowcaseChangeDownloadPolicyDetails) –
Return type:EventDetails
classmethod showcase_change_enabled_policy_details(val)

Create an instance of this class set to the showcase_change_enabled_policy_details tag with value val.

Parameters:val (ShowcaseChangeEnabledPolicyDetails) –
Return type:EventDetails
classmethod showcase_change_external_sharing_policy_details(val)

Create an instance of this class set to the showcase_change_external_sharing_policy_details tag with value val.

Parameters:val (ShowcaseChangeExternalSharingPolicyDetails) –
Return type:EventDetails
classmethod showcase_created_details(val)

Create an instance of this class set to the showcase_created_details tag with value val.

Parameters:val (ShowcaseCreatedDetails) –
Return type:EventDetails
classmethod showcase_delete_comment_details(val)

Create an instance of this class set to the showcase_delete_comment_details tag with value val.

Parameters:val (ShowcaseDeleteCommentDetails) –
Return type:EventDetails
classmethod showcase_edit_comment_details(val)

Create an instance of this class set to the showcase_edit_comment_details tag with value val.

Parameters:val (ShowcaseEditCommentDetails) –
Return type:EventDetails
classmethod showcase_edited_details(val)

Create an instance of this class set to the showcase_edited_details tag with value val.

Parameters:val (ShowcaseEditedDetails) –
Return type:EventDetails
classmethod showcase_file_added_details(val)

Create an instance of this class set to the showcase_file_added_details tag with value val.

Parameters:val (ShowcaseFileAddedDetails) –
Return type:EventDetails
classmethod showcase_file_download_details(val)

Create an instance of this class set to the showcase_file_download_details tag with value val.

Parameters:val (ShowcaseFileDownloadDetails) –
Return type:EventDetails
classmethod showcase_file_removed_details(val)

Create an instance of this class set to the showcase_file_removed_details tag with value val.

Parameters:val (ShowcaseFileRemovedDetails) –
Return type:EventDetails
classmethod showcase_file_view_details(val)

Create an instance of this class set to the showcase_file_view_details tag with value val.

Parameters:val (ShowcaseFileViewDetails) –
Return type:EventDetails
classmethod showcase_permanently_deleted_details(val)

Create an instance of this class set to the showcase_permanently_deleted_details tag with value val.

Parameters:val (ShowcasePermanentlyDeletedDetails) –
Return type:EventDetails
classmethod showcase_post_comment_details(val)

Create an instance of this class set to the showcase_post_comment_details tag with value val.

Parameters:val (ShowcasePostCommentDetails) –
Return type:EventDetails
classmethod showcase_remove_member_details(val)

Create an instance of this class set to the showcase_remove_member_details tag with value val.

Parameters:val (ShowcaseRemoveMemberDetails) –
Return type:EventDetails
classmethod showcase_renamed_details(val)

Create an instance of this class set to the showcase_renamed_details tag with value val.

Parameters:val (ShowcaseRenamedDetails) –
Return type:EventDetails
classmethod showcase_request_access_details(val)

Create an instance of this class set to the showcase_request_access_details tag with value val.

Parameters:val (ShowcaseRequestAccessDetails) –
Return type:EventDetails
classmethod showcase_resolve_comment_details(val)

Create an instance of this class set to the showcase_resolve_comment_details tag with value val.

Parameters:val (ShowcaseResolveCommentDetails) –
Return type:EventDetails
classmethod showcase_restored_details(val)

Create an instance of this class set to the showcase_restored_details tag with value val.

Parameters:val (ShowcaseRestoredDetails) –
Return type:EventDetails
classmethod showcase_trashed_deprecated_details(val)

Create an instance of this class set to the showcase_trashed_deprecated_details tag with value val.

Parameters:val (ShowcaseTrashedDeprecatedDetails) –
Return type:EventDetails
classmethod showcase_trashed_details(val)

Create an instance of this class set to the showcase_trashed_details tag with value val.

Parameters:val (ShowcaseTrashedDetails) –
Return type:EventDetails
classmethod showcase_unresolve_comment_details(val)

Create an instance of this class set to the showcase_unresolve_comment_details tag with value val.

Parameters:val (ShowcaseUnresolveCommentDetails) –
Return type:EventDetails
classmethod showcase_untrashed_deprecated_details(val)

Create an instance of this class set to the showcase_untrashed_deprecated_details tag with value val.

Parameters:val (ShowcaseUntrashedDeprecatedDetails) –
Return type:EventDetails
classmethod showcase_untrashed_details(val)

Create an instance of this class set to the showcase_untrashed_details tag with value val.

Parameters:val (ShowcaseUntrashedDetails) –
Return type:EventDetails
classmethod showcase_view_details(val)

Create an instance of this class set to the showcase_view_details tag with value val.

Parameters:val (ShowcaseViewDetails) –
Return type:EventDetails
classmethod sign_in_as_session_end_details(val)

Create an instance of this class set to the sign_in_as_session_end_details tag with value val.

Parameters:val (SignInAsSessionEndDetails) –
Return type:EventDetails
classmethod sign_in_as_session_start_details(val)

Create an instance of this class set to the sign_in_as_session_start_details tag with value val.

Parameters:val (SignInAsSessionStartDetails) –
Return type:EventDetails
classmethod smart_sync_change_policy_details(val)

Create an instance of this class set to the smart_sync_change_policy_details tag with value val.

Parameters:val (SmartSyncChangePolicyDetails) –
Return type:EventDetails
classmethod smart_sync_create_admin_privilege_report_details(val)

Create an instance of this class set to the smart_sync_create_admin_privilege_report_details tag with value val.

Parameters:val (SmartSyncCreateAdminPrivilegeReportDetails) –
Return type:EventDetails
classmethod smart_sync_not_opt_out_details(val)

Create an instance of this class set to the smart_sync_not_opt_out_details tag with value val.

Parameters:val (SmartSyncNotOptOutDetails) –
Return type:EventDetails
classmethod smart_sync_opt_out_details(val)

Create an instance of this class set to the smart_sync_opt_out_details tag with value val.

Parameters:val (SmartSyncOptOutDetails) –
Return type:EventDetails
classmethod smarter_smart_sync_policy_changed_details(val)

Create an instance of this class set to the smarter_smart_sync_policy_changed_details tag with value val.

Parameters:val (SmarterSmartSyncPolicyChangedDetails) –
Return type:EventDetails
classmethod sso_add_cert_details(val)

Create an instance of this class set to the sso_add_cert_details tag with value val.

Parameters:val (SsoAddCertDetails) –
Return type:EventDetails
classmethod sso_add_login_url_details(val)

Create an instance of this class set to the sso_add_login_url_details tag with value val.

Parameters:val (SsoAddLoginUrlDetails) –
Return type:EventDetails
classmethod sso_add_logout_url_details(val)

Create an instance of this class set to the sso_add_logout_url_details tag with value val.

Parameters:val (SsoAddLogoutUrlDetails) –
Return type:EventDetails
classmethod sso_change_cert_details(val)

Create an instance of this class set to the sso_change_cert_details tag with value val.

Parameters:val (SsoChangeCertDetails) –
Return type:EventDetails
classmethod sso_change_login_url_details(val)

Create an instance of this class set to the sso_change_login_url_details tag with value val.

Parameters:val (SsoChangeLoginUrlDetails) –
Return type:EventDetails
classmethod sso_change_logout_url_details(val)

Create an instance of this class set to the sso_change_logout_url_details tag with value val.

Parameters:val (SsoChangeLogoutUrlDetails) –
Return type:EventDetails
classmethod sso_change_policy_details(val)

Create an instance of this class set to the sso_change_policy_details tag with value val.

Parameters:val (SsoChangePolicyDetails) –
Return type:EventDetails
classmethod sso_change_saml_identity_mode_details(val)

Create an instance of this class set to the sso_change_saml_identity_mode_details tag with value val.

Parameters:val (SsoChangeSamlIdentityModeDetails) –
Return type:EventDetails
classmethod sso_error_details(val)

Create an instance of this class set to the sso_error_details tag with value val.

Parameters:val (SsoErrorDetails) –
Return type:EventDetails
classmethod sso_remove_cert_details(val)

Create an instance of this class set to the sso_remove_cert_details tag with value val.

Parameters:val (SsoRemoveCertDetails) –
Return type:EventDetails
classmethod sso_remove_login_url_details(val)

Create an instance of this class set to the sso_remove_login_url_details tag with value val.

Parameters:val (SsoRemoveLoginUrlDetails) –
Return type:EventDetails
classmethod sso_remove_logout_url_details(val)

Create an instance of this class set to the sso_remove_logout_url_details tag with value val.

Parameters:val (SsoRemoveLogoutUrlDetails) –
Return type:EventDetails
classmethod started_enterprise_admin_session_details(val)

Create an instance of this class set to the started_enterprise_admin_session_details tag with value val.

Parameters:val (StartedEnterpriseAdminSessionDetails) –
Return type:EventDetails
classmethod team_activity_create_report_details(val)

Create an instance of this class set to the team_activity_create_report_details tag with value val.

Parameters:val (TeamActivityCreateReportDetails) –
Return type:EventDetails
classmethod team_activity_create_report_fail_details(val)

Create an instance of this class set to the team_activity_create_report_fail_details tag with value val.

Parameters:val (TeamActivityCreateReportFailDetails) –
Return type:EventDetails
classmethod team_branding_policy_changed_details(val)

Create an instance of this class set to the team_branding_policy_changed_details tag with value val.

Parameters:val (TeamBrandingPolicyChangedDetails) –
Return type:EventDetails
classmethod team_extensions_policy_changed_details(val)

Create an instance of this class set to the team_extensions_policy_changed_details tag with value val.

Parameters:val (TeamExtensionsPolicyChangedDetails) –
Return type:EventDetails
classmethod team_folder_change_status_details(val)

Create an instance of this class set to the team_folder_change_status_details tag with value val.

Parameters:val (TeamFolderChangeStatusDetails) –
Return type:EventDetails
classmethod team_folder_create_details(val)

Create an instance of this class set to the team_folder_create_details tag with value val.

Parameters:val (TeamFolderCreateDetails) –
Return type:EventDetails
classmethod team_folder_downgrade_details(val)

Create an instance of this class set to the team_folder_downgrade_details tag with value val.

Parameters:val (TeamFolderDowngradeDetails) –
Return type:EventDetails
classmethod team_folder_permanently_delete_details(val)

Create an instance of this class set to the team_folder_permanently_delete_details tag with value val.

Parameters:val (TeamFolderPermanentlyDeleteDetails) –
Return type:EventDetails
classmethod team_folder_rename_details(val)

Create an instance of this class set to the team_folder_rename_details tag with value val.

Parameters:val (TeamFolderRenameDetails) –
Return type:EventDetails
classmethod team_merge_from_details(val)

Create an instance of this class set to the team_merge_from_details tag with value val.

Parameters:val (TeamMergeFromDetails) –
Return type:EventDetails
classmethod team_merge_request_accepted_details(val)

Create an instance of this class set to the team_merge_request_accepted_details tag with value val.

Parameters:val (TeamMergeRequestAcceptedDetails) –
Return type:EventDetails
classmethod team_merge_request_accepted_shown_to_primary_team_details(val)

Create an instance of this class set to the team_merge_request_accepted_shown_to_primary_team_details tag with value val.

Parameters:val (TeamMergeRequestAcceptedShownToPrimaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_accepted_shown_to_secondary_team_details(val)

Create an instance of this class set to the team_merge_request_accepted_shown_to_secondary_team_details tag with value val.

Parameters:val (TeamMergeRequestAcceptedShownToSecondaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_auto_canceled_details(val)

Create an instance of this class set to the team_merge_request_auto_canceled_details tag with value val.

Parameters:val (TeamMergeRequestAutoCanceledDetails) –
Return type:EventDetails
classmethod team_merge_request_canceled_details(val)

Create an instance of this class set to the team_merge_request_canceled_details tag with value val.

Parameters:val (TeamMergeRequestCanceledDetails) –
Return type:EventDetails
classmethod team_merge_request_canceled_shown_to_primary_team_details(val)

Create an instance of this class set to the team_merge_request_canceled_shown_to_primary_team_details tag with value val.

Parameters:val (TeamMergeRequestCanceledShownToPrimaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_canceled_shown_to_secondary_team_details(val)

Create an instance of this class set to the team_merge_request_canceled_shown_to_secondary_team_details tag with value val.

Parameters:val (TeamMergeRequestCanceledShownToSecondaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_expired_details(val)

Create an instance of this class set to the team_merge_request_expired_details tag with value val.

Parameters:val (TeamMergeRequestExpiredDetails) –
Return type:EventDetails
classmethod team_merge_request_expired_shown_to_primary_team_details(val)

Create an instance of this class set to the team_merge_request_expired_shown_to_primary_team_details tag with value val.

Parameters:val (TeamMergeRequestExpiredShownToPrimaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_expired_shown_to_secondary_team_details(val)

Create an instance of this class set to the team_merge_request_expired_shown_to_secondary_team_details tag with value val.

Parameters:val (TeamMergeRequestExpiredShownToSecondaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_rejected_shown_to_primary_team_details(val)

Create an instance of this class set to the team_merge_request_rejected_shown_to_primary_team_details tag with value val.

Parameters:val (TeamMergeRequestRejectedShownToPrimaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_rejected_shown_to_secondary_team_details(val)

Create an instance of this class set to the team_merge_request_rejected_shown_to_secondary_team_details tag with value val.

Parameters:val (TeamMergeRequestRejectedShownToSecondaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_reminder_details(val)

Create an instance of this class set to the team_merge_request_reminder_details tag with value val.

Parameters:val (TeamMergeRequestReminderDetails) –
Return type:EventDetails
classmethod team_merge_request_reminder_shown_to_primary_team_details(val)

Create an instance of this class set to the team_merge_request_reminder_shown_to_primary_team_details tag with value val.

Parameters:val (TeamMergeRequestReminderShownToPrimaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_reminder_shown_to_secondary_team_details(val)

Create an instance of this class set to the team_merge_request_reminder_shown_to_secondary_team_details tag with value val.

Parameters:val (TeamMergeRequestReminderShownToSecondaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_revoked_details(val)

Create an instance of this class set to the team_merge_request_revoked_details tag with value val.

Parameters:val (TeamMergeRequestRevokedDetails) –
Return type:EventDetails
classmethod team_merge_request_sent_shown_to_primary_team_details(val)

Create an instance of this class set to the team_merge_request_sent_shown_to_primary_team_details tag with value val.

Parameters:val (TeamMergeRequestSentShownToPrimaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_request_sent_shown_to_secondary_team_details(val)

Create an instance of this class set to the team_merge_request_sent_shown_to_secondary_team_details tag with value val.

Parameters:val (TeamMergeRequestSentShownToSecondaryTeamDetails) –
Return type:EventDetails
classmethod team_merge_to_details(val)

Create an instance of this class set to the team_merge_to_details tag with value val.

Parameters:val (TeamMergeToDetails) –
Return type:EventDetails
classmethod team_profile_add_background_details(val)

Create an instance of this class set to the team_profile_add_background_details tag with value val.

Parameters:val (TeamProfileAddBackgroundDetails) –
Return type:EventDetails
classmethod team_profile_add_logo_details(val)

Create an instance of this class set to the team_profile_add_logo_details tag with value val.

Parameters:val (TeamProfileAddLogoDetails) –
Return type:EventDetails
classmethod team_profile_change_background_details(val)

Create an instance of this class set to the team_profile_change_background_details tag with value val.

Parameters:val (TeamProfileChangeBackgroundDetails) –
Return type:EventDetails
classmethod team_profile_change_default_language_details(val)

Create an instance of this class set to the team_profile_change_default_language_details tag with value val.

Parameters:val (TeamProfileChangeDefaultLanguageDetails) –
Return type:EventDetails
classmethod team_profile_change_logo_details(val)

Create an instance of this class set to the team_profile_change_logo_details tag with value val.

Parameters:val (TeamProfileChangeLogoDetails) –
Return type:EventDetails
classmethod team_profile_change_name_details(val)

Create an instance of this class set to the team_profile_change_name_details tag with value val.

Parameters:val (TeamProfileChangeNameDetails) –
Return type:EventDetails
classmethod team_profile_remove_background_details(val)

Create an instance of this class set to the team_profile_remove_background_details tag with value val.

Parameters:val (TeamProfileRemoveBackgroundDetails) –
Return type:EventDetails
classmethod team_profile_remove_logo_details(val)

Create an instance of this class set to the team_profile_remove_logo_details tag with value val.

Parameters:val (TeamProfileRemoveLogoDetails) –
Return type:EventDetails
classmethod team_selective_sync_policy_changed_details(val)

Create an instance of this class set to the team_selective_sync_policy_changed_details tag with value val.

Parameters:val (TeamSelectiveSyncPolicyChangedDetails) –
Return type:EventDetails
classmethod team_selective_sync_settings_changed_details(val)

Create an instance of this class set to the team_selective_sync_settings_changed_details tag with value val.

Parameters:val (TeamSelectiveSyncSettingsChangedDetails) –
Return type:EventDetails
classmethod team_sharing_whitelist_subjects_changed_details(val)

Create an instance of this class set to the team_sharing_whitelist_subjects_changed_details tag with value val.

Parameters:val (TeamSharingWhitelistSubjectsChangedDetails) –
Return type:EventDetails
classmethod tfa_add_backup_phone_details(val)

Create an instance of this class set to the tfa_add_backup_phone_details tag with value val.

Parameters:val (TfaAddBackupPhoneDetails) –
Return type:EventDetails
classmethod tfa_add_exception_details(val)

Create an instance of this class set to the tfa_add_exception_details tag with value val.

Parameters:val (TfaAddExceptionDetails) –
Return type:EventDetails
classmethod tfa_add_security_key_details(val)

Create an instance of this class set to the tfa_add_security_key_details tag with value val.

Parameters:val (TfaAddSecurityKeyDetails) –
Return type:EventDetails
classmethod tfa_change_backup_phone_details(val)

Create an instance of this class set to the tfa_change_backup_phone_details tag with value val.

Parameters:val (TfaChangeBackupPhoneDetails) –
Return type:EventDetails
classmethod tfa_change_policy_details(val)

Create an instance of this class set to the tfa_change_policy_details tag with value val.

Parameters:val (TfaChangePolicyDetails) –
Return type:EventDetails
classmethod tfa_change_status_details(val)

Create an instance of this class set to the tfa_change_status_details tag with value val.

Parameters:val (TfaChangeStatusDetails) –
Return type:EventDetails
classmethod tfa_remove_backup_phone_details(val)

Create an instance of this class set to the tfa_remove_backup_phone_details tag with value val.

Parameters:val (TfaRemoveBackupPhoneDetails) –
Return type:EventDetails
classmethod tfa_remove_exception_details(val)

Create an instance of this class set to the tfa_remove_exception_details tag with value val.

Parameters:val (TfaRemoveExceptionDetails) –
Return type:EventDetails
classmethod tfa_remove_security_key_details(val)

Create an instance of this class set to the tfa_remove_security_key_details tag with value val.

Parameters:val (TfaRemoveSecurityKeyDetails) –
Return type:EventDetails
classmethod tfa_reset_details(val)

Create an instance of this class set to the tfa_reset_details tag with value val.

Parameters:val (TfaResetDetails) –
Return type:EventDetails
classmethod two_account_change_policy_details(val)

Create an instance of this class set to the two_account_change_policy_details tag with value val.

Parameters:val (TwoAccountChangePolicyDetails) –
Return type:EventDetails
classmethod undo_naming_convention_details(val)

Create an instance of this class set to the undo_naming_convention_details tag with value val.

Parameters:val (UndoNamingConventionDetails) –
Return type:EventDetails
classmethod undo_organize_folder_with_tidy_details(val)

Create an instance of this class set to the undo_organize_folder_with_tidy_details tag with value val.

Parameters:val (UndoOrganizeFolderWithTidyDetails) –
Return type:EventDetails
classmethod user_tags_added_details(val)

Create an instance of this class set to the user_tags_added_details tag with value val.

Parameters:val (UserTagsAddedDetails) –
Return type:EventDetails
classmethod user_tags_removed_details(val)

Create an instance of this class set to the user_tags_removed_details tag with value val.

Parameters:val (UserTagsRemovedDetails) –
Return type:EventDetails
classmethod viewer_info_policy_changed_details(val)

Create an instance of this class set to the viewer_info_policy_changed_details tag with value val.

Parameters:val (ViewerInfoPolicyChangedDetails) –
Return type:EventDetails
classmethod watermarking_policy_changed_details(val)

Create an instance of this class set to the watermarking_policy_changed_details tag with value val.

Parameters:val (WatermarkingPolicyChangedDetails) –
Return type:EventDetails
classmethod web_sessions_change_active_session_limit_details(val)

Create an instance of this class set to the web_sessions_change_active_session_limit_details tag with value val.

Parameters:val (WebSessionsChangeActiveSessionLimitDetails) –
Return type:EventDetails
classmethod web_sessions_change_fixed_length_policy_details(val)

Create an instance of this class set to the web_sessions_change_fixed_length_policy_details tag with value val.

Parameters:val (WebSessionsChangeFixedLengthPolicyDetails) –
Return type:EventDetails
classmethod web_sessions_change_idle_length_policy_details(val)

Create an instance of this class set to the web_sessions_change_idle_length_policy_details tag with value val.

Parameters:val (WebSessionsChangeIdleLengthPolicyDetails) –
Return type:EventDetails
class dropbox.team_log.EventType(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

The type of the event with description.

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.

:ivar AdminAlertingAlertStateChangedType
EventType.admin_alerting_alert_state_changed: (admin_alerting) Changed an alert state
:ivar AdminAlertingChangedAlertConfigType
EventType.admin_alerting_changed_alert_config: (admin_alerting) Changed an alert setting
:ivar AdminAlertingTriggeredAlertType
EventType.admin_alerting_triggered_alert: (admin_alerting) Triggered security alert
Variables:
:ivar FileChangeCommentSubscriptionType
EventType.file_change_comment_subscription: (comments) Subscribed to or unsubscribed from comment notifications for file
Variables:
:ivar GovernancePolicyAddFoldersType
EventType.governance_policy_add_folders: (data_governance) Added folders to policy
:ivar GovernancePolicyAddFolderFailedType
EventType.governance_policy_add_folder_failed: (data_governance) Couldn’t add a folder to a policy
:ivar GovernancePolicyContentDisposedType
EventType.governance_policy_content_disposed: (data_governance) Content disposed
Variables:
:ivar GovernancePolicyEditDetailsType
EventType.governance_policy_edit_details: (data_governance) Edited policy
:ivar GovernancePolicyEditDurationType
EventType.governance_policy_edit_duration: (data_governance) Changed policy duration
:ivar GovernancePolicyExportCreatedType
EventType.governance_policy_export_created: (data_governance) Created a policy download
:ivar GovernancePolicyExportRemovedType
EventType.governance_policy_export_removed: (data_governance) Removed a policy download
:ivar GovernancePolicyRemoveFoldersType
EventType.governance_policy_remove_folders: (data_governance) Removed folders from policy
:ivar GovernancePolicyReportCreatedType
EventType.governance_policy_report_created: (data_governance) Created a summary report for a policy
:ivar GovernancePolicyZipPartDownloadedType
EventType.governance_policy_zip_part_downloaded: (data_governance) Downloaded content from a policy
Variables:
:ivar LegalHoldsChangeHoldDetailsType
EventType.legal_holds_change_hold_details: (data_governance) Edited details for a hold
Variables:
:ivar LegalHoldsExportDownloadedType
EventType.legal_holds_export_downloaded: (data_governance) Downloaded export for a hold
Variables:
:ivar DeviceDeleteOnUnlinkSuccessType
EventType.device_delete_on_unlink_success: (devices) Deleted all files from unlinked device
Variables:
:ivar DeviceSyncBackupStatusChangedType
EventType.device_sync_backup_status_changed: (devices) Enabled/disabled backup for computer
Variables:
:ivar DropboxPasswordsNewDeviceEnrolledType
EventType.dropbox_passwords_new_device_enrolled: (devices) Enrolled new Dropbox Passwords device
Variables:EventType.emm_refresh_auth_token (EmmRefreshAuthTokenType) – (devices) Refreshed auth token used for setting up EMM
:ivar ExternalDriveBackupEligibilityStatusCheckedType
EventType.external_drive_backup_eligibility_status_checked: (devices) Checked external drive backup eligibility status
:ivar ExternalDriveBackupStatusChangedType
EventType.external_drive_backup_status_changed: (devices) Modified external drive backup
:ivar AccountCaptureChangeAvailabilityType
EventType.account_capture_change_availability: (domains) Granted/revoked option to enable account capture on team domains
:ivar AccountCaptureMigrateAccountType
EventType.account_capture_migrate_account: (domains) Account-captured user migrated account to team
:ivar AccountCaptureNotificationEmailsSentType
EventType.account_capture_notification_emails_sent: (domains) Sent account capture email to all unmanaged members
:ivar AccountCaptureRelinquishAccountType
EventType.account_capture_relinquish_account: (domains) Account-captured user changed account email to personal email
Variables:EventType.disabled_domain_invites (DisabledDomainInvitesType) – (domains) Disabled domain invites (deprecated, no longer logged)
:ivar DomainInvitesApproveRequestToJoinTeamType
EventType.domain_invites_approve_request_to_join_team: (domains) Approved user’s request to join team
:ivar DomainInvitesDeclineRequestToJoinTeamType
EventType.domain_invites_decline_request_to_join_team: (domains) Declined user’s request to join team
:ivar DomainInvitesEmailExistingUsersType
EventType.domain_invites_email_existing_users: (domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
:ivar DomainInvitesRequestToJoinTeamType
EventType.domain_invites_request_to_join_team: (domains) Requested to join team
:ivar DomainInvitesSetInviteNewUserPrefToNoType
EventType.domain_invites_set_invite_new_user_pref_to_no: (domains) Disabled “Automatically invite new users” (deprecated, no longer logged)
:ivar DomainInvitesSetInviteNewUserPrefToYesType
EventType.domain_invites_set_invite_new_user_pref_to_yes: (domains) Enabled “Automatically invite new users” (deprecated, no longer logged)
:ivar DomainVerificationAddDomainFailType
EventType.domain_verification_add_domain_fail: (domains) Failed to verify team domain
:ivar DomainVerificationAddDomainSuccessType
EventType.domain_verification_add_domain_success: (domains) Verified team domain
:ivar DomainVerificationRemoveDomainType
EventType.domain_verification_remove_domain: (domains) Removed domain from list of verified team domains
Variables:
:ivar FileLockingLockStatusChangedType
EventType.file_locking_lock_status_changed: (file_operations) Locked/unlocked editing for a file
Variables:
:ivar FolderOverviewDescriptionChangedType
EventType.folder_overview_description_changed: (file_operations) Updated folder overview
Variables:EventType.folder_overview_item_pinned (FolderOverviewItemPinnedType) – (file_operations) Pinned item to folder overview
:ivar FolderOverviewItemUnpinnedType
EventType.folder_overview_item_unpinned: (file_operations) Unpinned item from folder overview
Variables:
:ivar UndoOrganizeFolderWithTidyType
EventType.undo_organize_folder_with_tidy: (file_operations) Removed multi-file organize
Variables:
:ivar GuestAdminSignedInViaTrustedTeamsType
EventType.guest_admin_signed_in_via_trusted_teams: (logins) Started trusted team admin session
:ivar GuestAdminSignedOutViaTrustedTeamsType
EventType.guest_admin_signed_out_via_trusted_teams: (logins) Ended trusted team admin session
Variables:
:ivar ResellerSupportSessionStartType
EventType.reseller_support_session_start: (logins) Started reseller support session
Variables:
:ivar MemberChangeMembershipTypeType
EventType.member_change_membership_type: (members) Changed membership type (limited/full) of member (deprecated, no longer logged)
Variables:
:ivar MemberDeleteManualContactsType
EventType.member_delete_manual_contacts: (members) Cleared manually added contacts
Variables:EventType.member_delete_profile_photo (MemberDeleteProfilePhotoType) – (members) Deleted team member profile photo
:ivar MemberPermanentlyDeleteAccountContentsType
EventType.member_permanently_delete_account_contents: (members) Permanently deleted contents of deleted team member account
Variables:
:ivar MemberSpaceLimitsAddCustomQuotaType
EventType.member_space_limits_add_custom_quota: (members) Set custom member space limit
:ivar MemberSpaceLimitsChangeCustomQuotaType
EventType.member_space_limits_change_custom_quota: (members) Changed custom member space limit
:ivar MemberSpaceLimitsChangeStatusType
EventType.member_space_limits_change_status: (members) Changed space limit status
:ivar MemberSpaceLimitsRemoveCustomQuotaType
EventType.member_space_limits_remove_custom_quota: (members) Removed custom member space limit
Variables:EventType.member_suggest (MemberSuggestType) – (members) Suggested person to add to team
:ivar MemberTransferAccountContentsType
EventType.member_transfer_account_contents: (members) Transferred contents of deleted member account to another member
:ivar PendingSecondaryEmailAddedType
EventType.pending_secondary_email_added: (members) Added pending secondary email
Variables:
:ivar SecondaryMailsPolicyChangedType
EventType.secondary_mails_policy_changed: (members) Secondary mails policy changed
Variables:
:ivar PaperContentPermanentlyDeleteType
EventType.paper_content_permanently_delete: (paper) Permanently deleted Paper doc/folder
:ivar PaperContentRemoveFromFolderType
EventType.paper_content_remove_from_folder: (paper) Removed Paper doc/folder from folder
Variables:
:ivar PaperDocChangeSharingPolicyType
EventType.paper_doc_change_sharing_policy: (paper) Changed sharing setting for Paper doc
:ivar PaperDocChangeSubscriptionType
EventType.paper_doc_change_subscription: (paper) Followed/unfollowed Paper doc
Variables:
:ivar PaperExternalViewDefaultTeamType
EventType.paper_external_view_default_team: (paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)
Variables:EventType.paper_external_view_forbid (PaperExternalViewForbidType) – (paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)
:ivar PaperFolderChangeSubscriptionType
EventType.paper_folder_change_subscription: (paper) Followed/unfollowed Paper folder
Variables:
:ivar PaperPublishedLinkChangePermissionType
EventType.paper_published_link_change_permission: (paper) Changed permissions for published doc
Variables:EventType.paper_published_link_create (PaperPublishedLinkCreateType) – (paper) Published doc
:ivar PaperPublishedLinkDisabledType
EventType.paper_published_link_disabled: (paper) Unpublished doc
Variables:
:ivar ClassificationCreateReportFailType
EventType.classification_create_report_fail: (reports) Couldn’t create Classification report
Variables:
:ivar ExternalSharingCreateReportType
EventType.external_sharing_create_report: (reports) Created External sharing report
:ivar ExternalSharingReportFailedType
EventType.external_sharing_report_failed: (reports) Couldn’t create External sharing report
:ivar NoExpirationLinkGenCreateReportType
EventType.no_expiration_link_gen_create_report: (reports) Report created: Links created with no expiration
:ivar NoExpirationLinkGenReportFailedType
EventType.no_expiration_link_gen_report_failed: (reports) Couldn’t create report: Links created with no expiration
:ivar NoPasswordLinkGenCreateReportType
EventType.no_password_link_gen_create_report: (reports) Report created: Links created without passwords
:ivar NoPasswordLinkGenReportFailedType
EventType.no_password_link_gen_report_failed: (reports) Couldn’t create report: Links created without passwords
:ivar NoPasswordLinkViewCreateReportType
EventType.no_password_link_view_create_report: (reports) Report created: Views of links without passwords
:ivar NoPasswordLinkViewReportFailedType
EventType.no_password_link_view_report_failed: (reports) Couldn’t create report: Views of links without passwords
:ivar OutdatedLinkViewCreateReportType
EventType.outdated_link_view_create_report: (reports) Report created: Views of old links
:ivar OutdatedLinkViewReportFailedType
EventType.outdated_link_view_report_failed: (reports) Couldn’t create report: Views of old links
Variables:EventType.paper_admin_export_start (PaperAdminExportStartType) – (reports) Exported all team Paper docs
:ivar SmartSyncCreateAdminPrivilegeReportType
EventType.smart_sync_create_admin_privilege_report: (reports) Created Smart Sync non-admin devices report
Variables:EventType.team_activity_create_report (TeamActivityCreateReportType) – (reports) Created team activity report
:ivar TeamActivityCreateReportFailType
EventType.team_activity_create_report_fail: (reports) Couldn’t generate team activity report
Variables:
:ivar FileTransfersTransferDeleteType
EventType.file_transfers_transfer_delete: (sharing) Deleted transfer
:ivar FileTransfersTransferDownloadType
EventType.file_transfers_transfer_download: (sharing) Transfer downloaded
Variables:
:ivar SfAllowNonMembersToViewSharedLinksType
EventType.sf_allow_non_members_to_view_shared_links: (sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)
Variables:
:ivar SharedContentAddLinkExpiryType
EventType.shared_content_add_link_expiry: (sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)
:ivar SharedContentAddLinkPasswordType
EventType.shared_content_add_link_password: (sharing) Added password to link for shared file/folder (deprecated, no longer logged)
Variables:EventType.shared_content_add_member (SharedContentAddMemberType) – (sharing) Added users and/or groups to shared file/folder
:ivar SharedContentChangeDownloadsPolicyType
EventType.shared_content_change_downloads_policy: (sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)
:ivar SharedContentChangeInviteeRoleType
EventType.shared_content_change_invitee_role: (sharing) Changed access type of invitee to shared file/folder before invite was accepted
:ivar SharedContentChangeLinkAudienceType
EventType.shared_content_change_link_audience: (sharing) Changed link audience of shared file/folder (deprecated, no longer logged)
:ivar SharedContentChangeLinkExpiryType
EventType.shared_content_change_link_expiry: (sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)
:ivar SharedContentChangeLinkPasswordType
EventType.shared_content_change_link_password: (sharing) Changed link password of shared file/folder (deprecated, no longer logged)
:ivar SharedContentChangeMemberRoleType
EventType.shared_content_change_member_role: (sharing) Changed access type of shared file/folder member
:ivar SharedContentChangeViewerInfoPolicyType
EventType.shared_content_change_viewer_info_policy: (sharing) Changed whether members can see who viewed shared file/folder
:ivar SharedContentClaimInvitationType
EventType.shared_content_claim_invitation: (sharing) Acquired membership of shared file/folder by accepting invite
Variables:
:ivar SharedContentRelinquishMembershipType
EventType.shared_content_relinquish_membership: (sharing) Left shared file/folder
:ivar SharedContentRemoveInviteesType
EventType.shared_content_remove_invitees: (sharing) Removed invitee from shared file/folder before invite was accepted
:ivar SharedContentRemoveLinkExpiryType
EventType.shared_content_remove_link_expiry: (sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)
:ivar SharedContentRemoveLinkPasswordType
EventType.shared_content_remove_link_password: (sharing) Removed link password of shared file/folder (deprecated, no longer logged)
Variables:EventType.shared_content_remove_member (SharedContentRemoveMemberType) – (sharing) Removed user/group from shared file/folder
:ivar SharedContentRequestAccessType
EventType.shared_content_request_access: (sharing) Requested access to shared file/folder
:ivar SharedContentRestoreInviteesType
EventType.shared_content_restore_invitees: (sharing) Restored shared file/folder invitees
:ivar SharedContentRestoreMemberType
EventType.shared_content_restore_member: (sharing) Restored users and/or groups to membership of shared file/folder
Variables:
:ivar SharedFolderChangeLinkPolicyType
EventType.shared_folder_change_link_policy: (sharing) Changed who can access shared folder via link
:ivar SharedFolderChangeMembersInheritancePolicyType
EventType.shared_folder_change_members_inheritance_policy: (sharing) Changed whether shared folder inherits members from parent folder
:ivar SharedFolderChangeMembersManagementPolicyType
EventType.shared_folder_change_members_management_policy: (sharing) Changed who can add/remove members of shared folder
:ivar SharedFolderChangeMembersPolicyType
EventType.shared_folder_change_members_policy: (sharing) Changed who can become member of shared folder
Variables:EventType.shared_folder_create (SharedFolderCreateType) – (sharing) Created shared folder
:ivar SharedFolderDeclineInvitationType
EventType.shared_folder_decline_invitation: (sharing) Declined team member’s invite to shared folder
Variables:
:ivar SharedFolderTransferOwnershipType
EventType.shared_folder_transfer_ownership: (sharing) Transferred ownership of shared folder to another member
Variables:
:ivar SharedLinkChangeVisibilityType
EventType.shared_link_change_visibility: (sharing) Changed visibility of shared link
Variables:
:ivar SharedLinkSettingsAddExpirationType
EventType.shared_link_settings_add_expiration: (sharing) Added an expiration date to the shared link
:ivar SharedLinkSettingsAddPasswordType
EventType.shared_link_settings_add_password: (sharing) Added a password to the shared link
:ivar SharedLinkSettingsAllowDownloadDisabledType
EventType.shared_link_settings_allow_download_disabled: (sharing) Disabled downloads
:ivar SharedLinkSettingsAllowDownloadEnabledType
EventType.shared_link_settings_allow_download_enabled: (sharing) Enabled downloads
:ivar SharedLinkSettingsChangeAudienceType
EventType.shared_link_settings_change_audience: (sharing) Changed the audience of the shared link
:ivar SharedLinkSettingsChangeExpirationType
EventType.shared_link_settings_change_expiration: (sharing) Changed the expiration date of the shared link
:ivar SharedLinkSettingsChangePasswordType
EventType.shared_link_settings_change_password: (sharing) Changed the password of the shared link
:ivar SharedLinkSettingsRemoveExpirationType
EventType.shared_link_settings_remove_expiration: (sharing) Removed the expiration date from the shared link
:ivar SharedLinkSettingsRemovePasswordType
EventType.shared_link_settings_remove_password: (sharing) Removed the password from the shared link
Variables:
:ivar ShowcaseUntrashedDeprecatedType
EventType.showcase_untrashed_deprecated: (showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’)
Variables:
:ivar TeamFolderPermanentlyDeleteType
EventType.team_folder_permanently_delete: (team_folders) Permanently deleted archived team folder
Variables:EventType.team_folder_rename (TeamFolderRenameType) – (team_folders) Renamed active/archived team folder
:ivar TeamSelectiveSyncSettingsChangedType
EventType.team_selective_sync_settings_changed: (team_folders) Changed sync default
:ivar AccountCaptureChangePolicyType
EventType.account_capture_change_policy: (team_policies) Changed account capture setting on team domain
:ivar AdminEmailRemindersChangedType
EventType.admin_email_reminders_changed: (team_policies) Changed admin reminder settings for requests to join the team
Variables:
:ivar CameraUploadsPolicyChangedType
EventType.camera_uploads_policy_changed: (team_policies) Changed camera uploads setting for team
:ivar CaptureTranscriptPolicyChangedType
EventType.capture_transcript_policy_changed: (team_policies) Changed Capture transcription policy for team
Variables:EventType.classification_change_policy (ClassificationChangePolicyType) – (team_policies) Changed classification policy for team
:ivar ComputerBackupPolicyChangedType
EventType.computer_backup_policy_changed: (team_policies) Changed computer backup policy for team
:ivar ContentAdministrationPolicyChangedType
EventType.content_administration_policy_changed: (team_policies) Changed content management setting
:ivar DataPlacementRestrictionChangePolicyType
EventType.data_placement_restriction_change_policy: (team_policies) Set restrictions on data center locations where team data resides
:ivar DataPlacementRestrictionSatisfyPolicyType
EventType.data_placement_restriction_satisfy_policy: (team_policies) Completed restrictions on data center locations where team data resides
:ivar DeviceApprovalsAddExceptionType
EventType.device_approvals_add_exception: (team_policies) Added members to device approvals exception list
:ivar DeviceApprovalsChangeDesktopPolicyType
EventType.device_approvals_change_desktop_policy: (team_policies) Set/removed limit on number of computers member can link to team Dropbox account
:ivar DeviceApprovalsChangeMobilePolicyType
EventType.device_approvals_change_mobile_policy: (team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account
:ivar DeviceApprovalsChangeOverageActionType
EventType.device_approvals_change_overage_action: (team_policies) Changed device approvals setting when member is over limit
:ivar DeviceApprovalsChangeUnlinkActionType
EventType.device_approvals_change_unlink_action: (team_policies) Changed device approvals setting when member unlinks approved device
:ivar DeviceApprovalsRemoveExceptionType
EventType.device_approvals_remove_exception: (team_policies) Removed members from device approvals exception list
:ivar DirectoryRestrictionsAddMembersType
EventType.directory_restrictions_add_members: (team_policies) Added members to directory restrictions list
:ivar DirectoryRestrictionsRemoveMembersType
EventType.directory_restrictions_remove_members: (team_policies) Removed members from directory restrictions list
:ivar DropboxPasswordsPolicyChangedType
EventType.dropbox_passwords_policy_changed: (team_policies) Changed Dropbox Passwords policy for team
Variables:
:ivar ExtendedVersionHistoryChangePolicyType
EventType.extended_version_history_change_policy: (team_policies) Accepted/opted out of extended version history
:ivar ExternalDriveBackupPolicyChangedType
EventType.external_drive_backup_policy_changed: (team_policies) Changed external drive backup policy for team
Variables:
:ivar FileProviderMigrationPolicyChangedType
EventType.file_provider_migration_policy_changed: (team_policies) Changed File Provider Migration policy for team
Variables:
:ivar FileRequestsEmailsRestrictedToTeamOnlyType
EventType.file_requests_emails_restricted_to_team_only: (team_policies) Enabled file request emails for team (deprecated, no longer logged)
:ivar FileTransfersPolicyChangedType
EventType.file_transfers_policy_changed: (team_policies) Changed file transfers policy for team
:ivar FolderLinkRestrictionPolicyChangedType
EventType.folder_link_restriction_policy_changed: (team_policies) Changed folder link restrictions policy for team
Variables:EventType.google_sso_change_policy (GoogleSsoChangePolicyType) – (team_policies) Enabled/disabled Google single sign-on for team
:ivar GroupUserManagementChangePolicyType
EventType.group_user_management_change_policy: (team_policies) Changed who can create groups
Variables:EventType.integration_policy_changed (IntegrationPolicyChangedType) – (team_policies) Changed integration policy for team
:ivar InviteAcceptanceEmailPolicyChangedType
EventType.invite_acceptance_email_policy_changed: (team_policies) Changed invite accept email policy for team
:ivar MemberRequestsChangePolicyType
EventType.member_requests_change_policy: (team_policies) Changed whether users can find team when not invited
:ivar MemberSendInvitePolicyChangedType
EventType.member_send_invite_policy_changed: (team_policies) Changed member send invite policy for team
:ivar MemberSpaceLimitsAddExceptionType
EventType.member_space_limits_add_exception: (team_policies) Added members to member space limit exception list
:ivar MemberSpaceLimitsChangeCapsTypePolicyType
EventType.member_space_limits_change_caps_type_policy: (team_policies) Changed member space limit type for team
:ivar MemberSpaceLimitsChangePolicyType
EventType.member_space_limits_change_policy: (team_policies) Changed team default member space limit
:ivar MemberSpaceLimitsRemoveExceptionType
EventType.member_space_limits_remove_exception: (team_policies) Removed members from member space limit exception list
:ivar MemberSuggestionsChangePolicyType
EventType.member_suggestions_change_policy: (team_policies) Enabled/disabled option for team members to suggest people to add to team
:ivar MicrosoftOfficeAddinChangePolicyType
EventType.microsoft_office_addin_change_policy: (team_policies) Enabled/disabled Microsoft Office add-in
:ivar NetworkControlChangePolicyType
EventType.network_control_change_policy: (team_policies) Enabled/disabled network control
:ivar PaperChangeDeploymentPolicyType
EventType.paper_change_deployment_policy: (team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members
:ivar PaperChangeMemberLinkPolicyType
EventType.paper_change_member_link_policy: (team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)
Variables:
:ivar PaperDefaultFolderPolicyChangedType
EventType.paper_default_folder_policy_changed: (team_policies) Changed Paper Default Folder Policy setting for team
Variables:EventType.paper_desktop_policy_changed (PaperDesktopPolicyChangedType) – (team_policies) Enabled/disabled Paper Desktop for team
:ivar PaperEnabledUsersGroupAdditionType
EventType.paper_enabled_users_group_addition: (team_policies) Added users to Paper-enabled users list
:ivar PaperEnabledUsersGroupRemovalType
EventType.paper_enabled_users_group_removal: (team_policies) Removed users from Paper-enabled users list
:ivar PasswordStrengthRequirementsChangePolicyType
EventType.password_strength_requirements_change_policy: (team_policies) Changed team password strength requirements
:ivar PermanentDeleteChangePolicyType
EventType.permanent_delete_change_policy: (team_policies) Enabled/disabled ability of team members to permanently delete content
:ivar ResellerSupportChangePolicyType
EventType.reseller_support_change_policy: (team_policies) Enabled/disabled reseller support
Variables:EventType.rewind_policy_changed (RewindPolicyChangedType) – (team_policies) Changed Rewind policy for team
:ivar SendForSignaturePolicyChangedType
EventType.send_for_signature_policy_changed: (team_policies) Changed send for signature policy for team
:ivar SharingChangeFolderJoinPolicyType
EventType.sharing_change_folder_join_policy: (team_policies) Changed whether team members can join shared folders owned outside team
:ivar SharingChangeLinkAllowChangeExpirationPolicyType
EventType.sharing_change_link_allow_change_expiration_policy: (team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team
:ivar SharingChangeLinkDefaultExpirationPolicyType
EventType.sharing_change_link_default_expiration_policy: (team_policies) Changed the default expiration for the links shared outside of the team
:ivar SharingChangeLinkEnforcePasswordPolicyType
EventType.sharing_change_link_enforce_password_policy: (team_policies) Changed the password requirement for the links shared outside of the team
Variables:
:ivar ShowcaseChangeDownloadPolicyType
EventType.showcase_change_download_policy: (team_policies) Enabled/disabled downloading files from Dropbox Showcase for team
:ivar ShowcaseChangeEnabledPolicyType
EventType.showcase_change_enabled_policy: (team_policies) Enabled/disabled Dropbox Showcase for team
:ivar ShowcaseChangeExternalSharingPolicyType
EventType.showcase_change_external_sharing_policy: (team_policies) Enabled/disabled sharing Dropbox Showcase externally for team
:ivar SmarterSmartSyncPolicyChangedType
EventType.smarter_smart_sync_policy_changed: (team_policies) Changed automatic Smart Sync setting for team
Variables:
:ivar TeamExtensionsPolicyChangedType
EventType.team_extensions_policy_changed: (team_policies) Changed App Integrations setting for team
:ivar TeamSelectiveSyncPolicyChangedType
EventType.team_selective_sync_policy_changed: (team_policies) Enabled/disabled Team Selective Sync for team
:ivar TeamSharingWhitelistSubjectsChangedType
EventType.team_sharing_whitelist_subjects_changed: (team_policies) Edited the approved list for sharing externally
Variables:
:ivar WebSessionsChangeActiveSessionLimitType
EventType.web_sessions_change_active_session_limit: (team_policies) Changed limit on active sessions per member
:ivar WebSessionsChangeFixedLengthPolicyType
EventType.web_sessions_change_fixed_length_policy: (team_policies) Changed how long members can stay signed in to Dropbox.com
:ivar WebSessionsChangeIdleLengthPolicyType
EventType.web_sessions_change_idle_length_policy: (team_policies) Changed how long team members can be idle while signed in to Dropbox.com
:ivar DataResidencyMigrationRequestSuccessfulType
EventType.data_residency_migration_request_successful: (team_profile) Requested data residency migration for team data
:ivar DataResidencyMigrationRequestUnsuccessfulType
EventType.data_residency_migration_request_unsuccessful: (team_profile) Request for data residency migration for team data has failed
Variables:
:ivar TeamProfileChangeBackgroundType
EventType.team_profile_change_background: (team_profile) Changed team background displayed on shared link headers
:ivar TeamProfileChangeDefaultLanguageType
EventType.team_profile_change_default_language: (team_profile) Changed default language for team
Variables:
:ivar TeamProfileRemoveBackgroundType
EventType.team_profile_remove_background: (team_profile) Removed team background displayed on shared link headers
Variables:
:ivar ChangedEnterpriseAdminRoleType
EventType.changed_enterprise_admin_role: (trusted_teams) Changed enterprise admin role
:ivar ChangedEnterpriseConnectedTeamStatusType
EventType.changed_enterprise_connected_team_status: (trusted_teams) Changed enterprise-connected team status
:ivar EndedEnterpriseAdminSessionType
EventType.ended_enterprise_admin_session: (trusted_teams) Ended enterprise admin session
:ivar EndedEnterpriseAdminSessionDeprecatedType
EventType.ended_enterprise_admin_session_deprecated: (trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’)
Variables:
:ivar StartedEnterpriseAdminSessionType
EventType.started_enterprise_admin_session: (trusted_teams) Started enterprise admin session
Variables:EventType.team_merge_request_accepted (TeamMergeRequestAcceptedType) – (trusted_teams) Accepted a team merge request
:ivar TeamMergeRequestAcceptedShownToPrimaryTeamType
EventType.team_merge_request_accepted_shown_to_primary_team: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
:ivar TeamMergeRequestAcceptedShownToSecondaryTeamType
EventType.team_merge_request_accepted_shown_to_secondary_team: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
:ivar TeamMergeRequestAutoCanceledType
EventType.team_merge_request_auto_canceled: (trusted_teams) Automatically canceled team merge request
Variables:EventType.team_merge_request_canceled (TeamMergeRequestCanceledType) – (trusted_teams) Canceled a team merge request
:ivar TeamMergeRequestCanceledShownToPrimaryTeamType
EventType.team_merge_request_canceled_shown_to_primary_team: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
:ivar TeamMergeRequestCanceledShownToSecondaryTeamType
EventType.team_merge_request_canceled_shown_to_secondary_team: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Variables:EventType.team_merge_request_expired (TeamMergeRequestExpiredType) – (trusted_teams) Team merge request expired
:ivar TeamMergeRequestExpiredShownToPrimaryTeamType
EventType.team_merge_request_expired_shown_to_primary_team: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
:ivar TeamMergeRequestExpiredShownToSecondaryTeamType
EventType.team_merge_request_expired_shown_to_secondary_team: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
:ivar TeamMergeRequestRejectedShownToPrimaryTeamType
EventType.team_merge_request_rejected_shown_to_primary_team: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
:ivar TeamMergeRequestRejectedShownToSecondaryTeamType
EventType.team_merge_request_rejected_shown_to_secondary_team: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Variables:EventType.team_merge_request_reminder (TeamMergeRequestReminderType) – (trusted_teams) Sent a team merge request reminder
:ivar TeamMergeRequestReminderShownToPrimaryTeamType
EventType.team_merge_request_reminder_shown_to_primary_team: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
:ivar TeamMergeRequestReminderShownToSecondaryTeamType
EventType.team_merge_request_reminder_shown_to_secondary_team: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Variables:EventType.team_merge_request_revoked (TeamMergeRequestRevokedType) – (trusted_teams) Canceled the team merge
:ivar TeamMergeRequestSentShownToPrimaryTeamType
EventType.team_merge_request_sent_shown_to_primary_team: (trusted_teams) Requested to merge their Dropbox team into yours
:ivar TeamMergeRequestSentShownToSecondaryTeamType
EventType.team_merge_request_sent_shown_to_secondary_team: (trusted_teams) Requested to merge your team into another Dropbox team
classmethod account_capture_change_availability(val)

Create an instance of this class set to the account_capture_change_availability tag with value val.

Parameters:val (AccountCaptureChangeAvailabilityType) –
Return type:EventType
classmethod account_capture_change_policy(val)

Create an instance of this class set to the account_capture_change_policy tag with value val.

Parameters:val (AccountCaptureChangePolicyType) –
Return type:EventType
classmethod account_capture_migrate_account(val)

Create an instance of this class set to the account_capture_migrate_account tag with value val.

Parameters:val (AccountCaptureMigrateAccountType) –
Return type:EventType
classmethod account_capture_notification_emails_sent(val)

Create an instance of this class set to the account_capture_notification_emails_sent tag with value val.

Parameters:val (AccountCaptureNotificationEmailsSentType) –
Return type:EventType
classmethod account_capture_relinquish_account(val)

Create an instance of this class set to the account_capture_relinquish_account tag with value val.

Parameters:val (AccountCaptureRelinquishAccountType) –
Return type:EventType
classmethod account_lock_or_unlocked(val)

Create an instance of this class set to the account_lock_or_unlocked tag with value val.

Parameters:val (AccountLockOrUnlockedType) –
Return type:EventType
classmethod admin_alerting_alert_state_changed(val)

Create an instance of this class set to the admin_alerting_alert_state_changed tag with value val.

Parameters:val (AdminAlertingAlertStateChangedType) –
Return type:EventType
classmethod admin_alerting_changed_alert_config(val)

Create an instance of this class set to the admin_alerting_changed_alert_config tag with value val.

Parameters:val (AdminAlertingChangedAlertConfigType) –
Return type:EventType
classmethod admin_alerting_triggered_alert(val)

Create an instance of this class set to the admin_alerting_triggered_alert tag with value val.

Parameters:val (AdminAlertingTriggeredAlertType) –
Return type:EventType
classmethod admin_email_reminders_changed(val)

Create an instance of this class set to the admin_email_reminders_changed tag with value val.

Parameters:val (AdminEmailRemindersChangedType) –
Return type:EventType
classmethod allow_download_disabled(val)

Create an instance of this class set to the allow_download_disabled tag with value val.

Parameters:val (AllowDownloadDisabledType) –
Return type:EventType
classmethod allow_download_enabled(val)

Create an instance of this class set to the allow_download_enabled tag with value val.

Parameters:val (AllowDownloadEnabledType) –
Return type:EventType
classmethod app_blocked_by_permissions(val)

Create an instance of this class set to the app_blocked_by_permissions tag with value val.

Parameters:val (AppBlockedByPermissionsType) –
Return type:EventType

Create an instance of this class set to the app_link_team tag with value val.

Parameters:val (AppLinkTeamType) –
Return type:EventType

Create an instance of this class set to the app_link_user tag with value val.

Parameters:val (AppLinkUserType) –
Return type:EventType
classmethod app_permissions_changed(val)

Create an instance of this class set to the app_permissions_changed tag with value val.

Parameters:val (AppPermissionsChangedType) –
Return type:EventType

Create an instance of this class set to the app_unlink_team tag with value val.

Parameters:val (AppUnlinkTeamType) –
Return type:EventType

Create an instance of this class set to the app_unlink_user tag with value val.

Parameters:val (AppUnlinkUserType) –
Return type:EventType
classmethod apply_naming_convention(val)

Create an instance of this class set to the apply_naming_convention tag with value val.

Parameters:val (ApplyNamingConventionType) –
Return type:EventType
classmethod binder_add_page(val)

Create an instance of this class set to the binder_add_page tag with value val.

Parameters:val (BinderAddPageType) –
Return type:EventType
classmethod binder_add_section(val)

Create an instance of this class set to the binder_add_section tag with value val.

Parameters:val (BinderAddSectionType) –
Return type:EventType
classmethod binder_remove_page(val)

Create an instance of this class set to the binder_remove_page tag with value val.

Parameters:val (BinderRemovePageType) –
Return type:EventType
classmethod binder_remove_section(val)

Create an instance of this class set to the binder_remove_section tag with value val.

Parameters:val (BinderRemoveSectionType) –
Return type:EventType
classmethod binder_rename_page(val)

Create an instance of this class set to the binder_rename_page tag with value val.

Parameters:val (BinderRenamePageType) –
Return type:EventType
classmethod binder_rename_section(val)

Create an instance of this class set to the binder_rename_section tag with value val.

Parameters:val (BinderRenameSectionType) –
Return type:EventType
classmethod binder_reorder_page(val)

Create an instance of this class set to the binder_reorder_page tag with value val.

Parameters:val (BinderReorderPageType) –
Return type:EventType
classmethod binder_reorder_section(val)

Create an instance of this class set to the binder_reorder_section tag with value val.

Parameters:val (BinderReorderSectionType) –
Return type:EventType
classmethod camera_uploads_policy_changed(val)

Create an instance of this class set to the camera_uploads_policy_changed tag with value val.

Parameters:val (CameraUploadsPolicyChangedType) –
Return type:EventType
classmethod capture_transcript_policy_changed(val)

Create an instance of this class set to the capture_transcript_policy_changed tag with value val.

Parameters:val (CaptureTranscriptPolicyChangedType) –
Return type:EventType
classmethod changed_enterprise_admin_role(val)

Create an instance of this class set to the changed_enterprise_admin_role tag with value val.

Parameters:val (ChangedEnterpriseAdminRoleType) –
Return type:EventType
classmethod changed_enterprise_connected_team_status(val)

Create an instance of this class set to the changed_enterprise_connected_team_status tag with value val.

Parameters:val (ChangedEnterpriseConnectedTeamStatusType) –
Return type:EventType
classmethod classification_change_policy(val)

Create an instance of this class set to the classification_change_policy tag with value val.

Parameters:val (ClassificationChangePolicyType) –
Return type:EventType
classmethod classification_create_report(val)

Create an instance of this class set to the classification_create_report tag with value val.

Parameters:val (ClassificationCreateReportType) –
Return type:EventType
classmethod classification_create_report_fail(val)

Create an instance of this class set to the classification_create_report_fail tag with value val.

Parameters:val (ClassificationCreateReportFailType) –
Return type:EventType
classmethod collection_share(val)

Create an instance of this class set to the collection_share tag with value val.

Parameters:val (CollectionShareType) –
Return type:EventType
classmethod computer_backup_policy_changed(val)

Create an instance of this class set to the computer_backup_policy_changed tag with value val.

Parameters:val (ComputerBackupPolicyChangedType) –
Return type:EventType
classmethod content_administration_policy_changed(val)

Create an instance of this class set to the content_administration_policy_changed tag with value val.

Parameters:val (ContentAdministrationPolicyChangedType) –
Return type:EventType
classmethod create_folder(val)

Create an instance of this class set to the create_folder tag with value val.

Parameters:val (CreateFolderType) –
Return type:EventType

Create an instance of this class set to the create_team_invite_link tag with value val.

Parameters:val (CreateTeamInviteLinkType) –
Return type:EventType
classmethod data_placement_restriction_change_policy(val)

Create an instance of this class set to the data_placement_restriction_change_policy tag with value val.

Parameters:val (DataPlacementRestrictionChangePolicyType) –
Return type:EventType
classmethod data_placement_restriction_satisfy_policy(val)

Create an instance of this class set to the data_placement_restriction_satisfy_policy tag with value val.

Parameters:val (DataPlacementRestrictionSatisfyPolicyType) –
Return type:EventType
classmethod data_residency_migration_request_successful(val)

Create an instance of this class set to the data_residency_migration_request_successful tag with value val.

Parameters:val (DataResidencyMigrationRequestSuccessfulType) –
Return type:EventType
classmethod data_residency_migration_request_unsuccessful(val)

Create an instance of this class set to the data_residency_migration_request_unsuccessful tag with value val.

Parameters:val (DataResidencyMigrationRequestUnsuccessfulType) –
Return type:EventType

Create an instance of this class set to the delete_team_invite_link tag with value val.

Parameters:val (DeleteTeamInviteLinkType) –
Return type:EventType
classmethod device_approvals_add_exception(val)

Create an instance of this class set to the device_approvals_add_exception tag with value val.

Parameters:val (DeviceApprovalsAddExceptionType) –
Return type:EventType
classmethod device_approvals_change_desktop_policy(val)

Create an instance of this class set to the device_approvals_change_desktop_policy tag with value val.

Parameters:val (DeviceApprovalsChangeDesktopPolicyType) –
Return type:EventType
classmethod device_approvals_change_mobile_policy(val)

Create an instance of this class set to the device_approvals_change_mobile_policy tag with value val.

Parameters:val (DeviceApprovalsChangeMobilePolicyType) –
Return type:EventType
classmethod device_approvals_change_overage_action(val)

Create an instance of this class set to the device_approvals_change_overage_action tag with value val.

Parameters:val (DeviceApprovalsChangeOverageActionType) –
Return type:EventType

Create an instance of this class set to the device_approvals_change_unlink_action tag with value val.

Parameters:val (DeviceApprovalsChangeUnlinkActionType) –
Return type:EventType
classmethod device_approvals_remove_exception(val)

Create an instance of this class set to the device_approvals_remove_exception tag with value val.

Parameters:val (DeviceApprovalsRemoveExceptionType) –
Return type:EventType
classmethod device_change_ip_desktop(val)

Create an instance of this class set to the device_change_ip_desktop tag with value val.

Parameters:val (DeviceChangeIpDesktopType) –
Return type:EventType
classmethod device_change_ip_mobile(val)

Create an instance of this class set to the device_change_ip_mobile tag with value val.

Parameters:val (DeviceChangeIpMobileType) –
Return type:EventType
classmethod device_change_ip_web(val)

Create an instance of this class set to the device_change_ip_web tag with value val.

Parameters:val (DeviceChangeIpWebType) –
Return type:EventType

Create an instance of this class set to the device_delete_on_unlink_fail tag with value val.

Parameters:val (DeviceDeleteOnUnlinkFailType) –
Return type:EventType

Create an instance of this class set to the device_delete_on_unlink_success tag with value val.

Parameters:val (DeviceDeleteOnUnlinkSuccessType) –
Return type:EventType

Create an instance of this class set to the device_link_fail tag with value val.

Parameters:val (DeviceLinkFailType) –
Return type:EventType

Create an instance of this class set to the device_link_success tag with value val.

Parameters:val (DeviceLinkSuccessType) –
Return type:EventType
classmethod device_management_disabled(val)

Create an instance of this class set to the device_management_disabled tag with value val.

Parameters:val (DeviceManagementDisabledType) –
Return type:EventType
classmethod device_management_enabled(val)

Create an instance of this class set to the device_management_enabled tag with value val.

Parameters:val (DeviceManagementEnabledType) –
Return type:EventType
classmethod device_sync_backup_status_changed(val)

Create an instance of this class set to the device_sync_backup_status_changed tag with value val.

Parameters:val (DeviceSyncBackupStatusChangedType) –
Return type:EventType

Create an instance of this class set to the device_unlink tag with value val.

Parameters:val (DeviceUnlinkType) –
Return type:EventType
classmethod directory_restrictions_add_members(val)

Create an instance of this class set to the directory_restrictions_add_members tag with value val.

Parameters:val (DirectoryRestrictionsAddMembersType) –
Return type:EventType
classmethod directory_restrictions_remove_members(val)

Create an instance of this class set to the directory_restrictions_remove_members tag with value val.

Parameters:val (DirectoryRestrictionsRemoveMembersType) –
Return type:EventType
classmethod disabled_domain_invites(val)

Create an instance of this class set to the disabled_domain_invites tag with value val.

Parameters:val (DisabledDomainInvitesType) –
Return type:EventType
classmethod domain_invites_approve_request_to_join_team(val)

Create an instance of this class set to the domain_invites_approve_request_to_join_team tag with value val.

Parameters:val (DomainInvitesApproveRequestToJoinTeamType) –
Return type:EventType
classmethod domain_invites_decline_request_to_join_team(val)

Create an instance of this class set to the domain_invites_decline_request_to_join_team tag with value val.

Parameters:val (DomainInvitesDeclineRequestToJoinTeamType) –
Return type:EventType
classmethod domain_invites_email_existing_users(val)

Create an instance of this class set to the domain_invites_email_existing_users tag with value val.

Parameters:val (DomainInvitesEmailExistingUsersType) –
Return type:EventType
classmethod domain_invites_request_to_join_team(val)

Create an instance of this class set to the domain_invites_request_to_join_team tag with value val.

Parameters:val (DomainInvitesRequestToJoinTeamType) –
Return type:EventType
classmethod domain_invites_set_invite_new_user_pref_to_no(val)

Create an instance of this class set to the domain_invites_set_invite_new_user_pref_to_no tag with value val.

Parameters:val (DomainInvitesSetInviteNewUserPrefToNoType) –
Return type:EventType
classmethod domain_invites_set_invite_new_user_pref_to_yes(val)

Create an instance of this class set to the domain_invites_set_invite_new_user_pref_to_yes tag with value val.

Parameters:val (DomainInvitesSetInviteNewUserPrefToYesType) –
Return type:EventType
classmethod domain_verification_add_domain_fail(val)

Create an instance of this class set to the domain_verification_add_domain_fail tag with value val.

Parameters:val (DomainVerificationAddDomainFailType) –
Return type:EventType
classmethod domain_verification_add_domain_success(val)

Create an instance of this class set to the domain_verification_add_domain_success tag with value val.

Parameters:val (DomainVerificationAddDomainSuccessType) –
Return type:EventType
classmethod domain_verification_remove_domain(val)

Create an instance of this class set to the domain_verification_remove_domain tag with value val.

Parameters:val (DomainVerificationRemoveDomainType) –
Return type:EventType
classmethod dropbox_passwords_exported(val)

Create an instance of this class set to the dropbox_passwords_exported tag with value val.

Parameters:val (DropboxPasswordsExportedType) –
Return type:EventType
classmethod dropbox_passwords_new_device_enrolled(val)

Create an instance of this class set to the dropbox_passwords_new_device_enrolled tag with value val.

Parameters:val (DropboxPasswordsNewDeviceEnrolledType) –
Return type:EventType
classmethod dropbox_passwords_policy_changed(val)

Create an instance of this class set to the dropbox_passwords_policy_changed tag with value val.

Parameters:val (DropboxPasswordsPolicyChangedType) –
Return type:EventType
classmethod email_ingest_policy_changed(val)

Create an instance of this class set to the email_ingest_policy_changed tag with value val.

Parameters:val (EmailIngestPolicyChangedType) –
Return type:EventType
classmethod email_ingest_receive_file(val)

Create an instance of this class set to the email_ingest_receive_file tag with value val.

Parameters:val (EmailIngestReceiveFileType) –
Return type:EventType
classmethod emm_add_exception(val)

Create an instance of this class set to the emm_add_exception tag with value val.

Parameters:val (EmmAddExceptionType) –
Return type:EventType
classmethod emm_change_policy(val)

Create an instance of this class set to the emm_change_policy tag with value val.

Parameters:val (EmmChangePolicyType) –
Return type:EventType
classmethod emm_create_exceptions_report(val)

Create an instance of this class set to the emm_create_exceptions_report tag with value val.

Parameters:val (EmmCreateExceptionsReportType) –
Return type:EventType
classmethod emm_create_usage_report(val)

Create an instance of this class set to the emm_create_usage_report tag with value val.

Parameters:val (EmmCreateUsageReportType) –
Return type:EventType
classmethod emm_error(val)

Create an instance of this class set to the emm_error tag with value val.

Parameters:val (EmmErrorType) –
Return type:EventType
classmethod emm_refresh_auth_token(val)

Create an instance of this class set to the emm_refresh_auth_token tag with value val.

Parameters:val (EmmRefreshAuthTokenType) –
Return type:EventType
classmethod emm_remove_exception(val)

Create an instance of this class set to the emm_remove_exception tag with value val.

Parameters:val (EmmRemoveExceptionType) –
Return type:EventType
classmethod enabled_domain_invites(val)

Create an instance of this class set to the enabled_domain_invites tag with value val.

Parameters:val (EnabledDomainInvitesType) –
Return type:EventType
classmethod ended_enterprise_admin_session(val)

Create an instance of this class set to the ended_enterprise_admin_session tag with value val.

Parameters:val (EndedEnterpriseAdminSessionType) –
Return type:EventType
classmethod ended_enterprise_admin_session_deprecated(val)

Create an instance of this class set to the ended_enterprise_admin_session_deprecated tag with value val.

Parameters:val (EndedEnterpriseAdminSessionDeprecatedType) –
Return type:EventType
classmethod enterprise_settings_locking(val)

Create an instance of this class set to the enterprise_settings_locking tag with value val.

Parameters:val (EnterpriseSettingsLockingType) –
Return type:EventType
classmethod export_members_report(val)

Create an instance of this class set to the export_members_report tag with value val.

Parameters:val (ExportMembersReportType) –
Return type:EventType
classmethod export_members_report_fail(val)

Create an instance of this class set to the export_members_report_fail tag with value val.

Parameters:val (ExportMembersReportFailType) –
Return type:EventType
classmethod extended_version_history_change_policy(val)

Create an instance of this class set to the extended_version_history_change_policy tag with value val.

Parameters:val (ExtendedVersionHistoryChangePolicyType) –
Return type:EventType
classmethod external_drive_backup_eligibility_status_checked(val)

Create an instance of this class set to the external_drive_backup_eligibility_status_checked tag with value val.

Parameters:val (ExternalDriveBackupEligibilityStatusCheckedType) –
Return type:EventType
classmethod external_drive_backup_policy_changed(val)

Create an instance of this class set to the external_drive_backup_policy_changed tag with value val.

Parameters:val (ExternalDriveBackupPolicyChangedType) –
Return type:EventType
classmethod external_drive_backup_status_changed(val)

Create an instance of this class set to the external_drive_backup_status_changed tag with value val.

Parameters:val (ExternalDriveBackupStatusChangedType) –
Return type:EventType
classmethod external_sharing_create_report(val)

Create an instance of this class set to the external_sharing_create_report tag with value val.

Parameters:val (ExternalSharingCreateReportType) –
Return type:EventType
classmethod external_sharing_report_failed(val)

Create an instance of this class set to the external_sharing_report_failed tag with value val.

Parameters:val (ExternalSharingReportFailedType) –
Return type:EventType
classmethod file_add(val)

Create an instance of this class set to the file_add tag with value val.

Parameters:val (FileAddType) –
Return type:EventType
classmethod file_add_comment(val)

Create an instance of this class set to the file_add_comment tag with value val.

Parameters:val (FileAddCommentType) –
Return type:EventType
classmethod file_change_comment_subscription(val)

Create an instance of this class set to the file_change_comment_subscription tag with value val.

Parameters:val (FileChangeCommentSubscriptionType) –
Return type:EventType
classmethod file_comments_change_policy(val)

Create an instance of this class set to the file_comments_change_policy tag with value val.

Parameters:val (FileCommentsChangePolicyType) –
Return type:EventType
classmethod file_copy(val)

Create an instance of this class set to the file_copy tag with value val.

Parameters:val (FileCopyType) –
Return type:EventType
classmethod file_delete(val)

Create an instance of this class set to the file_delete tag with value val.

Parameters:val (FileDeleteType) –
Return type:EventType
classmethod file_delete_comment(val)

Create an instance of this class set to the file_delete_comment tag with value val.

Parameters:val (FileDeleteCommentType) –
Return type:EventType
classmethod file_download(val)

Create an instance of this class set to the file_download tag with value val.

Parameters:val (FileDownloadType) –
Return type:EventType
classmethod file_edit(val)

Create an instance of this class set to the file_edit tag with value val.

Parameters:val (FileEditType) –
Return type:EventType
classmethod file_edit_comment(val)

Create an instance of this class set to the file_edit_comment tag with value val.

Parameters:val (FileEditCommentType) –
Return type:EventType
classmethod file_get_copy_reference(val)

Create an instance of this class set to the file_get_copy_reference tag with value val.

Parameters:val (FileGetCopyReferenceType) –
Return type:EventType
classmethod file_like_comment(val)

Create an instance of this class set to the file_like_comment tag with value val.

Parameters:val (FileLikeCommentType) –
Return type:EventType
classmethod file_locking_lock_status_changed(val)

Create an instance of this class set to the file_locking_lock_status_changed tag with value val.

Parameters:val (FileLockingLockStatusChangedType) –
Return type:EventType
classmethod file_locking_policy_changed(val)

Create an instance of this class set to the file_locking_policy_changed tag with value val.

Parameters:val (FileLockingPolicyChangedType) –
Return type:EventType
classmethod file_move(val)

Create an instance of this class set to the file_move tag with value val.

Parameters:val (FileMoveType) –
Return type:EventType
classmethod file_permanently_delete(val)

Create an instance of this class set to the file_permanently_delete tag with value val.

Parameters:val (FilePermanentlyDeleteType) –
Return type:EventType
classmethod file_preview(val)

Create an instance of this class set to the file_preview tag with value val.

Parameters:val (FilePreviewType) –
Return type:EventType
classmethod file_provider_migration_policy_changed(val)

Create an instance of this class set to the file_provider_migration_policy_changed tag with value val.

Parameters:val (FileProviderMigrationPolicyChangedType) –
Return type:EventType
classmethod file_rename(val)

Create an instance of this class set to the file_rename tag with value val.

Parameters:val (FileRenameType) –
Return type:EventType
classmethod file_request_change(val)

Create an instance of this class set to the file_request_change tag with value val.

Parameters:val (FileRequestChangeType) –
Return type:EventType
classmethod file_request_close(val)

Create an instance of this class set to the file_request_close tag with value val.

Parameters:val (FileRequestCloseType) –
Return type:EventType
classmethod file_request_create(val)

Create an instance of this class set to the file_request_create tag with value val.

Parameters:val (FileRequestCreateType) –
Return type:EventType
classmethod file_request_delete(val)

Create an instance of this class set to the file_request_delete tag with value val.

Parameters:val (FileRequestDeleteType) –
Return type:EventType
classmethod file_request_receive_file(val)

Create an instance of this class set to the file_request_receive_file tag with value val.

Parameters:val (FileRequestReceiveFileType) –
Return type:EventType
classmethod file_requests_change_policy(val)

Create an instance of this class set to the file_requests_change_policy tag with value val.

Parameters:val (FileRequestsChangePolicyType) –
Return type:EventType
classmethod file_requests_emails_enabled(val)

Create an instance of this class set to the file_requests_emails_enabled tag with value val.

Parameters:val (FileRequestsEmailsEnabledType) –
Return type:EventType
classmethod file_requests_emails_restricted_to_team_only(val)

Create an instance of this class set to the file_requests_emails_restricted_to_team_only tag with value val.

Parameters:val (FileRequestsEmailsRestrictedToTeamOnlyType) –
Return type:EventType
classmethod file_resolve_comment(val)

Create an instance of this class set to the file_resolve_comment tag with value val.

Parameters:val (FileResolveCommentType) –
Return type:EventType
classmethod file_restore(val)

Create an instance of this class set to the file_restore tag with value val.

Parameters:val (FileRestoreType) –
Return type:EventType
classmethod file_revert(val)

Create an instance of this class set to the file_revert tag with value val.

Parameters:val (FileRevertType) –
Return type:EventType
classmethod file_rollback_changes(val)

Create an instance of this class set to the file_rollback_changes tag with value val.

Parameters:val (FileRollbackChangesType) –
Return type:EventType
classmethod file_save_copy_reference(val)

Create an instance of this class set to the file_save_copy_reference tag with value val.

Parameters:val (FileSaveCopyReferenceType) –
Return type:EventType
classmethod file_transfers_file_add(val)

Create an instance of this class set to the file_transfers_file_add tag with value val.

Parameters:val (FileTransfersFileAddType) –
Return type:EventType
classmethod file_transfers_policy_changed(val)

Create an instance of this class set to the file_transfers_policy_changed tag with value val.

Parameters:val (FileTransfersPolicyChangedType) –
Return type:EventType
classmethod file_transfers_transfer_delete(val)

Create an instance of this class set to the file_transfers_transfer_delete tag with value val.

Parameters:val (FileTransfersTransferDeleteType) –
Return type:EventType
classmethod file_transfers_transfer_download(val)

Create an instance of this class set to the file_transfers_transfer_download tag with value val.

Parameters:val (FileTransfersTransferDownloadType) –
Return type:EventType
classmethod file_transfers_transfer_send(val)

Create an instance of this class set to the file_transfers_transfer_send tag with value val.

Parameters:val (FileTransfersTransferSendType) –
Return type:EventType
classmethod file_transfers_transfer_view(val)

Create an instance of this class set to the file_transfers_transfer_view tag with value val.

Parameters:val (FileTransfersTransferViewType) –
Return type:EventType
classmethod file_unlike_comment(val)

Create an instance of this class set to the file_unlike_comment tag with value val.

Parameters:val (FileUnlikeCommentType) –
Return type:EventType
classmethod file_unresolve_comment(val)

Create an instance of this class set to the file_unresolve_comment tag with value val.

Parameters:val (FileUnresolveCommentType) –
Return type:EventType

Create an instance of this class set to the folder_link_restriction_policy_changed tag with value val.

Parameters:val (FolderLinkRestrictionPolicyChangedType) –
Return type:EventType
classmethod folder_overview_description_changed(val)

Create an instance of this class set to the folder_overview_description_changed tag with value val.

Parameters:val (FolderOverviewDescriptionChangedType) –
Return type:EventType
classmethod folder_overview_item_pinned(val)

Create an instance of this class set to the folder_overview_item_pinned tag with value val.

Parameters:val (FolderOverviewItemPinnedType) –
Return type:EventType
classmethod folder_overview_item_unpinned(val)

Create an instance of this class set to the folder_overview_item_unpinned tag with value val.

Parameters:val (FolderOverviewItemUnpinnedType) –
Return type:EventType
get_account_capture_change_availability()

(domains) Granted/revoked option to enable account capture on team domains

Only call this if is_account_capture_change_availability() is true.

Return type:AccountCaptureChangeAvailabilityType
get_account_capture_change_policy()

(team_policies) Changed account capture setting on team domain

Only call this if is_account_capture_change_policy() is true.

Return type:AccountCaptureChangePolicyType
get_account_capture_migrate_account()

(domains) Account-captured user migrated account to team

Only call this if is_account_capture_migrate_account() is true.

Return type:AccountCaptureMigrateAccountType
get_account_capture_notification_emails_sent()

(domains) Sent account capture email to all unmanaged members

Only call this if is_account_capture_notification_emails_sent() is true.

Return type:AccountCaptureNotificationEmailsSentType
get_account_capture_relinquish_account()

(domains) Account-captured user changed account email to personal email

Only call this if is_account_capture_relinquish_account() is true.

Return type:AccountCaptureRelinquishAccountType
get_account_lock_or_unlocked()

(logins) Unlocked/locked account after failed sign in attempts

Only call this if is_account_lock_or_unlocked() is true.

Return type:AccountLockOrUnlockedType
get_admin_alerting_alert_state_changed()

(admin_alerting) Changed an alert state

Only call this if is_admin_alerting_alert_state_changed() is true.

Return type:AdminAlertingAlertStateChangedType
get_admin_alerting_changed_alert_config()

(admin_alerting) Changed an alert setting

Only call this if is_admin_alerting_changed_alert_config() is true.

Return type:AdminAlertingChangedAlertConfigType
get_admin_alerting_triggered_alert()

(admin_alerting) Triggered security alert

Only call this if is_admin_alerting_triggered_alert() is true.

Return type:AdminAlertingTriggeredAlertType
get_admin_email_reminders_changed()

(team_policies) Changed admin reminder settings for requests to join the team

Only call this if is_admin_email_reminders_changed() is true.

Return type:AdminEmailRemindersChangedType
get_allow_download_disabled()

(team_policies) Disabled downloads (deprecated, no longer logged)

Only call this if is_allow_download_disabled() is true.

Return type:AllowDownloadDisabledType
get_allow_download_enabled()

(team_policies) Enabled downloads (deprecated, no longer logged)

Only call this if is_allow_download_enabled() is true.

Return type:AllowDownloadEnabledType
get_app_blocked_by_permissions()

(apps) Failed to connect app for member

Only call this if is_app_blocked_by_permissions() is true.

Return type:AppBlockedByPermissionsType

(apps) Linked app for team

Only call this if is_app_link_team() is true.

Return type:AppLinkTeamType

(apps) Linked app for member

Only call this if is_app_link_user() is true.

Return type:AppLinkUserType
get_app_permissions_changed()

(team_policies) Changed app permissions

Only call this if is_app_permissions_changed() is true.

Return type:AppPermissionsChangedType

(apps) Unlinked app for team

Only call this if is_app_unlink_team() is true.

Return type:AppUnlinkTeamType

(apps) Unlinked app for member

Only call this if is_app_unlink_user() is true.

Return type:AppUnlinkUserType
get_apply_naming_convention()

(file_operations) Applied naming convention

Only call this if is_apply_naming_convention() is true.

Return type:ApplyNamingConventionType
get_binder_add_page()

(paper) Added Binder page (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_add_page() is true.

Return type:BinderAddPageType
get_binder_add_section()

(paper) Added Binder section (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_add_section() is true.

Return type:BinderAddSectionType
get_binder_remove_page()

(paper) Removed Binder page (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_remove_page() is true.

Return type:BinderRemovePageType
get_binder_remove_section()

(paper) Removed Binder section (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_remove_section() is true.

Return type:BinderRemoveSectionType
get_binder_rename_page()

(paper) Renamed Binder page (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_rename_page() is true.

Return type:BinderRenamePageType
get_binder_rename_section()

(paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_rename_section() is true.

Return type:BinderRenameSectionType
get_binder_reorder_page()

(paper) Reordered Binder page (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_reorder_page() is true.

Return type:BinderReorderPageType
get_binder_reorder_section()

(paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)

Only call this if is_binder_reorder_section() is true.

Return type:BinderReorderSectionType
get_camera_uploads_policy_changed()

(team_policies) Changed camera uploads setting for team

Only call this if is_camera_uploads_policy_changed() is true.

Return type:CameraUploadsPolicyChangedType
get_capture_transcript_policy_changed()

(team_policies) Changed Capture transcription policy for team

Only call this if is_capture_transcript_policy_changed() is true.

Return type:CaptureTranscriptPolicyChangedType
get_changed_enterprise_admin_role()

(trusted_teams) Changed enterprise admin role

Only call this if is_changed_enterprise_admin_role() is true.

Return type:ChangedEnterpriseAdminRoleType
get_changed_enterprise_connected_team_status()

(trusted_teams) Changed enterprise-connected team status

Only call this if is_changed_enterprise_connected_team_status() is true.

Return type:ChangedEnterpriseConnectedTeamStatusType
get_classification_change_policy()

(team_policies) Changed classification policy for team

Only call this if is_classification_change_policy() is true.

Return type:ClassificationChangePolicyType
get_classification_create_report()

(reports) Created Classification report

Only call this if is_classification_create_report() is true.

Return type:ClassificationCreateReportType
get_classification_create_report_fail()

(reports) Couldn’t create Classification report

Only call this if is_classification_create_report_fail() is true.

Return type:ClassificationCreateReportFailType
get_collection_share()

(sharing) Shared album

Only call this if is_collection_share() is true.

Return type:CollectionShareType
get_computer_backup_policy_changed()

(team_policies) Changed computer backup policy for team

Only call this if is_computer_backup_policy_changed() is true.

Return type:ComputerBackupPolicyChangedType
get_content_administration_policy_changed()

(team_policies) Changed content management setting

Only call this if is_content_administration_policy_changed() is true.

Return type:ContentAdministrationPolicyChangedType
get_create_folder()

(file_operations) Created folders (deprecated, no longer logged)

Only call this if is_create_folder() is true.

Return type:CreateFolderType

(members) Created team invite link

Only call this if is_create_team_invite_link() is true.

Return type:CreateTeamInviteLinkType
get_data_placement_restriction_change_policy()

(team_policies) Set restrictions on data center locations where team data resides

Only call this if is_data_placement_restriction_change_policy() is true.

Return type:DataPlacementRestrictionChangePolicyType
get_data_placement_restriction_satisfy_policy()

(team_policies) Completed restrictions on data center locations where team data resides

Only call this if is_data_placement_restriction_satisfy_policy() is true.

Return type:DataPlacementRestrictionSatisfyPolicyType
get_data_residency_migration_request_successful()

(team_profile) Requested data residency migration for team data

Only call this if is_data_residency_migration_request_successful() is true.

Return type:DataResidencyMigrationRequestSuccessfulType
get_data_residency_migration_request_unsuccessful()

(team_profile) Request for data residency migration for team data has failed

Only call this if is_data_residency_migration_request_unsuccessful() is true.

Return type:DataResidencyMigrationRequestUnsuccessfulType

(members) Deleted team invite link

Only call this if is_delete_team_invite_link() is true.

Return type:DeleteTeamInviteLinkType
get_device_approvals_add_exception()

(team_policies) Added members to device approvals exception list

Only call this if is_device_approvals_add_exception() is true.

Return type:DeviceApprovalsAddExceptionType
get_device_approvals_change_desktop_policy()

(team_policies) Set/removed limit on number of computers member can link to team Dropbox account

Only call this if is_device_approvals_change_desktop_policy() is true.

Return type:DeviceApprovalsChangeDesktopPolicyType
get_device_approvals_change_mobile_policy()

(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account

Only call this if is_device_approvals_change_mobile_policy() is true.

Return type:DeviceApprovalsChangeMobilePolicyType
get_device_approvals_change_overage_action()

(team_policies) Changed device approvals setting when member is over limit

Only call this if is_device_approvals_change_overage_action() is true.

Return type:DeviceApprovalsChangeOverageActionType

(team_policies) Changed device approvals setting when member unlinks approved device

Only call this if is_device_approvals_change_unlink_action() is true.

Return type:DeviceApprovalsChangeUnlinkActionType
get_device_approvals_remove_exception()

(team_policies) Removed members from device approvals exception list

Only call this if is_device_approvals_remove_exception() is true.

Return type:DeviceApprovalsRemoveExceptionType
get_device_change_ip_desktop()

(devices) Changed IP address associated with active desktop session

Only call this if is_device_change_ip_desktop() is true.

Return type:DeviceChangeIpDesktopType
get_device_change_ip_mobile()

(devices) Changed IP address associated with active mobile session

Only call this if is_device_change_ip_mobile() is true.

Return type:DeviceChangeIpMobileType
get_device_change_ip_web()

(devices) Changed IP address associated with active web session

Only call this if is_device_change_ip_web() is true.

Return type:DeviceChangeIpWebType

(devices) Failed to delete all files from unlinked device

Only call this if is_device_delete_on_unlink_fail() is true.

Return type:DeviceDeleteOnUnlinkFailType

(devices) Deleted all files from unlinked device

Only call this if is_device_delete_on_unlink_success() is true.

Return type:DeviceDeleteOnUnlinkSuccessType

(devices) Failed to link device

Only call this if is_device_link_fail() is true.

Return type:DeviceLinkFailType

(devices) Linked device

Only call this if is_device_link_success() is true.

Return type:DeviceLinkSuccessType
get_device_management_disabled()

(devices) Disabled device management (deprecated, no longer logged)

Only call this if is_device_management_disabled() is true.

Return type:DeviceManagementDisabledType
get_device_management_enabled()

(devices) Enabled device management (deprecated, no longer logged)

Only call this if is_device_management_enabled() is true.

Return type:DeviceManagementEnabledType
get_device_sync_backup_status_changed()

(devices) Enabled/disabled backup for computer

Only call this if is_device_sync_backup_status_changed() is true.

Return type:DeviceSyncBackupStatusChangedType

(devices) Disconnected device

Only call this if is_device_unlink() is true.

Return type:DeviceUnlinkType
get_directory_restrictions_add_members()

(team_policies) Added members to directory restrictions list

Only call this if is_directory_restrictions_add_members() is true.

Return type:DirectoryRestrictionsAddMembersType
get_directory_restrictions_remove_members()

(team_policies) Removed members from directory restrictions list

Only call this if is_directory_restrictions_remove_members() is true.

Return type:DirectoryRestrictionsRemoveMembersType
get_disabled_domain_invites()

(domains) Disabled domain invites (deprecated, no longer logged)

Only call this if is_disabled_domain_invites() is true.

Return type:DisabledDomainInvitesType
get_domain_invites_approve_request_to_join_team()

(domains) Approved user’s request to join team

Only call this if is_domain_invites_approve_request_to_join_team() is true.

Return type:DomainInvitesApproveRequestToJoinTeamType
get_domain_invites_decline_request_to_join_team()

(domains) Declined user’s request to join team

Only call this if is_domain_invites_decline_request_to_join_team() is true.

Return type:DomainInvitesDeclineRequestToJoinTeamType
get_domain_invites_email_existing_users()

(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)

Only call this if is_domain_invites_email_existing_users() is true.

Return type:DomainInvitesEmailExistingUsersType
get_domain_invites_request_to_join_team()

(domains) Requested to join team

Only call this if is_domain_invites_request_to_join_team() is true.

Return type:DomainInvitesRequestToJoinTeamType
get_domain_invites_set_invite_new_user_pref_to_no()

(domains) Disabled “Automatically invite new users” (deprecated, no longer logged)

Only call this if is_domain_invites_set_invite_new_user_pref_to_no() is true.

Return type:DomainInvitesSetInviteNewUserPrefToNoType
get_domain_invites_set_invite_new_user_pref_to_yes()

(domains) Enabled “Automatically invite new users” (deprecated, no longer logged)

Only call this if is_domain_invites_set_invite_new_user_pref_to_yes() is true.

Return type:DomainInvitesSetInviteNewUserPrefToYesType
get_domain_verification_add_domain_fail()

(domains) Failed to verify team domain

Only call this if is_domain_verification_add_domain_fail() is true.

Return type:DomainVerificationAddDomainFailType
get_domain_verification_add_domain_success()

(domains) Verified team domain

Only call this if is_domain_verification_add_domain_success() is true.

Return type:DomainVerificationAddDomainSuccessType
get_domain_verification_remove_domain()

(domains) Removed domain from list of verified team domains

Only call this if is_domain_verification_remove_domain() is true.

Return type:DomainVerificationRemoveDomainType
get_dropbox_passwords_exported()

(devices) Exported passwords

Only call this if is_dropbox_passwords_exported() is true.

Return type:DropboxPasswordsExportedType
get_dropbox_passwords_new_device_enrolled()

(devices) Enrolled new Dropbox Passwords device

Only call this if is_dropbox_passwords_new_device_enrolled() is true.

Return type:DropboxPasswordsNewDeviceEnrolledType
get_dropbox_passwords_policy_changed()

(team_policies) Changed Dropbox Passwords policy for team

Only call this if is_dropbox_passwords_policy_changed() is true.

Return type:DropboxPasswordsPolicyChangedType
get_email_ingest_policy_changed()

(team_policies) Changed email to Dropbox policy for team

Only call this if is_email_ingest_policy_changed() is true.

Return type:EmailIngestPolicyChangedType
get_email_ingest_receive_file()

(file_requests) Received files via Email to Dropbox

Only call this if is_email_ingest_receive_file() is true.

Return type:EmailIngestReceiveFileType
get_emm_add_exception()

(team_policies) Added members to EMM exception list

Only call this if is_emm_add_exception() is true.

Return type:EmmAddExceptionType
get_emm_change_policy()

(team_policies) Enabled/disabled enterprise mobility management for members

Only call this if is_emm_change_policy() is true.

Return type:EmmChangePolicyType
get_emm_create_exceptions_report()

(reports) Created EMM-excluded users report

Only call this if is_emm_create_exceptions_report() is true.

Return type:EmmCreateExceptionsReportType
get_emm_create_usage_report()

(reports) Created EMM mobile app usage report

Only call this if is_emm_create_usage_report() is true.

Return type:EmmCreateUsageReportType
get_emm_error()

(logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’)

Only call this if is_emm_error() is true.

Return type:EmmErrorType
get_emm_refresh_auth_token()

(devices) Refreshed auth token used for setting up EMM

Only call this if is_emm_refresh_auth_token() is true.

Return type:EmmRefreshAuthTokenType
get_emm_remove_exception()

(team_policies) Removed members from EMM exception list

Only call this if is_emm_remove_exception() is true.

Return type:EmmRemoveExceptionType
get_enabled_domain_invites()

(domains) Enabled domain invites (deprecated, no longer logged)

Only call this if is_enabled_domain_invites() is true.

Return type:EnabledDomainInvitesType
get_ended_enterprise_admin_session()

(trusted_teams) Ended enterprise admin session

Only call this if is_ended_enterprise_admin_session() is true.

Return type:EndedEnterpriseAdminSessionType
get_ended_enterprise_admin_session_deprecated()

(trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’)

Only call this if is_ended_enterprise_admin_session_deprecated() is true.

Return type:EndedEnterpriseAdminSessionDeprecatedType
get_enterprise_settings_locking()

(trusted_teams) Changed who can update a setting

Only call this if is_enterprise_settings_locking() is true.

Return type:EnterpriseSettingsLockingType
get_export_members_report()

(reports) Created member data report

Only call this if is_export_members_report() is true.

Return type:ExportMembersReportType
get_export_members_report_fail()

(reports) Failed to create members data report

Only call this if is_export_members_report_fail() is true.

Return type:ExportMembersReportFailType
get_extended_version_history_change_policy()

(team_policies) Accepted/opted out of extended version history

Only call this if is_extended_version_history_change_policy() is true.

Return type:ExtendedVersionHistoryChangePolicyType
get_external_drive_backup_eligibility_status_checked()

(devices) Checked external drive backup eligibility status

Only call this if is_external_drive_backup_eligibility_status_checked() is true.

Return type:ExternalDriveBackupEligibilityStatusCheckedType
get_external_drive_backup_policy_changed()

(team_policies) Changed external drive backup policy for team

Only call this if is_external_drive_backup_policy_changed() is true.

Return type:ExternalDriveBackupPolicyChangedType
get_external_drive_backup_status_changed()

(devices) Modified external drive backup

Only call this if is_external_drive_backup_status_changed() is true.

Return type:ExternalDriveBackupStatusChangedType
get_external_sharing_create_report()

(reports) Created External sharing report

Only call this if is_external_sharing_create_report() is true.

Return type:ExternalSharingCreateReportType
get_external_sharing_report_failed()

(reports) Couldn’t create External sharing report

Only call this if is_external_sharing_report_failed() is true.

Return type:ExternalSharingReportFailedType
get_file_add()

(file_operations) Added files and/or folders

Only call this if is_file_add() is true.

Return type:FileAddType
get_file_add_comment()

(comments) Added file comment

Only call this if is_file_add_comment() is true.

Return type:FileAddCommentType
get_file_change_comment_subscription()

(comments) Subscribed to or unsubscribed from comment notifications for file

Only call this if is_file_change_comment_subscription() is true.

Return type:FileChangeCommentSubscriptionType
get_file_comments_change_policy()

(team_policies) Enabled/disabled commenting on team files

Only call this if is_file_comments_change_policy() is true.

Return type:FileCommentsChangePolicyType
get_file_copy()

(file_operations) Copied files and/or folders

Only call this if is_file_copy() is true.

Return type:FileCopyType
get_file_delete()

(file_operations) Deleted files and/or folders

Only call this if is_file_delete() is true.

Return type:FileDeleteType
get_file_delete_comment()

(comments) Deleted file comment

Only call this if is_file_delete_comment() is true.

Return type:FileDeleteCommentType
get_file_download()

(file_operations) Downloaded files and/or folders

Only call this if is_file_download() is true.

Return type:FileDownloadType
get_file_edit()

(file_operations) Edited files

Only call this if is_file_edit() is true.

Return type:FileEditType
get_file_edit_comment()

(comments) Edited file comment

Only call this if is_file_edit_comment() is true.

Return type:FileEditCommentType
get_file_get_copy_reference()

(file_operations) Created copy reference to file/folder

Only call this if is_file_get_copy_reference() is true.

Return type:FileGetCopyReferenceType
get_file_like_comment()

(comments) Liked file comment (deprecated, no longer logged)

Only call this if is_file_like_comment() is true.

Return type:FileLikeCommentType
get_file_locking_lock_status_changed()

(file_operations) Locked/unlocked editing for a file

Only call this if is_file_locking_lock_status_changed() is true.

Return type:FileLockingLockStatusChangedType
get_file_locking_policy_changed()

(team_policies) Changed file locking policy for team

Only call this if is_file_locking_policy_changed() is true.

Return type:FileLockingPolicyChangedType
get_file_move()

(file_operations) Moved files and/or folders

Only call this if is_file_move() is true.

Return type:FileMoveType
get_file_permanently_delete()

(file_operations) Permanently deleted files and/or folders

Only call this if is_file_permanently_delete() is true.

Return type:FilePermanentlyDeleteType
get_file_preview()

(file_operations) Previewed files and/or folders

Only call this if is_file_preview() is true.

Return type:FilePreviewType
get_file_provider_migration_policy_changed()

(team_policies) Changed File Provider Migration policy for team

Only call this if is_file_provider_migration_policy_changed() is true.

Return type:FileProviderMigrationPolicyChangedType
get_file_rename()

(file_operations) Renamed files and/or folders

Only call this if is_file_rename() is true.

Return type:FileRenameType
get_file_request_change()

(file_requests) Changed file request

Only call this if is_file_request_change() is true.

Return type:FileRequestChangeType
get_file_request_close()

(file_requests) Closed file request

Only call this if is_file_request_close() is true.

Return type:FileRequestCloseType
get_file_request_create()

(file_requests) Created file request

Only call this if is_file_request_create() is true.

Return type:FileRequestCreateType
get_file_request_delete()

(file_requests) Delete file request

Only call this if is_file_request_delete() is true.

Return type:FileRequestDeleteType
get_file_request_receive_file()

(file_requests) Received files for file request

Only call this if is_file_request_receive_file() is true.

Return type:FileRequestReceiveFileType
get_file_requests_change_policy()

(team_policies) Enabled/disabled file requests

Only call this if is_file_requests_change_policy() is true.

Return type:FileRequestsChangePolicyType
get_file_requests_emails_enabled()

(team_policies) Enabled file request emails for everyone (deprecated, no longer logged)

Only call this if is_file_requests_emails_enabled() is true.

Return type:FileRequestsEmailsEnabledType
get_file_requests_emails_restricted_to_team_only()

(team_policies) Enabled file request emails for team (deprecated, no longer logged)

Only call this if is_file_requests_emails_restricted_to_team_only() is true.

Return type:FileRequestsEmailsRestrictedToTeamOnlyType
get_file_resolve_comment()

(comments) Resolved file comment

Only call this if is_file_resolve_comment() is true.

Return type:FileResolveCommentType
get_file_restore()

(file_operations) Restored deleted files and/or folders

Only call this if is_file_restore() is true.

Return type:FileRestoreType
get_file_revert()

(file_operations) Reverted files to previous version

Only call this if is_file_revert() is true.

Return type:FileRevertType
get_file_rollback_changes()

(file_operations) Rolled back file actions

Only call this if is_file_rollback_changes() is true.

Return type:FileRollbackChangesType
get_file_save_copy_reference()

(file_operations) Saved file/folder using copy reference

Only call this if is_file_save_copy_reference() is true.

Return type:FileSaveCopyReferenceType
get_file_transfers_file_add()

(sharing) Transfer files added

Only call this if is_file_transfers_file_add() is true.

Return type:FileTransfersFileAddType
get_file_transfers_policy_changed()

(team_policies) Changed file transfers policy for team

Only call this if is_file_transfers_policy_changed() is true.

Return type:FileTransfersPolicyChangedType
get_file_transfers_transfer_delete()

(sharing) Deleted transfer

Only call this if is_file_transfers_transfer_delete() is true.

Return type:FileTransfersTransferDeleteType
get_file_transfers_transfer_download()

(sharing) Transfer downloaded

Only call this if is_file_transfers_transfer_download() is true.

Return type:FileTransfersTransferDownloadType
get_file_transfers_transfer_send()

(sharing) Sent transfer

Only call this if is_file_transfers_transfer_send() is true.

Return type:FileTransfersTransferSendType
get_file_transfers_transfer_view()

(sharing) Viewed transfer

Only call this if is_file_transfers_transfer_view() is true.

Return type:FileTransfersTransferViewType
get_file_unlike_comment()

(comments) Unliked file comment (deprecated, no longer logged)

Only call this if is_file_unlike_comment() is true.

Return type:FileUnlikeCommentType
get_file_unresolve_comment()

(comments) Unresolved file comment

Only call this if is_file_unresolve_comment() is true.

Return type:FileUnresolveCommentType

(team_policies) Changed folder link restrictions policy for team

Only call this if is_folder_link_restriction_policy_changed() is true.

Return type:FolderLinkRestrictionPolicyChangedType
get_folder_overview_description_changed()

(file_operations) Updated folder overview

Only call this if is_folder_overview_description_changed() is true.

Return type:FolderOverviewDescriptionChangedType
get_folder_overview_item_pinned()

(file_operations) Pinned item to folder overview

Only call this if is_folder_overview_item_pinned() is true.

Return type:FolderOverviewItemPinnedType
get_folder_overview_item_unpinned()

(file_operations) Unpinned item from folder overview

Only call this if is_folder_overview_item_unpinned() is true.

Return type:FolderOverviewItemUnpinnedType
get_google_sso_change_policy()

(team_policies) Enabled/disabled Google single sign-on for team

Only call this if is_google_sso_change_policy() is true.

Return type:GoogleSsoChangePolicyType
get_governance_policy_add_folder_failed()

(data_governance) Couldn’t add a folder to a policy

Only call this if is_governance_policy_add_folder_failed() is true.

Return type:GovernancePolicyAddFolderFailedType
get_governance_policy_add_folders()

(data_governance) Added folders to policy

Only call this if is_governance_policy_add_folders() is true.

Return type:GovernancePolicyAddFoldersType
get_governance_policy_content_disposed()

(data_governance) Content disposed

Only call this if is_governance_policy_content_disposed() is true.

Return type:GovernancePolicyContentDisposedType
get_governance_policy_create()

(data_governance) Activated a new policy

Only call this if is_governance_policy_create() is true.

Return type:GovernancePolicyCreateType
get_governance_policy_delete()

(data_governance) Deleted a policy

Only call this if is_governance_policy_delete() is true.

Return type:GovernancePolicyDeleteType
get_governance_policy_edit_details()

(data_governance) Edited policy

Only call this if is_governance_policy_edit_details() is true.

Return type:GovernancePolicyEditDetailsType
get_governance_policy_edit_duration()

(data_governance) Changed policy duration

Only call this if is_governance_policy_edit_duration() is true.

Return type:GovernancePolicyEditDurationType
get_governance_policy_export_created()

(data_governance) Created a policy download

Only call this if is_governance_policy_export_created() is true.

Return type:GovernancePolicyExportCreatedType
get_governance_policy_export_removed()

(data_governance) Removed a policy download

Only call this if is_governance_policy_export_removed() is true.

Return type:GovernancePolicyExportRemovedType
get_governance_policy_remove_folders()

(data_governance) Removed folders from policy

Only call this if is_governance_policy_remove_folders() is true.

Return type:GovernancePolicyRemoveFoldersType
get_governance_policy_report_created()

(data_governance) Created a summary report for a policy

Only call this if is_governance_policy_report_created() is true.

Return type:GovernancePolicyReportCreatedType
get_governance_policy_zip_part_downloaded()

(data_governance) Downloaded content from a policy

Only call this if is_governance_policy_zip_part_downloaded() is true.

Return type:GovernancePolicyZipPartDownloadedType
get_group_add_external_id()

(groups) Added external ID for group

Only call this if is_group_add_external_id() is true.

Return type:GroupAddExternalIdType
get_group_add_member()

(groups) Added team members to group

Only call this if is_group_add_member() is true.

Return type:GroupAddMemberType
get_group_change_external_id()

(groups) Changed external ID for group

Only call this if is_group_change_external_id() is true.

Return type:GroupChangeExternalIdType
get_group_change_management_type()

(groups) Changed group management type

Only call this if is_group_change_management_type() is true.

Return type:GroupChangeManagementTypeType
get_group_change_member_role()

(groups) Changed manager permissions of group member

Only call this if is_group_change_member_role() is true.

Return type:GroupChangeMemberRoleType
get_group_create()

(groups) Created group

Only call this if is_group_create() is true.

Return type:GroupCreateType
get_group_delete()

(groups) Deleted group

Only call this if is_group_delete() is true.

Return type:GroupDeleteType
get_group_description_updated()

(groups) Updated group (deprecated, no longer logged)

Only call this if is_group_description_updated() is true.

Return type:GroupDescriptionUpdatedType
get_group_join_policy_updated()

(groups) Updated group join policy (deprecated, no longer logged)

Only call this if is_group_join_policy_updated() is true.

Return type:GroupJoinPolicyUpdatedType
get_group_moved()

(groups) Moved group (deprecated, no longer logged)

Only call this if is_group_moved() is true.

Return type:GroupMovedType
get_group_remove_external_id()

(groups) Removed external ID for group

Only call this if is_group_remove_external_id() is true.

Return type:GroupRemoveExternalIdType
get_group_remove_member()

(groups) Removed team members from group

Only call this if is_group_remove_member() is true.

Return type:GroupRemoveMemberType
get_group_rename()

(groups) Renamed group

Only call this if is_group_rename() is true.

Return type:GroupRenameType
get_group_user_management_change_policy()

(team_policies) Changed who can create groups

Only call this if is_group_user_management_change_policy() is true.

Return type:GroupUserManagementChangePolicyType
get_guest_admin_change_status()

(trusted_teams) Changed guest team admin status

Only call this if is_guest_admin_change_status() is true.

Return type:GuestAdminChangeStatusType
get_guest_admin_signed_in_via_trusted_teams()

(logins) Started trusted team admin session

Only call this if is_guest_admin_signed_in_via_trusted_teams() is true.

Return type:GuestAdminSignedInViaTrustedTeamsType
get_guest_admin_signed_out_via_trusted_teams()

(logins) Ended trusted team admin session

Only call this if is_guest_admin_signed_out_via_trusted_teams() is true.

Return type:GuestAdminSignedOutViaTrustedTeamsType
get_integration_connected()

(apps) Connected integration for member

Only call this if is_integration_connected() is true.

Return type:IntegrationConnectedType
get_integration_disconnected()

(apps) Disconnected integration for member

Only call this if is_integration_disconnected() is true.

Return type:IntegrationDisconnectedType
get_integration_policy_changed()

(team_policies) Changed integration policy for team

Only call this if is_integration_policy_changed() is true.

Return type:IntegrationPolicyChangedType
get_invite_acceptance_email_policy_changed()

(team_policies) Changed invite accept email policy for team

Only call this if is_invite_acceptance_email_policy_changed() is true.

Return type:InviteAcceptanceEmailPolicyChangedType

(data_governance) Activated a hold

Only call this if is_legal_holds_activate_a_hold() is true.

Return type:LegalHoldsActivateAHoldType

(data_governance) Added members to a hold

Only call this if is_legal_holds_add_members() is true.

Return type:LegalHoldsAddMembersType

(data_governance) Edited details for a hold

Only call this if is_legal_holds_change_hold_details() is true.

Return type:LegalHoldsChangeHoldDetailsType

(data_governance) Renamed a hold

Only call this if is_legal_holds_change_hold_name() is true.

Return type:LegalHoldsChangeHoldNameType

(data_governance) Exported hold

Only call this if is_legal_holds_export_a_hold() is true.

Return type:LegalHoldsExportAHoldType

(data_governance) Canceled export for a hold

Only call this if is_legal_holds_export_cancelled() is true.

Return type:LegalHoldsExportCancelledType

(data_governance) Downloaded export for a hold

Only call this if is_legal_holds_export_downloaded() is true.

Return type:LegalHoldsExportDownloadedType

(data_governance) Removed export for a hold

Only call this if is_legal_holds_export_removed() is true.

Return type:LegalHoldsExportRemovedType

(data_governance) Released a hold

Only call this if is_legal_holds_release_a_hold() is true.

Return type:LegalHoldsReleaseAHoldType

(data_governance) Removed members from a hold

Only call this if is_legal_holds_remove_members() is true.

Return type:LegalHoldsRemoveMembersType

(data_governance) Created a summary report for a hold

Only call this if is_legal_holds_report_a_hold() is true.

Return type:LegalHoldsReportAHoldType
get_login_fail()

(logins) Failed to sign in

Only call this if is_login_fail() is true.

Return type:LoginFailType
get_login_success()

(logins) Signed in

Only call this if is_login_success() is true.

Return type:LoginSuccessType
get_logout()

(logins) Signed out

Only call this if is_logout() is true.

Return type:LogoutType
get_member_add_external_id()

(members) Added an external ID for team member

Only call this if is_member_add_external_id() is true.

Return type:MemberAddExternalIdType
get_member_add_name()

(members) Added team member name

Only call this if is_member_add_name() is true.

Return type:MemberAddNameType
get_member_change_admin_role()

(members) Changed team member admin role

Only call this if is_member_change_admin_role() is true.

Return type:MemberChangeAdminRoleType
get_member_change_email()

(members) Changed team member email

Only call this if is_member_change_email() is true.

Return type:MemberChangeEmailType
get_member_change_external_id()

(members) Changed the external ID for team member

Only call this if is_member_change_external_id() is true.

Return type:MemberChangeExternalIdType
get_member_change_membership_type()

(members) Changed membership type (limited/full) of member (deprecated, no longer logged)

Only call this if is_member_change_membership_type() is true.

Return type:MemberChangeMembershipTypeType
get_member_change_name()

(members) Changed team member name

Only call this if is_member_change_name() is true.

Return type:MemberChangeNameType
get_member_change_reseller_role()

(members) Changed team member reseller role

Only call this if is_member_change_reseller_role() is true.

Return type:MemberChangeResellerRoleType
get_member_change_status()

(members) Changed member status (invited, joined, suspended, etc.)

Only call this if is_member_change_status() is true.

Return type:MemberChangeStatusType
get_member_delete_manual_contacts()

(members) Cleared manually added contacts

Only call this if is_member_delete_manual_contacts() is true.

Return type:MemberDeleteManualContactsType
get_member_delete_profile_photo()

(members) Deleted team member profile photo

Only call this if is_member_delete_profile_photo() is true.

Return type:MemberDeleteProfilePhotoType
get_member_permanently_delete_account_contents()

(members) Permanently deleted contents of deleted team member account

Only call this if is_member_permanently_delete_account_contents() is true.

Return type:MemberPermanentlyDeleteAccountContentsType
get_member_remove_external_id()

(members) Removed the external ID for team member

Only call this if is_member_remove_external_id() is true.

Return type:MemberRemoveExternalIdType
get_member_requests_change_policy()

(team_policies) Changed whether users can find team when not invited

Only call this if is_member_requests_change_policy() is true.

Return type:MemberRequestsChangePolicyType
get_member_send_invite_policy_changed()

(team_policies) Changed member send invite policy for team

Only call this if is_member_send_invite_policy_changed() is true.

Return type:MemberSendInvitePolicyChangedType
get_member_set_profile_photo()

(members) Set team member profile photo

Only call this if is_member_set_profile_photo() is true.

Return type:MemberSetProfilePhotoType
get_member_space_limits_add_custom_quota()

(members) Set custom member space limit

Only call this if is_member_space_limits_add_custom_quota() is true.

Return type:MemberSpaceLimitsAddCustomQuotaType
get_member_space_limits_add_exception()

(team_policies) Added members to member space limit exception list

Only call this if is_member_space_limits_add_exception() is true.

Return type:MemberSpaceLimitsAddExceptionType
get_member_space_limits_change_caps_type_policy()

(team_policies) Changed member space limit type for team

Only call this if is_member_space_limits_change_caps_type_policy() is true.

Return type:MemberSpaceLimitsChangeCapsTypePolicyType
get_member_space_limits_change_custom_quota()

(members) Changed custom member space limit

Only call this if is_member_space_limits_change_custom_quota() is true.

Return type:MemberSpaceLimitsChangeCustomQuotaType
get_member_space_limits_change_policy()

(team_policies) Changed team default member space limit

Only call this if is_member_space_limits_change_policy() is true.

Return type:MemberSpaceLimitsChangePolicyType
get_member_space_limits_change_status()

(members) Changed space limit status

Only call this if is_member_space_limits_change_status() is true.

Return type:MemberSpaceLimitsChangeStatusType
get_member_space_limits_remove_custom_quota()

(members) Removed custom member space limit

Only call this if is_member_space_limits_remove_custom_quota() is true.

Return type:MemberSpaceLimitsRemoveCustomQuotaType
get_member_space_limits_remove_exception()

(team_policies) Removed members from member space limit exception list

Only call this if is_member_space_limits_remove_exception() is true.

Return type:MemberSpaceLimitsRemoveExceptionType
get_member_suggest()

(members) Suggested person to add to team

Only call this if is_member_suggest() is true.

Return type:MemberSuggestType
get_member_suggestions_change_policy()

(team_policies) Enabled/disabled option for team members to suggest people to add to team

Only call this if is_member_suggestions_change_policy() is true.

Return type:MemberSuggestionsChangePolicyType
get_member_transfer_account_contents()

(members) Transferred contents of deleted member account to another member

Only call this if is_member_transfer_account_contents() is true.

Return type:MemberTransferAccountContentsType
get_microsoft_office_addin_change_policy()

(team_policies) Enabled/disabled Microsoft Office add-in

Only call this if is_microsoft_office_addin_change_policy() is true.

Return type:MicrosoftOfficeAddinChangePolicyType
get_network_control_change_policy()

(team_policies) Enabled/disabled network control

Only call this if is_network_control_change_policy() is true.

Return type:NetworkControlChangePolicyType

(reports) Report created: Links created with no expiration

Only call this if is_no_expiration_link_gen_create_report() is true.

Return type:NoExpirationLinkGenCreateReportType

(reports) Couldn’t create report: Links created with no expiration

Only call this if is_no_expiration_link_gen_report_failed() is true.

Return type:NoExpirationLinkGenReportFailedType

(reports) Report created: Links created without passwords

Only call this if is_no_password_link_gen_create_report() is true.

Return type:NoPasswordLinkGenCreateReportType

(reports) Couldn’t create report: Links created without passwords

Only call this if is_no_password_link_gen_report_failed() is true.

Return type:NoPasswordLinkGenReportFailedType

(reports) Report created: Views of links without passwords

Only call this if is_no_password_link_view_create_report() is true.

Return type:NoPasswordLinkViewCreateReportType

(reports) Couldn’t create report: Views of links without passwords

Only call this if is_no_password_link_view_report_failed() is true.

Return type:NoPasswordLinkViewReportFailedType
get_note_acl_invite_only()

(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)

Only call this if is_note_acl_invite_only() is true.

Return type:NoteAclInviteOnlyType

(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)

Only call this if is_note_acl_link() is true.

Return type:NoteAclLinkType

(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)

Only call this if is_note_acl_team_link() is true.

Return type:NoteAclTeamLinkType
get_note_share_receive()

(sharing) Shared received Paper doc (deprecated, no longer logged)

Only call this if is_note_share_receive() is true.

Return type:NoteShareReceiveType
get_note_shared()

(sharing) Shared Paper doc (deprecated, no longer logged)

Only call this if is_note_shared() is true.

Return type:NoteSharedType
get_object_label_added()

(file_operations) Added a label

Only call this if is_object_label_added() is true.

Return type:ObjectLabelAddedType
get_object_label_removed()

(file_operations) Removed a label

Only call this if is_object_label_removed() is true.

Return type:ObjectLabelRemovedType
get_object_label_updated_value()

(file_operations) Updated a label’s value

Only call this if is_object_label_updated_value() is true.

Return type:ObjectLabelUpdatedValueType
get_open_note_shared()

(sharing) Opened shared Paper doc (deprecated, no longer logged)

Only call this if is_open_note_shared() is true.

Return type:OpenNoteSharedType
get_organize_folder_with_tidy()

(file_operations) Organized a folder with multi-file organize

Only call this if is_organize_folder_with_tidy() is true.

Return type:OrganizeFolderWithTidyType

(reports) Report created: Views of old links

Only call this if is_outdated_link_view_create_report() is true.

Return type:OutdatedLinkViewCreateReportType

(reports) Couldn’t create report: Views of old links

Only call this if is_outdated_link_view_report_failed() is true.

Return type:OutdatedLinkViewReportFailedType
get_paper_admin_export_start()

(reports) Exported all team Paper docs

Only call this if is_paper_admin_export_start() is true.

Return type:PaperAdminExportStartType
get_paper_change_deployment_policy()

(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members

Only call this if is_paper_change_deployment_policy() is true.

Return type:PaperChangeDeploymentPolicyType

(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)

Only call this if is_paper_change_member_link_policy() is true.

Return type:PaperChangeMemberLinkPolicyType
get_paper_change_member_policy()

(team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default

Only call this if is_paper_change_member_policy() is true.

Return type:PaperChangeMemberPolicyType
get_paper_change_policy()

(team_policies) Enabled/disabled Dropbox Paper for team

Only call this if is_paper_change_policy() is true.

Return type:PaperChangePolicyType
get_paper_content_add_member()

(paper) Added users and/or groups to Paper doc/folder

Only call this if is_paper_content_add_member() is true.

Return type:PaperContentAddMemberType
get_paper_content_add_to_folder()

(paper) Added Paper doc/folder to folder

Only call this if is_paper_content_add_to_folder() is true.

Return type:PaperContentAddToFolderType
get_paper_content_archive()

(paper) Archived Paper doc/folder

Only call this if is_paper_content_archive() is true.

Return type:PaperContentArchiveType
get_paper_content_create()

(paper) Created Paper doc/folder

Only call this if is_paper_content_create() is true.

Return type:PaperContentCreateType
get_paper_content_permanently_delete()

(paper) Permanently deleted Paper doc/folder

Only call this if is_paper_content_permanently_delete() is true.

Return type:PaperContentPermanentlyDeleteType
get_paper_content_remove_from_folder()

(paper) Removed Paper doc/folder from folder

Only call this if is_paper_content_remove_from_folder() is true.

Return type:PaperContentRemoveFromFolderType
get_paper_content_remove_member()

(paper) Removed users and/or groups from Paper doc/folder

Only call this if is_paper_content_remove_member() is true.

Return type:PaperContentRemoveMemberType
get_paper_content_rename()

(paper) Renamed Paper doc/folder

Only call this if is_paper_content_rename() is true.

Return type:PaperContentRenameType
get_paper_content_restore()

(paper) Restored archived Paper doc/folder

Only call this if is_paper_content_restore() is true.

Return type:PaperContentRestoreType
get_paper_default_folder_policy_changed()

(team_policies) Changed Paper Default Folder Policy setting for team

Only call this if is_paper_default_folder_policy_changed() is true.

Return type:PaperDefaultFolderPolicyChangedType
get_paper_desktop_policy_changed()

(team_policies) Enabled/disabled Paper Desktop for team

Only call this if is_paper_desktop_policy_changed() is true.

Return type:PaperDesktopPolicyChangedType
get_paper_doc_add_comment()

(paper) Added Paper doc comment

Only call this if is_paper_doc_add_comment() is true.

Return type:PaperDocAddCommentType
get_paper_doc_change_member_role()

(paper) Changed member permissions for Paper doc

Only call this if is_paper_doc_change_member_role() is true.

Return type:PaperDocChangeMemberRoleType
get_paper_doc_change_sharing_policy()

(paper) Changed sharing setting for Paper doc

Only call this if is_paper_doc_change_sharing_policy() is true.

Return type:PaperDocChangeSharingPolicyType
get_paper_doc_change_subscription()

(paper) Followed/unfollowed Paper doc

Only call this if is_paper_doc_change_subscription() is true.

Return type:PaperDocChangeSubscriptionType
get_paper_doc_delete_comment()

(paper) Deleted Paper doc comment

Only call this if is_paper_doc_delete_comment() is true.

Return type:PaperDocDeleteCommentType
get_paper_doc_deleted()

(paper) Archived Paper doc (deprecated, no longer logged)

Only call this if is_paper_doc_deleted() is true.

Return type:PaperDocDeletedType
get_paper_doc_download()

(paper) Downloaded Paper doc in specific format

Only call this if is_paper_doc_download() is true.

Return type:PaperDocDownloadType
get_paper_doc_edit()

(paper) Edited Paper doc

Only call this if is_paper_doc_edit() is true.

Return type:PaperDocEditType
get_paper_doc_edit_comment()

(paper) Edited Paper doc comment

Only call this if is_paper_doc_edit_comment() is true.

Return type:PaperDocEditCommentType
get_paper_doc_followed()

(paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’)

Only call this if is_paper_doc_followed() is true.

Return type:PaperDocFollowedType
get_paper_doc_mention()

(paper) Mentioned user in Paper doc

Only call this if is_paper_doc_mention() is true.

Return type:PaperDocMentionType
get_paper_doc_ownership_changed()

(paper) Transferred ownership of Paper doc

Only call this if is_paper_doc_ownership_changed() is true.

Return type:PaperDocOwnershipChangedType
get_paper_doc_request_access()

(paper) Requested access to Paper doc

Only call this if is_paper_doc_request_access() is true.

Return type:PaperDocRequestAccessType
get_paper_doc_resolve_comment()

(paper) Resolved Paper doc comment

Only call this if is_paper_doc_resolve_comment() is true.

Return type:PaperDocResolveCommentType
get_paper_doc_revert()

(paper) Restored Paper doc to previous version

Only call this if is_paper_doc_revert() is true.

Return type:PaperDocRevertType
get_paper_doc_slack_share()

(paper) Shared Paper doc via Slack

Only call this if is_paper_doc_slack_share() is true.

Return type:PaperDocSlackShareType
get_paper_doc_team_invite()

(paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)

Only call this if is_paper_doc_team_invite() is true.

Return type:PaperDocTeamInviteType
get_paper_doc_trashed()

(paper) Deleted Paper doc

Only call this if is_paper_doc_trashed() is true.

Return type:PaperDocTrashedType
get_paper_doc_unresolve_comment()

(paper) Unresolved Paper doc comment

Only call this if is_paper_doc_unresolve_comment() is true.

Return type:PaperDocUnresolveCommentType
get_paper_doc_untrashed()

(paper) Restored Paper doc

Only call this if is_paper_doc_untrashed() is true.

Return type:PaperDocUntrashedType
get_paper_doc_view()

(paper) Viewed Paper doc

Only call this if is_paper_doc_view() is true.

Return type:PaperDocViewType
get_paper_enabled_users_group_addition()

(team_policies) Added users to Paper-enabled users list

Only call this if is_paper_enabled_users_group_addition() is true.

Return type:PaperEnabledUsersGroupAdditionType
get_paper_enabled_users_group_removal()

(team_policies) Removed users from Paper-enabled users list

Only call this if is_paper_enabled_users_group_removal() is true.

Return type:PaperEnabledUsersGroupRemovalType
get_paper_external_view_allow()

(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)

Only call this if is_paper_external_view_allow() is true.

Return type:PaperExternalViewAllowType
get_paper_external_view_default_team()

(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)

Only call this if is_paper_external_view_default_team() is true.

Return type:PaperExternalViewDefaultTeamType
get_paper_external_view_forbid()

(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)

Only call this if is_paper_external_view_forbid() is true.

Return type:PaperExternalViewForbidType
get_paper_folder_change_subscription()

(paper) Followed/unfollowed Paper folder

Only call this if is_paper_folder_change_subscription() is true.

Return type:PaperFolderChangeSubscriptionType
get_paper_folder_deleted()

(paper) Archived Paper folder (deprecated, no longer logged)

Only call this if is_paper_folder_deleted() is true.

Return type:PaperFolderDeletedType
get_paper_folder_followed()

(paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’)

Only call this if is_paper_folder_followed() is true.

Return type:PaperFolderFollowedType
get_paper_folder_team_invite()

(paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)

Only call this if is_paper_folder_team_invite() is true.

Return type:PaperFolderTeamInviteType

(paper) Changed permissions for published doc

Only call this if is_paper_published_link_change_permission() is true.

Return type:PaperPublishedLinkChangePermissionType

(paper) Published doc

Only call this if is_paper_published_link_create() is true.

Return type:PaperPublishedLinkCreateType

(paper) Unpublished doc

Only call this if is_paper_published_link_disabled() is true.

Return type:PaperPublishedLinkDisabledType

(paper) Viewed published doc

Only call this if is_paper_published_link_view() is true.

Return type:PaperPublishedLinkViewType
get_password_change()

(passwords) Changed password

Only call this if is_password_change() is true.

Return type:PasswordChangeType
get_password_reset()

(passwords) Reset password

Only call this if is_password_reset() is true.

Return type:PasswordResetType
get_password_reset_all()

(passwords) Reset all team member passwords

Only call this if is_password_reset_all() is true.

Return type:PasswordResetAllType
get_password_strength_requirements_change_policy()

(team_policies) Changed team password strength requirements

Only call this if is_password_strength_requirements_change_policy() is true.

Return type:PasswordStrengthRequirementsChangePolicyType
get_pending_secondary_email_added()

(members) Added pending secondary email

Only call this if is_pending_secondary_email_added() is true.

Return type:PendingSecondaryEmailAddedType
get_permanent_delete_change_policy()

(team_policies) Enabled/disabled ability of team members to permanently delete content

Only call this if is_permanent_delete_change_policy() is true.

Return type:PermanentDeleteChangePolicyType
get_reseller_support_change_policy()

(team_policies) Enabled/disabled reseller support

Only call this if is_reseller_support_change_policy() is true.

Return type:ResellerSupportChangePolicyType
get_reseller_support_session_end()

(logins) Ended reseller support session

Only call this if is_reseller_support_session_end() is true.

Return type:ResellerSupportSessionEndType
get_reseller_support_session_start()

(logins) Started reseller support session

Only call this if is_reseller_support_session_start() is true.

Return type:ResellerSupportSessionStartType
get_rewind_folder()

(file_operations) Rewound a folder

Only call this if is_rewind_folder() is true.

Return type:RewindFolderType
get_rewind_policy_changed()

(team_policies) Changed Rewind policy for team

Only call this if is_rewind_policy_changed() is true.

Return type:RewindPolicyChangedType
get_secondary_email_deleted()

(members) Deleted secondary email

Only call this if is_secondary_email_deleted() is true.

Return type:SecondaryEmailDeletedType
get_secondary_email_verified()

(members) Verified secondary email

Only call this if is_secondary_email_verified() is true.

Return type:SecondaryEmailVerifiedType
get_secondary_mails_policy_changed()

(members) Secondary mails policy changed

Only call this if is_secondary_mails_policy_changed() is true.

Return type:SecondaryMailsPolicyChangedType
get_send_for_signature_policy_changed()

(team_policies) Changed send for signature policy for team

Only call this if is_send_for_signature_policy_changed() is true.

Return type:SendForSignaturePolicyChangedType
get_sf_add_group()

(sharing) Added team to shared folder (deprecated, no longer logged)

Only call this if is_sf_add_group() is true.

Return type:SfAddGroupType

(sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)

Only call this if is_sf_allow_non_members_to_view_shared_links() is true.

Return type:SfAllowNonMembersToViewSharedLinksType
get_sf_external_invite_warn()

(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)

Only call this if is_sf_external_invite_warn() is true.

Return type:SfExternalInviteWarnType
get_sf_fb_invite()

(sharing) Invited Facebook users to shared folder (deprecated, no longer logged)

Only call this if is_sf_fb_invite() is true.

Return type:SfFbInviteType
get_sf_fb_invite_change_role()

(sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged)

Only call this if is_sf_fb_invite_change_role() is true.

Return type:SfFbInviteChangeRoleType
get_sf_fb_uninvite()

(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)

Only call this if is_sf_fb_uninvite() is true.

Return type:SfFbUninviteType
get_sf_invite_group()

(sharing) Invited group to shared folder (deprecated, no longer logged)

Only call this if is_sf_invite_group() is true.

Return type:SfInviteGroupType
get_sf_team_grant_access()

(sharing) Granted access to shared folder (deprecated, no longer logged)

Only call this if is_sf_team_grant_access() is true.

Return type:SfTeamGrantAccessType
get_sf_team_invite()

(sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’)

Only call this if is_sf_team_invite() is true.

Return type:SfTeamInviteType
get_sf_team_invite_change_role()

(sharing) Changed team member’s role in shared folder (deprecated, no longer logged)

Only call this if is_sf_team_invite_change_role() is true.

Return type:SfTeamInviteChangeRoleType
get_sf_team_join()

(sharing) Joined team member’s shared folder (deprecated, no longer logged)

Only call this if is_sf_team_join() is true.

Return type:SfTeamJoinType

(sharing) Joined team member’s shared folder from link (deprecated, no longer logged)

Only call this if is_sf_team_join_from_oob_link() is true.

Return type:SfTeamJoinFromOobLinkType
get_sf_team_uninvite()

(sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’)

Only call this if is_sf_team_uninvite() is true.

Return type:SfTeamUninviteType
get_shared_content_add_invitees()

(sharing) Invited user to Dropbox and added them to shared file/folder

Only call this if is_shared_content_add_invitees() is true.

Return type:SharedContentAddInviteesType

(sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_add_link_expiry() is true.

Return type:SharedContentAddLinkExpiryType

(sharing) Added password to link for shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_add_link_password() is true.

Return type:SharedContentAddLinkPasswordType
get_shared_content_add_member()

(sharing) Added users and/or groups to shared file/folder

Only call this if is_shared_content_add_member() is true.

Return type:SharedContentAddMemberType
get_shared_content_change_downloads_policy()

(sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_change_downloads_policy() is true.

Return type:SharedContentChangeDownloadsPolicyType
get_shared_content_change_invitee_role()

(sharing) Changed access type of invitee to shared file/folder before invite was accepted

Only call this if is_shared_content_change_invitee_role() is true.

Return type:SharedContentChangeInviteeRoleType

(sharing) Changed link audience of shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_change_link_audience() is true.

Return type:SharedContentChangeLinkAudienceType

(sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_change_link_expiry() is true.

Return type:SharedContentChangeLinkExpiryType

(sharing) Changed link password of shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_change_link_password() is true.

Return type:SharedContentChangeLinkPasswordType
get_shared_content_change_member_role()

(sharing) Changed access type of shared file/folder member

Only call this if is_shared_content_change_member_role() is true.

Return type:SharedContentChangeMemberRoleType
get_shared_content_change_viewer_info_policy()

(sharing) Changed whether members can see who viewed shared file/folder

Only call this if is_shared_content_change_viewer_info_policy() is true.

Return type:SharedContentChangeViewerInfoPolicyType
get_shared_content_claim_invitation()

(sharing) Acquired membership of shared file/folder by accepting invite

Only call this if is_shared_content_claim_invitation() is true.

Return type:SharedContentClaimInvitationType
get_shared_content_copy()

(sharing) Copied shared file/folder to own Dropbox

Only call this if is_shared_content_copy() is true.

Return type:SharedContentCopyType
get_shared_content_download()

(sharing) Downloaded shared file/folder

Only call this if is_shared_content_download() is true.

Return type:SharedContentDownloadType
get_shared_content_relinquish_membership()

(sharing) Left shared file/folder

Only call this if is_shared_content_relinquish_membership() is true.

Return type:SharedContentRelinquishMembershipType
get_shared_content_remove_invitees()

(sharing) Removed invitee from shared file/folder before invite was accepted

Only call this if is_shared_content_remove_invitees() is true.

Return type:SharedContentRemoveInviteesType

(sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_remove_link_expiry() is true.

Return type:SharedContentRemoveLinkExpiryType

(sharing) Removed link password of shared file/folder (deprecated, no longer logged)

Only call this if is_shared_content_remove_link_password() is true.

Return type:SharedContentRemoveLinkPasswordType
get_shared_content_remove_member()

(sharing) Removed user/group from shared file/folder

Only call this if is_shared_content_remove_member() is true.

Return type:SharedContentRemoveMemberType
get_shared_content_request_access()

(sharing) Requested access to shared file/folder

Only call this if is_shared_content_request_access() is true.

Return type:SharedContentRequestAccessType
get_shared_content_restore_invitees()

(sharing) Restored shared file/folder invitees

Only call this if is_shared_content_restore_invitees() is true.

Return type:SharedContentRestoreInviteesType
get_shared_content_restore_member()

(sharing) Restored users and/or groups to membership of shared file/folder

Only call this if is_shared_content_restore_member() is true.

Return type:SharedContentRestoreMemberType
get_shared_content_unshare()

(sharing) Unshared file/folder by clearing membership

Only call this if is_shared_content_unshare() is true.

Return type:SharedContentUnshareType
get_shared_content_view()

(sharing) Previewed shared file/folder

Only call this if is_shared_content_view() is true.

Return type:SharedContentViewType

(sharing) Changed who can access shared folder via link

Only call this if is_shared_folder_change_link_policy() is true.

Return type:SharedFolderChangeLinkPolicyType
get_shared_folder_change_members_inheritance_policy()

(sharing) Changed whether shared folder inherits members from parent folder

Only call this if is_shared_folder_change_members_inheritance_policy() is true.

Return type:SharedFolderChangeMembersInheritancePolicyType
get_shared_folder_change_members_management_policy()

(sharing) Changed who can add/remove members of shared folder

Only call this if is_shared_folder_change_members_management_policy() is true.

Return type:SharedFolderChangeMembersManagementPolicyType
get_shared_folder_change_members_policy()

(sharing) Changed who can become member of shared folder

Only call this if is_shared_folder_change_members_policy() is true.

Return type:SharedFolderChangeMembersPolicyType
get_shared_folder_create()

(sharing) Created shared folder

Only call this if is_shared_folder_create() is true.

Return type:SharedFolderCreateType
get_shared_folder_decline_invitation()

(sharing) Declined team member’s invite to shared folder

Only call this if is_shared_folder_decline_invitation() is true.

Return type:SharedFolderDeclineInvitationType
get_shared_folder_mount()

(sharing) Added shared folder to own Dropbox

Only call this if is_shared_folder_mount() is true.

Return type:SharedFolderMountType
get_shared_folder_nest()

(sharing) Changed parent of shared folder

Only call this if is_shared_folder_nest() is true.

Return type:SharedFolderNestType
get_shared_folder_transfer_ownership()

(sharing) Transferred ownership of shared folder to another member

Only call this if is_shared_folder_transfer_ownership() is true.

Return type:SharedFolderTransferOwnershipType
get_shared_folder_unmount()

(sharing) Deleted shared folder from Dropbox

Only call this if is_shared_folder_unmount() is true.

Return type:SharedFolderUnmountType

(sharing) Added shared link expiration date

Only call this if is_shared_link_add_expiry() is true.

Return type:SharedLinkAddExpiryType

(sharing) Changed shared link expiration date

Only call this if is_shared_link_change_expiry() is true.

Return type:SharedLinkChangeExpiryType

(sharing) Changed visibility of shared link

Only call this if is_shared_link_change_visibility() is true.

Return type:SharedLinkChangeVisibilityType

(sharing) Added file/folder to Dropbox from shared link

Only call this if is_shared_link_copy() is true.

Return type:SharedLinkCopyType

(sharing) Created shared link

Only call this if is_shared_link_create() is true.

Return type:SharedLinkCreateType

(sharing) Removed shared link

Only call this if is_shared_link_disable() is true.

Return type:SharedLinkDisableType

(sharing) Downloaded file/folder from shared link

Only call this if is_shared_link_download() is true.

Return type:SharedLinkDownloadType

(sharing) Removed shared link expiration date

Only call this if is_shared_link_remove_expiry() is true.

Return type:SharedLinkRemoveExpiryType

(sharing) Added an expiration date to the shared link

Only call this if is_shared_link_settings_add_expiration() is true.

Return type:SharedLinkSettingsAddExpirationType

(sharing) Added a password to the shared link

Only call this if is_shared_link_settings_add_password() is true.

Return type:SharedLinkSettingsAddPasswordType

(sharing) Disabled downloads

Only call this if is_shared_link_settings_allow_download_disabled() is true.

Return type:SharedLinkSettingsAllowDownloadDisabledType

(sharing) Enabled downloads

Only call this if is_shared_link_settings_allow_download_enabled() is true.

Return type:SharedLinkSettingsAllowDownloadEnabledType

(sharing) Changed the audience of the shared link

Only call this if is_shared_link_settings_change_audience() is true.

Return type:SharedLinkSettingsChangeAudienceType

(sharing) Changed the expiration date of the shared link

Only call this if is_shared_link_settings_change_expiration() is true.

Return type:SharedLinkSettingsChangeExpirationType

(sharing) Changed the password of the shared link

Only call this if is_shared_link_settings_change_password() is true.

Return type:SharedLinkSettingsChangePasswordType

(sharing) Removed the expiration date from the shared link

Only call this if is_shared_link_settings_remove_expiration() is true.

Return type:SharedLinkSettingsRemoveExpirationType

(sharing) Removed the password from the shared link

Only call this if is_shared_link_settings_remove_password() is true.

Return type:SharedLinkSettingsRemovePasswordType

(sharing) Added members as audience of shared link

Only call this if is_shared_link_share() is true.

Return type:SharedLinkShareType

(sharing) Opened shared link

Only call this if is_shared_link_view() is true.

Return type:SharedLinkViewType
get_shared_note_opened()

(sharing) Opened shared Paper doc (deprecated, no longer logged)

Only call this if is_shared_note_opened() is true.

Return type:SharedNoteOpenedType
get_sharing_change_folder_join_policy()

(team_policies) Changed whether team members can join shared folders owned outside team

Only call this if is_sharing_change_folder_join_policy() is true.

Return type:SharingChangeFolderJoinPolicyType

(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team

Only call this if is_sharing_change_link_allow_change_expiration_policy() is true.

Return type:SharingChangeLinkAllowChangeExpirationPolicyType

(team_policies) Changed the default expiration for the links shared outside of the team

Only call this if is_sharing_change_link_default_expiration_policy() is true.

Return type:SharingChangeLinkDefaultExpirationPolicyType

(team_policies) Changed the password requirement for the links shared outside of the team

Only call this if is_sharing_change_link_enforce_password_policy() is true.

Return type:SharingChangeLinkEnforcePasswordPolicyType

(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default

Only call this if is_sharing_change_link_policy() is true.

Return type:SharingChangeLinkPolicyType
get_sharing_change_member_policy()

(team_policies) Changed whether members can share files/folders outside team

Only call this if is_sharing_change_member_policy() is true.

Return type:SharingChangeMemberPolicyType
get_shmodel_disable_downloads()

(sharing) Disabled downloads for link (deprecated, no longer logged)

Only call this if is_shmodel_disable_downloads() is true.

Return type:ShmodelDisableDownloadsType
get_shmodel_enable_downloads()

(sharing) Enabled downloads for link (deprecated, no longer logged)

Only call this if is_shmodel_enable_downloads() is true.

Return type:ShmodelEnableDownloadsType
get_shmodel_group_share()

(sharing) Shared link with group (deprecated, no longer logged)

Only call this if is_shmodel_group_share() is true.

Return type:ShmodelGroupShareType
get_showcase_access_granted()

(showcase) Granted access to showcase

Only call this if is_showcase_access_granted() is true.

Return type:ShowcaseAccessGrantedType
get_showcase_add_member()

(showcase) Added member to showcase

Only call this if is_showcase_add_member() is true.

Return type:ShowcaseAddMemberType
get_showcase_archived()

(showcase) Archived showcase

Only call this if is_showcase_archived() is true.

Return type:ShowcaseArchivedType
get_showcase_change_download_policy()

(team_policies) Enabled/disabled downloading files from Dropbox Showcase for team

Only call this if is_showcase_change_download_policy() is true.

Return type:ShowcaseChangeDownloadPolicyType
get_showcase_change_enabled_policy()

(team_policies) Enabled/disabled Dropbox Showcase for team

Only call this if is_showcase_change_enabled_policy() is true.

Return type:ShowcaseChangeEnabledPolicyType
get_showcase_change_external_sharing_policy()

(team_policies) Enabled/disabled sharing Dropbox Showcase externally for team

Only call this if is_showcase_change_external_sharing_policy() is true.

Return type:ShowcaseChangeExternalSharingPolicyType
get_showcase_created()

(showcase) Created showcase

Only call this if is_showcase_created() is true.

Return type:ShowcaseCreatedType
get_showcase_delete_comment()

(showcase) Deleted showcase comment

Only call this if is_showcase_delete_comment() is true.

Return type:ShowcaseDeleteCommentType
get_showcase_edit_comment()

(showcase) Edited showcase comment

Only call this if is_showcase_edit_comment() is true.

Return type:ShowcaseEditCommentType
get_showcase_edited()

(showcase) Edited showcase

Only call this if is_showcase_edited() is true.

Return type:ShowcaseEditedType
get_showcase_file_added()

(showcase) Added file to showcase

Only call this if is_showcase_file_added() is true.

Return type:ShowcaseFileAddedType
get_showcase_file_download()

(showcase) Downloaded file from showcase

Only call this if is_showcase_file_download() is true.

Return type:ShowcaseFileDownloadType
get_showcase_file_removed()

(showcase) Removed file from showcase

Only call this if is_showcase_file_removed() is true.

Return type:ShowcaseFileRemovedType
get_showcase_file_view()

(showcase) Viewed file in showcase

Only call this if is_showcase_file_view() is true.

Return type:ShowcaseFileViewType
get_showcase_permanently_deleted()

(showcase) Permanently deleted showcase

Only call this if is_showcase_permanently_deleted() is true.

Return type:ShowcasePermanentlyDeletedType
get_showcase_post_comment()

(showcase) Added showcase comment

Only call this if is_showcase_post_comment() is true.

Return type:ShowcasePostCommentType
get_showcase_remove_member()

(showcase) Removed member from showcase

Only call this if is_showcase_remove_member() is true.

Return type:ShowcaseRemoveMemberType
get_showcase_renamed()

(showcase) Renamed showcase

Only call this if is_showcase_renamed() is true.

Return type:ShowcaseRenamedType
get_showcase_request_access()

(showcase) Requested access to showcase

Only call this if is_showcase_request_access() is true.

Return type:ShowcaseRequestAccessType
get_showcase_resolve_comment()

(showcase) Resolved showcase comment

Only call this if is_showcase_resolve_comment() is true.

Return type:ShowcaseResolveCommentType
get_showcase_restored()

(showcase) Unarchived showcase

Only call this if is_showcase_restored() is true.

Return type:ShowcaseRestoredType
get_showcase_trashed()

(showcase) Deleted showcase

Only call this if is_showcase_trashed() is true.

Return type:ShowcaseTrashedType
get_showcase_trashed_deprecated()

(showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’)

Only call this if is_showcase_trashed_deprecated() is true.

Return type:ShowcaseTrashedDeprecatedType
get_showcase_unresolve_comment()

(showcase) Unresolved showcase comment

Only call this if is_showcase_unresolve_comment() is true.

Return type:ShowcaseUnresolveCommentType
get_showcase_untrashed()

(showcase) Restored showcase

Only call this if is_showcase_untrashed() is true.

Return type:ShowcaseUntrashedType
get_showcase_untrashed_deprecated()

(showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’)

Only call this if is_showcase_untrashed_deprecated() is true.

Return type:ShowcaseUntrashedDeprecatedType
get_showcase_view()

(showcase) Viewed showcase

Only call this if is_showcase_view() is true.

Return type:ShowcaseViewType
get_sign_in_as_session_end()

(logins) Ended admin sign-in-as session

Only call this if is_sign_in_as_session_end() is true.

Return type:SignInAsSessionEndType
get_sign_in_as_session_start()

(logins) Started admin sign-in-as session

Only call this if is_sign_in_as_session_start() is true.

Return type:SignInAsSessionStartType
get_smart_sync_change_policy()

(team_policies) Changed default Smart Sync setting for team members

Only call this if is_smart_sync_change_policy() is true.

Return type:SmartSyncChangePolicyType
get_smart_sync_create_admin_privilege_report()

(reports) Created Smart Sync non-admin devices report

Only call this if is_smart_sync_create_admin_privilege_report() is true.

Return type:SmartSyncCreateAdminPrivilegeReportType
get_smart_sync_not_opt_out()

(team_policies) Opted team into Smart Sync

Only call this if is_smart_sync_not_opt_out() is true.

Return type:SmartSyncNotOptOutType
get_smart_sync_opt_out()

(team_policies) Opted team out of Smart Sync

Only call this if is_smart_sync_opt_out() is true.

Return type:SmartSyncOptOutType
get_smarter_smart_sync_policy_changed()

(team_policies) Changed automatic Smart Sync setting for team

Only call this if is_smarter_smart_sync_policy_changed() is true.

Return type:SmarterSmartSyncPolicyChangedType
get_sso_add_cert()

(sso) Added X.509 certificate for SSO

Only call this if is_sso_add_cert() is true.

Return type:SsoAddCertType
get_sso_add_login_url()

(sso) Added sign-in URL for SSO

Only call this if is_sso_add_login_url() is true.

Return type:SsoAddLoginUrlType
get_sso_add_logout_url()

(sso) Added sign-out URL for SSO

Only call this if is_sso_add_logout_url() is true.

Return type:SsoAddLogoutUrlType
get_sso_change_cert()

(sso) Changed X.509 certificate for SSO

Only call this if is_sso_change_cert() is true.

Return type:SsoChangeCertType
get_sso_change_login_url()

(sso) Changed sign-in URL for SSO

Only call this if is_sso_change_login_url() is true.

Return type:SsoChangeLoginUrlType
get_sso_change_logout_url()

(sso) Changed sign-out URL for SSO

Only call this if is_sso_change_logout_url() is true.

Return type:SsoChangeLogoutUrlType
get_sso_change_policy()

(team_policies) Changed single sign-on setting for team

Only call this if is_sso_change_policy() is true.

Return type:SsoChangePolicyType
get_sso_change_saml_identity_mode()

(sso) Changed SAML identity mode for SSO

Only call this if is_sso_change_saml_identity_mode() is true.

Return type:SsoChangeSamlIdentityModeType
get_sso_error()

(logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’)

Only call this if is_sso_error() is true.

Return type:SsoErrorType
get_sso_remove_cert()

(sso) Removed X.509 certificate for SSO

Only call this if is_sso_remove_cert() is true.

Return type:SsoRemoveCertType
get_sso_remove_login_url()

(sso) Removed sign-in URL for SSO

Only call this if is_sso_remove_login_url() is true.

Return type:SsoRemoveLoginUrlType
get_sso_remove_logout_url()

(sso) Removed sign-out URL for SSO

Only call this if is_sso_remove_logout_url() is true.

Return type:SsoRemoveLogoutUrlType
get_started_enterprise_admin_session()

(trusted_teams) Started enterprise admin session

Only call this if is_started_enterprise_admin_session() is true.

Return type:StartedEnterpriseAdminSessionType
get_team_activity_create_report()

(reports) Created team activity report

Only call this if is_team_activity_create_report() is true.

Return type:TeamActivityCreateReportType
get_team_activity_create_report_fail()

(reports) Couldn’t generate team activity report

Only call this if is_team_activity_create_report_fail() is true.

Return type:TeamActivityCreateReportFailType
get_team_branding_policy_changed()

(team_policies) Changed team branding policy for team

Only call this if is_team_branding_policy_changed() is true.

Return type:TeamBrandingPolicyChangedType
get_team_extensions_policy_changed()

(team_policies) Changed App Integrations setting for team

Only call this if is_team_extensions_policy_changed() is true.

Return type:TeamExtensionsPolicyChangedType
get_team_folder_change_status()

(team_folders) Changed archival status of team folder

Only call this if is_team_folder_change_status() is true.

Return type:TeamFolderChangeStatusType
get_team_folder_create()

(team_folders) Created team folder in active status

Only call this if is_team_folder_create() is true.

Return type:TeamFolderCreateType
get_team_folder_downgrade()

(team_folders) Downgraded team folder to regular shared folder

Only call this if is_team_folder_downgrade() is true.

Return type:TeamFolderDowngradeType
get_team_folder_permanently_delete()

(team_folders) Permanently deleted archived team folder

Only call this if is_team_folder_permanently_delete() is true.

Return type:TeamFolderPermanentlyDeleteType
get_team_folder_rename()

(team_folders) Renamed active/archived team folder

Only call this if is_team_folder_rename() is true.

Return type:TeamFolderRenameType
get_team_merge_from()

(team_profile) Merged another team into this team

Only call this if is_team_merge_from() is true.

Return type:TeamMergeFromType
get_team_merge_request_accepted()

(trusted_teams) Accepted a team merge request

Only call this if is_team_merge_request_accepted() is true.

Return type:TeamMergeRequestAcceptedType
get_team_merge_request_accepted_shown_to_primary_team()

(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)

Only call this if is_team_merge_request_accepted_shown_to_primary_team() is true.

Return type:TeamMergeRequestAcceptedShownToPrimaryTeamType
get_team_merge_request_accepted_shown_to_secondary_team()

(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)

Only call this if is_team_merge_request_accepted_shown_to_secondary_team() is true.

Return type:TeamMergeRequestAcceptedShownToSecondaryTeamType
get_team_merge_request_auto_canceled()

(trusted_teams) Automatically canceled team merge request

Only call this if is_team_merge_request_auto_canceled() is true.

Return type:TeamMergeRequestAutoCanceledType
get_team_merge_request_canceled()

(trusted_teams) Canceled a team merge request

Only call this if is_team_merge_request_canceled() is true.

Return type:TeamMergeRequestCanceledType
get_team_merge_request_canceled_shown_to_primary_team()

(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)

Only call this if is_team_merge_request_canceled_shown_to_primary_team() is true.

Return type:TeamMergeRequestCanceledShownToPrimaryTeamType
get_team_merge_request_canceled_shown_to_secondary_team()

(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)

Only call this if is_team_merge_request_canceled_shown_to_secondary_team() is true.

Return type:TeamMergeRequestCanceledShownToSecondaryTeamType
get_team_merge_request_expired()

(trusted_teams) Team merge request expired

Only call this if is_team_merge_request_expired() is true.

Return type:TeamMergeRequestExpiredType
get_team_merge_request_expired_shown_to_primary_team()

(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)

Only call this if is_team_merge_request_expired_shown_to_primary_team() is true.

Return type:TeamMergeRequestExpiredShownToPrimaryTeamType
get_team_merge_request_expired_shown_to_secondary_team()

(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)

Only call this if is_team_merge_request_expired_shown_to_secondary_team() is true.

Return type:TeamMergeRequestExpiredShownToSecondaryTeamType
get_team_merge_request_rejected_shown_to_primary_team()

(trusted_teams) Rejected a team merge request (deprecated, no longer logged)

Only call this if is_team_merge_request_rejected_shown_to_primary_team() is true.

Return type:TeamMergeRequestRejectedShownToPrimaryTeamType
get_team_merge_request_rejected_shown_to_secondary_team()

(trusted_teams) Rejected a team merge request (deprecated, no longer logged)

Only call this if is_team_merge_request_rejected_shown_to_secondary_team() is true.

Return type:TeamMergeRequestRejectedShownToSecondaryTeamType
get_team_merge_request_reminder()

(trusted_teams) Sent a team merge request reminder

Only call this if is_team_merge_request_reminder() is true.

Return type:TeamMergeRequestReminderType
get_team_merge_request_reminder_shown_to_primary_team()

(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)

Only call this if is_team_merge_request_reminder_shown_to_primary_team() is true.

Return type:TeamMergeRequestReminderShownToPrimaryTeamType
get_team_merge_request_reminder_shown_to_secondary_team()

(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)

Only call this if is_team_merge_request_reminder_shown_to_secondary_team() is true.

Return type:TeamMergeRequestReminderShownToSecondaryTeamType
get_team_merge_request_revoked()

(trusted_teams) Canceled the team merge

Only call this if is_team_merge_request_revoked() is true.

Return type:TeamMergeRequestRevokedType
get_team_merge_request_sent_shown_to_primary_team()

(trusted_teams) Requested to merge their Dropbox team into yours

Only call this if is_team_merge_request_sent_shown_to_primary_team() is true.

Return type:TeamMergeRequestSentShownToPrimaryTeamType
get_team_merge_request_sent_shown_to_secondary_team()

(trusted_teams) Requested to merge your team into another Dropbox team

Only call this if is_team_merge_request_sent_shown_to_secondary_team() is true.

Return type:TeamMergeRequestSentShownToSecondaryTeamType
get_team_merge_to()

(team_profile) Merged this team into another team

Only call this if is_team_merge_to() is true.

Return type:TeamMergeToType
get_team_profile_add_background()

(team_profile) Added team background to display on shared link headers

Only call this if is_team_profile_add_background() is true.

Return type:TeamProfileAddBackgroundType

(team_profile) Added team logo to display on shared link headers

Only call this if is_team_profile_add_logo() is true.

Return type:TeamProfileAddLogoType
get_team_profile_change_background()

(team_profile) Changed team background displayed on shared link headers

Only call this if is_team_profile_change_background() is true.

Return type:TeamProfileChangeBackgroundType
get_team_profile_change_default_language()

(team_profile) Changed default language for team

Only call this if is_team_profile_change_default_language() is true.

Return type:TeamProfileChangeDefaultLanguageType

(team_profile) Changed team logo displayed on shared link headers

Only call this if is_team_profile_change_logo() is true.

Return type:TeamProfileChangeLogoType
get_team_profile_change_name()

(team_profile) Changed team name

Only call this if is_team_profile_change_name() is true.

Return type:TeamProfileChangeNameType
get_team_profile_remove_background()

(team_profile) Removed team background displayed on shared link headers

Only call this if is_team_profile_remove_background() is true.

Return type:TeamProfileRemoveBackgroundType

(team_profile) Removed team logo displayed on shared link headers

Only call this if is_team_profile_remove_logo() is true.

Return type:TeamProfileRemoveLogoType
get_team_selective_sync_policy_changed()

(team_policies) Enabled/disabled Team Selective Sync for team

Only call this if is_team_selective_sync_policy_changed() is true.

Return type:TeamSelectiveSyncPolicyChangedType
get_team_selective_sync_settings_changed()

(team_folders) Changed sync default

Only call this if is_team_selective_sync_settings_changed() is true.

Return type:TeamSelectiveSyncSettingsChangedType
get_team_sharing_whitelist_subjects_changed()

(team_policies) Edited the approved list for sharing externally

Only call this if is_team_sharing_whitelist_subjects_changed() is true.

Return type:TeamSharingWhitelistSubjectsChangedType
get_tfa_add_backup_phone()

(tfa) Added backup phone for two-step verification

Only call this if is_tfa_add_backup_phone() is true.

Return type:TfaAddBackupPhoneType
get_tfa_add_exception()

(team_policies) Added members to two factor authentication exception list

Only call this if is_tfa_add_exception() is true.

Return type:TfaAddExceptionType
get_tfa_add_security_key()

(tfa) Added security key for two-step verification

Only call this if is_tfa_add_security_key() is true.

Return type:TfaAddSecurityKeyType
get_tfa_change_backup_phone()

(tfa) Changed backup phone for two-step verification

Only call this if is_tfa_change_backup_phone() is true.

Return type:TfaChangeBackupPhoneType
get_tfa_change_policy()

(team_policies) Changed two-step verification setting for team

Only call this if is_tfa_change_policy() is true.

Return type:TfaChangePolicyType
get_tfa_change_status()

(tfa) Enabled/disabled/changed two-step verification setting

Only call this if is_tfa_change_status() is true.

Return type:TfaChangeStatusType
get_tfa_remove_backup_phone()

(tfa) Removed backup phone for two-step verification

Only call this if is_tfa_remove_backup_phone() is true.

Return type:TfaRemoveBackupPhoneType
get_tfa_remove_exception()

(team_policies) Removed members from two factor authentication exception list

Only call this if is_tfa_remove_exception() is true.

Return type:TfaRemoveExceptionType
get_tfa_remove_security_key()

(tfa) Removed security key for two-step verification

Only call this if is_tfa_remove_security_key() is true.

Return type:TfaRemoveSecurityKeyType
get_tfa_reset()

(tfa) Reset two-step verification for team member

Only call this if is_tfa_reset() is true.

Return type:TfaResetType
get_two_account_change_policy()

(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer

Only call this if is_two_account_change_policy() is true.

Return type:TwoAccountChangePolicyType
get_undo_naming_convention()

(file_operations) Reverted naming convention

Only call this if is_undo_naming_convention() is true.

Return type:UndoNamingConventionType
get_undo_organize_folder_with_tidy()

(file_operations) Removed multi-file organize

Only call this if is_undo_organize_folder_with_tidy() is true.

Return type:UndoOrganizeFolderWithTidyType
get_user_tags_added()

(file_operations) Tagged a file

Only call this if is_user_tags_added() is true.

Return type:UserTagsAddedType
get_user_tags_removed()

(file_operations) Removed tags

Only call this if is_user_tags_removed() is true.

Return type:UserTagsRemovedType
get_viewer_info_policy_changed()

(team_policies) Changed team policy for viewer info

Only call this if is_viewer_info_policy_changed() is true.

Return type:ViewerInfoPolicyChangedType
get_watermarking_policy_changed()

(team_policies) Changed watermarking policy for team

Only call this if is_watermarking_policy_changed() is true.

Return type:WatermarkingPolicyChangedType
get_web_sessions_change_active_session_limit()

(team_policies) Changed limit on active sessions per member

Only call this if is_web_sessions_change_active_session_limit() is true.

Return type:WebSessionsChangeActiveSessionLimitType
get_web_sessions_change_fixed_length_policy()

(team_policies) Changed how long members can stay signed in to Dropbox.com

Only call this if is_web_sessions_change_fixed_length_policy() is true.

Return type:WebSessionsChangeFixedLengthPolicyType
get_web_sessions_change_idle_length_policy()

(team_policies) Changed how long team members can be idle while signed in to Dropbox.com

Only call this if is_web_sessions_change_idle_length_policy() is true.

Return type:WebSessionsChangeIdleLengthPolicyType
classmethod google_sso_change_policy(val)

Create an instance of this class set to the google_sso_change_policy tag with value val.

Parameters:val (GoogleSsoChangePolicyType) –
Return type:EventType
classmethod governance_policy_add_folder_failed(val)

Create an instance of this class set to the governance_policy_add_folder_failed tag with value val.

Parameters:val (GovernancePolicyAddFolderFailedType) –
Return type:EventType
classmethod governance_policy_add_folders(val)

Create an instance of this class set to the governance_policy_add_folders tag with value val.

Parameters:val (GovernancePolicyAddFoldersType) –
Return type:EventType
classmethod governance_policy_content_disposed(val)

Create an instance of this class set to the governance_policy_content_disposed tag with value val.

Parameters:val (GovernancePolicyContentDisposedType) –
Return type:EventType
classmethod governance_policy_create(val)

Create an instance of this class set to the governance_policy_create tag with value val.

Parameters:val (GovernancePolicyCreateType) –
Return type:EventType
classmethod governance_policy_delete(val)

Create an instance of this class set to the governance_policy_delete tag with value val.

Parameters:val (GovernancePolicyDeleteType) –
Return type:EventType
classmethod governance_policy_edit_details(val)

Create an instance of this class set to the governance_policy_edit_details tag with value val.

Parameters:val (GovernancePolicyEditDetailsType) –
Return type:EventType
classmethod governance_policy_edit_duration(val)

Create an instance of this class set to the governance_policy_edit_duration tag with value val.

Parameters:val (GovernancePolicyEditDurationType) –
Return type:EventType
classmethod governance_policy_export_created(val)

Create an instance of this class set to the governance_policy_export_created tag with value val.

Parameters:val (GovernancePolicyExportCreatedType) –
Return type:EventType
classmethod governance_policy_export_removed(val)

Create an instance of this class set to the governance_policy_export_removed tag with value val.

Parameters:val (GovernancePolicyExportRemovedType) –
Return type:EventType
classmethod governance_policy_remove_folders(val)

Create an instance of this class set to the governance_policy_remove_folders tag with value val.

Parameters:val (GovernancePolicyRemoveFoldersType) –
Return type:EventType
classmethod governance_policy_report_created(val)

Create an instance of this class set to the governance_policy_report_created tag with value val.

Parameters:val (GovernancePolicyReportCreatedType) –
Return type:EventType
classmethod governance_policy_zip_part_downloaded(val)

Create an instance of this class set to the governance_policy_zip_part_downloaded tag with value val.

Parameters:val (GovernancePolicyZipPartDownloadedType) –
Return type:EventType
classmethod group_add_external_id(val)

Create an instance of this class set to the group_add_external_id tag with value val.

Parameters:val (GroupAddExternalIdType) –
Return type:EventType
classmethod group_add_member(val)

Create an instance of this class set to the group_add_member tag with value val.

Parameters:val (GroupAddMemberType) –
Return type:EventType
classmethod group_change_external_id(val)

Create an instance of this class set to the group_change_external_id tag with value val.

Parameters:val (GroupChangeExternalIdType) –
Return type:EventType
classmethod group_change_management_type(val)

Create an instance of this class set to the group_change_management_type tag with value val.

Parameters:val (GroupChangeManagementTypeType) –
Return type:EventType
classmethod group_change_member_role(val)

Create an instance of this class set to the group_change_member_role tag with value val.

Parameters:val (GroupChangeMemberRoleType) –
Return type:EventType
classmethod group_create(val)

Create an instance of this class set to the group_create tag with value val.

Parameters:val (GroupCreateType) –
Return type:EventType
classmethod group_delete(val)

Create an instance of this class set to the group_delete tag with value val.

Parameters:val (GroupDeleteType) –
Return type:EventType
classmethod group_description_updated(val)

Create an instance of this class set to the group_description_updated tag with value val.

Parameters:val (GroupDescriptionUpdatedType) –
Return type:EventType
classmethod group_join_policy_updated(val)

Create an instance of this class set to the group_join_policy_updated tag with value val.

Parameters:val (GroupJoinPolicyUpdatedType) –
Return type:EventType
classmethod group_moved(val)

Create an instance of this class set to the group_moved tag with value val.

Parameters:val (GroupMovedType) –
Return type:EventType
classmethod group_remove_external_id(val)

Create an instance of this class set to the group_remove_external_id tag with value val.

Parameters:val (GroupRemoveExternalIdType) –
Return type:EventType
classmethod group_remove_member(val)

Create an instance of this class set to the group_remove_member tag with value val.

Parameters:val (GroupRemoveMemberType) –
Return type:EventType
classmethod group_rename(val)

Create an instance of this class set to the group_rename tag with value val.

Parameters:val (GroupRenameType) –
Return type:EventType
classmethod group_user_management_change_policy(val)

Create an instance of this class set to the group_user_management_change_policy tag with value val.

Parameters:val (GroupUserManagementChangePolicyType) –
Return type:EventType
classmethod guest_admin_change_status(val)

Create an instance of this class set to the guest_admin_change_status tag with value val.

Parameters:val (GuestAdminChangeStatusType) –
Return type:EventType
classmethod guest_admin_signed_in_via_trusted_teams(val)

Create an instance of this class set to the guest_admin_signed_in_via_trusted_teams tag with value val.

Parameters:val (GuestAdminSignedInViaTrustedTeamsType) –
Return type:EventType
classmethod guest_admin_signed_out_via_trusted_teams(val)

Create an instance of this class set to the guest_admin_signed_out_via_trusted_teams tag with value val.

Parameters:val (GuestAdminSignedOutViaTrustedTeamsType) –
Return type:EventType
classmethod integration_connected(val)

Create an instance of this class set to the integration_connected tag with value val.

Parameters:val (IntegrationConnectedType) –
Return type:EventType
classmethod integration_disconnected(val)

Create an instance of this class set to the integration_disconnected tag with value val.

Parameters:val (IntegrationDisconnectedType) –
Return type:EventType
classmethod integration_policy_changed(val)

Create an instance of this class set to the integration_policy_changed tag with value val.

Parameters:val (IntegrationPolicyChangedType) –
Return type:EventType
classmethod invite_acceptance_email_policy_changed(val)

Create an instance of this class set to the invite_acceptance_email_policy_changed tag with value val.

Parameters:val (InviteAcceptanceEmailPolicyChangedType) –
Return type:EventType
is_account_capture_change_availability()

Check if the union tag is account_capture_change_availability.

Return type:bool
is_account_capture_change_policy()

Check if the union tag is account_capture_change_policy.

Return type:bool
is_account_capture_migrate_account()

Check if the union tag is account_capture_migrate_account.

Return type:bool
is_account_capture_notification_emails_sent()

Check if the union tag is account_capture_notification_emails_sent.

Return type:bool
is_account_capture_relinquish_account()

Check if the union tag is account_capture_relinquish_account.

Return type:bool
is_account_lock_or_unlocked()

Check if the union tag is account_lock_or_unlocked.

Return type:bool
is_admin_alerting_alert_state_changed()

Check if the union tag is admin_alerting_alert_state_changed.

Return type:bool
is_admin_alerting_changed_alert_config()

Check if the union tag is admin_alerting_changed_alert_config.

Return type:bool
is_admin_alerting_triggered_alert()

Check if the union tag is admin_alerting_triggered_alert.

Return type:bool
is_admin_email_reminders_changed()

Check if the union tag is admin_email_reminders_changed.

Return type:bool
is_allow_download_disabled()

Check if the union tag is allow_download_disabled.

Return type:bool
is_allow_download_enabled()

Check if the union tag is allow_download_enabled.

Return type:bool
is_app_blocked_by_permissions()

Check if the union tag is app_blocked_by_permissions.

Return type:bool

Check if the union tag is app_link_team.

Return type:bool

Check if the union tag is app_link_user.

Return type:bool
is_app_permissions_changed()

Check if the union tag is app_permissions_changed.

Return type:bool

Check if the union tag is app_unlink_team.

Return type:bool

Check if the union tag is app_unlink_user.

Return type:bool
is_apply_naming_convention()

Check if the union tag is apply_naming_convention.

Return type:bool
is_binder_add_page()

Check if the union tag is binder_add_page.

Return type:bool
is_binder_add_section()

Check if the union tag is binder_add_section.

Return type:bool
is_binder_remove_page()

Check if the union tag is binder_remove_page.

Return type:bool
is_binder_remove_section()

Check if the union tag is binder_remove_section.

Return type:bool
is_binder_rename_page()

Check if the union tag is binder_rename_page.

Return type:bool
is_binder_rename_section()

Check if the union tag is binder_rename_section.

Return type:bool
is_binder_reorder_page()

Check if the union tag is binder_reorder_page.

Return type:bool
is_binder_reorder_section()

Check if the union tag is binder_reorder_section.

Return type:bool
is_camera_uploads_policy_changed()

Check if the union tag is camera_uploads_policy_changed.

Return type:bool
is_capture_transcript_policy_changed()

Check if the union tag is capture_transcript_policy_changed.

Return type:bool
is_changed_enterprise_admin_role()

Check if the union tag is changed_enterprise_admin_role.

Return type:bool
is_changed_enterprise_connected_team_status()

Check if the union tag is changed_enterprise_connected_team_status.

Return type:bool
is_classification_change_policy()

Check if the union tag is classification_change_policy.

Return type:bool
is_classification_create_report()

Check if the union tag is classification_create_report.

Return type:bool
is_classification_create_report_fail()

Check if the union tag is classification_create_report_fail.

Return type:bool
is_collection_share()

Check if the union tag is collection_share.

Return type:bool
is_computer_backup_policy_changed()

Check if the union tag is computer_backup_policy_changed.

Return type:bool
is_content_administration_policy_changed()

Check if the union tag is content_administration_policy_changed.

Return type:bool
is_create_folder()

Check if the union tag is create_folder.

Return type:bool

Check if the union tag is create_team_invite_link.

Return type:bool
is_data_placement_restriction_change_policy()

Check if the union tag is data_placement_restriction_change_policy.

Return type:bool
is_data_placement_restriction_satisfy_policy()

Check if the union tag is data_placement_restriction_satisfy_policy.

Return type:bool
is_data_residency_migration_request_successful()

Check if the union tag is data_residency_migration_request_successful.

Return type:bool
is_data_residency_migration_request_unsuccessful()

Check if the union tag is data_residency_migration_request_unsuccessful.

Return type:bool

Check if the union tag is delete_team_invite_link.

Return type:bool
is_device_approvals_add_exception()

Check if the union tag is device_approvals_add_exception.

Return type:bool
is_device_approvals_change_desktop_policy()

Check if the union tag is device_approvals_change_desktop_policy.

Return type:bool
is_device_approvals_change_mobile_policy()

Check if the union tag is device_approvals_change_mobile_policy.

Return type:bool
is_device_approvals_change_overage_action()

Check if the union tag is device_approvals_change_overage_action.

Return type:bool

Check if the union tag is device_approvals_change_unlink_action.

Return type:bool
is_device_approvals_remove_exception()

Check if the union tag is device_approvals_remove_exception.

Return type:bool
is_device_change_ip_desktop()

Check if the union tag is device_change_ip_desktop.

Return type:bool
is_device_change_ip_mobile()

Check if the union tag is device_change_ip_mobile.

Return type:bool
is_device_change_ip_web()

Check if the union tag is device_change_ip_web.

Return type:bool

Check if the union tag is device_delete_on_unlink_fail.

Return type:bool

Check if the union tag is device_delete_on_unlink_success.

Return type:bool

Check if the union tag is device_link_fail.

Return type:bool

Check if the union tag is device_link_success.

Return type:bool
is_device_management_disabled()

Check if the union tag is device_management_disabled.

Return type:bool
is_device_management_enabled()

Check if the union tag is device_management_enabled.

Return type:bool
is_device_sync_backup_status_changed()

Check if the union tag is device_sync_backup_status_changed.

Return type:bool

Check if the union tag is device_unlink.

Return type:bool
is_directory_restrictions_add_members()

Check if the union tag is directory_restrictions_add_members.

Return type:bool
is_directory_restrictions_remove_members()

Check if the union tag is directory_restrictions_remove_members.

Return type:bool
is_disabled_domain_invites()

Check if the union tag is disabled_domain_invites.

Return type:bool
is_domain_invites_approve_request_to_join_team()

Check if the union tag is domain_invites_approve_request_to_join_team.

Return type:bool
is_domain_invites_decline_request_to_join_team()

Check if the union tag is domain_invites_decline_request_to_join_team.

Return type:bool
is_domain_invites_email_existing_users()

Check if the union tag is domain_invites_email_existing_users.

Return type:bool
is_domain_invites_request_to_join_team()

Check if the union tag is domain_invites_request_to_join_team.

Return type:bool
is_domain_invites_set_invite_new_user_pref_to_no()

Check if the union tag is domain_invites_set_invite_new_user_pref_to_no.

Return type:bool
is_domain_invites_set_invite_new_user_pref_to_yes()

Check if the union tag is domain_invites_set_invite_new_user_pref_to_yes.

Return type:bool
is_domain_verification_add_domain_fail()

Check if the union tag is domain_verification_add_domain_fail.

Return type:bool
is_domain_verification_add_domain_success()

Check if the union tag is domain_verification_add_domain_success.

Return type:bool
is_domain_verification_remove_domain()

Check if the union tag is domain_verification_remove_domain.

Return type:bool
is_dropbox_passwords_exported()

Check if the union tag is dropbox_passwords_exported.

Return type:bool
is_dropbox_passwords_new_device_enrolled()

Check if the union tag is dropbox_passwords_new_device_enrolled.

Return type:bool
is_dropbox_passwords_policy_changed()

Check if the union tag is dropbox_passwords_policy_changed.

Return type:bool
is_email_ingest_policy_changed()

Check if the union tag is email_ingest_policy_changed.

Return type:bool
is_email_ingest_receive_file()

Check if the union tag is email_ingest_receive_file.

Return type:bool
is_emm_add_exception()

Check if the union tag is emm_add_exception.

Return type:bool
is_emm_change_policy()

Check if the union tag is emm_change_policy.

Return type:bool
is_emm_create_exceptions_report()

Check if the union tag is emm_create_exceptions_report.

Return type:bool
is_emm_create_usage_report()

Check if the union tag is emm_create_usage_report.

Return type:bool
is_emm_error()

Check if the union tag is emm_error.

Return type:bool
is_emm_refresh_auth_token()

Check if the union tag is emm_refresh_auth_token.

Return type:bool
is_emm_remove_exception()

Check if the union tag is emm_remove_exception.

Return type:bool
is_enabled_domain_invites()

Check if the union tag is enabled_domain_invites.

Return type:bool
is_ended_enterprise_admin_session()

Check if the union tag is ended_enterprise_admin_session.

Return type:bool
is_ended_enterprise_admin_session_deprecated()

Check if the union tag is ended_enterprise_admin_session_deprecated.

Return type:bool
is_enterprise_settings_locking()

Check if the union tag is enterprise_settings_locking.

Return type:bool
is_export_members_report()

Check if the union tag is export_members_report.

Return type:bool
is_export_members_report_fail()

Check if the union tag is export_members_report_fail.

Return type:bool
is_extended_version_history_change_policy()

Check if the union tag is extended_version_history_change_policy.

Return type:bool
is_external_drive_backup_eligibility_status_checked()

Check if the union tag is external_drive_backup_eligibility_status_checked.

Return type:bool
is_external_drive_backup_policy_changed()

Check if the union tag is external_drive_backup_policy_changed.

Return type:bool
is_external_drive_backup_status_changed()

Check if the union tag is external_drive_backup_status_changed.

Return type:bool
is_external_sharing_create_report()

Check if the union tag is external_sharing_create_report.

Return type:bool
is_external_sharing_report_failed()

Check if the union tag is external_sharing_report_failed.

Return type:bool
is_file_add()

Check if the union tag is file_add.

Return type:bool
is_file_add_comment()

Check if the union tag is file_add_comment.

Return type:bool
is_file_change_comment_subscription()

Check if the union tag is file_change_comment_subscription.

Return type:bool
is_file_comments_change_policy()

Check if the union tag is file_comments_change_policy.

Return type:bool
is_file_copy()

Check if the union tag is file_copy.

Return type:bool
is_file_delete()

Check if the union tag is file_delete.

Return type:bool
is_file_delete_comment()

Check if the union tag is file_delete_comment.

Return type:bool
is_file_download()

Check if the union tag is file_download.

Return type:bool
is_file_edit()

Check if the union tag is file_edit.

Return type:bool
is_file_edit_comment()

Check if the union tag is file_edit_comment.

Return type:bool
is_file_get_copy_reference()

Check if the union tag is file_get_copy_reference.

Return type:bool
is_file_like_comment()

Check if the union tag is file_like_comment.

Return type:bool
is_file_locking_lock_status_changed()

Check if the union tag is file_locking_lock_status_changed.

Return type:bool
is_file_locking_policy_changed()

Check if the union tag is file_locking_policy_changed.

Return type:bool
is_file_move()

Check if the union tag is file_move.

Return type:bool
is_file_permanently_delete()

Check if the union tag is file_permanently_delete.

Return type:bool
is_file_preview()

Check if the union tag is file_preview.

Return type:bool
is_file_provider_migration_policy_changed()

Check if the union tag is file_provider_migration_policy_changed.

Return type:bool
is_file_rename()

Check if the union tag is file_rename.

Return type:bool
is_file_request_change()

Check if the union tag is file_request_change.

Return type:bool
is_file_request_close()

Check if the union tag is file_request_close.

Return type:bool
is_file_request_create()

Check if the union tag is file_request_create.

Return type:bool
is_file_request_delete()

Check if the union tag is file_request_delete.

Return type:bool
is_file_request_receive_file()

Check if the union tag is file_request_receive_file.

Return type:bool
is_file_requests_change_policy()

Check if the union tag is file_requests_change_policy.

Return type:bool
is_file_requests_emails_enabled()

Check if the union tag is file_requests_emails_enabled.

Return type:bool
is_file_requests_emails_restricted_to_team_only()

Check if the union tag is file_requests_emails_restricted_to_team_only.

Return type:bool
is_file_resolve_comment()

Check if the union tag is file_resolve_comment.

Return type:bool
is_file_restore()

Check if the union tag is file_restore.

Return type:bool
is_file_revert()

Check if the union tag is file_revert.

Return type:bool
is_file_rollback_changes()

Check if the union tag is file_rollback_changes.

Return type:bool
is_file_save_copy_reference()

Check if the union tag is file_save_copy_reference.

Return type:bool
is_file_transfers_file_add()

Check if the union tag is file_transfers_file_add.

Return type:bool
is_file_transfers_policy_changed()

Check if the union tag is file_transfers_policy_changed.

Return type:bool
is_file_transfers_transfer_delete()

Check if the union tag is file_transfers_transfer_delete.

Return type:bool
is_file_transfers_transfer_download()

Check if the union tag is file_transfers_transfer_download.

Return type:bool
is_file_transfers_transfer_send()

Check if the union tag is file_transfers_transfer_send.

Return type:bool
is_file_transfers_transfer_view()

Check if the union tag is file_transfers_transfer_view.

Return type:bool
is_file_unlike_comment()

Check if the union tag is file_unlike_comment.

Return type:bool
is_file_unresolve_comment()

Check if the union tag is file_unresolve_comment.

Return type:bool

Check if the union tag is folder_link_restriction_policy_changed.

Return type:bool
is_folder_overview_description_changed()

Check if the union tag is folder_overview_description_changed.

Return type:bool
is_folder_overview_item_pinned()

Check if the union tag is folder_overview_item_pinned.

Return type:bool
is_folder_overview_item_unpinned()

Check if the union tag is folder_overview_item_unpinned.

Return type:bool
is_google_sso_change_policy()

Check if the union tag is google_sso_change_policy.

Return type:bool
is_governance_policy_add_folder_failed()

Check if the union tag is governance_policy_add_folder_failed.

Return type:bool
is_governance_policy_add_folders()

Check if the union tag is governance_policy_add_folders.

Return type:bool
is_governance_policy_content_disposed()

Check if the union tag is governance_policy_content_disposed.

Return type:bool
is_governance_policy_create()

Check if the union tag is governance_policy_create.

Return type:bool
is_governance_policy_delete()

Check if the union tag is governance_policy_delete.

Return type:bool
is_governance_policy_edit_details()

Check if the union tag is governance_policy_edit_details.

Return type:bool
is_governance_policy_edit_duration()

Check if the union tag is governance_policy_edit_duration.

Return type:bool
is_governance_policy_export_created()

Check if the union tag is governance_policy_export_created.

Return type:bool
is_governance_policy_export_removed()

Check if the union tag is governance_policy_export_removed.

Return type:bool
is_governance_policy_remove_folders()

Check if the union tag is governance_policy_remove_folders.

Return type:bool
is_governance_policy_report_created()

Check if the union tag is governance_policy_report_created.

Return type:bool
is_governance_policy_zip_part_downloaded()

Check if the union tag is governance_policy_zip_part_downloaded.

Return type:bool
is_group_add_external_id()

Check if the union tag is group_add_external_id.

Return type:bool
is_group_add_member()

Check if the union tag is group_add_member.

Return type:bool
is_group_change_external_id()

Check if the union tag is group_change_external_id.

Return type:bool
is_group_change_management_type()

Check if the union tag is group_change_management_type.

Return type:bool
is_group_change_member_role()

Check if the union tag is group_change_member_role.

Return type:bool
is_group_create()

Check if the union tag is group_create.

Return type:bool
is_group_delete()

Check if the union tag is group_delete.

Return type:bool
is_group_description_updated()

Check if the union tag is group_description_updated.

Return type:bool
is_group_join_policy_updated()

Check if the union tag is group_join_policy_updated.

Return type:bool
is_group_moved()

Check if the union tag is group_moved.

Return type:bool
is_group_remove_external_id()

Check if the union tag is group_remove_external_id.

Return type:bool
is_group_remove_member()

Check if the union tag is group_remove_member.

Return type:bool
is_group_rename()

Check if the union tag is group_rename.

Return type:bool
is_group_user_management_change_policy()

Check if the union tag is group_user_management_change_policy.

Return type:bool
is_guest_admin_change_status()

Check if the union tag is guest_admin_change_status.

Return type:bool
is_guest_admin_signed_in_via_trusted_teams()

Check if the union tag is guest_admin_signed_in_via_trusted_teams.

Return type:bool
is_guest_admin_signed_out_via_trusted_teams()

Check if the union tag is guest_admin_signed_out_via_trusted_teams.

Return type:bool
is_integration_connected()

Check if the union tag is integration_connected.

Return type:bool
is_integration_disconnected()

Check if the union tag is integration_disconnected.

Return type:bool
is_integration_policy_changed()

Check if the union tag is integration_policy_changed.

Return type:bool
is_invite_acceptance_email_policy_changed()

Check if the union tag is invite_acceptance_email_policy_changed.

Return type:bool

Check if the union tag is legal_holds_activate_a_hold.

Return type:bool

Check if the union tag is legal_holds_add_members.

Return type:bool

Check if the union tag is legal_holds_change_hold_details.

Return type:bool

Check if the union tag is legal_holds_change_hold_name.

Return type:bool

Check if the union tag is legal_holds_export_a_hold.

Return type:bool

Check if the union tag is legal_holds_export_cancelled.

Return type:bool

Check if the union tag is legal_holds_export_downloaded.

Return type:bool

Check if the union tag is legal_holds_export_removed.

Return type:bool

Check if the union tag is legal_holds_release_a_hold.

Return type:bool

Check if the union tag is legal_holds_remove_members.

Return type:bool

Check if the union tag is legal_holds_report_a_hold.

Return type:bool
is_login_fail()

Check if the union tag is login_fail.

Return type:bool
is_login_success()

Check if the union tag is login_success.

Return type:bool
is_logout()

Check if the union tag is logout.

Return type:bool
is_member_add_external_id()

Check if the union tag is member_add_external_id.

Return type:bool
is_member_add_name()

Check if the union tag is member_add_name.

Return type:bool
is_member_change_admin_role()

Check if the union tag is member_change_admin_role.

Return type:bool
is_member_change_email()

Check if the union tag is member_change_email.

Return type:bool
is_member_change_external_id()

Check if the union tag is member_change_external_id.

Return type:bool
is_member_change_membership_type()

Check if the union tag is member_change_membership_type.

Return type:bool
is_member_change_name()

Check if the union tag is member_change_name.

Return type:bool
is_member_change_reseller_role()

Check if the union tag is member_change_reseller_role.

Return type:bool
is_member_change_status()

Check if the union tag is member_change_status.

Return type:bool
is_member_delete_manual_contacts()

Check if the union tag is member_delete_manual_contacts.

Return type:bool
is_member_delete_profile_photo()

Check if the union tag is member_delete_profile_photo.

Return type:bool
is_member_permanently_delete_account_contents()

Check if the union tag is member_permanently_delete_account_contents.

Return type:bool
is_member_remove_external_id()

Check if the union tag is member_remove_external_id.

Return type:bool
is_member_requests_change_policy()

Check if the union tag is member_requests_change_policy.

Return type:bool
is_member_send_invite_policy_changed()

Check if the union tag is member_send_invite_policy_changed.

Return type:bool
is_member_set_profile_photo()

Check if the union tag is member_set_profile_photo.

Return type:bool
is_member_space_limits_add_custom_quota()

Check if the union tag is member_space_limits_add_custom_quota.

Return type:bool
is_member_space_limits_add_exception()

Check if the union tag is member_space_limits_add_exception.

Return type:bool
is_member_space_limits_change_caps_type_policy()

Check if the union tag is member_space_limits_change_caps_type_policy.

Return type:bool
is_member_space_limits_change_custom_quota()

Check if the union tag is member_space_limits_change_custom_quota.

Return type:bool
is_member_space_limits_change_policy()

Check if the union tag is member_space_limits_change_policy.

Return type:bool
is_member_space_limits_change_status()

Check if the union tag is member_space_limits_change_status.

Return type:bool
is_member_space_limits_remove_custom_quota()

Check if the union tag is member_space_limits_remove_custom_quota.

Return type:bool
is_member_space_limits_remove_exception()

Check if the union tag is member_space_limits_remove_exception.

Return type:bool
is_member_suggest()

Check if the union tag is member_suggest.

Return type:bool
is_member_suggestions_change_policy()

Check if the union tag is member_suggestions_change_policy.

Return type:bool
is_member_transfer_account_contents()

Check if the union tag is member_transfer_account_contents.

Return type:bool
is_microsoft_office_addin_change_policy()

Check if the union tag is microsoft_office_addin_change_policy.

Return type:bool
is_network_control_change_policy()

Check if the union tag is network_control_change_policy.

Return type:bool

Check if the union tag is no_expiration_link_gen_create_report.

Return type:bool

Check if the union tag is no_expiration_link_gen_report_failed.

Return type:bool

Check if the union tag is no_password_link_gen_create_report.

Return type:bool

Check if the union tag is no_password_link_gen_report_failed.

Return type:bool

Check if the union tag is no_password_link_view_create_report.

Return type:bool

Check if the union tag is no_password_link_view_report_failed.

Return type:bool
is_note_acl_invite_only()

Check if the union tag is note_acl_invite_only.

Return type:bool

Check if the union tag is note_acl_link.

Return type:bool

Check if the union tag is note_acl_team_link.

Return type:bool
is_note_share_receive()

Check if the union tag is note_share_receive.

Return type:bool
is_note_shared()

Check if the union tag is note_shared.

Return type:bool
is_object_label_added()

Check if the union tag is object_label_added.

Return type:bool
is_object_label_removed()

Check if the union tag is object_label_removed.

Return type:bool
is_object_label_updated_value()

Check if the union tag is object_label_updated_value.

Return type:bool
is_open_note_shared()

Check if the union tag is open_note_shared.

Return type:bool
is_organize_folder_with_tidy()

Check if the union tag is organize_folder_with_tidy.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool

Check if the union tag is outdated_link_view_create_report.

Return type:bool

Check if the union tag is outdated_link_view_report_failed.

Return type:bool
is_paper_admin_export_start()

Check if the union tag is paper_admin_export_start.

Return type:bool
is_paper_change_deployment_policy()

Check if the union tag is paper_change_deployment_policy.

Return type:bool

Check if the union tag is paper_change_member_link_policy.

Return type:bool
is_paper_change_member_policy()

Check if the union tag is paper_change_member_policy.

Return type:bool
is_paper_change_policy()

Check if the union tag is paper_change_policy.

Return type:bool
is_paper_content_add_member()

Check if the union tag is paper_content_add_member.

Return type:bool
is_paper_content_add_to_folder()

Check if the union tag is paper_content_add_to_folder.

Return type:bool
is_paper_content_archive()

Check if the union tag is paper_content_archive.

Return type:bool
is_paper_content_create()

Check if the union tag is paper_content_create.

Return type:bool
is_paper_content_permanently_delete()

Check if the union tag is paper_content_permanently_delete.

Return type:bool
is_paper_content_remove_from_folder()

Check if the union tag is paper_content_remove_from_folder.

Return type:bool
is_paper_content_remove_member()

Check if the union tag is paper_content_remove_member.

Return type:bool
is_paper_content_rename()

Check if the union tag is paper_content_rename.

Return type:bool
is_paper_content_restore()

Check if the union tag is paper_content_restore.

Return type:bool
is_paper_default_folder_policy_changed()

Check if the union tag is paper_default_folder_policy_changed.

Return type:bool
is_paper_desktop_policy_changed()

Check if the union tag is paper_desktop_policy_changed.

Return type:bool
is_paper_doc_add_comment()

Check if the union tag is paper_doc_add_comment.

Return type:bool
is_paper_doc_change_member_role()

Check if the union tag is paper_doc_change_member_role.

Return type:bool
is_paper_doc_change_sharing_policy()

Check if the union tag is paper_doc_change_sharing_policy.

Return type:bool
is_paper_doc_change_subscription()

Check if the union tag is paper_doc_change_subscription.

Return type:bool
is_paper_doc_delete_comment()

Check if the union tag is paper_doc_delete_comment.

Return type:bool
is_paper_doc_deleted()

Check if the union tag is paper_doc_deleted.

Return type:bool
is_paper_doc_download()

Check if the union tag is paper_doc_download.

Return type:bool
is_paper_doc_edit()

Check if the union tag is paper_doc_edit.

Return type:bool
is_paper_doc_edit_comment()

Check if the union tag is paper_doc_edit_comment.

Return type:bool
is_paper_doc_followed()

Check if the union tag is paper_doc_followed.

Return type:bool
is_paper_doc_mention()

Check if the union tag is paper_doc_mention.

Return type:bool
is_paper_doc_ownership_changed()

Check if the union tag is paper_doc_ownership_changed.

Return type:bool
is_paper_doc_request_access()

Check if the union tag is paper_doc_request_access.

Return type:bool
is_paper_doc_resolve_comment()

Check if the union tag is paper_doc_resolve_comment.

Return type:bool
is_paper_doc_revert()

Check if the union tag is paper_doc_revert.

Return type:bool
is_paper_doc_slack_share()

Check if the union tag is paper_doc_slack_share.

Return type:bool
is_paper_doc_team_invite()

Check if the union tag is paper_doc_team_invite.

Return type:bool
is_paper_doc_trashed()

Check if the union tag is paper_doc_trashed.

Return type:bool
is_paper_doc_unresolve_comment()

Check if the union tag is paper_doc_unresolve_comment.

Return type:bool
is_paper_doc_untrashed()

Check if the union tag is paper_doc_untrashed.

Return type:bool
is_paper_doc_view()

Check if the union tag is paper_doc_view.

Return type:bool
is_paper_enabled_users_group_addition()

Check if the union tag is paper_enabled_users_group_addition.

Return type:bool
is_paper_enabled_users_group_removal()

Check if the union tag is paper_enabled_users_group_removal.

Return type:bool
is_paper_external_view_allow()

Check if the union tag is paper_external_view_allow.

Return type:bool
is_paper_external_view_default_team()

Check if the union tag is paper_external_view_default_team.

Return type:bool
is_paper_external_view_forbid()

Check if the union tag is paper_external_view_forbid.

Return type:bool
is_paper_folder_change_subscription()

Check if the union tag is paper_folder_change_subscription.

Return type:bool
is_paper_folder_deleted()

Check if the union tag is paper_folder_deleted.

Return type:bool
is_paper_folder_followed()

Check if the union tag is paper_folder_followed.

Return type:bool
is_paper_folder_team_invite()

Check if the union tag is paper_folder_team_invite.

Return type:bool

Check if the union tag is paper_published_link_change_permission.

Return type:bool

Check if the union tag is paper_published_link_create.

Return type:bool

Check if the union tag is paper_published_link_disabled.

Return type:bool

Check if the union tag is paper_published_link_view.

Return type:bool
is_password_change()

Check if the union tag is password_change.

Return type:bool
is_password_reset()

Check if the union tag is password_reset.

Return type:bool
is_password_reset_all()

Check if the union tag is password_reset_all.

Return type:bool
is_password_strength_requirements_change_policy()

Check if the union tag is password_strength_requirements_change_policy.

Return type:bool
is_pending_secondary_email_added()

Check if the union tag is pending_secondary_email_added.

Return type:bool
is_permanent_delete_change_policy()

Check if the union tag is permanent_delete_change_policy.

Return type:bool
is_reseller_support_change_policy()

Check if the union tag is reseller_support_change_policy.

Return type:bool
is_reseller_support_session_end()

Check if the union tag is reseller_support_session_end.

Return type:bool
is_reseller_support_session_start()

Check if the union tag is reseller_support_session_start.

Return type:bool
is_rewind_folder()

Check if the union tag is rewind_folder.

Return type:bool
is_rewind_policy_changed()

Check if the union tag is rewind_policy_changed.

Return type:bool
is_secondary_email_deleted()

Check if the union tag is secondary_email_deleted.

Return type:bool
is_secondary_email_verified()

Check if the union tag is secondary_email_verified.

Return type:bool
is_secondary_mails_policy_changed()

Check if the union tag is secondary_mails_policy_changed.

Return type:bool
is_send_for_signature_policy_changed()

Check if the union tag is send_for_signature_policy_changed.

Return type:bool
is_sf_add_group()

Check if the union tag is sf_add_group.

Return type:bool

Check if the union tag is sf_allow_non_members_to_view_shared_links.

Return type:bool
is_sf_external_invite_warn()

Check if the union tag is sf_external_invite_warn.

Return type:bool
is_sf_fb_invite()

Check if the union tag is sf_fb_invite.

Return type:bool
is_sf_fb_invite_change_role()

Check if the union tag is sf_fb_invite_change_role.

Return type:bool
is_sf_fb_uninvite()

Check if the union tag is sf_fb_uninvite.

Return type:bool
is_sf_invite_group()

Check if the union tag is sf_invite_group.

Return type:bool
is_sf_team_grant_access()

Check if the union tag is sf_team_grant_access.

Return type:bool
is_sf_team_invite()

Check if the union tag is sf_team_invite.

Return type:bool
is_sf_team_invite_change_role()

Check if the union tag is sf_team_invite_change_role.

Return type:bool
is_sf_team_join()

Check if the union tag is sf_team_join.

Return type:bool

Check if the union tag is sf_team_join_from_oob_link.

Return type:bool
is_sf_team_uninvite()

Check if the union tag is sf_team_uninvite.

Return type:bool
is_shared_content_add_invitees()

Check if the union tag is shared_content_add_invitees.

Return type:bool

Check if the union tag is shared_content_add_link_expiry.

Return type:bool

Check if the union tag is shared_content_add_link_password.

Return type:bool
is_shared_content_add_member()

Check if the union tag is shared_content_add_member.

Return type:bool
is_shared_content_change_downloads_policy()

Check if the union tag is shared_content_change_downloads_policy.

Return type:bool
is_shared_content_change_invitee_role()

Check if the union tag is shared_content_change_invitee_role.

Return type:bool

Check if the union tag is shared_content_change_link_audience.

Return type:bool

Check if the union tag is shared_content_change_link_expiry.

Return type:bool

Check if the union tag is shared_content_change_link_password.

Return type:bool
is_shared_content_change_member_role()

Check if the union tag is shared_content_change_member_role.

Return type:bool
is_shared_content_change_viewer_info_policy()

Check if the union tag is shared_content_change_viewer_info_policy.

Return type:bool
is_shared_content_claim_invitation()

Check if the union tag is shared_content_claim_invitation.

Return type:bool
is_shared_content_copy()

Check if the union tag is shared_content_copy.

Return type:bool
is_shared_content_download()

Check if the union tag is shared_content_download.

Return type:bool
is_shared_content_relinquish_membership()

Check if the union tag is shared_content_relinquish_membership.

Return type:bool
is_shared_content_remove_invitees()

Check if the union tag is shared_content_remove_invitees.

Return type:bool

Check if the union tag is shared_content_remove_link_expiry.

Return type:bool

Check if the union tag is shared_content_remove_link_password.

Return type:bool
is_shared_content_remove_member()

Check if the union tag is shared_content_remove_member.

Return type:bool
is_shared_content_request_access()

Check if the union tag is shared_content_request_access.

Return type:bool
is_shared_content_restore_invitees()

Check if the union tag is shared_content_restore_invitees.

Return type:bool
is_shared_content_restore_member()

Check if the union tag is shared_content_restore_member.

Return type:bool
is_shared_content_unshare()

Check if the union tag is shared_content_unshare.

Return type:bool
is_shared_content_view()

Check if the union tag is shared_content_view.

Return type:bool

Check if the union tag is shared_folder_change_link_policy.

Return type:bool
is_shared_folder_change_members_inheritance_policy()

Check if the union tag is shared_folder_change_members_inheritance_policy.

Return type:bool
is_shared_folder_change_members_management_policy()

Check if the union tag is shared_folder_change_members_management_policy.

Return type:bool
is_shared_folder_change_members_policy()

Check if the union tag is shared_folder_change_members_policy.

Return type:bool
is_shared_folder_create()

Check if the union tag is shared_folder_create.

Return type:bool
is_shared_folder_decline_invitation()

Check if the union tag is shared_folder_decline_invitation.

Return type:bool
is_shared_folder_mount()

Check if the union tag is shared_folder_mount.

Return type:bool
is_shared_folder_nest()

Check if the union tag is shared_folder_nest.

Return type:bool
is_shared_folder_transfer_ownership()

Check if the union tag is shared_folder_transfer_ownership.

Return type:bool
is_shared_folder_unmount()

Check if the union tag is shared_folder_unmount.

Return type:bool

Check if the union tag is shared_link_add_expiry.

Return type:bool

Check if the union tag is shared_link_change_expiry.

Return type:bool

Check if the union tag is shared_link_change_visibility.

Return type:bool

Check if the union tag is shared_link_copy.

Return type:bool

Check if the union tag is shared_link_create.

Return type:bool

Check if the union tag is shared_link_disable.

Return type:bool

Check if the union tag is shared_link_download.

Return type:bool

Check if the union tag is shared_link_remove_expiry.

Return type:bool

Check if the union tag is shared_link_settings_add_expiration.

Return type:bool

Check if the union tag is shared_link_settings_add_password.

Return type:bool

Check if the union tag is shared_link_settings_allow_download_disabled.

Return type:bool

Check if the union tag is shared_link_settings_allow_download_enabled.

Return type:bool

Check if the union tag is shared_link_settings_change_audience.

Return type:bool

Check if the union tag is shared_link_settings_change_expiration.

Return type:bool

Check if the union tag is shared_link_settings_change_password.

Return type:bool

Check if the union tag is shared_link_settings_remove_expiration.

Return type:bool

Check if the union tag is shared_link_settings_remove_password.

Return type:bool

Check if the union tag is shared_link_share.

Return type:bool

Check if the union tag is shared_link_view.

Return type:bool
is_shared_note_opened()

Check if the union tag is shared_note_opened.

Return type:bool
is_sharing_change_folder_join_policy()

Check if the union tag is sharing_change_folder_join_policy.

Return type:bool

Check if the union tag is sharing_change_link_allow_change_expiration_policy.

Return type:bool

Check if the union tag is sharing_change_link_default_expiration_policy.

Return type:bool

Check if the union tag is sharing_change_link_enforce_password_policy.

Return type:bool

Check if the union tag is sharing_change_link_policy.

Return type:bool
is_sharing_change_member_policy()

Check if the union tag is sharing_change_member_policy.

Return type:bool
is_shmodel_disable_downloads()

Check if the union tag is shmodel_disable_downloads.

Return type:bool
is_shmodel_enable_downloads()

Check if the union tag is shmodel_enable_downloads.

Return type:bool
is_shmodel_group_share()

Check if the union tag is shmodel_group_share.

Return type:bool
is_showcase_access_granted()

Check if the union tag is showcase_access_granted.

Return type:bool
is_showcase_add_member()

Check if the union tag is showcase_add_member.

Return type:bool
is_showcase_archived()

Check if the union tag is showcase_archived.

Return type:bool
is_showcase_change_download_policy()

Check if the union tag is showcase_change_download_policy.

Return type:bool
is_showcase_change_enabled_policy()

Check if the union tag is showcase_change_enabled_policy.

Return type:bool
is_showcase_change_external_sharing_policy()

Check if the union tag is showcase_change_external_sharing_policy.

Return type:bool
is_showcase_created()

Check if the union tag is showcase_created.

Return type:bool
is_showcase_delete_comment()

Check if the union tag is showcase_delete_comment.

Return type:bool
is_showcase_edit_comment()

Check if the union tag is showcase_edit_comment.

Return type:bool
is_showcase_edited()

Check if the union tag is showcase_edited.

Return type:bool
is_showcase_file_added()

Check if the union tag is showcase_file_added.

Return type:bool
is_showcase_file_download()

Check if the union tag is showcase_file_download.

Return type:bool
is_showcase_file_removed()

Check if the union tag is showcase_file_removed.

Return type:bool
is_showcase_file_view()

Check if the union tag is showcase_file_view.

Return type:bool
is_showcase_permanently_deleted()

Check if the union tag is showcase_permanently_deleted.

Return type:bool
is_showcase_post_comment()

Check if the union tag is showcase_post_comment.

Return type:bool
is_showcase_remove_member()

Check if the union tag is showcase_remove_member.

Return type:bool
is_showcase_renamed()

Check if the union tag is showcase_renamed.

Return type:bool
is_showcase_request_access()

Check if the union tag is showcase_request_access.

Return type:bool
is_showcase_resolve_comment()

Check if the union tag is showcase_resolve_comment.

Return type:bool
is_showcase_restored()

Check if the union tag is showcase_restored.

Return type:bool
is_showcase_trashed()

Check if the union tag is showcase_trashed.

Return type:bool
is_showcase_trashed_deprecated()

Check if the union tag is showcase_trashed_deprecated.

Return type:bool
is_showcase_unresolve_comment()

Check if the union tag is showcase_unresolve_comment.

Return type:bool
is_showcase_untrashed()

Check if the union tag is showcase_untrashed.

Return type:bool
is_showcase_untrashed_deprecated()

Check if the union tag is showcase_untrashed_deprecated.

Return type:bool
is_showcase_view()

Check if the union tag is showcase_view.

Return type:bool
is_sign_in_as_session_end()

Check if the union tag is sign_in_as_session_end.

Return type:bool
is_sign_in_as_session_start()

Check if the union tag is sign_in_as_session_start.

Return type:bool
is_smart_sync_change_policy()

Check if the union tag is smart_sync_change_policy.

Return type:bool
is_smart_sync_create_admin_privilege_report()

Check if the union tag is smart_sync_create_admin_privilege_report.

Return type:bool
is_smart_sync_not_opt_out()

Check if the union tag is smart_sync_not_opt_out.

Return type:bool
is_smart_sync_opt_out()

Check if the union tag is smart_sync_opt_out.

Return type:bool
is_smarter_smart_sync_policy_changed()

Check if the union tag is smarter_smart_sync_policy_changed.

Return type:bool
is_sso_add_cert()

Check if the union tag is sso_add_cert.

Return type:bool
is_sso_add_login_url()

Check if the union tag is sso_add_login_url.

Return type:bool
is_sso_add_logout_url()

Check if the union tag is sso_add_logout_url.

Return type:bool
is_sso_change_cert()

Check if the union tag is sso_change_cert.

Return type:bool
is_sso_change_login_url()

Check if the union tag is sso_change_login_url.

Return type:bool
is_sso_change_logout_url()

Check if the union tag is sso_change_logout_url.

Return type:bool
is_sso_change_policy()

Check if the union tag is sso_change_policy.

Return type:bool
is_sso_change_saml_identity_mode()

Check if the union tag is sso_change_saml_identity_mode.

Return type:bool
is_sso_error()

Check if the union tag is sso_error.

Return type:bool
is_sso_remove_cert()

Check if the union tag is sso_remove_cert.

Return type:bool
is_sso_remove_login_url()

Check if the union tag is sso_remove_login_url.

Return type:bool
is_sso_remove_logout_url()

Check if the union tag is sso_remove_logout_url.

Return type:bool
is_started_enterprise_admin_session()

Check if the union tag is started_enterprise_admin_session.

Return type:bool
is_team_activity_create_report()

Check if the union tag is team_activity_create_report.

Return type:bool
is_team_activity_create_report_fail()

Check if the union tag is team_activity_create_report_fail.

Return type:bool
is_team_branding_policy_changed()

Check if the union tag is team_branding_policy_changed.

Return type:bool
is_team_extensions_policy_changed()

Check if the union tag is team_extensions_policy_changed.

Return type:bool
is_team_folder_change_status()

Check if the union tag is team_folder_change_status.

Return type:bool
is_team_folder_create()

Check if the union tag is team_folder_create.

Return type:bool
is_team_folder_downgrade()

Check if the union tag is team_folder_downgrade.

Return type:bool
is_team_folder_permanently_delete()

Check if the union tag is team_folder_permanently_delete.

Return type:bool
is_team_folder_rename()

Check if the union tag is team_folder_rename.

Return type:bool
is_team_merge_from()

Check if the union tag is team_merge_from.

Return type:bool
is_team_merge_request_accepted()

Check if the union tag is team_merge_request_accepted.

Return type:bool
is_team_merge_request_accepted_shown_to_primary_team()

Check if the union tag is team_merge_request_accepted_shown_to_primary_team.

Return type:bool
is_team_merge_request_accepted_shown_to_secondary_team()

Check if the union tag is team_merge_request_accepted_shown_to_secondary_team.

Return type:bool
is_team_merge_request_auto_canceled()

Check if the union tag is team_merge_request_auto_canceled.

Return type:bool
is_team_merge_request_canceled()

Check if the union tag is team_merge_request_canceled.

Return type:bool
is_team_merge_request_canceled_shown_to_primary_team()

Check if the union tag is team_merge_request_canceled_shown_to_primary_team.

Return type:bool
is_team_merge_request_canceled_shown_to_secondary_team()

Check if the union tag is team_merge_request_canceled_shown_to_secondary_team.

Return type:bool
is_team_merge_request_expired()

Check if the union tag is team_merge_request_expired.

Return type:bool
is_team_merge_request_expired_shown_to_primary_team()

Check if the union tag is team_merge_request_expired_shown_to_primary_team.

Return type:bool
is_team_merge_request_expired_shown_to_secondary_team()

Check if the union tag is team_merge_request_expired_shown_to_secondary_team.

Return type:bool
is_team_merge_request_rejected_shown_to_primary_team()

Check if the union tag is team_merge_request_rejected_shown_to_primary_team.

Return type:bool
is_team_merge_request_rejected_shown_to_secondary_team()

Check if the union tag is team_merge_request_rejected_shown_to_secondary_team.

Return type:bool
is_team_merge_request_reminder()

Check if the union tag is team_merge_request_reminder.

Return type:bool
is_team_merge_request_reminder_shown_to_primary_team()

Check if the union tag is team_merge_request_reminder_shown_to_primary_team.

Return type:bool
is_team_merge_request_reminder_shown_to_secondary_team()

Check if the union tag is team_merge_request_reminder_shown_to_secondary_team.

Return type:bool
is_team_merge_request_revoked()

Check if the union tag is team_merge_request_revoked.

Return type:bool
is_team_merge_request_sent_shown_to_primary_team()

Check if the union tag is team_merge_request_sent_shown_to_primary_team.

Return type:bool
is_team_merge_request_sent_shown_to_secondary_team()

Check if the union tag is team_merge_request_sent_shown_to_secondary_team.

Return type:bool
is_team_merge_to()

Check if the union tag is team_merge_to.

Return type:bool
is_team_profile_add_background()

Check if the union tag is team_profile_add_background.

Return type:bool

Check if the union tag is team_profile_add_logo.

Return type:bool
is_team_profile_change_background()

Check if the union tag is team_profile_change_background.

Return type:bool
is_team_profile_change_default_language()

Check if the union tag is team_profile_change_default_language.

Return type:bool

Check if the union tag is team_profile_change_logo.

Return type:bool
is_team_profile_change_name()

Check if the union tag is team_profile_change_name.

Return type:bool
is_team_profile_remove_background()

Check if the union tag is team_profile_remove_background.

Return type:bool

Check if the union tag is team_profile_remove_logo.

Return type:bool
is_team_selective_sync_policy_changed()

Check if the union tag is team_selective_sync_policy_changed.

Return type:bool
is_team_selective_sync_settings_changed()

Check if the union tag is team_selective_sync_settings_changed.

Return type:bool
is_team_sharing_whitelist_subjects_changed()

Check if the union tag is team_sharing_whitelist_subjects_changed.

Return type:bool
is_tfa_add_backup_phone()

Check if the union tag is tfa_add_backup_phone.

Return type:bool
is_tfa_add_exception()

Check if the union tag is tfa_add_exception.

Return type:bool
is_tfa_add_security_key()

Check if the union tag is tfa_add_security_key.

Return type:bool
is_tfa_change_backup_phone()

Check if the union tag is tfa_change_backup_phone.

Return type:bool
is_tfa_change_policy()

Check if the union tag is tfa_change_policy.

Return type:bool
is_tfa_change_status()

Check if the union tag is tfa_change_status.

Return type:bool
is_tfa_remove_backup_phone()

Check if the union tag is tfa_remove_backup_phone.

Return type:bool
is_tfa_remove_exception()

Check if the union tag is tfa_remove_exception.

Return type:bool
is_tfa_remove_security_key()

Check if the union tag is tfa_remove_security_key.

Return type:bool
is_tfa_reset()

Check if the union tag is tfa_reset.

Return type:bool
is_two_account_change_policy()

Check if the union tag is two_account_change_policy.

Return type:bool
is_undo_naming_convention()

Check if the union tag is undo_naming_convention.

Return type:bool
is_undo_organize_folder_with_tidy()

Check if the union tag is undo_organize_folder_with_tidy.

Return type:bool
is_user_tags_added()

Check if the union tag is user_tags_added.

Return type:bool
is_user_tags_removed()

Check if the union tag is user_tags_removed.

Return type:bool
is_viewer_info_policy_changed()

Check if the union tag is viewer_info_policy_changed.

Return type:bool
is_watermarking_policy_changed()

Check if the union tag is watermarking_policy_changed.

Return type:bool
is_web_sessions_change_active_session_limit()

Check if the union tag is web_sessions_change_active_session_limit.

Return type:bool
is_web_sessions_change_fixed_length_policy()

Check if the union tag is web_sessions_change_fixed_length_policy.

Return type:bool
is_web_sessions_change_idle_length_policy()

Check if the union tag is web_sessions_change_idle_length_policy.

Return type:bool
classmethod legal_holds_activate_a_hold(val)

Create an instance of this class set to the legal_holds_activate_a_hold tag with value val.

Parameters:val (LegalHoldsActivateAHoldType) –
Return type:EventType
classmethod legal_holds_add_members(val)

Create an instance of this class set to the legal_holds_add_members tag with value val.

Parameters:val (LegalHoldsAddMembersType) –
Return type:EventType
classmethod legal_holds_change_hold_details(val)

Create an instance of this class set to the legal_holds_change_hold_details tag with value val.

Parameters:val (LegalHoldsChangeHoldDetailsType) –
Return type:EventType
classmethod legal_holds_change_hold_name(val)

Create an instance of this class set to the legal_holds_change_hold_name tag with value val.

Parameters:val (LegalHoldsChangeHoldNameType) –
Return type:EventType
classmethod legal_holds_export_a_hold(val)

Create an instance of this class set to the legal_holds_export_a_hold tag with value val.

Parameters:val (LegalHoldsExportAHoldType) –
Return type:EventType
classmethod legal_holds_export_cancelled(val)

Create an instance of this class set to the legal_holds_export_cancelled tag with value val.

Parameters:val (LegalHoldsExportCancelledType) –
Return type:EventType
classmethod legal_holds_export_downloaded(val)

Create an instance of this class set to the legal_holds_export_downloaded tag with value val.

Parameters:val (LegalHoldsExportDownloadedType) –
Return type:EventType
classmethod legal_holds_export_removed(val)

Create an instance of this class set to the legal_holds_export_removed tag with value val.

Parameters:val (LegalHoldsExportRemovedType) –
Return type:EventType
classmethod legal_holds_release_a_hold(val)

Create an instance of this class set to the legal_holds_release_a_hold tag with value val.

Parameters:val (LegalHoldsReleaseAHoldType) –
Return type:EventType
classmethod legal_holds_remove_members(val)

Create an instance of this class set to the legal_holds_remove_members tag with value val.

Parameters:val (LegalHoldsRemoveMembersType) –
Return type:EventType
classmethod legal_holds_report_a_hold(val)

Create an instance of this class set to the legal_holds_report_a_hold tag with value val.

Parameters:val (LegalHoldsReportAHoldType) –
Return type:EventType
classmethod login_fail(val)

Create an instance of this class set to the login_fail tag with value val.

Parameters:val (LoginFailType) –
Return type:EventType
classmethod login_success(val)

Create an instance of this class set to the login_success tag with value val.

Parameters:val (LoginSuccessType) –
Return type:EventType
classmethod logout(val)

Create an instance of this class set to the logout tag with value val.

Parameters:val (LogoutType) –
Return type:EventType
classmethod member_add_external_id(val)

Create an instance of this class set to the member_add_external_id tag with value val.

Parameters:val (MemberAddExternalIdType) –
Return type:EventType
classmethod member_add_name(val)

Create an instance of this class set to the member_add_name tag with value val.

Parameters:val (MemberAddNameType) –
Return type:EventType
classmethod member_change_admin_role(val)

Create an instance of this class set to the member_change_admin_role tag with value val.

Parameters:val (MemberChangeAdminRoleType) –
Return type:EventType
classmethod member_change_email(val)

Create an instance of this class set to the member_change_email tag with value val.

Parameters:val (MemberChangeEmailType) –
Return type:EventType
classmethod member_change_external_id(val)

Create an instance of this class set to the member_change_external_id tag with value val.

Parameters:val (MemberChangeExternalIdType) –
Return type:EventType
classmethod member_change_membership_type(val)

Create an instance of this class set to the member_change_membership_type tag with value val.

Parameters:val (MemberChangeMembershipTypeType) –
Return type:EventType
classmethod member_change_name(val)

Create an instance of this class set to the member_change_name tag with value val.

Parameters:val (MemberChangeNameType) –
Return type:EventType
classmethod member_change_reseller_role(val)

Create an instance of this class set to the member_change_reseller_role tag with value val.

Parameters:val (MemberChangeResellerRoleType) –
Return type:EventType
classmethod member_change_status(val)

Create an instance of this class set to the member_change_status tag with value val.

Parameters:val (MemberChangeStatusType) –
Return type:EventType
classmethod member_delete_manual_contacts(val)

Create an instance of this class set to the member_delete_manual_contacts tag with value val.

Parameters:val (MemberDeleteManualContactsType) –
Return type:EventType
classmethod member_delete_profile_photo(val)

Create an instance of this class set to the member_delete_profile_photo tag with value val.

Parameters:val (MemberDeleteProfilePhotoType) –
Return type:EventType
classmethod member_permanently_delete_account_contents(val)

Create an instance of this class set to the member_permanently_delete_account_contents tag with value val.

Parameters:val (MemberPermanentlyDeleteAccountContentsType) –
Return type:EventType
classmethod member_remove_external_id(val)

Create an instance of this class set to the member_remove_external_id tag with value val.

Parameters:val (MemberRemoveExternalIdType) –
Return type:EventType
classmethod member_requests_change_policy(val)

Create an instance of this class set to the member_requests_change_policy tag with value val.

Parameters:val (MemberRequestsChangePolicyType) –
Return type:EventType
classmethod member_send_invite_policy_changed(val)

Create an instance of this class set to the member_send_invite_policy_changed tag with value val.

Parameters:val (MemberSendInvitePolicyChangedType) –
Return type:EventType
classmethod member_set_profile_photo(val)

Create an instance of this class set to the member_set_profile_photo tag with value val.

Parameters:val (MemberSetProfilePhotoType) –
Return type:EventType
classmethod member_space_limits_add_custom_quota(val)

Create an instance of this class set to the member_space_limits_add_custom_quota tag with value val.

Parameters:val (MemberSpaceLimitsAddCustomQuotaType) –
Return type:EventType
classmethod member_space_limits_add_exception(val)

Create an instance of this class set to the member_space_limits_add_exception tag with value val.

Parameters:val (MemberSpaceLimitsAddExceptionType) –
Return type:EventType
classmethod member_space_limits_change_caps_type_policy(val)

Create an instance of this class set to the member_space_limits_change_caps_type_policy tag with value val.

Parameters:val (MemberSpaceLimitsChangeCapsTypePolicyType) –
Return type:EventType
classmethod member_space_limits_change_custom_quota(val)

Create an instance of this class set to the member_space_limits_change_custom_quota tag with value val.

Parameters:val (MemberSpaceLimitsChangeCustomQuotaType) –
Return type:EventType
classmethod member_space_limits_change_policy(val)

Create an instance of this class set to the member_space_limits_change_policy tag with value val.

Parameters:val (MemberSpaceLimitsChangePolicyType) –
Return type:EventType
classmethod member_space_limits_change_status(val)

Create an instance of this class set to the member_space_limits_change_status tag with value val.

Parameters:val (MemberSpaceLimitsChangeStatusType) –
Return type:EventType
classmethod member_space_limits_remove_custom_quota(val)

Create an instance of this class set to the member_space_limits_remove_custom_quota tag with value val.

Parameters:val (MemberSpaceLimitsRemoveCustomQuotaType) –
Return type:EventType
classmethod member_space_limits_remove_exception(val)

Create an instance of this class set to the member_space_limits_remove_exception tag with value val.

Parameters:val (MemberSpaceLimitsRemoveExceptionType) –
Return type:EventType
classmethod member_suggest(val)

Create an instance of this class set to the member_suggest tag with value val.

Parameters:val (MemberSuggestType) –
Return type:EventType
classmethod member_suggestions_change_policy(val)

Create an instance of this class set to the member_suggestions_change_policy tag with value val.

Parameters:val (MemberSuggestionsChangePolicyType) –
Return type:EventType
classmethod member_transfer_account_contents(val)

Create an instance of this class set to the member_transfer_account_contents tag with value val.

Parameters:val (MemberTransferAccountContentsType) –
Return type:EventType
classmethod microsoft_office_addin_change_policy(val)

Create an instance of this class set to the microsoft_office_addin_change_policy tag with value val.

Parameters:val (MicrosoftOfficeAddinChangePolicyType) –
Return type:EventType
classmethod network_control_change_policy(val)

Create an instance of this class set to the network_control_change_policy tag with value val.

Parameters:val (NetworkControlChangePolicyType) –
Return type:EventType

Create an instance of this class set to the no_expiration_link_gen_create_report tag with value val.

Parameters:val (NoExpirationLinkGenCreateReportType) –
Return type:EventType

Create an instance of this class set to the no_expiration_link_gen_report_failed tag with value val.

Parameters:val (NoExpirationLinkGenReportFailedType) –
Return type:EventType

Create an instance of this class set to the no_password_link_gen_create_report tag with value val.

Parameters:val (NoPasswordLinkGenCreateReportType) –
Return type:EventType

Create an instance of this class set to the no_password_link_gen_report_failed tag with value val.

Parameters:val (NoPasswordLinkGenReportFailedType) –
Return type:EventType

Create an instance of this class set to the no_password_link_view_create_report tag with value val.

Parameters:val (NoPasswordLinkViewCreateReportType) –
Return type:EventType

Create an instance of this class set to the no_password_link_view_report_failed tag with value val.

Parameters:val (NoPasswordLinkViewReportFailedType) –
Return type:EventType
classmethod note_acl_invite_only(val)

Create an instance of this class set to the note_acl_invite_only tag with value val.

Parameters:val (NoteAclInviteOnlyType) –
Return type:EventType

Create an instance of this class set to the note_acl_link tag with value val.

Parameters:val (NoteAclLinkType) –
Return type:EventType

Create an instance of this class set to the note_acl_team_link tag with value val.

Parameters:val (NoteAclTeamLinkType) –
Return type:EventType
classmethod note_share_receive(val)

Create an instance of this class set to the note_share_receive tag with value val.

Parameters:val (NoteShareReceiveType) –
Return type:EventType
classmethod note_shared(val)

Create an instance of this class set to the note_shared tag with value val.

Parameters:val (NoteSharedType) –
Return type:EventType
classmethod object_label_added(val)

Create an instance of this class set to the object_label_added tag with value val.

Parameters:val (ObjectLabelAddedType) –
Return type:EventType
classmethod object_label_removed(val)

Create an instance of this class set to the object_label_removed tag with value val.

Parameters:val (ObjectLabelRemovedType) –
Return type:EventType
classmethod object_label_updated_value(val)

Create an instance of this class set to the object_label_updated_value tag with value val.

Parameters:val (ObjectLabelUpdatedValueType) –
Return type:EventType
classmethod open_note_shared(val)

Create an instance of this class set to the open_note_shared tag with value val.

Parameters:val (OpenNoteSharedType) –
Return type:EventType
classmethod organize_folder_with_tidy(val)

Create an instance of this class set to the organize_folder_with_tidy tag with value val.

Parameters:val (OrganizeFolderWithTidyType) –
Return type:EventType
other = EventType(u'other', None)

Create an instance of this class set to the outdated_link_view_create_report tag with value val.

Parameters:val (OutdatedLinkViewCreateReportType) –
Return type:EventType

Create an instance of this class set to the outdated_link_view_report_failed tag with value val.

Parameters:val (OutdatedLinkViewReportFailedType) –
Return type:EventType
classmethod paper_admin_export_start(val)

Create an instance of this class set to the paper_admin_export_start tag with value val.

Parameters:val (PaperAdminExportStartType) –
Return type:EventType
classmethod paper_change_deployment_policy(val)

Create an instance of this class set to the paper_change_deployment_policy tag with value val.

Parameters:val (PaperChangeDeploymentPolicyType) –
Return type:EventType

Create an instance of this class set to the paper_change_member_link_policy tag with value val.

Parameters:val (PaperChangeMemberLinkPolicyType) –
Return type:EventType
classmethod paper_change_member_policy(val)

Create an instance of this class set to the paper_change_member_policy tag with value val.

Parameters:val (PaperChangeMemberPolicyType) –
Return type:EventType
classmethod paper_change_policy(val)

Create an instance of this class set to the paper_change_policy tag with value val.

Parameters:val (PaperChangePolicyType) –
Return type:EventType
classmethod paper_content_add_member(val)

Create an instance of this class set to the paper_content_add_member tag with value val.

Parameters:val (PaperContentAddMemberType) –
Return type:EventType
classmethod paper_content_add_to_folder(val)

Create an instance of this class set to the paper_content_add_to_folder tag with value val.

Parameters:val (PaperContentAddToFolderType) –
Return type:EventType
classmethod paper_content_archive(val)

Create an instance of this class set to the paper_content_archive tag with value val.

Parameters:val (PaperContentArchiveType) –
Return type:EventType
classmethod paper_content_create(val)

Create an instance of this class set to the paper_content_create tag with value val.

Parameters:val (PaperContentCreateType) –
Return type:EventType
classmethod paper_content_permanently_delete(val)

Create an instance of this class set to the paper_content_permanently_delete tag with value val.

Parameters:val (PaperContentPermanentlyDeleteType) –
Return type:EventType
classmethod paper_content_remove_from_folder(val)

Create an instance of this class set to the paper_content_remove_from_folder tag with value val.

Parameters:val (PaperContentRemoveFromFolderType) –
Return type:EventType
classmethod paper_content_remove_member(val)

Create an instance of this class set to the paper_content_remove_member tag with value val.

Parameters:val (PaperContentRemoveMemberType) –
Return type:EventType
classmethod paper_content_rename(val)

Create an instance of this class set to the paper_content_rename tag with value val.

Parameters:val (PaperContentRenameType) –
Return type:EventType
classmethod paper_content_restore(val)

Create an instance of this class set to the paper_content_restore tag with value val.

Parameters:val (PaperContentRestoreType) –
Return type:EventType
classmethod paper_default_folder_policy_changed(val)

Create an instance of this class set to the paper_default_folder_policy_changed tag with value val.

Parameters:val (PaperDefaultFolderPolicyChangedType) –
Return type:EventType
classmethod paper_desktop_policy_changed(val)

Create an instance of this class set to the paper_desktop_policy_changed tag with value val.

Parameters:val (PaperDesktopPolicyChangedType) –
Return type:EventType
classmethod paper_doc_add_comment(val)

Create an instance of this class set to the paper_doc_add_comment tag with value val.

Parameters:val (PaperDocAddCommentType) –
Return type:EventType
classmethod paper_doc_change_member_role(val)

Create an instance of this class set to the paper_doc_change_member_role tag with value val.

Parameters:val (PaperDocChangeMemberRoleType) –
Return type:EventType
classmethod paper_doc_change_sharing_policy(val)

Create an instance of this class set to the paper_doc_change_sharing_policy tag with value val.

Parameters:val (PaperDocChangeSharingPolicyType) –
Return type:EventType
classmethod paper_doc_change_subscription(val)

Create an instance of this class set to the paper_doc_change_subscription tag with value val.

Parameters:val (PaperDocChangeSubscriptionType) –
Return type:EventType
classmethod paper_doc_delete_comment(val)

Create an instance of this class set to the paper_doc_delete_comment tag with value val.

Parameters:val (PaperDocDeleteCommentType) –
Return type:EventType
classmethod paper_doc_deleted(val)

Create an instance of this class set to the paper_doc_deleted tag with value val.

Parameters:val (PaperDocDeletedType) –
Return type:EventType
classmethod paper_doc_download(val)

Create an instance of this class set to the paper_doc_download tag with value val.

Parameters:val (PaperDocDownloadType) –
Return type:EventType
classmethod paper_doc_edit(val)

Create an instance of this class set to the paper_doc_edit tag with value val.

Parameters:val (PaperDocEditType) –
Return type:EventType
classmethod paper_doc_edit_comment(val)

Create an instance of this class set to the paper_doc_edit_comment tag with value val.

Parameters:val (PaperDocEditCommentType) –
Return type:EventType
classmethod paper_doc_followed(val)

Create an instance of this class set to the paper_doc_followed tag with value val.

Parameters:val (PaperDocFollowedType) –
Return type:EventType
classmethod paper_doc_mention(val)

Create an instance of this class set to the paper_doc_mention tag with value val.

Parameters:val (PaperDocMentionType) –
Return type:EventType
classmethod paper_doc_ownership_changed(val)

Create an instance of this class set to the paper_doc_ownership_changed tag with value val.

Parameters:val (PaperDocOwnershipChangedType) –
Return type:EventType
classmethod paper_doc_request_access(val)

Create an instance of this class set to the paper_doc_request_access tag with value val.

Parameters:val (PaperDocRequestAccessType) –
Return type:EventType
classmethod paper_doc_resolve_comment(val)

Create an instance of this class set to the paper_doc_resolve_comment tag with value val.

Parameters:val (PaperDocResolveCommentType) –
Return type:EventType
classmethod paper_doc_revert(val)

Create an instance of this class set to the paper_doc_revert tag with value val.

Parameters:val (PaperDocRevertType) –
Return type:EventType
classmethod paper_doc_slack_share(val)

Create an instance of this class set to the paper_doc_slack_share tag with value val.

Parameters:val (PaperDocSlackShareType) –
Return type:EventType
classmethod paper_doc_team_invite(val)

Create an instance of this class set to the paper_doc_team_invite tag with value val.

Parameters:val (PaperDocTeamInviteType) –
Return type:EventType
classmethod paper_doc_trashed(val)

Create an instance of this class set to the paper_doc_trashed tag with value val.

Parameters:val (PaperDocTrashedType) –
Return type:EventType
classmethod paper_doc_unresolve_comment(val)

Create an instance of this class set to the paper_doc_unresolve_comment tag with value val.

Parameters:val (PaperDocUnresolveCommentType) –
Return type:EventType
classmethod paper_doc_untrashed(val)

Create an instance of this class set to the paper_doc_untrashed tag with value val.

Parameters:val (PaperDocUntrashedType) –
Return type:EventType
classmethod paper_doc_view(val)

Create an instance of this class set to the paper_doc_view tag with value val.

Parameters:val (PaperDocViewType) –
Return type:EventType
classmethod paper_enabled_users_group_addition(val)

Create an instance of this class set to the paper_enabled_users_group_addition tag with value val.

Parameters:val (PaperEnabledUsersGroupAdditionType) –
Return type:EventType
classmethod paper_enabled_users_group_removal(val)

Create an instance of this class set to the paper_enabled_users_group_removal tag with value val.

Parameters:val (PaperEnabledUsersGroupRemovalType) –
Return type:EventType
classmethod paper_external_view_allow(val)

Create an instance of this class set to the paper_external_view_allow tag with value val.

Parameters:val (PaperExternalViewAllowType) –
Return type:EventType
classmethod paper_external_view_default_team(val)

Create an instance of this class set to the paper_external_view_default_team tag with value val.

Parameters:val (PaperExternalViewDefaultTeamType) –
Return type:EventType
classmethod paper_external_view_forbid(val)

Create an instance of this class set to the paper_external_view_forbid tag with value val.

Parameters:val (PaperExternalViewForbidType) –
Return type:EventType
classmethod paper_folder_change_subscription(val)

Create an instance of this class set to the paper_folder_change_subscription tag with value val.

Parameters:val (PaperFolderChangeSubscriptionType) –
Return type:EventType
classmethod paper_folder_deleted(val)

Create an instance of this class set to the paper_folder_deleted tag with value val.

Parameters:val (PaperFolderDeletedType) –
Return type:EventType
classmethod paper_folder_followed(val)

Create an instance of this class set to the paper_folder_followed tag with value val.

Parameters:val (PaperFolderFollowedType) –
Return type:EventType
classmethod paper_folder_team_invite(val)

Create an instance of this class set to the paper_folder_team_invite tag with value val.

Parameters:val (PaperFolderTeamInviteType) –
Return type:EventType

Create an instance of this class set to the paper_published_link_change_permission tag with value val.

Parameters:val (PaperPublishedLinkChangePermissionType) –
Return type:EventType

Create an instance of this class set to the paper_published_link_create tag with value val.

Parameters:val (PaperPublishedLinkCreateType) –
Return type:EventType

Create an instance of this class set to the paper_published_link_disabled tag with value val.

Parameters:val (PaperPublishedLinkDisabledType) –
Return type:EventType

Create an instance of this class set to the paper_published_link_view tag with value val.

Parameters:val (PaperPublishedLinkViewType) –
Return type:EventType
classmethod password_change(val)

Create an instance of this class set to the password_change tag with value val.

Parameters:val (PasswordChangeType) –
Return type:EventType
classmethod password_reset(val)

Create an instance of this class set to the password_reset tag with value val.

Parameters:val (PasswordResetType) –
Return type:EventType
classmethod password_reset_all(val)

Create an instance of this class set to the password_reset_all tag with value val.

Parameters:val (PasswordResetAllType) –
Return type:EventType
classmethod password_strength_requirements_change_policy(val)

Create an instance of this class set to the password_strength_requirements_change_policy tag with value val.

Parameters:val (PasswordStrengthRequirementsChangePolicyType) –
Return type:EventType
classmethod pending_secondary_email_added(val)

Create an instance of this class set to the pending_secondary_email_added tag with value val.

Parameters:val (PendingSecondaryEmailAddedType) –
Return type:EventType
classmethod permanent_delete_change_policy(val)

Create an instance of this class set to the permanent_delete_change_policy tag with value val.

Parameters:val (PermanentDeleteChangePolicyType) –
Return type:EventType
classmethod reseller_support_change_policy(val)

Create an instance of this class set to the reseller_support_change_policy tag with value val.

Parameters:val (ResellerSupportChangePolicyType) –
Return type:EventType
classmethod reseller_support_session_end(val)

Create an instance of this class set to the reseller_support_session_end tag with value val.

Parameters:val (ResellerSupportSessionEndType) –
Return type:EventType
classmethod reseller_support_session_start(val)

Create an instance of this class set to the reseller_support_session_start tag with value val.

Parameters:val (ResellerSupportSessionStartType) –
Return type:EventType
classmethod rewind_folder(val)

Create an instance of this class set to the rewind_folder tag with value val.

Parameters:val (RewindFolderType) –
Return type:EventType
classmethod rewind_policy_changed(val)

Create an instance of this class set to the rewind_policy_changed tag with value val.

Parameters:val (RewindPolicyChangedType) –
Return type:EventType
classmethod secondary_email_deleted(val)

Create an instance of this class set to the secondary_email_deleted tag with value val.

Parameters:val (SecondaryEmailDeletedType) –
Return type:EventType
classmethod secondary_email_verified(val)

Create an instance of this class set to the secondary_email_verified tag with value val.

Parameters:val (SecondaryEmailVerifiedType) –
Return type:EventType
classmethod secondary_mails_policy_changed(val)

Create an instance of this class set to the secondary_mails_policy_changed tag with value val.

Parameters:val (SecondaryMailsPolicyChangedType) –
Return type:EventType
classmethod send_for_signature_policy_changed(val)

Create an instance of this class set to the send_for_signature_policy_changed tag with value val.

Parameters:val (SendForSignaturePolicyChangedType) –
Return type:EventType
classmethod sf_add_group(val)

Create an instance of this class set to the sf_add_group tag with value val.

Parameters:val (SfAddGroupType) –
Return type:EventType

Create an instance of this class set to the sf_allow_non_members_to_view_shared_links tag with value val.

Parameters:val (SfAllowNonMembersToViewSharedLinksType) –
Return type:EventType
classmethod sf_external_invite_warn(val)

Create an instance of this class set to the sf_external_invite_warn tag with value val.

Parameters:val (SfExternalInviteWarnType) –
Return type:EventType
classmethod sf_fb_invite(val)

Create an instance of this class set to the sf_fb_invite tag with value val.

Parameters:val (SfFbInviteType) –
Return type:EventType
classmethod sf_fb_invite_change_role(val)

Create an instance of this class set to the sf_fb_invite_change_role tag with value val.

Parameters:val (SfFbInviteChangeRoleType) –
Return type:EventType
classmethod sf_fb_uninvite(val)

Create an instance of this class set to the sf_fb_uninvite tag with value val.

Parameters:val (SfFbUninviteType) –
Return type:EventType
classmethod sf_invite_group(val)

Create an instance of this class set to the sf_invite_group tag with value val.

Parameters:val (SfInviteGroupType) –
Return type:EventType
classmethod sf_team_grant_access(val)

Create an instance of this class set to the sf_team_grant_access tag with value val.

Parameters:val (SfTeamGrantAccessType) –
Return type:EventType
classmethod sf_team_invite(val)

Create an instance of this class set to the sf_team_invite tag with value val.

Parameters:val (SfTeamInviteType) –
Return type:EventType
classmethod sf_team_invite_change_role(val)

Create an instance of this class set to the sf_team_invite_change_role tag with value val.

Parameters:val (SfTeamInviteChangeRoleType) –
Return type:EventType
classmethod sf_team_join(val)

Create an instance of this class set to the sf_team_join tag with value val.

Parameters:val (SfTeamJoinType) –
Return type:EventType

Create an instance of this class set to the sf_team_join_from_oob_link tag with value val.

Parameters:val (SfTeamJoinFromOobLinkType) –
Return type:EventType
classmethod sf_team_uninvite(val)

Create an instance of this class set to the sf_team_uninvite tag with value val.

Parameters:val (SfTeamUninviteType) –
Return type:EventType
classmethod shared_content_add_invitees(val)

Create an instance of this class set to the shared_content_add_invitees tag with value val.

Parameters:val (SharedContentAddInviteesType) –
Return type:EventType

Create an instance of this class set to the shared_content_add_link_expiry tag with value val.

Parameters:val (SharedContentAddLinkExpiryType) –
Return type:EventType

Create an instance of this class set to the shared_content_add_link_password tag with value val.

Parameters:val (SharedContentAddLinkPasswordType) –
Return type:EventType
classmethod shared_content_add_member(val)

Create an instance of this class set to the shared_content_add_member tag with value val.

Parameters:val (SharedContentAddMemberType) –
Return type:EventType
classmethod shared_content_change_downloads_policy(val)

Create an instance of this class set to the shared_content_change_downloads_policy tag with value val.

Parameters:val (SharedContentChangeDownloadsPolicyType) –
Return type:EventType
classmethod shared_content_change_invitee_role(val)

Create an instance of this class set to the shared_content_change_invitee_role tag with value val.

Parameters:val (SharedContentChangeInviteeRoleType) –
Return type:EventType

Create an instance of this class set to the shared_content_change_link_audience tag with value val.

Parameters:val (SharedContentChangeLinkAudienceType) –
Return type:EventType

Create an instance of this class set to the shared_content_change_link_expiry tag with value val.

Parameters:val (SharedContentChangeLinkExpiryType) –
Return type:EventType

Create an instance of this class set to the shared_content_change_link_password tag with value val.

Parameters:val (SharedContentChangeLinkPasswordType) –
Return type:EventType
classmethod shared_content_change_member_role(val)

Create an instance of this class set to the shared_content_change_member_role tag with value val.

Parameters:val (SharedContentChangeMemberRoleType) –
Return type:EventType
classmethod shared_content_change_viewer_info_policy(val)

Create an instance of this class set to the shared_content_change_viewer_info_policy tag with value val.

Parameters:val (SharedContentChangeViewerInfoPolicyType) –
Return type:EventType
classmethod shared_content_claim_invitation(val)

Create an instance of this class set to the shared_content_claim_invitation tag with value val.

Parameters:val (SharedContentClaimInvitationType) –
Return type:EventType
classmethod shared_content_copy(val)

Create an instance of this class set to the shared_content_copy tag with value val.

Parameters:val (SharedContentCopyType) –
Return type:EventType
classmethod shared_content_download(val)

Create an instance of this class set to the shared_content_download tag with value val.

Parameters:val (SharedContentDownloadType) –
Return type:EventType
classmethod shared_content_relinquish_membership(val)

Create an instance of this class set to the shared_content_relinquish_membership tag with value val.

Parameters:val (SharedContentRelinquishMembershipType) –
Return type:EventType
classmethod shared_content_remove_invitees(val)

Create an instance of this class set to the shared_content_remove_invitees tag with value val.

Parameters:val (SharedContentRemoveInviteesType) –
Return type:EventType

Create an instance of this class set to the shared_content_remove_link_expiry tag with value val.

Parameters:val (SharedContentRemoveLinkExpiryType) –
Return type:EventType

Create an instance of this class set to the shared_content_remove_link_password tag with value val.

Parameters:val (SharedContentRemoveLinkPasswordType) –
Return type:EventType
classmethod shared_content_remove_member(val)

Create an instance of this class set to the shared_content_remove_member tag with value val.

Parameters:val (SharedContentRemoveMemberType) –
Return type:EventType
classmethod shared_content_request_access(val)

Create an instance of this class set to the shared_content_request_access tag with value val.

Parameters:val (SharedContentRequestAccessType) –
Return type:EventType
classmethod shared_content_restore_invitees(val)

Create an instance of this class set to the shared_content_restore_invitees tag with value val.

Parameters:val (SharedContentRestoreInviteesType) –
Return type:EventType
classmethod shared_content_restore_member(val)

Create an instance of this class set to the shared_content_restore_member tag with value val.

Parameters:val (SharedContentRestoreMemberType) –
Return type:EventType
classmethod shared_content_unshare(val)

Create an instance of this class set to the shared_content_unshare tag with value val.

Parameters:val (SharedContentUnshareType) –
Return type:EventType
classmethod shared_content_view(val)

Create an instance of this class set to the shared_content_view tag with value val.

Parameters:val (SharedContentViewType) –
Return type:EventType

Create an instance of this class set to the shared_folder_change_link_policy tag with value val.

Parameters:val (SharedFolderChangeLinkPolicyType) –
Return type:EventType
classmethod shared_folder_change_members_inheritance_policy(val)

Create an instance of this class set to the shared_folder_change_members_inheritance_policy tag with value val.

Parameters:val (SharedFolderChangeMembersInheritancePolicyType) –
Return type:EventType
classmethod shared_folder_change_members_management_policy(val)

Create an instance of this class set to the shared_folder_change_members_management_policy tag with value val.

Parameters:val (SharedFolderChangeMembersManagementPolicyType) –
Return type:EventType
classmethod shared_folder_change_members_policy(val)

Create an instance of this class set to the shared_folder_change_members_policy tag with value val.

Parameters:val (SharedFolderChangeMembersPolicyType) –
Return type:EventType
classmethod shared_folder_create(val)

Create an instance of this class set to the shared_folder_create tag with value val.

Parameters:val (SharedFolderCreateType) –
Return type:EventType
classmethod shared_folder_decline_invitation(val)

Create an instance of this class set to the shared_folder_decline_invitation tag with value val.

Parameters:val (SharedFolderDeclineInvitationType) –
Return type:EventType
classmethod shared_folder_mount(val)

Create an instance of this class set to the shared_folder_mount tag with value val.

Parameters:val (SharedFolderMountType) –
Return type:EventType
classmethod shared_folder_nest(val)

Create an instance of this class set to the shared_folder_nest tag with value val.

Parameters:val (SharedFolderNestType) –
Return type:EventType
classmethod shared_folder_transfer_ownership(val)

Create an instance of this class set to the shared_folder_transfer_ownership tag with value val.

Parameters:val (SharedFolderTransferOwnershipType) –
Return type:EventType
classmethod shared_folder_unmount(val)

Create an instance of this class set to the shared_folder_unmount tag with value val.

Parameters:val (SharedFolderUnmountType) –
Return type:EventType

Create an instance of this class set to the shared_link_add_expiry tag with value val.

Parameters:val (SharedLinkAddExpiryType) –
Return type:EventType

Create an instance of this class set to the shared_link_change_expiry tag with value val.

Parameters:val (SharedLinkChangeExpiryType) –
Return type:EventType

Create an instance of this class set to the shared_link_change_visibility tag with value val.

Parameters:val (SharedLinkChangeVisibilityType) –
Return type:EventType

Create an instance of this class set to the shared_link_copy tag with value val.

Parameters:val (SharedLinkCopyType) –
Return type:EventType

Create an instance of this class set to the shared_link_create tag with value val.

Parameters:val (SharedLinkCreateType) –
Return type:EventType

Create an instance of this class set to the shared_link_disable tag with value val.

Parameters:val (SharedLinkDisableType) –
Return type:EventType

Create an instance of this class set to the shared_link_download tag with value val.

Parameters:val (SharedLinkDownloadType) –
Return type:EventType

Create an instance of this class set to the shared_link_remove_expiry tag with value val.

Parameters:val (SharedLinkRemoveExpiryType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_add_expiration tag with value val.

Parameters:val (SharedLinkSettingsAddExpirationType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_add_password tag with value val.

Parameters:val (SharedLinkSettingsAddPasswordType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_allow_download_disabled tag with value val.

Parameters:val (SharedLinkSettingsAllowDownloadDisabledType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_allow_download_enabled tag with value val.

Parameters:val (SharedLinkSettingsAllowDownloadEnabledType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_change_audience tag with value val.

Parameters:val (SharedLinkSettingsChangeAudienceType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_change_expiration tag with value val.

Parameters:val (SharedLinkSettingsChangeExpirationType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_change_password tag with value val.

Parameters:val (SharedLinkSettingsChangePasswordType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_remove_expiration tag with value val.

Parameters:val (SharedLinkSettingsRemoveExpirationType) –
Return type:EventType

Create an instance of this class set to the shared_link_settings_remove_password tag with value val.

Parameters:val (SharedLinkSettingsRemovePasswordType) –
Return type:EventType

Create an instance of this class set to the shared_link_share tag with value val.

Parameters:val (SharedLinkShareType) –
Return type:EventType

Create an instance of this class set to the shared_link_view tag with value val.

Parameters:val (SharedLinkViewType) –
Return type:EventType
classmethod shared_note_opened(val)

Create an instance of this class set to the shared_note_opened tag with value val.

Parameters:val (SharedNoteOpenedType) –
Return type:EventType
classmethod sharing_change_folder_join_policy(val)

Create an instance of this class set to the sharing_change_folder_join_policy tag with value val.

Parameters:val (SharingChangeFolderJoinPolicyType) –
Return type:EventType

Create an instance of this class set to the sharing_change_link_allow_change_expiration_policy tag with value val.

Parameters:val (SharingChangeLinkAllowChangeExpirationPolicyType) –
Return type:EventType

Create an instance of this class set to the sharing_change_link_default_expiration_policy tag with value val.

Parameters:val (SharingChangeLinkDefaultExpirationPolicyType) –
Return type:EventType

Create an instance of this class set to the sharing_change_link_enforce_password_policy tag with value val.

Parameters:val (SharingChangeLinkEnforcePasswordPolicyType) –
Return type:EventType

Create an instance of this class set to the sharing_change_link_policy tag with value val.

Parameters:val (SharingChangeLinkPolicyType) –
Return type:EventType
classmethod sharing_change_member_policy(val)

Create an instance of this class set to the sharing_change_member_policy tag with value val.

Parameters:val (SharingChangeMemberPolicyType) –
Return type:EventType
classmethod shmodel_disable_downloads(val)

Create an instance of this class set to the shmodel_disable_downloads tag with value val.

Parameters:val (ShmodelDisableDownloadsType) –
Return type:EventType
classmethod shmodel_enable_downloads(val)

Create an instance of this class set to the shmodel_enable_downloads tag with value val.

Parameters:val (ShmodelEnableDownloadsType) –
Return type:EventType
classmethod shmodel_group_share(val)

Create an instance of this class set to the shmodel_group_share tag with value val.

Parameters:val (ShmodelGroupShareType) –
Return type:EventType
classmethod showcase_access_granted(val)

Create an instance of this class set to the showcase_access_granted tag with value val.

Parameters:val (ShowcaseAccessGrantedType) –
Return type:EventType
classmethod showcase_add_member(val)

Create an instance of this class set to the showcase_add_member tag with value val.

Parameters:val (ShowcaseAddMemberType) –
Return type:EventType
classmethod showcase_archived(val)

Create an instance of this class set to the showcase_archived tag with value val.

Parameters:val (ShowcaseArchivedType) –
Return type:EventType
classmethod showcase_change_download_policy(val)

Create an instance of this class set to the showcase_change_download_policy tag with value val.

Parameters:val (ShowcaseChangeDownloadPolicyType) –
Return type:EventType
classmethod showcase_change_enabled_policy(val)

Create an instance of this class set to the showcase_change_enabled_policy tag with value val.

Parameters:val (ShowcaseChangeEnabledPolicyType) –
Return type:EventType
classmethod showcase_change_external_sharing_policy(val)

Create an instance of this class set to the showcase_change_external_sharing_policy tag with value val.

Parameters:val (ShowcaseChangeExternalSharingPolicyType) –
Return type:EventType
classmethod showcase_created(val)

Create an instance of this class set to the showcase_created tag with value val.

Parameters:val (ShowcaseCreatedType) –
Return type:EventType
classmethod showcase_delete_comment(val)

Create an instance of this class set to the showcase_delete_comment tag with value val.

Parameters:val (ShowcaseDeleteCommentType) –
Return type:EventType
classmethod showcase_edit_comment(val)

Create an instance of this class set to the showcase_edit_comment tag with value val.

Parameters:val (ShowcaseEditCommentType) –
Return type:EventType
classmethod showcase_edited(val)

Create an instance of this class set to the showcase_edited tag with value val.

Parameters:val (ShowcaseEditedType) –
Return type:EventType
classmethod showcase_file_added(val)

Create an instance of this class set to the showcase_file_added tag with value val.

Parameters:val (ShowcaseFileAddedType) –
Return type:EventType
classmethod showcase_file_download(val)

Create an instance of this class set to the showcase_file_download tag with value val.

Parameters:val (ShowcaseFileDownloadType) –
Return type:EventType
classmethod showcase_file_removed(val)

Create an instance of this class set to the showcase_file_removed tag with value val.

Parameters:val (ShowcaseFileRemovedType) –
Return type:EventType
classmethod showcase_file_view(val)

Create an instance of this class set to the showcase_file_view tag with value val.

Parameters:val (ShowcaseFileViewType) –
Return type:EventType
classmethod showcase_permanently_deleted(val)

Create an instance of this class set to the showcase_permanently_deleted tag with value val.

Parameters:val (ShowcasePermanentlyDeletedType) –
Return type:EventType
classmethod showcase_post_comment(val)

Create an instance of this class set to the showcase_post_comment tag with value val.

Parameters:val (ShowcasePostCommentType) –
Return type:EventType
classmethod showcase_remove_member(val)

Create an instance of this class set to the showcase_remove_member tag with value val.

Parameters:val (ShowcaseRemoveMemberType) –
Return type:EventType
classmethod showcase_renamed(val)

Create an instance of this class set to the showcase_renamed tag with value val.

Parameters:val (ShowcaseRenamedType) –
Return type:EventType
classmethod showcase_request_access(val)

Create an instance of this class set to the showcase_request_access tag with value val.

Parameters:val (ShowcaseRequestAccessType) –
Return type:EventType
classmethod showcase_resolve_comment(val)

Create an instance of this class set to the showcase_resolve_comment tag with value val.

Parameters:val (ShowcaseResolveCommentType) –
Return type:EventType
classmethod showcase_restored(val)

Create an instance of this class set to the showcase_restored tag with value val.

Parameters:val (ShowcaseRestoredType) –
Return type:EventType
classmethod showcase_trashed(val)

Create an instance of this class set to the showcase_trashed tag with value val.

Parameters:val (ShowcaseTrashedType) –
Return type:EventType
classmethod showcase_trashed_deprecated(val)

Create an instance of this class set to the showcase_trashed_deprecated tag with value val.

Parameters:val (ShowcaseTrashedDeprecatedType) –
Return type:EventType
classmethod showcase_unresolve_comment(val)

Create an instance of this class set to the showcase_unresolve_comment tag with value val.

Parameters:val (ShowcaseUnresolveCommentType) –
Return type:EventType
classmethod showcase_untrashed(val)

Create an instance of this class set to the showcase_untrashed tag with value val.

Parameters:val (ShowcaseUntrashedType) –
Return type:EventType
classmethod showcase_untrashed_deprecated(val)

Create an instance of this class set to the showcase_untrashed_deprecated tag with value val.

Parameters:val (ShowcaseUntrashedDeprecatedType) –
Return type:EventType
classmethod showcase_view(val)

Create an instance of this class set to the showcase_view tag with value val.

Parameters:val (ShowcaseViewType) –
Return type:EventType
classmethod sign_in_as_session_end(val)

Create an instance of this class set to the sign_in_as_session_end tag with value val.

Parameters:val (SignInAsSessionEndType) –
Return type:EventType
classmethod sign_in_as_session_start(val)

Create an instance of this class set to the sign_in_as_session_start tag with value val.

Parameters:val (SignInAsSessionStartType) –
Return type:EventType
classmethod smart_sync_change_policy(val)

Create an instance of this class set to the smart_sync_change_policy tag with value val.

Parameters:val (SmartSyncChangePolicyType) –
Return type:EventType
classmethod smart_sync_create_admin_privilege_report(val)

Create an instance of this class set to the smart_sync_create_admin_privilege_report tag with value val.

Parameters:val (SmartSyncCreateAdminPrivilegeReportType) –
Return type:EventType
classmethod smart_sync_not_opt_out(val)

Create an instance of this class set to the smart_sync_not_opt_out tag with value val.

Parameters:val (SmartSyncNotOptOutType) –
Return type:EventType
classmethod smart_sync_opt_out(val)

Create an instance of this class set to the smart_sync_opt_out tag with value val.

Parameters:val (SmartSyncOptOutType) –
Return type:EventType
classmethod smarter_smart_sync_policy_changed(val)

Create an instance of this class set to the smarter_smart_sync_policy_changed tag with value val.

Parameters:val (SmarterSmartSyncPolicyChangedType) –
Return type:EventType
classmethod sso_add_cert(val)

Create an instance of this class set to the sso_add_cert tag with value val.

Parameters:val (SsoAddCertType) –
Return type:EventType
classmethod sso_add_login_url(val)

Create an instance of this class set to the sso_add_login_url tag with value val.

Parameters:val (SsoAddLoginUrlType) –
Return type:EventType
classmethod sso_add_logout_url(val)

Create an instance of this class set to the sso_add_logout_url tag with value val.

Parameters:val (SsoAddLogoutUrlType) –
Return type:EventType
classmethod sso_change_cert(val)

Create an instance of this class set to the sso_change_cert tag with value val.

Parameters:val (SsoChangeCertType) –
Return type:EventType
classmethod sso_change_login_url(val)

Create an instance of this class set to the sso_change_login_url tag with value val.

Parameters:val (SsoChangeLoginUrlType) –
Return type:EventType
classmethod sso_change_logout_url(val)

Create an instance of this class set to the sso_change_logout_url tag with value val.

Parameters:val (SsoChangeLogoutUrlType) –
Return type:EventType
classmethod sso_change_policy(val)

Create an instance of this class set to the sso_change_policy tag with value val.

Parameters:val (SsoChangePolicyType) –
Return type:EventType
classmethod sso_change_saml_identity_mode(val)

Create an instance of this class set to the sso_change_saml_identity_mode tag with value val.

Parameters:val (SsoChangeSamlIdentityModeType) –
Return type:EventType
classmethod sso_error(val)

Create an instance of this class set to the sso_error tag with value val.

Parameters:val (SsoErrorType) –
Return type:EventType
classmethod sso_remove_cert(val)

Create an instance of this class set to the sso_remove_cert tag with value val.

Parameters:val (SsoRemoveCertType) –
Return type:EventType
classmethod sso_remove_login_url(val)

Create an instance of this class set to the sso_remove_login_url tag with value val.

Parameters:val (SsoRemoveLoginUrlType) –
Return type:EventType
classmethod sso_remove_logout_url(val)

Create an instance of this class set to the sso_remove_logout_url tag with value val.

Parameters:val (SsoRemoveLogoutUrlType) –
Return type:EventType
classmethod started_enterprise_admin_session(val)

Create an instance of this class set to the started_enterprise_admin_session tag with value val.

Parameters:val (StartedEnterpriseAdminSessionType) –
Return type:EventType
classmethod team_activity_create_report(val)

Create an instance of this class set to the team_activity_create_report tag with value val.

Parameters:val (TeamActivityCreateReportType) –
Return type:EventType
classmethod team_activity_create_report_fail(val)

Create an instance of this class set to the team_activity_create_report_fail tag with value val.

Parameters:val (TeamActivityCreateReportFailType) –
Return type:EventType
classmethod team_branding_policy_changed(val)

Create an instance of this class set to the team_branding_policy_changed tag with value val.

Parameters:val (TeamBrandingPolicyChangedType) –
Return type:EventType
classmethod team_extensions_policy_changed(val)

Create an instance of this class set to the team_extensions_policy_changed tag with value val.

Parameters:val (TeamExtensionsPolicyChangedType) –
Return type:EventType
classmethod team_folder_change_status(val)

Create an instance of this class set to the team_folder_change_status tag with value val.

Parameters:val (TeamFolderChangeStatusType) –
Return type:EventType
classmethod team_folder_create(val)

Create an instance of this class set to the team_folder_create tag with value val.

Parameters:val (TeamFolderCreateType) –
Return type:EventType
classmethod team_folder_downgrade(val)

Create an instance of this class set to the team_folder_downgrade tag with value val.

Parameters:val (TeamFolderDowngradeType) –
Return type:EventType
classmethod team_folder_permanently_delete(val)

Create an instance of this class set to the team_folder_permanently_delete tag with value val.

Parameters:val (TeamFolderPermanentlyDeleteType) –
Return type:EventType
classmethod team_folder_rename(val)

Create an instance of this class set to the team_folder_rename tag with value val.

Parameters:val (TeamFolderRenameType) –
Return type:EventType
classmethod team_merge_from(val)

Create an instance of this class set to the team_merge_from tag with value val.

Parameters:val (TeamMergeFromType) –
Return type:EventType
classmethod team_merge_request_accepted(val)

Create an instance of this class set to the team_merge_request_accepted tag with value val.

Parameters:val (TeamMergeRequestAcceptedType) –
Return type:EventType
classmethod team_merge_request_accepted_shown_to_primary_team(val)

Create an instance of this class set to the team_merge_request_accepted_shown_to_primary_team tag with value val.

Parameters:val (TeamMergeRequestAcceptedShownToPrimaryTeamType) –
Return type:EventType
classmethod team_merge_request_accepted_shown_to_secondary_team(val)

Create an instance of this class set to the team_merge_request_accepted_shown_to_secondary_team tag with value val.

Parameters:val (TeamMergeRequestAcceptedShownToSecondaryTeamType) –
Return type:EventType
classmethod team_merge_request_auto_canceled(val)

Create an instance of this class set to the team_merge_request_auto_canceled tag with value val.

Parameters:val (TeamMergeRequestAutoCanceledType) –
Return type:EventType
classmethod team_merge_request_canceled(val)

Create an instance of this class set to the team_merge_request_canceled tag with value val.

Parameters:val (TeamMergeRequestCanceledType) –
Return type:EventType
classmethod team_merge_request_canceled_shown_to_primary_team(val)

Create an instance of this class set to the team_merge_request_canceled_shown_to_primary_team tag with value val.

Parameters:val (TeamMergeRequestCanceledShownToPrimaryTeamType) –
Return type:EventType
classmethod team_merge_request_canceled_shown_to_secondary_team(val)

Create an instance of this class set to the team_merge_request_canceled_shown_to_secondary_team tag with value val.

Parameters:val (TeamMergeRequestCanceledShownToSecondaryTeamType) –
Return type:EventType
classmethod team_merge_request_expired(val)

Create an instance of this class set to the team_merge_request_expired tag with value val.

Parameters:val (TeamMergeRequestExpiredType) –
Return type:EventType
classmethod team_merge_request_expired_shown_to_primary_team(val)

Create an instance of this class set to the team_merge_request_expired_shown_to_primary_team tag with value val.

Parameters:val (TeamMergeRequestExpiredShownToPrimaryTeamType) –
Return type:EventType
classmethod team_merge_request_expired_shown_to_secondary_team(val)

Create an instance of this class set to the team_merge_request_expired_shown_to_secondary_team tag with value val.

Parameters:val (TeamMergeRequestExpiredShownToSecondaryTeamType) –
Return type:EventType
classmethod team_merge_request_rejected_shown_to_primary_team(val)

Create an instance of this class set to the team_merge_request_rejected_shown_to_primary_team tag with value val.

Parameters:val (TeamMergeRequestRejectedShownToPrimaryTeamType) –
Return type:EventType
classmethod team_merge_request_rejected_shown_to_secondary_team(val)

Create an instance of this class set to the team_merge_request_rejected_shown_to_secondary_team tag with value val.

Parameters:val (TeamMergeRequestRejectedShownToSecondaryTeamType) –
Return type:EventType
classmethod team_merge_request_reminder(val)

Create an instance of this class set to the team_merge_request_reminder tag with value val.

Parameters:val (TeamMergeRequestReminderType) –
Return type:EventType
classmethod team_merge_request_reminder_shown_to_primary_team(val)

Create an instance of this class set to the team_merge_request_reminder_shown_to_primary_team tag with value val.

Parameters:val (TeamMergeRequestReminderShownToPrimaryTeamType) –
Return type:EventType
classmethod team_merge_request_reminder_shown_to_secondary_team(val)

Create an instance of this class set to the team_merge_request_reminder_shown_to_secondary_team tag with value val.

Parameters:val (TeamMergeRequestReminderShownToSecondaryTeamType) –
Return type:EventType
classmethod team_merge_request_revoked(val)

Create an instance of this class set to the team_merge_request_revoked tag with value val.

Parameters:val (TeamMergeRequestRevokedType) –
Return type:EventType
classmethod team_merge_request_sent_shown_to_primary_team(val)

Create an instance of this class set to the team_merge_request_sent_shown_to_primary_team tag with value val.

Parameters:val (TeamMergeRequestSentShownToPrimaryTeamType) –
Return type:EventType
classmethod team_merge_request_sent_shown_to_secondary_team(val)

Create an instance of this class set to the team_merge_request_sent_shown_to_secondary_team tag with value val.

Parameters:val (TeamMergeRequestSentShownToSecondaryTeamType) –
Return type:EventType
classmethod team_merge_to(val)

Create an instance of this class set to the team_merge_to tag with value val.

Parameters:val (TeamMergeToType) –
Return type:EventType
classmethod team_profile_add_background(val)

Create an instance of this class set to the team_profile_add_background tag with value val.

Parameters:val (TeamProfileAddBackgroundType) –
Return type:EventType

Create an instance of this class set to the team_profile_add_logo tag with value val.

Parameters:val (TeamProfileAddLogoType) –
Return type:EventType
classmethod team_profile_change_background(val)

Create an instance of this class set to the team_profile_change_background tag with value val.

Parameters:val (TeamProfileChangeBackgroundType) –
Return type:EventType
classmethod team_profile_change_default_language(val)

Create an instance of this class set to the team_profile_change_default_language tag with value val.

Parameters:val (TeamProfileChangeDefaultLanguageType) –
Return type:EventType

Create an instance of this class set to the team_profile_change_logo tag with value val.

Parameters:val (TeamProfileChangeLogoType) –
Return type:EventType
classmethod team_profile_change_name(val)

Create an instance of this class set to the team_profile_change_name tag with value val.

Parameters:val (TeamProfileChangeNameType) –
Return type:EventType
classmethod team_profile_remove_background(val)

Create an instance of this class set to the team_profile_remove_background tag with value val.

Parameters:val (TeamProfileRemoveBackgroundType) –
Return type:EventType

Create an instance of this class set to the team_profile_remove_logo tag with value val.

Parameters:val (TeamProfileRemoveLogoType) –
Return type:EventType
classmethod team_selective_sync_policy_changed(val)

Create an instance of this class set to the team_selective_sync_policy_changed tag with value val.

Parameters:val (TeamSelectiveSyncPolicyChangedType) –
Return type:EventType
classmethod team_selective_sync_settings_changed(val)

Create an instance of this class set to the team_selective_sync_settings_changed tag with value val.

Parameters:val (TeamSelectiveSyncSettingsChangedType) –
Return type:EventType
classmethod team_sharing_whitelist_subjects_changed(val)

Create an instance of this class set to the team_sharing_whitelist_subjects_changed tag with value val.

Parameters:val (TeamSharingWhitelistSubjectsChangedType) –
Return type:EventType
classmethod tfa_add_backup_phone(val)

Create an instance of this class set to the tfa_add_backup_phone tag with value val.

Parameters:val (TfaAddBackupPhoneType) –
Return type:EventType
classmethod tfa_add_exception(val)

Create an instance of this class set to the tfa_add_exception tag with value val.

Parameters:val (TfaAddExceptionType) –
Return type:EventType
classmethod tfa_add_security_key(val)

Create an instance of this class set to the tfa_add_security_key tag with value val.

Parameters:val (TfaAddSecurityKeyType) –
Return type:EventType
classmethod tfa_change_backup_phone(val)

Create an instance of this class set to the tfa_change_backup_phone tag with value val.

Parameters:val (TfaChangeBackupPhoneType) –
Return type:EventType
classmethod tfa_change_policy(val)

Create an instance of this class set to the tfa_change_policy tag with value val.

Parameters:val (TfaChangePolicyType) –
Return type:EventType
classmethod tfa_change_status(val)

Create an instance of this class set to the tfa_change_status tag with value val.

Parameters:val (TfaChangeStatusType) –
Return type:EventType
classmethod tfa_remove_backup_phone(val)

Create an instance of this class set to the tfa_remove_backup_phone tag with value val.

Parameters:val (TfaRemoveBackupPhoneType) –
Return type:EventType
classmethod tfa_remove_exception(val)

Create an instance of this class set to the tfa_remove_exception tag with value val.

Parameters:val (TfaRemoveExceptionType) –
Return type:EventType
classmethod tfa_remove_security_key(val)

Create an instance of this class set to the tfa_remove_security_key tag with value val.

Parameters:val (TfaRemoveSecurityKeyType) –
Return type:EventType
classmethod tfa_reset(val)

Create an instance of this class set to the tfa_reset tag with value val.

Parameters:val (TfaResetType) –
Return type:EventType
classmethod two_account_change_policy(val)

Create an instance of this class set to the two_account_change_policy tag with value val.

Parameters:val (TwoAccountChangePolicyType) –
Return type:EventType
classmethod undo_naming_convention(val)

Create an instance of this class set to the undo_naming_convention tag with value val.

Parameters:val (UndoNamingConventionType) –
Return type:EventType
classmethod undo_organize_folder_with_tidy(val)

Create an instance of this class set to the undo_organize_folder_with_tidy tag with value val.

Parameters:val (UndoOrganizeFolderWithTidyType) –
Return type:EventType
classmethod user_tags_added(val)

Create an instance of this class set to the user_tags_added tag with value val.

Parameters:val (UserTagsAddedType) –
Return type:EventType
classmethod user_tags_removed(val)

Create an instance of this class set to the user_tags_removed tag with value val.

Parameters:val (UserTagsRemovedType) –
Return type:EventType
classmethod viewer_info_policy_changed(val)

Create an instance of this class set to the viewer_info_policy_changed tag with value val.

Parameters:val (ViewerInfoPolicyChangedType) –
Return type:EventType
classmethod watermarking_policy_changed(val)

Create an instance of this class set to the watermarking_policy_changed tag with value val.

Parameters:val (WatermarkingPolicyChangedType) –
Return type:EventType
classmethod web_sessions_change_active_session_limit(val)

Create an instance of this class set to the web_sessions_change_active_session_limit tag with value val.

Parameters:val (WebSessionsChangeActiveSessionLimitType) –
Return type:EventType
classmethod web_sessions_change_fixed_length_policy(val)

Create an instance of this class set to the web_sessions_change_fixed_length_policy tag with value val.

Parameters:val (WebSessionsChangeFixedLengthPolicyType) –
Return type:EventType
classmethod web_sessions_change_idle_length_policy(val)

Create an instance of this class set to the web_sessions_change_idle_length_policy tag with value val.

Parameters:val (WebSessionsChangeIdleLengthPolicyType) –
Return type:EventType
class dropbox.team_log.EventTypeArg(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

The type of the event.

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:
:ivar
team_log.EventTypeArg.external_drive_backup_eligibility_status_checked: (devices) Checked external drive backup eligibility status
Variables:
:ivar
team_log.EventTypeArg.sharing_change_link_allow_change_expiration_policy: (team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team
Variables:
:ivar
team_log.EventTypeArg.team_merge_request_accepted_shown_to_primary_team: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
:ivar
team_log.EventTypeArg.team_merge_request_accepted_shown_to_secondary_team: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Variables:
:ivar
team_log.EventTypeArg.team_merge_request_canceled_shown_to_primary_team: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
:ivar
team_log.EventTypeArg.team_merge_request_canceled_shown_to_secondary_team: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Variables:team_log.EventTypeArg.team_merge_request_expired – (trusted_teams) Team merge request expired
:ivar
team_log.EventTypeArg.team_merge_request_expired_shown_to_primary_team: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
:ivar
team_log.EventTypeArg.team_merge_request_expired_shown_to_secondary_team: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
:ivar
team_log.EventTypeArg.team_merge_request_rejected_shown_to_primary_team: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
:ivar
team_log.EventTypeArg.team_merge_request_rejected_shown_to_secondary_team: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Variables:team_log.EventTypeArg.team_merge_request_reminder – (trusted_teams) Sent a team merge request reminder
:ivar
team_log.EventTypeArg.team_merge_request_reminder_shown_to_primary_team: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
:ivar
team_log.EventTypeArg.team_merge_request_reminder_shown_to_secondary_team: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Variables:
account_capture_change_availability = EventTypeArg(u'account_capture_change_availability', None)
account_capture_change_policy = EventTypeArg(u'account_capture_change_policy', None)
account_capture_migrate_account = EventTypeArg(u'account_capture_migrate_account', None)
account_capture_notification_emails_sent = EventTypeArg(u'account_capture_notification_emails_sent', None)
account_capture_relinquish_account = EventTypeArg(u'account_capture_relinquish_account', None)
account_lock_or_unlocked = EventTypeArg(u'account_lock_or_unlocked', None)
admin_alerting_alert_state_changed = EventTypeArg(u'admin_alerting_alert_state_changed', None)
admin_alerting_changed_alert_config = EventTypeArg(u'admin_alerting_changed_alert_config', None)
admin_alerting_triggered_alert = EventTypeArg(u'admin_alerting_triggered_alert', None)
admin_email_reminders_changed = EventTypeArg(u'admin_email_reminders_changed', None)
allow_download_disabled = EventTypeArg(u'allow_download_disabled', None)
allow_download_enabled = EventTypeArg(u'allow_download_enabled', None)
app_blocked_by_permissions = EventTypeArg(u'app_blocked_by_permissions', None)
app_permissions_changed = EventTypeArg(u'app_permissions_changed', None)
apply_naming_convention = EventTypeArg(u'apply_naming_convention', None)
binder_add_page = EventTypeArg(u'binder_add_page', None)
binder_add_section = EventTypeArg(u'binder_add_section', None)
binder_remove_page = EventTypeArg(u'binder_remove_page', None)
binder_remove_section = EventTypeArg(u'binder_remove_section', None)
binder_rename_page = EventTypeArg(u'binder_rename_page', None)
binder_rename_section = EventTypeArg(u'binder_rename_section', None)
binder_reorder_page = EventTypeArg(u'binder_reorder_page', None)
binder_reorder_section = EventTypeArg(u'binder_reorder_section', None)
camera_uploads_policy_changed = EventTypeArg(u'camera_uploads_policy_changed', None)
capture_transcript_policy_changed = EventTypeArg(u'capture_transcript_policy_changed', None)
changed_enterprise_admin_role = EventTypeArg(u'changed_enterprise_admin_role', None)
changed_enterprise_connected_team_status = EventTypeArg(u'changed_enterprise_connected_team_status', None)
classification_change_policy = EventTypeArg(u'classification_change_policy', None)
classification_create_report = EventTypeArg(u'classification_create_report', None)
classification_create_report_fail = EventTypeArg(u'classification_create_report_fail', None)
collection_share = EventTypeArg(u'collection_share', None)
computer_backup_policy_changed = EventTypeArg(u'computer_backup_policy_changed', None)
content_administration_policy_changed = EventTypeArg(u'content_administration_policy_changed', None)
create_folder = EventTypeArg(u'create_folder', None)
data_placement_restriction_change_policy = EventTypeArg(u'data_placement_restriction_change_policy', None)
data_placement_restriction_satisfy_policy = EventTypeArg(u'data_placement_restriction_satisfy_policy', None)
data_residency_migration_request_successful = EventTypeArg(u'data_residency_migration_request_successful', None)
data_residency_migration_request_unsuccessful = EventTypeArg(u'data_residency_migration_request_unsuccessful', None)
device_approvals_add_exception = EventTypeArg(u'device_approvals_add_exception', None)
device_approvals_change_desktop_policy = EventTypeArg(u'device_approvals_change_desktop_policy', None)
device_approvals_change_mobile_policy = EventTypeArg(u'device_approvals_change_mobile_policy', None)
device_approvals_change_overage_action = EventTypeArg(u'device_approvals_change_overage_action', None)
device_approvals_remove_exception = EventTypeArg(u'device_approvals_remove_exception', None)
device_change_ip_desktop = EventTypeArg(u'device_change_ip_desktop', None)
device_change_ip_mobile = EventTypeArg(u'device_change_ip_mobile', None)
device_change_ip_web = EventTypeArg(u'device_change_ip_web', None)
device_management_disabled = EventTypeArg(u'device_management_disabled', None)
device_management_enabled = EventTypeArg(u'device_management_enabled', None)
device_sync_backup_status_changed = EventTypeArg(u'device_sync_backup_status_changed', None)
directory_restrictions_add_members = EventTypeArg(u'directory_restrictions_add_members', None)
directory_restrictions_remove_members = EventTypeArg(u'directory_restrictions_remove_members', None)
disabled_domain_invites = EventTypeArg(u'disabled_domain_invites', None)
domain_invites_approve_request_to_join_team = EventTypeArg(u'domain_invites_approve_request_to_join_team', None)
domain_invites_decline_request_to_join_team = EventTypeArg(u'domain_invites_decline_request_to_join_team', None)
domain_invites_email_existing_users = EventTypeArg(u'domain_invites_email_existing_users', None)
domain_invites_request_to_join_team = EventTypeArg(u'domain_invites_request_to_join_team', None)
domain_invites_set_invite_new_user_pref_to_no = EventTypeArg(u'domain_invites_set_invite_new_user_pref_to_no', None)
domain_invites_set_invite_new_user_pref_to_yes = EventTypeArg(u'domain_invites_set_invite_new_user_pref_to_yes', None)
domain_verification_add_domain_fail = EventTypeArg(u'domain_verification_add_domain_fail', None)
domain_verification_add_domain_success = EventTypeArg(u'domain_verification_add_domain_success', None)
domain_verification_remove_domain = EventTypeArg(u'domain_verification_remove_domain', None)
dropbox_passwords_exported = EventTypeArg(u'dropbox_passwords_exported', None)
dropbox_passwords_new_device_enrolled = EventTypeArg(u'dropbox_passwords_new_device_enrolled', None)
dropbox_passwords_policy_changed = EventTypeArg(u'dropbox_passwords_policy_changed', None)
email_ingest_policy_changed = EventTypeArg(u'email_ingest_policy_changed', None)
email_ingest_receive_file = EventTypeArg(u'email_ingest_receive_file', None)
emm_add_exception = EventTypeArg(u'emm_add_exception', None)
emm_change_policy = EventTypeArg(u'emm_change_policy', None)
emm_create_exceptions_report = EventTypeArg(u'emm_create_exceptions_report', None)
emm_create_usage_report = EventTypeArg(u'emm_create_usage_report', None)
emm_error = EventTypeArg(u'emm_error', None)
emm_refresh_auth_token = EventTypeArg(u'emm_refresh_auth_token', None)
emm_remove_exception = EventTypeArg(u'emm_remove_exception', None)
enabled_domain_invites = EventTypeArg(u'enabled_domain_invites', None)
ended_enterprise_admin_session = EventTypeArg(u'ended_enterprise_admin_session', None)
ended_enterprise_admin_session_deprecated = EventTypeArg(u'ended_enterprise_admin_session_deprecated', None)
enterprise_settings_locking = EventTypeArg(u'enterprise_settings_locking', None)
export_members_report = EventTypeArg(u'export_members_report', None)
export_members_report_fail = EventTypeArg(u'export_members_report_fail', None)
extended_version_history_change_policy = EventTypeArg(u'extended_version_history_change_policy', None)
external_drive_backup_eligibility_status_checked = EventTypeArg(u'external_drive_backup_eligibility_status_checked', None)
external_drive_backup_policy_changed = EventTypeArg(u'external_drive_backup_policy_changed', None)
external_drive_backup_status_changed = EventTypeArg(u'external_drive_backup_status_changed', None)
external_sharing_create_report = EventTypeArg(u'external_sharing_create_report', None)
external_sharing_report_failed = EventTypeArg(u'external_sharing_report_failed', None)
file_add = EventTypeArg(u'file_add', None)
file_add_comment = EventTypeArg(u'file_add_comment', None)
file_change_comment_subscription = EventTypeArg(u'file_change_comment_subscription', None)
file_comments_change_policy = EventTypeArg(u'file_comments_change_policy', None)
file_copy = EventTypeArg(u'file_copy', None)
file_delete = EventTypeArg(u'file_delete', None)
file_delete_comment = EventTypeArg(u'file_delete_comment', None)
file_download = EventTypeArg(u'file_download', None)
file_edit = EventTypeArg(u'file_edit', None)
file_edit_comment = EventTypeArg(u'file_edit_comment', None)
file_get_copy_reference = EventTypeArg(u'file_get_copy_reference', None)
file_like_comment = EventTypeArg(u'file_like_comment', None)
file_locking_lock_status_changed = EventTypeArg(u'file_locking_lock_status_changed', None)
file_locking_policy_changed = EventTypeArg(u'file_locking_policy_changed', None)
file_move = EventTypeArg(u'file_move', None)
file_permanently_delete = EventTypeArg(u'file_permanently_delete', None)
file_preview = EventTypeArg(u'file_preview', None)
file_provider_migration_policy_changed = EventTypeArg(u'file_provider_migration_policy_changed', None)
file_rename = EventTypeArg(u'file_rename', None)
file_request_change = EventTypeArg(u'file_request_change', None)
file_request_close = EventTypeArg(u'file_request_close', None)
file_request_create = EventTypeArg(u'file_request_create', None)
file_request_delete = EventTypeArg(u'file_request_delete', None)
file_request_receive_file = EventTypeArg(u'file_request_receive_file', None)
file_requests_change_policy = EventTypeArg(u'file_requests_change_policy', None)
file_requests_emails_enabled = EventTypeArg(u'file_requests_emails_enabled', None)
file_requests_emails_restricted_to_team_only = EventTypeArg(u'file_requests_emails_restricted_to_team_only', None)
file_resolve_comment = EventTypeArg(u'file_resolve_comment', None)
file_restore = EventTypeArg(u'file_restore', None)
file_revert = EventTypeArg(u'file_revert', None)
file_rollback_changes = EventTypeArg(u'file_rollback_changes', None)
file_save_copy_reference = EventTypeArg(u'file_save_copy_reference', None)
file_transfers_file_add = EventTypeArg(u'file_transfers_file_add', None)
file_transfers_policy_changed = EventTypeArg(u'file_transfers_policy_changed', None)
file_transfers_transfer_delete = EventTypeArg(u'file_transfers_transfer_delete', None)
file_transfers_transfer_download = EventTypeArg(u'file_transfers_transfer_download', None)
file_transfers_transfer_send = EventTypeArg(u'file_transfers_transfer_send', None)
file_transfers_transfer_view = EventTypeArg(u'file_transfers_transfer_view', None)
file_unlike_comment = EventTypeArg(u'file_unlike_comment', None)
file_unresolve_comment = EventTypeArg(u'file_unresolve_comment', None)
folder_overview_description_changed = EventTypeArg(u'folder_overview_description_changed', None)
folder_overview_item_pinned = EventTypeArg(u'folder_overview_item_pinned', None)
folder_overview_item_unpinned = EventTypeArg(u'folder_overview_item_unpinned', None)
google_sso_change_policy = EventTypeArg(u'google_sso_change_policy', None)
governance_policy_add_folder_failed = EventTypeArg(u'governance_policy_add_folder_failed', None)
governance_policy_add_folders = EventTypeArg(u'governance_policy_add_folders', None)
governance_policy_content_disposed = EventTypeArg(u'governance_policy_content_disposed', None)
governance_policy_create = EventTypeArg(u'governance_policy_create', None)
governance_policy_delete = EventTypeArg(u'governance_policy_delete', None)
governance_policy_edit_details = EventTypeArg(u'governance_policy_edit_details', None)
governance_policy_edit_duration = EventTypeArg(u'governance_policy_edit_duration', None)
governance_policy_export_created = EventTypeArg(u'governance_policy_export_created', None)
governance_policy_export_removed = EventTypeArg(u'governance_policy_export_removed', None)
governance_policy_remove_folders = EventTypeArg(u'governance_policy_remove_folders', None)
governance_policy_report_created = EventTypeArg(u'governance_policy_report_created', None)
governance_policy_zip_part_downloaded = EventTypeArg(u'governance_policy_zip_part_downloaded', None)
group_add_external_id = EventTypeArg(u'group_add_external_id', None)
group_add_member = EventTypeArg(u'group_add_member', None)
group_change_external_id = EventTypeArg(u'group_change_external_id', None)
group_change_management_type = EventTypeArg(u'group_change_management_type', None)
group_change_member_role = EventTypeArg(u'group_change_member_role', None)
group_create = EventTypeArg(u'group_create', None)
group_delete = EventTypeArg(u'group_delete', None)
group_description_updated = EventTypeArg(u'group_description_updated', None)
group_join_policy_updated = EventTypeArg(u'group_join_policy_updated', None)
group_moved = EventTypeArg(u'group_moved', None)
group_remove_external_id = EventTypeArg(u'group_remove_external_id', None)
group_remove_member = EventTypeArg(u'group_remove_member', None)
group_rename = EventTypeArg(u'group_rename', None)
group_user_management_change_policy = EventTypeArg(u'group_user_management_change_policy', None)
guest_admin_change_status = EventTypeArg(u'guest_admin_change_status', None)
guest_admin_signed_in_via_trusted_teams = EventTypeArg(u'guest_admin_signed_in_via_trusted_teams', None)
guest_admin_signed_out_via_trusted_teams = EventTypeArg(u'guest_admin_signed_out_via_trusted_teams', None)
integration_connected = EventTypeArg(u'integration_connected', None)
integration_disconnected = EventTypeArg(u'integration_disconnected', None)
integration_policy_changed = EventTypeArg(u'integration_policy_changed', None)
invite_acceptance_email_policy_changed = EventTypeArg(u'invite_acceptance_email_policy_changed', None)
is_account_capture_change_availability()

Check if the union tag is account_capture_change_availability.

Return type:bool
is_account_capture_change_policy()

Check if the union tag is account_capture_change_policy.

Return type:bool
is_account_capture_migrate_account()

Check if the union tag is account_capture_migrate_account.

Return type:bool
is_account_capture_notification_emails_sent()

Check if the union tag is account_capture_notification_emails_sent.

Return type:bool
is_account_capture_relinquish_account()

Check if the union tag is account_capture_relinquish_account.

Return type:bool
is_account_lock_or_unlocked()

Check if the union tag is account_lock_or_unlocked.

Return type:bool
is_admin_alerting_alert_state_changed()

Check if the union tag is admin_alerting_alert_state_changed.

Return type:bool
is_admin_alerting_changed_alert_config()

Check if the union tag is admin_alerting_changed_alert_config.

Return type:bool
is_admin_alerting_triggered_alert()

Check if the union tag is admin_alerting_triggered_alert.

Return type:bool
is_admin_email_reminders_changed()

Check if the union tag is admin_email_reminders_changed.

Return type:bool
is_allow_download_disabled()

Check if the union tag is allow_download_disabled.

Return type:bool
is_allow_download_enabled()

Check if the union tag is allow_download_enabled.

Return type:bool
is_app_blocked_by_permissions()

Check if the union tag is app_blocked_by_permissions.

Return type:bool

Check if the union tag is app_link_team.

Return type:bool

Check if the union tag is app_link_user.

Return type:bool
is_app_permissions_changed()

Check if the union tag is app_permissions_changed.

Return type:bool

Check if the union tag is app_unlink_team.

Return type:bool

Check if the union tag is app_unlink_user.

Return type:bool
is_apply_naming_convention()

Check if the union tag is apply_naming_convention.

Return type:bool
is_binder_add_page()

Check if the union tag is binder_add_page.

Return type:bool
is_binder_add_section()

Check if the union tag is binder_add_section.

Return type:bool
is_binder_remove_page()

Check if the union tag is binder_remove_page.

Return type:bool
is_binder_remove_section()

Check if the union tag is binder_remove_section.

Return type:bool
is_binder_rename_page()

Check if the union tag is binder_rename_page.

Return type:bool
is_binder_rename_section()

Check if the union tag is binder_rename_section.

Return type:bool
is_binder_reorder_page()

Check if the union tag is binder_reorder_page.

Return type:bool
is_binder_reorder_section()

Check if the union tag is binder_reorder_section.

Return type:bool
is_camera_uploads_policy_changed()

Check if the union tag is camera_uploads_policy_changed.

Return type:bool
is_capture_transcript_policy_changed()

Check if the union tag is capture_transcript_policy_changed.

Return type:bool
is_changed_enterprise_admin_role()

Check if the union tag is changed_enterprise_admin_role.

Return type:bool
is_changed_enterprise_connected_team_status()

Check if the union tag is changed_enterprise_connected_team_status.

Return type:bool
is_classification_change_policy()

Check if the union tag is classification_change_policy.

Return type:bool
is_classification_create_report()

Check if the union tag is classification_create_report.

Return type:bool
is_classification_create_report_fail()

Check if the union tag is classification_create_report_fail.

Return type:bool
is_collection_share()

Check if the union tag is collection_share.

Return type:bool
is_computer_backup_policy_changed()

Check if the union tag is computer_backup_policy_changed.

Return type:bool
is_content_administration_policy_changed()

Check if the union tag is content_administration_policy_changed.

Return type:bool
is_create_folder()

Check if the union tag is create_folder.

Return type:bool

Check if the union tag is create_team_invite_link.

Return type:bool
is_data_placement_restriction_change_policy()

Check if the union tag is data_placement_restriction_change_policy.

Return type:bool
is_data_placement_restriction_satisfy_policy()

Check if the union tag is data_placement_restriction_satisfy_policy.

Return type:bool
is_data_residency_migration_request_successful()

Check if the union tag is data_residency_migration_request_successful.

Return type:bool
is_data_residency_migration_request_unsuccessful()

Check if the union tag is data_residency_migration_request_unsuccessful.

Return type:bool

Check if the union tag is delete_team_invite_link.

Return type:bool
is_device_approvals_add_exception()

Check if the union tag is device_approvals_add_exception.

Return type:bool
is_device_approvals_change_desktop_policy()

Check if the union tag is device_approvals_change_desktop_policy.

Return type:bool
is_device_approvals_change_mobile_policy()

Check if the union tag is device_approvals_change_mobile_policy.

Return type:bool
is_device_approvals_change_overage_action()

Check if the union tag is device_approvals_change_overage_action.

Return type:bool

Check if the union tag is device_approvals_change_unlink_action.

Return type:bool
is_device_approvals_remove_exception()

Check if the union tag is device_approvals_remove_exception.

Return type:bool
is_device_change_ip_desktop()

Check if the union tag is device_change_ip_desktop.

Return type:bool
is_device_change_ip_mobile()

Check if the union tag is device_change_ip_mobile.

Return type:bool
is_device_change_ip_web()

Check if the union tag is device_change_ip_web.

Return type:bool

Check if the union tag is device_delete_on_unlink_fail.

Return type:bool

Check if the union tag is device_delete_on_unlink_success.

Return type:bool

Check if the union tag is device_link_fail.

Return type:bool

Check if the union tag is device_link_success.

Return type:bool
is_device_management_disabled()

Check if the union tag is device_management_disabled.

Return type:bool
is_device_management_enabled()

Check if the union tag is device_management_enabled.

Return type:bool
is_device_sync_backup_status_changed()

Check if the union tag is device_sync_backup_status_changed.

Return type:bool

Check if the union tag is device_unlink.

Return type:bool
is_directory_restrictions_add_members()

Check if the union tag is directory_restrictions_add_members.

Return type:bool
is_directory_restrictions_remove_members()

Check if the union tag is directory_restrictions_remove_members.

Return type:bool
is_disabled_domain_invites()

Check if the union tag is disabled_domain_invites.

Return type:bool
is_domain_invites_approve_request_to_join_team()

Check if the union tag is domain_invites_approve_request_to_join_team.

Return type:bool
is_domain_invites_decline_request_to_join_team()

Check if the union tag is domain_invites_decline_request_to_join_team.

Return type:bool
is_domain_invites_email_existing_users()

Check if the union tag is domain_invites_email_existing_users.

Return type:bool
is_domain_invites_request_to_join_team()

Check if the union tag is domain_invites_request_to_join_team.

Return type:bool
is_domain_invites_set_invite_new_user_pref_to_no()

Check if the union tag is domain_invites_set_invite_new_user_pref_to_no.

Return type:bool
is_domain_invites_set_invite_new_user_pref_to_yes()

Check if the union tag is domain_invites_set_invite_new_user_pref_to_yes.

Return type:bool
is_domain_verification_add_domain_fail()

Check if the union tag is domain_verification_add_domain_fail.

Return type:bool
is_domain_verification_add_domain_success()

Check if the union tag is domain_verification_add_domain_success.

Return type:bool
is_domain_verification_remove_domain()

Check if the union tag is domain_verification_remove_domain.

Return type:bool
is_dropbox_passwords_exported()

Check if the union tag is dropbox_passwords_exported.

Return type:bool
is_dropbox_passwords_new_device_enrolled()

Check if the union tag is dropbox_passwords_new_device_enrolled.

Return type:bool
is_dropbox_passwords_policy_changed()

Check if the union tag is dropbox_passwords_policy_changed.

Return type:bool
is_email_ingest_policy_changed()

Check if the union tag is email_ingest_policy_changed.

Return type:bool
is_email_ingest_receive_file()

Check if the union tag is email_ingest_receive_file.

Return type:bool
is_emm_add_exception()

Check if the union tag is emm_add_exception.

Return type:bool
is_emm_change_policy()

Check if the union tag is emm_change_policy.

Return type:bool
is_emm_create_exceptions_report()

Check if the union tag is emm_create_exceptions_report.

Return type:bool
is_emm_create_usage_report()

Check if the union tag is emm_create_usage_report.

Return type:bool
is_emm_error()

Check if the union tag is emm_error.

Return type:bool
is_emm_refresh_auth_token()

Check if the union tag is emm_refresh_auth_token.

Return type:bool
is_emm_remove_exception()

Check if the union tag is emm_remove_exception.

Return type:bool
is_enabled_domain_invites()

Check if the union tag is enabled_domain_invites.

Return type:bool
is_ended_enterprise_admin_session()

Check if the union tag is ended_enterprise_admin_session.

Return type:bool
is_ended_enterprise_admin_session_deprecated()

Check if the union tag is ended_enterprise_admin_session_deprecated.

Return type:bool
is_enterprise_settings_locking()

Check if the union tag is enterprise_settings_locking.

Return type:bool
is_export_members_report()

Check if the union tag is export_members_report.

Return type:bool
is_export_members_report_fail()

Check if the union tag is export_members_report_fail.

Return type:bool
is_extended_version_history_change_policy()

Check if the union tag is extended_version_history_change_policy.

Return type:bool
is_external_drive_backup_eligibility_status_checked()

Check if the union tag is external_drive_backup_eligibility_status_checked.

Return type:bool
is_external_drive_backup_policy_changed()

Check if the union tag is external_drive_backup_policy_changed.

Return type:bool
is_external_drive_backup_status_changed()

Check if the union tag is external_drive_backup_status_changed.

Return type:bool
is_external_sharing_create_report()

Check if the union tag is external_sharing_create_report.

Return type:bool
is_external_sharing_report_failed()

Check if the union tag is external_sharing_report_failed.

Return type:bool
is_file_add()

Check if the union tag is file_add.

Return type:bool
is_file_add_comment()

Check if the union tag is file_add_comment.

Return type:bool
is_file_change_comment_subscription()

Check if the union tag is file_change_comment_subscription.

Return type:bool
is_file_comments_change_policy()

Check if the union tag is file_comments_change_policy.

Return type:bool
is_file_copy()

Check if the union tag is file_copy.

Return type:bool
is_file_delete()

Check if the union tag is file_delete.

Return type:bool
is_file_delete_comment()

Check if the union tag is file_delete_comment.

Return type:bool
is_file_download()

Check if the union tag is file_download.

Return type:bool
is_file_edit()

Check if the union tag is file_edit.

Return type:bool
is_file_edit_comment()

Check if the union tag is file_edit_comment.

Return type:bool
is_file_get_copy_reference()

Check if the union tag is file_get_copy_reference.

Return type:bool
is_file_like_comment()

Check if the union tag is file_like_comment.

Return type:bool
is_file_locking_lock_status_changed()

Check if the union tag is file_locking_lock_status_changed.

Return type:bool
is_file_locking_policy_changed()

Check if the union tag is file_locking_policy_changed.

Return type:bool
is_file_move()

Check if the union tag is file_move.

Return type:bool
is_file_permanently_delete()

Check if the union tag is file_permanently_delete.

Return type:bool
is_file_preview()

Check if the union tag is file_preview.

Return type:bool
is_file_provider_migration_policy_changed()

Check if the union tag is file_provider_migration_policy_changed.

Return type:bool
is_file_rename()

Check if the union tag is file_rename.

Return type:bool
is_file_request_change()

Check if the union tag is file_request_change.

Return type:bool
is_file_request_close()

Check if the union tag is file_request_close.

Return type:bool
is_file_request_create()

Check if the union tag is file_request_create.

Return type:bool
is_file_request_delete()

Check if the union tag is file_request_delete.

Return type:bool
is_file_request_receive_file()

Check if the union tag is file_request_receive_file.

Return type:bool
is_file_requests_change_policy()

Check if the union tag is file_requests_change_policy.

Return type:bool
is_file_requests_emails_enabled()

Check if the union tag is file_requests_emails_enabled.

Return type:bool
is_file_requests_emails_restricted_to_team_only()

Check if the union tag is file_requests_emails_restricted_to_team_only.

Return type:bool
is_file_resolve_comment()

Check if the union tag is file_resolve_comment.

Return type:bool
is_file_restore()

Check if the union tag is file_restore.

Return type:bool
is_file_revert()

Check if the union tag is file_revert.

Return type:bool
is_file_rollback_changes()

Check if the union tag is file_rollback_changes.

Return type:bool
is_file_save_copy_reference()

Check if the union tag is file_save_copy_reference.

Return type:bool
is_file_transfers_file_add()

Check if the union tag is file_transfers_file_add.

Return type:bool
is_file_transfers_policy_changed()

Check if the union tag is file_transfers_policy_changed.

Return type:bool
is_file_transfers_transfer_delete()

Check if the union tag is file_transfers_transfer_delete.

Return type:bool
is_file_transfers_transfer_download()

Check if the union tag is file_transfers_transfer_download.

Return type:bool
is_file_transfers_transfer_send()

Check if the union tag is file_transfers_transfer_send.

Return type:bool
is_file_transfers_transfer_view()

Check if the union tag is file_transfers_transfer_view.

Return type:bool
is_file_unlike_comment()

Check if the union tag is file_unlike_comment.

Return type:bool
is_file_unresolve_comment()

Check if the union tag is file_unresolve_comment.

Return type:bool

Check if the union tag is folder_link_restriction_policy_changed.

Return type:bool
is_folder_overview_description_changed()

Check if the union tag is folder_overview_description_changed.

Return type:bool
is_folder_overview_item_pinned()

Check if the union tag is folder_overview_item_pinned.

Return type:bool
is_folder_overview_item_unpinned()

Check if the union tag is folder_overview_item_unpinned.

Return type:bool
is_google_sso_change_policy()

Check if the union tag is google_sso_change_policy.

Return type:bool
is_governance_policy_add_folder_failed()

Check if the union tag is governance_policy_add_folder_failed.

Return type:bool
is_governance_policy_add_folders()

Check if the union tag is governance_policy_add_folders.

Return type:bool
is_governance_policy_content_disposed()

Check if the union tag is governance_policy_content_disposed.

Return type:bool
is_governance_policy_create()

Check if the union tag is governance_policy_create.

Return type:bool
is_governance_policy_delete()

Check if the union tag is governance_policy_delete.

Return type:bool
is_governance_policy_edit_details()

Check if the union tag is governance_policy_edit_details.

Return type:bool
is_governance_policy_edit_duration()

Check if the union tag is governance_policy_edit_duration.

Return type:bool
is_governance_policy_export_created()

Check if the union tag is governance_policy_export_created.

Return type:bool
is_governance_policy_export_removed()

Check if the union tag is governance_policy_export_removed.

Return type:bool
is_governance_policy_remove_folders()

Check if the union tag is governance_policy_remove_folders.

Return type:bool
is_governance_policy_report_created()

Check if the union tag is governance_policy_report_created.

Return type:bool
is_governance_policy_zip_part_downloaded()

Check if the union tag is governance_policy_zip_part_downloaded.

Return type:bool
is_group_add_external_id()

Check if the union tag is group_add_external_id.

Return type:bool
is_group_add_member()

Check if the union tag is group_add_member.

Return type:bool
is_group_change_external_id()

Check if the union tag is group_change_external_id.

Return type:bool
is_group_change_management_type()

Check if the union tag is group_change_management_type.

Return type:bool
is_group_change_member_role()

Check if the union tag is group_change_member_role.

Return type:bool
is_group_create()

Check if the union tag is group_create.

Return type:bool
is_group_delete()

Check if the union tag is group_delete.

Return type:bool
is_group_description_updated()

Check if the union tag is group_description_updated.

Return type:bool
is_group_join_policy_updated()

Check if the union tag is group_join_policy_updated.

Return type:bool
is_group_moved()

Check if the union tag is group_moved.

Return type:bool
is_group_remove_external_id()

Check if the union tag is group_remove_external_id.

Return type:bool
is_group_remove_member()

Check if the union tag is group_remove_member.

Return type:bool
is_group_rename()

Check if the union tag is group_rename.

Return type:bool
is_group_user_management_change_policy()

Check if the union tag is group_user_management_change_policy.

Return type:bool
is_guest_admin_change_status()

Check if the union tag is guest_admin_change_status.

Return type:bool
is_guest_admin_signed_in_via_trusted_teams()

Check if the union tag is guest_admin_signed_in_via_trusted_teams.

Return type:bool
is_guest_admin_signed_out_via_trusted_teams()

Check if the union tag is guest_admin_signed_out_via_trusted_teams.

Return type:bool
is_integration_connected()

Check if the union tag is integration_connected.

Return type:bool
is_integration_disconnected()

Check if the union tag is integration_disconnected.

Return type:bool
is_integration_policy_changed()

Check if the union tag is integration_policy_changed.

Return type:bool
is_invite_acceptance_email_policy_changed()

Check if the union tag is invite_acceptance_email_policy_changed.

Return type:bool

Check if the union tag is legal_holds_activate_a_hold.

Return type:bool

Check if the union tag is legal_holds_add_members.

Return type:bool

Check if the union tag is legal_holds_change_hold_details.

Return type:bool

Check if the union tag is legal_holds_change_hold_name.

Return type:bool

Check if the union tag is legal_holds_export_a_hold.

Return type:bool

Check if the union tag is legal_holds_export_cancelled.

Return type:bool

Check if the union tag is legal_holds_export_downloaded.

Return type:bool

Check if the union tag is legal_holds_export_removed.

Return type:bool

Check if the union tag is legal_holds_release_a_hold.

Return type:bool

Check if the union tag is legal_holds_remove_members.

Return type:bool

Check if the union tag is legal_holds_report_a_hold.

Return type:bool
is_login_fail()

Check if the union tag is login_fail.

Return type:bool
is_login_success()

Check if the union tag is login_success.

Return type:bool
is_logout()

Check if the union tag is logout.

Return type:bool
is_member_add_external_id()

Check if the union tag is member_add_external_id.

Return type:bool
is_member_add_name()

Check if the union tag is member_add_name.

Return type:bool
is_member_change_admin_role()

Check if the union tag is member_change_admin_role.

Return type:bool
is_member_change_email()

Check if the union tag is member_change_email.

Return type:bool
is_member_change_external_id()

Check if the union tag is member_change_external_id.

Return type:bool
is_member_change_membership_type()

Check if the union tag is member_change_membership_type.

Return type:bool
is_member_change_name()

Check if the union tag is member_change_name.

Return type:bool
is_member_change_reseller_role()

Check if the union tag is member_change_reseller_role.

Return type:bool
is_member_change_status()

Check if the union tag is member_change_status.

Return type:bool
is_member_delete_manual_contacts()

Check if the union tag is member_delete_manual_contacts.

Return type:bool
is_member_delete_profile_photo()

Check if the union tag is member_delete_profile_photo.

Return type:bool
is_member_permanently_delete_account_contents()

Check if the union tag is member_permanently_delete_account_contents.

Return type:bool
is_member_remove_external_id()

Check if the union tag is member_remove_external_id.

Return type:bool
is_member_requests_change_policy()

Check if the union tag is member_requests_change_policy.

Return type:bool
is_member_send_invite_policy_changed()

Check if the union tag is member_send_invite_policy_changed.

Return type:bool
is_member_set_profile_photo()

Check if the union tag is member_set_profile_photo.

Return type:bool
is_member_space_limits_add_custom_quota()

Check if the union tag is member_space_limits_add_custom_quota.

Return type:bool
is_member_space_limits_add_exception()

Check if the union tag is member_space_limits_add_exception.

Return type:bool
is_member_space_limits_change_caps_type_policy()

Check if the union tag is member_space_limits_change_caps_type_policy.

Return type:bool
is_member_space_limits_change_custom_quota()

Check if the union tag is member_space_limits_change_custom_quota.

Return type:bool
is_member_space_limits_change_policy()

Check if the union tag is member_space_limits_change_policy.

Return type:bool
is_member_space_limits_change_status()

Check if the union tag is member_space_limits_change_status.

Return type:bool
is_member_space_limits_remove_custom_quota()

Check if the union tag is member_space_limits_remove_custom_quota.

Return type:bool
is_member_space_limits_remove_exception()

Check if the union tag is member_space_limits_remove_exception.

Return type:bool
is_member_suggest()

Check if the union tag is member_suggest.

Return type:bool
is_member_suggestions_change_policy()

Check if the union tag is member_suggestions_change_policy.

Return type:bool
is_member_transfer_account_contents()

Check if the union tag is member_transfer_account_contents.

Return type:bool
is_microsoft_office_addin_change_policy()

Check if the union tag is microsoft_office_addin_change_policy.

Return type:bool
is_network_control_change_policy()

Check if the union tag is network_control_change_policy.

Return type:bool

Check if the union tag is no_expiration_link_gen_create_report.

Return type:bool

Check if the union tag is no_expiration_link_gen_report_failed.

Return type:bool

Check if the union tag is no_password_link_gen_create_report.

Return type:bool

Check if the union tag is no_password_link_gen_report_failed.

Return type:bool

Check if the union tag is no_password_link_view_create_report.

Return type:bool

Check if the union tag is no_password_link_view_report_failed.

Return type:bool
is_note_acl_invite_only()

Check if the union tag is note_acl_invite_only.

Return type:bool

Check if the union tag is note_acl_link.

Return type:bool

Check if the union tag is note_acl_team_link.

Return type:bool
is_note_share_receive()

Check if the union tag is note_share_receive.

Return type:bool
is_note_shared()

Check if the union tag is note_shared.

Return type:bool
is_object_label_added()

Check if the union tag is object_label_added.

Return type:bool
is_object_label_removed()

Check if the union tag is object_label_removed.

Return type:bool
is_object_label_updated_value()

Check if the union tag is object_label_updated_value.

Return type:bool
is_open_note_shared()

Check if the union tag is open_note_shared.

Return type:bool
is_organize_folder_with_tidy()

Check if the union tag is organize_folder_with_tidy.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool

Check if the union tag is outdated_link_view_create_report.

Return type:bool

Check if the union tag is outdated_link_view_report_failed.

Return type:bool
is_paper_admin_export_start()

Check if the union tag is paper_admin_export_start.

Return type:bool
is_paper_change_deployment_policy()

Check if the union tag is paper_change_deployment_policy.

Return type:bool

Check if the union tag is paper_change_member_link_policy.

Return type:bool
is_paper_change_member_policy()

Check if the union tag is paper_change_member_policy.

Return type:bool
is_paper_change_policy()

Check if the union tag is paper_change_policy.

Return type:bool
is_paper_content_add_member()

Check if the union tag is paper_content_add_member.

Return type:bool
is_paper_content_add_to_folder()

Check if the union tag is paper_content_add_to_folder.

Return type:bool
is_paper_content_archive()

Check if the union tag is paper_content_archive.

Return type:bool
is_paper_content_create()

Check if the union tag is paper_content_create.

Return type:bool
is_paper_content_permanently_delete()

Check if the union tag is paper_content_permanently_delete.

Return type:bool
is_paper_content_remove_from_folder()

Check if the union tag is paper_content_remove_from_folder.

Return type:bool
is_paper_content_remove_member()

Check if the union tag is paper_content_remove_member.

Return type:bool
is_paper_content_rename()

Check if the union tag is paper_content_rename.

Return type:bool
is_paper_content_restore()

Check if the union tag is paper_content_restore.

Return type:bool
is_paper_default_folder_policy_changed()

Check if the union tag is paper_default_folder_policy_changed.

Return type:bool
is_paper_desktop_policy_changed()

Check if the union tag is paper_desktop_policy_changed.

Return type:bool
is_paper_doc_add_comment()

Check if the union tag is paper_doc_add_comment.

Return type:bool
is_paper_doc_change_member_role()

Check if the union tag is paper_doc_change_member_role.

Return type:bool
is_paper_doc_change_sharing_policy()

Check if the union tag is paper_doc_change_sharing_policy.

Return type:bool
is_paper_doc_change_subscription()

Check if the union tag is paper_doc_change_subscription.

Return type:bool
is_paper_doc_delete_comment()

Check if the union tag is paper_doc_delete_comment.

Return type:bool
is_paper_doc_deleted()

Check if the union tag is paper_doc_deleted.

Return type:bool
is_paper_doc_download()

Check if the union tag is paper_doc_download.

Return type:bool
is_paper_doc_edit()

Check if the union tag is paper_doc_edit.

Return type:bool
is_paper_doc_edit_comment()

Check if the union tag is paper_doc_edit_comment.

Return type:bool
is_paper_doc_followed()

Check if the union tag is paper_doc_followed.

Return type:bool
is_paper_doc_mention()

Check if the union tag is paper_doc_mention.

Return type:bool
is_paper_doc_ownership_changed()

Check if the union tag is paper_doc_ownership_changed.

Return type:bool
is_paper_doc_request_access()

Check if the union tag is paper_doc_request_access.

Return type:bool
is_paper_doc_resolve_comment()

Check if the union tag is paper_doc_resolve_comment.

Return type:bool
is_paper_doc_revert()

Check if the union tag is paper_doc_revert.

Return type:bool
is_paper_doc_slack_share()

Check if the union tag is paper_doc_slack_share.

Return type:bool
is_paper_doc_team_invite()

Check if the union tag is paper_doc_team_invite.

Return type:bool
is_paper_doc_trashed()

Check if the union tag is paper_doc_trashed.

Return type:bool
is_paper_doc_unresolve_comment()

Check if the union tag is paper_doc_unresolve_comment.

Return type:bool
is_paper_doc_untrashed()

Check if the union tag is paper_doc_untrashed.

Return type:bool
is_paper_doc_view()

Check if the union tag is paper_doc_view.

Return type:bool
is_paper_enabled_users_group_addition()

Check if the union tag is paper_enabled_users_group_addition.

Return type:bool
is_paper_enabled_users_group_removal()

Check if the union tag is paper_enabled_users_group_removal.

Return type:bool
is_paper_external_view_allow()

Check if the union tag is paper_external_view_allow.

Return type:bool
is_paper_external_view_default_team()

Check if the union tag is paper_external_view_default_team.

Return type:bool
is_paper_external_view_forbid()

Check if the union tag is paper_external_view_forbid.

Return type:bool
is_paper_folder_change_subscription()

Check if the union tag is paper_folder_change_subscription.

Return type:bool
is_paper_folder_deleted()

Check if the union tag is paper_folder_deleted.

Return type:bool
is_paper_folder_followed()

Check if the union tag is paper_folder_followed.

Return type:bool
is_paper_folder_team_invite()

Check if the union tag is paper_folder_team_invite.

Return type:bool

Check if the union tag is paper_published_link_change_permission.

Return type:bool

Check if the union tag is paper_published_link_create.

Return type:bool

Check if the union tag is paper_published_link_disabled.

Return type:bool

Check if the union tag is paper_published_link_view.

Return type:bool
is_password_change()

Check if the union tag is password_change.

Return type:bool
is_password_reset()

Check if the union tag is password_reset.

Return type:bool
is_password_reset_all()

Check if the union tag is password_reset_all.

Return type:bool
is_password_strength_requirements_change_policy()

Check if the union tag is password_strength_requirements_change_policy.

Return type:bool
is_pending_secondary_email_added()

Check if the union tag is pending_secondary_email_added.

Return type:bool
is_permanent_delete_change_policy()

Check if the union tag is permanent_delete_change_policy.

Return type:bool
is_reseller_support_change_policy()

Check if the union tag is reseller_support_change_policy.

Return type:bool
is_reseller_support_session_end()

Check if the union tag is reseller_support_session_end.

Return type:bool
is_reseller_support_session_start()

Check if the union tag is reseller_support_session_start.

Return type:bool
is_rewind_folder()

Check if the union tag is rewind_folder.

Return type:bool
is_rewind_policy_changed()

Check if the union tag is rewind_policy_changed.

Return type:bool
is_secondary_email_deleted()

Check if the union tag is secondary_email_deleted.

Return type:bool
is_secondary_email_verified()

Check if the union tag is secondary_email_verified.

Return type:bool
is_secondary_mails_policy_changed()

Check if the union tag is secondary_mails_policy_changed.

Return type:bool
is_send_for_signature_policy_changed()

Check if the union tag is send_for_signature_policy_changed.

Return type:bool
is_sf_add_group()

Check if the union tag is sf_add_group.

Return type:bool

Check if the union tag is sf_allow_non_members_to_view_shared_links.

Return type:bool
is_sf_external_invite_warn()

Check if the union tag is sf_external_invite_warn.

Return type:bool
is_sf_fb_invite()

Check if the union tag is sf_fb_invite.

Return type:bool
is_sf_fb_invite_change_role()

Check if the union tag is sf_fb_invite_change_role.

Return type:bool
is_sf_fb_uninvite()

Check if the union tag is sf_fb_uninvite.

Return type:bool
is_sf_invite_group()

Check if the union tag is sf_invite_group.

Return type:bool
is_sf_team_grant_access()

Check if the union tag is sf_team_grant_access.

Return type:bool
is_sf_team_invite()

Check if the union tag is sf_team_invite.

Return type:bool
is_sf_team_invite_change_role()

Check if the union tag is sf_team_invite_change_role.

Return type:bool
is_sf_team_join()

Check if the union tag is sf_team_join.

Return type:bool

Check if the union tag is sf_team_join_from_oob_link.

Return type:bool
is_sf_team_uninvite()

Check if the union tag is sf_team_uninvite.

Return type:bool
is_shared_content_add_invitees()

Check if the union tag is shared_content_add_invitees.

Return type:bool

Check if the union tag is shared_content_add_link_expiry.

Return type:bool

Check if the union tag is shared_content_add_link_password.

Return type:bool
is_shared_content_add_member()

Check if the union tag is shared_content_add_member.

Return type:bool
is_shared_content_change_downloads_policy()

Check if the union tag is shared_content_change_downloads_policy.

Return type:bool
is_shared_content_change_invitee_role()

Check if the union tag is shared_content_change_invitee_role.

Return type:bool

Check if the union tag is shared_content_change_link_audience.

Return type:bool

Check if the union tag is shared_content_change_link_expiry.

Return type:bool

Check if the union tag is shared_content_change_link_password.

Return type:bool
is_shared_content_change_member_role()

Check if the union tag is shared_content_change_member_role.

Return type:bool
is_shared_content_change_viewer_info_policy()

Check if the union tag is shared_content_change_viewer_info_policy.

Return type:bool
is_shared_content_claim_invitation()

Check if the union tag is shared_content_claim_invitation.

Return type:bool
is_shared_content_copy()

Check if the union tag is shared_content_copy.

Return type:bool
is_shared_content_download()

Check if the union tag is shared_content_download.

Return type:bool
is_shared_content_relinquish_membership()

Check if the union tag is shared_content_relinquish_membership.

Return type:bool
is_shared_content_remove_invitees()

Check if the union tag is shared_content_remove_invitees.

Return type:bool

Check if the union tag is shared_content_remove_link_expiry.

Return type:bool

Check if the union tag is shared_content_remove_link_password.

Return type:bool
is_shared_content_remove_member()

Check if the union tag is shared_content_remove_member.

Return type:bool
is_shared_content_request_access()

Check if the union tag is shared_content_request_access.

Return type:bool
is_shared_content_restore_invitees()

Check if the union tag is shared_content_restore_invitees.

Return type:bool
is_shared_content_restore_member()

Check if the union tag is shared_content_restore_member.

Return type:bool
is_shared_content_unshare()

Check if the union tag is shared_content_unshare.

Return type:bool
is_shared_content_view()

Check if the union tag is shared_content_view.

Return type:bool

Check if the union tag is shared_folder_change_link_policy.

Return type:bool
is_shared_folder_change_members_inheritance_policy()

Check if the union tag is shared_folder_change_members_inheritance_policy.

Return type:bool
is_shared_folder_change_members_management_policy()

Check if the union tag is shared_folder_change_members_management_policy.

Return type:bool
is_shared_folder_change_members_policy()

Check if the union tag is shared_folder_change_members_policy.

Return type:bool
is_shared_folder_create()

Check if the union tag is shared_folder_create.

Return type:bool
is_shared_folder_decline_invitation()

Check if the union tag is shared_folder_decline_invitation.

Return type:bool
is_shared_folder_mount()

Check if the union tag is shared_folder_mount.

Return type:bool
is_shared_folder_nest()

Check if the union tag is shared_folder_nest.

Return type:bool
is_shared_folder_transfer_ownership()

Check if the union tag is shared_folder_transfer_ownership.

Return type:bool
is_shared_folder_unmount()

Check if the union tag is shared_folder_unmount.

Return type:bool

Check if the union tag is shared_link_add_expiry.

Return type:bool

Check if the union tag is shared_link_change_expiry.

Return type:bool

Check if the union tag is shared_link_change_visibility.

Return type:bool

Check if the union tag is shared_link_copy.

Return type:bool

Check if the union tag is shared_link_create.

Return type:bool

Check if the union tag is shared_link_disable.

Return type:bool

Check if the union tag is shared_link_download.

Return type:bool

Check if the union tag is shared_link_remove_expiry.

Return type:bool

Check if the union tag is shared_link_settings_add_expiration.

Return type:bool

Check if the union tag is shared_link_settings_add_password.

Return type:bool

Check if the union tag is shared_link_settings_allow_download_disabled.

Return type:bool

Check if the union tag is shared_link_settings_allow_download_enabled.

Return type:bool

Check if the union tag is shared_link_settings_change_audience.

Return type:bool

Check if the union tag is shared_link_settings_change_expiration.

Return type:bool

Check if the union tag is shared_link_settings_change_password.

Return type:bool

Check if the union tag is shared_link_settings_remove_expiration.

Return type:bool

Check if the union tag is shared_link_settings_remove_password.

Return type:bool

Check if the union tag is shared_link_share.

Return type:bool

Check if the union tag is shared_link_view.

Return type:bool
is_shared_note_opened()

Check if the union tag is shared_note_opened.

Return type:bool
is_sharing_change_folder_join_policy()

Check if the union tag is sharing_change_folder_join_policy.

Return type:bool

Check if the union tag is sharing_change_link_allow_change_expiration_policy.

Return type:bool

Check if the union tag is sharing_change_link_default_expiration_policy.

Return type:bool

Check if the union tag is sharing_change_link_enforce_password_policy.

Return type:bool

Check if the union tag is sharing_change_link_policy.

Return type:bool
is_sharing_change_member_policy()

Check if the union tag is sharing_change_member_policy.

Return type:bool
is_shmodel_disable_downloads()

Check if the union tag is shmodel_disable_downloads.

Return type:bool
is_shmodel_enable_downloads()

Check if the union tag is shmodel_enable_downloads.

Return type:bool
is_shmodel_group_share()

Check if the union tag is shmodel_group_share.

Return type:bool
is_showcase_access_granted()

Check if the union tag is showcase_access_granted.

Return type:bool
is_showcase_add_member()

Check if the union tag is showcase_add_member.

Return type:bool
is_showcase_archived()

Check if the union tag is showcase_archived.

Return type:bool
is_showcase_change_download_policy()

Check if the union tag is showcase_change_download_policy.

Return type:bool
is_showcase_change_enabled_policy()

Check if the union tag is showcase_change_enabled_policy.

Return type:bool
is_showcase_change_external_sharing_policy()

Check if the union tag is showcase_change_external_sharing_policy.

Return type:bool
is_showcase_created()

Check if the union tag is showcase_created.

Return type:bool
is_showcase_delete_comment()

Check if the union tag is showcase_delete_comment.

Return type:bool
is_showcase_edit_comment()

Check if the union tag is showcase_edit_comment.

Return type:bool
is_showcase_edited()

Check if the union tag is showcase_edited.

Return type:bool
is_showcase_file_added()

Check if the union tag is showcase_file_added.

Return type:bool
is_showcase_file_download()

Check if the union tag is showcase_file_download.

Return type:bool
is_showcase_file_removed()

Check if the union tag is showcase_file_removed.

Return type:bool
is_showcase_file_view()

Check if the union tag is showcase_file_view.

Return type:bool
is_showcase_permanently_deleted()

Check if the union tag is showcase_permanently_deleted.

Return type:bool
is_showcase_post_comment()

Check if the union tag is showcase_post_comment.

Return type:bool
is_showcase_remove_member()

Check if the union tag is showcase_remove_member.

Return type:bool
is_showcase_renamed()

Check if the union tag is showcase_renamed.

Return type:bool
is_showcase_request_access()

Check if the union tag is showcase_request_access.

Return type:bool
is_showcase_resolve_comment()

Check if the union tag is showcase_resolve_comment.

Return type:bool
is_showcase_restored()

Check if the union tag is showcase_restored.

Return type:bool
is_showcase_trashed()

Check if the union tag is showcase_trashed.

Return type:bool
is_showcase_trashed_deprecated()

Check if the union tag is showcase_trashed_deprecated.

Return type:bool
is_showcase_unresolve_comment()

Check if the union tag is showcase_unresolve_comment.

Return type:bool
is_showcase_untrashed()

Check if the union tag is showcase_untrashed.

Return type:bool
is_showcase_untrashed_deprecated()

Check if the union tag is showcase_untrashed_deprecated.

Return type:bool
is_showcase_view()

Check if the union tag is showcase_view.

Return type:bool
is_sign_in_as_session_end()

Check if the union tag is sign_in_as_session_end.

Return type:bool
is_sign_in_as_session_start()

Check if the union tag is sign_in_as_session_start.

Return type:bool
is_smart_sync_change_policy()

Check if the union tag is smart_sync_change_policy.

Return type:bool
is_smart_sync_create_admin_privilege_report()

Check if the union tag is smart_sync_create_admin_privilege_report.

Return type:bool
is_smart_sync_not_opt_out()

Check if the union tag is smart_sync_not_opt_out.

Return type:bool
is_smart_sync_opt_out()

Check if the union tag is smart_sync_opt_out.

Return type:bool
is_smarter_smart_sync_policy_changed()

Check if the union tag is smarter_smart_sync_policy_changed.

Return type:bool
is_sso_add_cert()

Check if the union tag is sso_add_cert.

Return type:bool
is_sso_add_login_url()

Check if the union tag is sso_add_login_url.

Return type:bool
is_sso_add_logout_url()

Check if the union tag is sso_add_logout_url.

Return type:bool
is_sso_change_cert()

Check if the union tag is sso_change_cert.

Return type:bool
is_sso_change_login_url()

Check if the union tag is sso_change_login_url.

Return type:bool
is_sso_change_logout_url()

Check if the union tag is sso_change_logout_url.

Return type:bool
is_sso_change_policy()

Check if the union tag is sso_change_policy.

Return type:bool
is_sso_change_saml_identity_mode()

Check if the union tag is sso_change_saml_identity_mode.

Return type:bool
is_sso_error()

Check if the union tag is sso_error.

Return type:bool
is_sso_remove_cert()

Check if the union tag is sso_remove_cert.

Return type:bool
is_sso_remove_login_url()

Check if the union tag is sso_remove_login_url.

Return type:bool
is_sso_remove_logout_url()

Check if the union tag is sso_remove_logout_url.

Return type:bool
is_started_enterprise_admin_session()

Check if the union tag is started_enterprise_admin_session.

Return type:bool
is_team_activity_create_report()

Check if the union tag is team_activity_create_report.

Return type:bool
is_team_activity_create_report_fail()

Check if the union tag is team_activity_create_report_fail.

Return type:bool
is_team_branding_policy_changed()

Check if the union tag is team_branding_policy_changed.

Return type:bool
is_team_extensions_policy_changed()

Check if the union tag is team_extensions_policy_changed.

Return type:bool
is_team_folder_change_status()

Check if the union tag is team_folder_change_status.

Return type:bool
is_team_folder_create()

Check if the union tag is team_folder_create.

Return type:bool
is_team_folder_downgrade()

Check if the union tag is team_folder_downgrade.

Return type:bool
is_team_folder_permanently_delete()

Check if the union tag is team_folder_permanently_delete.

Return type:bool
is_team_folder_rename()

Check if the union tag is team_folder_rename.

Return type:bool
is_team_merge_from()

Check if the union tag is team_merge_from.

Return type:bool
is_team_merge_request_accepted()

Check if the union tag is team_merge_request_accepted.

Return type:bool
is_team_merge_request_accepted_shown_to_primary_team()

Check if the union tag is team_merge_request_accepted_shown_to_primary_team.

Return type:bool
is_team_merge_request_accepted_shown_to_secondary_team()

Check if the union tag is team_merge_request_accepted_shown_to_secondary_team.

Return type:bool
is_team_merge_request_auto_canceled()

Check if the union tag is team_merge_request_auto_canceled.

Return type:bool
is_team_merge_request_canceled()

Check if the union tag is team_merge_request_canceled.

Return type:bool
is_team_merge_request_canceled_shown_to_primary_team()

Check if the union tag is team_merge_request_canceled_shown_to_primary_team.

Return type:bool
is_team_merge_request_canceled_shown_to_secondary_team()

Check if the union tag is team_merge_request_canceled_shown_to_secondary_team.

Return type:bool
is_team_merge_request_expired()

Check if the union tag is team_merge_request_expired.

Return type:bool
is_team_merge_request_expired_shown_to_primary_team()

Check if the union tag is team_merge_request_expired_shown_to_primary_team.

Return type:bool
is_team_merge_request_expired_shown_to_secondary_team()

Check if the union tag is team_merge_request_expired_shown_to_secondary_team.

Return type:bool
is_team_merge_request_rejected_shown_to_primary_team()

Check if the union tag is team_merge_request_rejected_shown_to_primary_team.

Return type:bool
is_team_merge_request_rejected_shown_to_secondary_team()

Check if the union tag is team_merge_request_rejected_shown_to_secondary_team.

Return type:bool
is_team_merge_request_reminder()

Check if the union tag is team_merge_request_reminder.

Return type:bool
is_team_merge_request_reminder_shown_to_primary_team()

Check if the union tag is team_merge_request_reminder_shown_to_primary_team.

Return type:bool
is_team_merge_request_reminder_shown_to_secondary_team()

Check if the union tag is team_merge_request_reminder_shown_to_secondary_team.

Return type:bool
is_team_merge_request_revoked()

Check if the union tag is team_merge_request_revoked.

Return type:bool
is_team_merge_request_sent_shown_to_primary_team()

Check if the union tag is team_merge_request_sent_shown_to_primary_team.

Return type:bool
is_team_merge_request_sent_shown_to_secondary_team()

Check if the union tag is team_merge_request_sent_shown_to_secondary_team.

Return type:bool
is_team_merge_to()

Check if the union tag is team_merge_to.

Return type:bool
is_team_profile_add_background()

Check if the union tag is team_profile_add_background.

Return type:bool

Check if the union tag is team_profile_add_logo.

Return type:bool
is_team_profile_change_background()

Check if the union tag is team_profile_change_background.

Return type:bool
is_team_profile_change_default_language()

Check if the union tag is team_profile_change_default_language.

Return type:bool

Check if the union tag is team_profile_change_logo.

Return type:bool
is_team_profile_change_name()

Check if the union tag is team_profile_change_name.

Return type:bool
is_team_profile_remove_background()

Check if the union tag is team_profile_remove_background.

Return type:bool

Check if the union tag is team_profile_remove_logo.

Return type:bool
is_team_selective_sync_policy_changed()

Check if the union tag is team_selective_sync_policy_changed.

Return type:bool
is_team_selective_sync_settings_changed()

Check if the union tag is team_selective_sync_settings_changed.

Return type:bool
is_team_sharing_whitelist_subjects_changed()

Check if the union tag is team_sharing_whitelist_subjects_changed.

Return type:bool
is_tfa_add_backup_phone()

Check if the union tag is tfa_add_backup_phone.

Return type:bool
is_tfa_add_exception()

Check if the union tag is tfa_add_exception.

Return type:bool
is_tfa_add_security_key()

Check if the union tag is tfa_add_security_key.

Return type:bool
is_tfa_change_backup_phone()

Check if the union tag is tfa_change_backup_phone.

Return type:bool
is_tfa_change_policy()

Check if the union tag is tfa_change_policy.

Return type:bool
is_tfa_change_status()

Check if the union tag is tfa_change_status.

Return type:bool
is_tfa_remove_backup_phone()

Check if the union tag is tfa_remove_backup_phone.

Return type:bool
is_tfa_remove_exception()

Check if the union tag is tfa_remove_exception.

Return type:bool
is_tfa_remove_security_key()

Check if the union tag is tfa_remove_security_key.

Return type:bool
is_tfa_reset()

Check if the union tag is tfa_reset.

Return type:bool
is_two_account_change_policy()

Check if the union tag is two_account_change_policy.

Return type:bool
is_undo_naming_convention()

Check if the union tag is undo_naming_convention.

Return type:bool
is_undo_organize_folder_with_tidy()

Check if the union tag is undo_organize_folder_with_tidy.

Return type:bool
is_user_tags_added()

Check if the union tag is user_tags_added.

Return type:bool
is_user_tags_removed()

Check if the union tag is user_tags_removed.

Return type:bool
is_viewer_info_policy_changed()

Check if the union tag is viewer_info_policy_changed.

Return type:bool
is_watermarking_policy_changed()

Check if the union tag is watermarking_policy_changed.

Return type:bool
is_web_sessions_change_active_session_limit()

Check if the union tag is web_sessions_change_active_session_limit.

Return type:bool
is_web_sessions_change_fixed_length_policy()

Check if the union tag is web_sessions_change_fixed_length_policy.

Return type:bool
is_web_sessions_change_idle_length_policy()

Check if the union tag is web_sessions_change_idle_length_policy.

Return type:bool
legal_holds_activate_a_hold = EventTypeArg(u'legal_holds_activate_a_hold', None)
legal_holds_add_members = EventTypeArg(u'legal_holds_add_members', None)
legal_holds_change_hold_details = EventTypeArg(u'legal_holds_change_hold_details', None)
legal_holds_change_hold_name = EventTypeArg(u'legal_holds_change_hold_name', None)
legal_holds_export_a_hold = EventTypeArg(u'legal_holds_export_a_hold', None)
legal_holds_export_cancelled = EventTypeArg(u'legal_holds_export_cancelled', None)
legal_holds_export_downloaded = EventTypeArg(u'legal_holds_export_downloaded', None)
legal_holds_export_removed = EventTypeArg(u'legal_holds_export_removed', None)
legal_holds_release_a_hold = EventTypeArg(u'legal_holds_release_a_hold', None)
legal_holds_remove_members = EventTypeArg(u'legal_holds_remove_members', None)
legal_holds_report_a_hold = EventTypeArg(u'legal_holds_report_a_hold', None)
login_fail = EventTypeArg(u'login_fail', None)
login_success = EventTypeArg(u'login_success', None)
logout = EventTypeArg(u'logout', None)
member_add_external_id = EventTypeArg(u'member_add_external_id', None)
member_add_name = EventTypeArg(u'member_add_name', None)
member_change_admin_role = EventTypeArg(u'member_change_admin_role', None)
member_change_email = EventTypeArg(u'member_change_email', None)
member_change_external_id = EventTypeArg(u'member_change_external_id', None)
member_change_membership_type = EventTypeArg(u'member_change_membership_type', None)
member_change_name = EventTypeArg(u'member_change_name', None)
member_change_reseller_role = EventTypeArg(u'member_change_reseller_role', None)
member_change_status = EventTypeArg(u'member_change_status', None)
member_delete_manual_contacts = EventTypeArg(u'member_delete_manual_contacts', None)
member_delete_profile_photo = EventTypeArg(u'member_delete_profile_photo', None)
member_permanently_delete_account_contents = EventTypeArg(u'member_permanently_delete_account_contents', None)
member_remove_external_id = EventTypeArg(u'member_remove_external_id', None)
member_requests_change_policy = EventTypeArg(u'member_requests_change_policy', None)
member_send_invite_policy_changed = EventTypeArg(u'member_send_invite_policy_changed', None)
member_set_profile_photo = EventTypeArg(u'member_set_profile_photo', None)
member_space_limits_add_custom_quota = EventTypeArg(u'member_space_limits_add_custom_quota', None)
member_space_limits_add_exception = EventTypeArg(u'member_space_limits_add_exception', None)
member_space_limits_change_caps_type_policy = EventTypeArg(u'member_space_limits_change_caps_type_policy', None)
member_space_limits_change_custom_quota = EventTypeArg(u'member_space_limits_change_custom_quota', None)
member_space_limits_change_policy = EventTypeArg(u'member_space_limits_change_policy', None)
member_space_limits_change_status = EventTypeArg(u'member_space_limits_change_status', None)
member_space_limits_remove_custom_quota = EventTypeArg(u'member_space_limits_remove_custom_quota', None)
member_space_limits_remove_exception = EventTypeArg(u'member_space_limits_remove_exception', None)
member_suggest = EventTypeArg(u'member_suggest', None)
member_suggestions_change_policy = EventTypeArg(u'member_suggestions_change_policy', None)
member_transfer_account_contents = EventTypeArg(u'member_transfer_account_contents', None)
microsoft_office_addin_change_policy = EventTypeArg(u'microsoft_office_addin_change_policy', None)
network_control_change_policy = EventTypeArg(u'network_control_change_policy', None)
note_acl_invite_only = EventTypeArg(u'note_acl_invite_only', None)
note_share_receive = EventTypeArg(u'note_share_receive', None)
note_shared = EventTypeArg(u'note_shared', None)
object_label_added = EventTypeArg(u'object_label_added', None)
object_label_removed = EventTypeArg(u'object_label_removed', None)
object_label_updated_value = EventTypeArg(u'object_label_updated_value', None)
open_note_shared = EventTypeArg(u'open_note_shared', None)
organize_folder_with_tidy = EventTypeArg(u'organize_folder_with_tidy', None)
other = EventTypeArg(u'other', None)
paper_admin_export_start = EventTypeArg(u'paper_admin_export_start', None)
paper_change_deployment_policy = EventTypeArg(u'paper_change_deployment_policy', None)
paper_change_member_policy = EventTypeArg(u'paper_change_member_policy', None)
paper_change_policy = EventTypeArg(u'paper_change_policy', None)
paper_content_add_member = EventTypeArg(u'paper_content_add_member', None)
paper_content_add_to_folder = EventTypeArg(u'paper_content_add_to_folder', None)
paper_content_archive = EventTypeArg(u'paper_content_archive', None)
paper_content_create = EventTypeArg(u'paper_content_create', None)
paper_content_permanently_delete = EventTypeArg(u'paper_content_permanently_delete', None)
paper_content_remove_from_folder = EventTypeArg(u'paper_content_remove_from_folder', None)
paper_content_remove_member = EventTypeArg(u'paper_content_remove_member', None)
paper_content_rename = EventTypeArg(u'paper_content_rename', None)
paper_content_restore = EventTypeArg(u'paper_content_restore', None)
paper_default_folder_policy_changed = EventTypeArg(u'paper_default_folder_policy_changed', None)
paper_desktop_policy_changed = EventTypeArg(u'paper_desktop_policy_changed', None)
paper_doc_add_comment = EventTypeArg(u'paper_doc_add_comment', None)
paper_doc_change_member_role = EventTypeArg(u'paper_doc_change_member_role', None)
paper_doc_change_sharing_policy = EventTypeArg(u'paper_doc_change_sharing_policy', None)
paper_doc_change_subscription = EventTypeArg(u'paper_doc_change_subscription', None)
paper_doc_delete_comment = EventTypeArg(u'paper_doc_delete_comment', None)
paper_doc_deleted = EventTypeArg(u'paper_doc_deleted', None)
paper_doc_download = EventTypeArg(u'paper_doc_download', None)
paper_doc_edit = EventTypeArg(u'paper_doc_edit', None)
paper_doc_edit_comment = EventTypeArg(u'paper_doc_edit_comment', None)
paper_doc_followed = EventTypeArg(u'paper_doc_followed', None)
paper_doc_mention = EventTypeArg(u'paper_doc_mention', None)
paper_doc_ownership_changed = EventTypeArg(u'paper_doc_ownership_changed', None)
paper_doc_request_access = EventTypeArg(u'paper_doc_request_access', None)
paper_doc_resolve_comment = EventTypeArg(u'paper_doc_resolve_comment', None)
paper_doc_revert = EventTypeArg(u'paper_doc_revert', None)
paper_doc_slack_share = EventTypeArg(u'paper_doc_slack_share', None)
paper_doc_team_invite = EventTypeArg(u'paper_doc_team_invite', None)
paper_doc_trashed = EventTypeArg(u'paper_doc_trashed', None)
paper_doc_unresolve_comment = EventTypeArg(u'paper_doc_unresolve_comment', None)
paper_doc_untrashed = EventTypeArg(u'paper_doc_untrashed', None)
paper_doc_view = EventTypeArg(u'paper_doc_view', None)
paper_enabled_users_group_addition = EventTypeArg(u'paper_enabled_users_group_addition', None)
paper_enabled_users_group_removal = EventTypeArg(u'paper_enabled_users_group_removal', None)
paper_external_view_allow = EventTypeArg(u'paper_external_view_allow', None)
paper_external_view_default_team = EventTypeArg(u'paper_external_view_default_team', None)
paper_external_view_forbid = EventTypeArg(u'paper_external_view_forbid', None)
paper_folder_change_subscription = EventTypeArg(u'paper_folder_change_subscription', None)
paper_folder_deleted = EventTypeArg(u'paper_folder_deleted', None)
paper_folder_followed = EventTypeArg(u'paper_folder_followed', None)
paper_folder_team_invite = EventTypeArg(u'paper_folder_team_invite', None)
password_change = EventTypeArg(u'password_change', None)
password_reset = EventTypeArg(u'password_reset', None)
password_reset_all = EventTypeArg(u'password_reset_all', None)
password_strength_requirements_change_policy = EventTypeArg(u'password_strength_requirements_change_policy', None)
pending_secondary_email_added = EventTypeArg(u'pending_secondary_email_added', None)
permanent_delete_change_policy = EventTypeArg(u'permanent_delete_change_policy', None)
reseller_support_change_policy = EventTypeArg(u'reseller_support_change_policy', None)
reseller_support_session_end = EventTypeArg(u'reseller_support_session_end', None)
reseller_support_session_start = EventTypeArg(u'reseller_support_session_start', None)
rewind_folder = EventTypeArg(u'rewind_folder', None)
rewind_policy_changed = EventTypeArg(u'rewind_policy_changed', None)
secondary_email_deleted = EventTypeArg(u'secondary_email_deleted', None)
secondary_email_verified = EventTypeArg(u'secondary_email_verified', None)
secondary_mails_policy_changed = EventTypeArg(u'secondary_mails_policy_changed', None)
send_for_signature_policy_changed = EventTypeArg(u'send_for_signature_policy_changed', None)
sf_add_group = EventTypeArg(u'sf_add_group', None)
sf_external_invite_warn = EventTypeArg(u'sf_external_invite_warn', None)
sf_fb_invite = EventTypeArg(u'sf_fb_invite', None)
sf_fb_invite_change_role = EventTypeArg(u'sf_fb_invite_change_role', None)
sf_fb_uninvite = EventTypeArg(u'sf_fb_uninvite', None)
sf_invite_group = EventTypeArg(u'sf_invite_group', None)
sf_team_grant_access = EventTypeArg(u'sf_team_grant_access', None)
sf_team_invite = EventTypeArg(u'sf_team_invite', None)
sf_team_invite_change_role = EventTypeArg(u'sf_team_invite_change_role', None)
sf_team_join = EventTypeArg(u'sf_team_join', None)
sf_team_uninvite = EventTypeArg(u'sf_team_uninvite', None)
shared_content_add_invitees = EventTypeArg(u'shared_content_add_invitees', None)
shared_content_add_member = EventTypeArg(u'shared_content_add_member', None)
shared_content_change_downloads_policy = EventTypeArg(u'shared_content_change_downloads_policy', None)
shared_content_change_invitee_role = EventTypeArg(u'shared_content_change_invitee_role', None)
shared_content_change_member_role = EventTypeArg(u'shared_content_change_member_role', None)
shared_content_change_viewer_info_policy = EventTypeArg(u'shared_content_change_viewer_info_policy', None)
shared_content_claim_invitation = EventTypeArg(u'shared_content_claim_invitation', None)
shared_content_copy = EventTypeArg(u'shared_content_copy', None)
shared_content_download = EventTypeArg(u'shared_content_download', None)
shared_content_relinquish_membership = EventTypeArg(u'shared_content_relinquish_membership', None)
shared_content_remove_invitees = EventTypeArg(u'shared_content_remove_invitees', None)
shared_content_remove_member = EventTypeArg(u'shared_content_remove_member', None)
shared_content_request_access = EventTypeArg(u'shared_content_request_access', None)
shared_content_restore_invitees = EventTypeArg(u'shared_content_restore_invitees', None)
shared_content_restore_member = EventTypeArg(u'shared_content_restore_member', None)
shared_content_unshare = EventTypeArg(u'shared_content_unshare', None)
shared_content_view = EventTypeArg(u'shared_content_view', None)
shared_folder_change_members_inheritance_policy = EventTypeArg(u'shared_folder_change_members_inheritance_policy', None)
shared_folder_change_members_management_policy = EventTypeArg(u'shared_folder_change_members_management_policy', None)
shared_folder_change_members_policy = EventTypeArg(u'shared_folder_change_members_policy', None)
shared_folder_create = EventTypeArg(u'shared_folder_create', None)
shared_folder_decline_invitation = EventTypeArg(u'shared_folder_decline_invitation', None)
shared_folder_mount = EventTypeArg(u'shared_folder_mount', None)
shared_folder_nest = EventTypeArg(u'shared_folder_nest', None)
shared_folder_transfer_ownership = EventTypeArg(u'shared_folder_transfer_ownership', None)
shared_folder_unmount = EventTypeArg(u'shared_folder_unmount', None)
shared_note_opened = EventTypeArg(u'shared_note_opened', None)
sharing_change_folder_join_policy = EventTypeArg(u'sharing_change_folder_join_policy', None)
sharing_change_member_policy = EventTypeArg(u'sharing_change_member_policy', None)
shmodel_disable_downloads = EventTypeArg(u'shmodel_disable_downloads', None)
shmodel_enable_downloads = EventTypeArg(u'shmodel_enable_downloads', None)
shmodel_group_share = EventTypeArg(u'shmodel_group_share', None)
showcase_access_granted = EventTypeArg(u'showcase_access_granted', None)
showcase_add_member = EventTypeArg(u'showcase_add_member', None)
showcase_archived = EventTypeArg(u'showcase_archived', None)
showcase_change_download_policy = EventTypeArg(u'showcase_change_download_policy', None)
showcase_change_enabled_policy = EventTypeArg(u'showcase_change_enabled_policy', None)
showcase_change_external_sharing_policy = EventTypeArg(u'showcase_change_external_sharing_policy', None)
showcase_created = EventTypeArg(u'showcase_created', None)
showcase_delete_comment = EventTypeArg(u'showcase_delete_comment', None)
showcase_edit_comment = EventTypeArg(u'showcase_edit_comment', None)
showcase_edited = EventTypeArg(u'showcase_edited', None)
showcase_file_added = EventTypeArg(u'showcase_file_added', None)
showcase_file_download = EventTypeArg(u'showcase_file_download', None)
showcase_file_removed = EventTypeArg(u'showcase_file_removed', None)
showcase_file_view = EventTypeArg(u'showcase_file_view', None)
showcase_permanently_deleted = EventTypeArg(u'showcase_permanently_deleted', None)
showcase_post_comment = EventTypeArg(u'showcase_post_comment', None)
showcase_remove_member = EventTypeArg(u'showcase_remove_member', None)
showcase_renamed = EventTypeArg(u'showcase_renamed', None)
showcase_request_access = EventTypeArg(u'showcase_request_access', None)
showcase_resolve_comment = EventTypeArg(u'showcase_resolve_comment', None)
showcase_restored = EventTypeArg(u'showcase_restored', None)
showcase_trashed = EventTypeArg(u'showcase_trashed', None)
showcase_trashed_deprecated = EventTypeArg(u'showcase_trashed_deprecated', None)
showcase_unresolve_comment = EventTypeArg(u'showcase_unresolve_comment', None)
showcase_untrashed = EventTypeArg(u'showcase_untrashed', None)
showcase_untrashed_deprecated = EventTypeArg(u'showcase_untrashed_deprecated', None)
showcase_view = EventTypeArg(u'showcase_view', None)
sign_in_as_session_end = EventTypeArg(u'sign_in_as_session_end', None)
sign_in_as_session_start = EventTypeArg(u'sign_in_as_session_start', None)
smart_sync_change_policy = EventTypeArg(u'smart_sync_change_policy', None)
smart_sync_create_admin_privilege_report = EventTypeArg(u'smart_sync_create_admin_privilege_report', None)
smart_sync_not_opt_out = EventTypeArg(u'smart_sync_not_opt_out', None)
smart_sync_opt_out = EventTypeArg(u'smart_sync_opt_out', None)
smarter_smart_sync_policy_changed = EventTypeArg(u'smarter_smart_sync_policy_changed', None)
sso_add_cert = EventTypeArg(u'sso_add_cert', None)
sso_add_login_url = EventTypeArg(u'sso_add_login_url', None)
sso_add_logout_url = EventTypeArg(u'sso_add_logout_url', None)
sso_change_cert = EventTypeArg(u'sso_change_cert', None)
sso_change_login_url = EventTypeArg(u'sso_change_login_url', None)
sso_change_logout_url = EventTypeArg(u'sso_change_logout_url', None)
sso_change_policy = EventTypeArg(u'sso_change_policy', None)
sso_change_saml_identity_mode = EventTypeArg(u'sso_change_saml_identity_mode', None)
sso_error = EventTypeArg(u'sso_error', None)
sso_remove_cert = EventTypeArg(u'sso_remove_cert', None)
sso_remove_login_url = EventTypeArg(u'sso_remove_login_url', None)
sso_remove_logout_url = EventTypeArg(u'sso_remove_logout_url', None)
started_enterprise_admin_session = EventTypeArg(u'started_enterprise_admin_session', None)
team_activity_create_report = EventTypeArg(u'team_activity_create_report', None)
team_activity_create_report_fail = EventTypeArg(u'team_activity_create_report_fail', None)
team_branding_policy_changed = EventTypeArg(u'team_branding_policy_changed', None)
team_extensions_policy_changed = EventTypeArg(u'team_extensions_policy_changed', None)
team_folder_change_status = EventTypeArg(u'team_folder_change_status', None)
team_folder_create = EventTypeArg(u'team_folder_create', None)
team_folder_downgrade = EventTypeArg(u'team_folder_downgrade', None)
team_folder_permanently_delete = EventTypeArg(u'team_folder_permanently_delete', None)
team_folder_rename = EventTypeArg(u'team_folder_rename', None)
team_merge_from = EventTypeArg(u'team_merge_from', None)
team_merge_request_accepted = EventTypeArg(u'team_merge_request_accepted', None)
team_merge_request_accepted_shown_to_primary_team = EventTypeArg(u'team_merge_request_accepted_shown_to_primary_team', None)
team_merge_request_accepted_shown_to_secondary_team = EventTypeArg(u'team_merge_request_accepted_shown_to_secondary_team', None)
team_merge_request_auto_canceled = EventTypeArg(u'team_merge_request_auto_canceled', None)
team_merge_request_canceled = EventTypeArg(u'team_merge_request_canceled', None)
team_merge_request_canceled_shown_to_primary_team = EventTypeArg(u'team_merge_request_canceled_shown_to_primary_team', None)
team_merge_request_canceled_shown_to_secondary_team = EventTypeArg(u'team_merge_request_canceled_shown_to_secondary_team', None)
team_merge_request_expired = EventTypeArg(u'team_merge_request_expired', None)
team_merge_request_expired_shown_to_primary_team = EventTypeArg(u'team_merge_request_expired_shown_to_primary_team', None)
team_merge_request_expired_shown_to_secondary_team = EventTypeArg(u'team_merge_request_expired_shown_to_secondary_team', None)
team_merge_request_rejected_shown_to_primary_team = EventTypeArg(u'team_merge_request_rejected_shown_to_primary_team', None)
team_merge_request_rejected_shown_to_secondary_team = EventTypeArg(u'team_merge_request_rejected_shown_to_secondary_team', None)
team_merge_request_reminder = EventTypeArg(u'team_merge_request_reminder', None)
team_merge_request_reminder_shown_to_primary_team = EventTypeArg(u'team_merge_request_reminder_shown_to_primary_team', None)
team_merge_request_reminder_shown_to_secondary_team = EventTypeArg(u'team_merge_request_reminder_shown_to_secondary_team', None)
team_merge_request_revoked = EventTypeArg(u'team_merge_request_revoked', None)
team_merge_request_sent_shown_to_primary_team = EventTypeArg(u'team_merge_request_sent_shown_to_primary_team', None)
team_merge_request_sent_shown_to_secondary_team = EventTypeArg(u'team_merge_request_sent_shown_to_secondary_team', None)
team_merge_to = EventTypeArg(u'team_merge_to', None)
team_profile_add_background = EventTypeArg(u'team_profile_add_background', None)
team_profile_change_background = EventTypeArg(u'team_profile_change_background', None)
team_profile_change_default_language = EventTypeArg(u'team_profile_change_default_language', None)
team_profile_change_name = EventTypeArg(u'team_profile_change_name', None)
team_profile_remove_background = EventTypeArg(u'team_profile_remove_background', None)
team_selective_sync_policy_changed = EventTypeArg(u'team_selective_sync_policy_changed', None)
team_selective_sync_settings_changed = EventTypeArg(u'team_selective_sync_settings_changed', None)
team_sharing_whitelist_subjects_changed = EventTypeArg(u'team_sharing_whitelist_subjects_changed', None)
tfa_add_backup_phone = EventTypeArg(u'tfa_add_backup_phone', None)
tfa_add_exception = EventTypeArg(u'tfa_add_exception', None)
tfa_add_security_key = EventTypeArg(u'tfa_add_security_key', None)
tfa_change_backup_phone = EventTypeArg(u'tfa_change_backup_phone', None)
tfa_change_policy = EventTypeArg(u'tfa_change_policy', None)
tfa_change_status = EventTypeArg(u'tfa_change_status', None)
tfa_remove_backup_phone = EventTypeArg(u'tfa_remove_backup_phone', None)
tfa_remove_exception = EventTypeArg(u'tfa_remove_exception', None)
tfa_remove_security_key = EventTypeArg(u'tfa_remove_security_key', None)
tfa_reset = EventTypeArg(u'tfa_reset', None)
two_account_change_policy = EventTypeArg(u'two_account_change_policy', None)
undo_naming_convention = EventTypeArg(u'undo_naming_convention', None)
undo_organize_folder_with_tidy = EventTypeArg(u'undo_organize_folder_with_tidy', None)
user_tags_added = EventTypeArg(u'user_tags_added', None)
user_tags_removed = EventTypeArg(u'user_tags_removed', None)
viewer_info_policy_changed = EventTypeArg(u'viewer_info_policy_changed', None)
watermarking_policy_changed = EventTypeArg(u'watermarking_policy_changed', None)
web_sessions_change_active_session_limit = EventTypeArg(u'web_sessions_change_active_session_limit', None)
web_sessions_change_fixed_length_policy = EventTypeArg(u'web_sessions_change_fixed_length_policy', None)
web_sessions_change_idle_length_policy = EventTypeArg(u'web_sessions_change_idle_length_policy', None)
class dropbox.team_log.ExportMembersReportDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created member data report.

__init__()

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

class dropbox.team_log.ExportMembersReportFailDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to create members data report.

Variables:team_log.ExportMembersReportFailDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

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

failure_reason
class dropbox.team_log.ExportMembersReportFailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExportMembersReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExtendedVersionHistoryChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Accepted/opted out of extended version history.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.ExtendedVersionHistoryChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExtendedVersionHistoryPolicy(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.

explicitly_limited = ExtendedVersionHistoryPolicy(u'explicitly_limited', None)
explicitly_unlimited = ExtendedVersionHistoryPolicy(u'explicitly_unlimited', None)
implicitly_limited = ExtendedVersionHistoryPolicy(u'implicitly_limited', None)
implicitly_unlimited = ExtendedVersionHistoryPolicy(u'implicitly_unlimited', None)
is_explicitly_limited()

Check if the union tag is explicitly_limited.

Return type:bool
is_explicitly_unlimited()

Check if the union tag is explicitly_unlimited.

Return type:bool
is_implicitly_limited()

Check if the union tag is implicitly_limited.

Return type:bool
is_implicitly_unlimited()

Check if the union tag is implicitly_unlimited.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = ExtendedVersionHistoryPolicy(u'other', None)
class dropbox.team_log.ExternalDriveBackupEligibilityStatus(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

External Drive Backup eligibility status

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.

exceed_license_cap = ExternalDriveBackupEligibilityStatus(u'exceed_license_cap', None)
is_exceed_license_cap()

Check if the union tag is exceed_license_cap.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_success()

Check if the union tag is success.

Return type:bool
other = ExternalDriveBackupEligibilityStatus(u'other', None)
success = ExternalDriveBackupEligibilityStatus(u'success', None)
class dropbox.team_log.ExternalDriveBackupEligibilityStatusCheckedDetails(desktop_device_session_info=None, status=None, number_of_external_drive_backup=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Checked external drive backup eligibility status.

:ivar
team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.desktop_device_session_info: Device’s session logged information.
Variables:team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.status – Current eligibility status of external drive backup.
:ivar
team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.number_of_external_drive_backup: Total number of valid external drive backup for all the team members.
__init__(desktop_device_session_info=None, status=None, number_of_external_drive_backup=None)

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

desktop_device_session_info
number_of_external_drive_backup
status
class dropbox.team_log.ExternalDriveBackupEligibilityStatusCheckedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExternalDriveBackupPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling team access to external drive backup feature

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.

default = ExternalDriveBackupPolicy(u'default', None)
disabled = ExternalDriveBackupPolicy(u'disabled', None)
enabled = ExternalDriveBackupPolicy(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 = ExternalDriveBackupPolicy(u'other', None)
class dropbox.team_log.ExternalDriveBackupPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed external drive backup policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.ExternalDriveBackupPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExternalDriveBackupStatus(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

External Drive Backup status

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.

broken = ExternalDriveBackupStatus(u'broken', None)
created = ExternalDriveBackupStatus(u'created', None)
created_or_broken = ExternalDriveBackupStatus(u'created_or_broken', None)
deleted = ExternalDriveBackupStatus(u'deleted', None)
empty = ExternalDriveBackupStatus(u'empty', None)
is_broken()

Check if the union tag is broken.

Return type:bool
is_created()

Check if the union tag is created.

Return type:bool
is_created_or_broken()

Check if the union tag is created_or_broken.

Return type:bool
is_deleted()

Check if the union tag is deleted.

Return type:bool
is_empty()

Check if the union tag is empty.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_unknown()

Check if the union tag is unknown.

Return type:bool
other = ExternalDriveBackupStatus(u'other', None)
unknown = ExternalDriveBackupStatus(u'unknown', None)
class dropbox.team_log.ExternalDriveBackupStatusChangedDetails(desktop_device_session_info=None, previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Modified external drive backup.

:ivar
team_log.ExternalDriveBackupStatusChangedDetails.desktop_device_session_info: Device’s session logged information.
Variables:
__init__(desktop_device_session_info=None, previous_value=None, new_value=None)

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

desktop_device_session_info
new_value
previous_value
class dropbox.team_log.ExternalDriveBackupStatusChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExternalSharingCreateReportDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created External sharing report.

__init__()

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

class dropbox.team_log.ExternalSharingCreateReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExternalSharingReportFailedDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t create External sharing report.

Variables:team_log.ExternalSharingReportFailedDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

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

failure_reason
class dropbox.team_log.ExternalSharingReportFailedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ExternalUserLogInfo(user_identifier=None, identifier_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

A user without a Dropbox account.

Variables:
__init__(user_identifier=None, identifier_type=None)

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

identifier_type
user_identifier
class dropbox.team_log.FailureDetailsLogInfo(user_friendly_message=None, technical_error_message=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Provides details about a failure

Variables:
__init__(user_friendly_message=None, technical_error_message=None)

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

technical_error_message
user_friendly_message
class dropbox.team_log.FedAdminRole(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.

enterprise_admin = FedAdminRole(u'enterprise_admin', None)
is_enterprise_admin()

Check if the union tag is enterprise_admin.

Return type:bool
is_not_enterprise_admin()

Check if the union tag is not_enterprise_admin.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
not_enterprise_admin = FedAdminRole(u'not_enterprise_admin', None)
other = FedAdminRole(u'other', None)
class dropbox.team_log.FedExtraDetails(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

More details about the organization or team.

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:
get_organization()

More details about the organization.

Only call this if is_organization() is true.

Return type:OrganizationDetails
get_team()

More details about the team.

Only call this if is_team() is true.

Return type:TeamDetails
is_organization()

Check if the union tag is organization.

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
classmethod organization(val)

Create an instance of this class set to the organization tag with value val.

Parameters:val (OrganizationDetails) –
Return type:FedExtraDetails
other = FedExtraDetails(u'other', None)
classmethod team(val)

Create an instance of this class set to the team tag with value val.

Parameters:val (TeamDetails) –
Return type:FedExtraDetails
class dropbox.team_log.FedHandshakeAction(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.

accepted_invite = FedHandshakeAction(u'accepted_invite', None)
canceled_invite = FedHandshakeAction(u'canceled_invite', None)
invite_expired = FedHandshakeAction(u'invite_expired', None)
invited = FedHandshakeAction(u'invited', None)
is_accepted_invite()

Check if the union tag is accepted_invite.

Return type:bool
is_canceled_invite()

Check if the union tag is canceled_invite.

Return type:bool
is_invite_expired()

Check if the union tag is invite_expired.

Return type:bool
is_invited()

Check if the union tag is invited.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_rejected_invite()

Check if the union tag is rejected_invite.

Return type:bool
is_removed_team()

Check if the union tag is removed_team.

Return type:bool
other = FedHandshakeAction(u'other', None)
rejected_invite = FedHandshakeAction(u'rejected_invite', None)
removed_team = FedHandshakeAction(u'removed_team', None)
class dropbox.team_log.FederationStatusChangeAdditionalInfo(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Additional information about the organization or connected team

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.

:ivar ConnectedTeamName
FederationStatusChangeAdditionalInfo.connected_team_name: The name of the team.
:ivar NonTrustedTeamDetails
FederationStatusChangeAdditionalInfo.non_trusted_team_details: The email to which the request was sent.
:ivar OrganizationName
FederationStatusChangeAdditionalInfo.organization_name: The name of the organization.
classmethod connected_team_name(val)

Create an instance of this class set to the connected_team_name tag with value val.

Parameters:val (ConnectedTeamName) –
Return type:FederationStatusChangeAdditionalInfo
get_connected_team_name()

The name of the team.

Only call this if is_connected_team_name() is true.

Return type:ConnectedTeamName
get_non_trusted_team_details()

The email to which the request was sent.

Only call this if is_non_trusted_team_details() is true.

Return type:NonTrustedTeamDetails
get_organization_name()

The name of the organization.

Only call this if is_organization_name() is true.

Return type:OrganizationName
is_connected_team_name()

Check if the union tag is connected_team_name.

Return type:bool
is_non_trusted_team_details()

Check if the union tag is non_trusted_team_details.

Return type:bool
is_organization_name()

Check if the union tag is organization_name.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
classmethod non_trusted_team_details(val)

Create an instance of this class set to the non_trusted_team_details tag with value val.

Parameters:val (NonTrustedTeamDetails) –
Return type:FederationStatusChangeAdditionalInfo
classmethod organization_name(val)

Create an instance of this class set to the organization_name tag with value val.

Parameters:val (OrganizationName) –
Return type:FederationStatusChangeAdditionalInfo
other = FederationStatusChangeAdditionalInfo(u'other', None)
class dropbox.team_log.FileAddCommentDetails(comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added file comment.

Variables:team_log.FileAddCommentDetails.comment_text – Comment text.
__init__(comment_text=None)

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

comment_text
class dropbox.team_log.FileAddCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileAddDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added files and/or folders.

__init__()

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

class dropbox.team_log.FileAddType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileChangeCommentSubscriptionDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Subscribed to or unsubscribed from comment notifications for file.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.FileChangeCommentSubscriptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileCommentNotificationPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Enable or disable file comments notifications

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.

disabled = FileCommentNotificationPolicy(u'disabled', None)
enabled = FileCommentNotificationPolicy(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 = FileCommentNotificationPolicy(u'other', None)
class dropbox.team_log.FileCommentsChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled commenting on team files.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.FileCommentsChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileCommentsPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

File comments policy

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.

disabled = FileCommentsPolicy(u'disabled', None)
enabled = FileCommentsPolicy(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 = FileCommentsPolicy(u'other', None)
class dropbox.team_log.FileCopyDetails(relocate_action_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Copied files and/or folders.

Variables:team_log.FileCopyDetails.relocate_action_details – Relocate action details.
__init__(relocate_action_details=None)

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

relocate_action_details
class dropbox.team_log.FileCopyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileDeleteCommentDetails(comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted file comment.

Variables:team_log.FileDeleteCommentDetails.comment_text – Comment text.
__init__(comment_text=None)

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

comment_text
class dropbox.team_log.FileDeleteCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileDeleteDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted files and/or folders.

__init__()

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

class dropbox.team_log.FileDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileDownloadDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Downloaded files and/or folders.

__init__()

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

class dropbox.team_log.FileDownloadType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileEditCommentDetails(previous_comment_text=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited file comment.

Variables:
__init__(previous_comment_text=None, comment_text=None)

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

comment_text
previous_comment_text
class dropbox.team_log.FileEditCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileEditDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited files.

__init__()

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

class dropbox.team_log.FileEditType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileGetCopyReferenceDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created copy reference to file/folder.

__init__()

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

class dropbox.team_log.FileGetCopyReferenceType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileLikeCommentDetails(comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Liked file comment.

Variables:team_log.FileLikeCommentDetails.comment_text – Comment text.
__init__(comment_text=None)

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

comment_text
class dropbox.team_log.FileLikeCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileLockingLockStatusChangedDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Locked/unlocked editing for a file.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.FileLockingLockStatusChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileLockingPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed file locking policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.FileLockingPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileLogInfo(path=None, display_name=None, file_id=None, file_size=None)

Bases: dropbox.team_log.FileOrFolderLogInfo

File’s logged information.

__init__(path=None, display_name=None, file_id=None, file_size=None)

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

class dropbox.team_log.FileMoveDetails(relocate_action_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Moved files and/or folders.

Variables:team_log.FileMoveDetails.relocate_action_details – Relocate action details.
__init__(relocate_action_details=None)

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

relocate_action_details
class dropbox.team_log.FileMoveType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileOrFolderLogInfo(path=None, display_name=None, file_id=None, file_size=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Generic information relevant both for files and folders

Variables:
__init__(path=None, display_name=None, file_id=None, file_size=None)

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

display_name
file_id
file_size
path
class dropbox.team_log.FilePermanentlyDeleteDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Permanently deleted files and/or folders.

__init__()

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

class dropbox.team_log.FilePermanentlyDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FilePreviewDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Previewed files and/or folders.

__init__()

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

class dropbox.team_log.FilePreviewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileProviderMigrationPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed File Provider Migration policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.FileProviderMigrationPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRenameDetails(relocate_action_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed files and/or folders.

Variables:team_log.FileRenameDetails.relocate_action_details – Relocate action details.
__init__(relocate_action_details=None)

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

relocate_action_details
class dropbox.team_log.FileRenameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestChangeDetails(new_details=None, file_request_id=None, previous_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed file request.

Variables:
__init__(new_details=None, file_request_id=None, previous_details=None)

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

file_request_id
new_details
previous_details
class dropbox.team_log.FileRequestChangeType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestCloseDetails(file_request_id=None, previous_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Closed file request.

Variables:
__init__(file_request_id=None, previous_details=None)

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

file_request_id
previous_details
class dropbox.team_log.FileRequestCloseType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestCreateDetails(file_request_id=None, request_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created file request.

Variables:
__init__(file_request_id=None, request_details=None)

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

file_request_id
request_details
class dropbox.team_log.FileRequestCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestDeadline(deadline=None, allow_late_uploads=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

File request deadline

Variables:
__init__(deadline=None, allow_late_uploads=None)

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

allow_late_uploads
deadline
class dropbox.team_log.FileRequestDeleteDetails(file_request_id=None, previous_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Delete file request.

Variables:
__init__(file_request_id=None, previous_details=None)

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

file_request_id
previous_details
class dropbox.team_log.FileRequestDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestDetails(asset_index=None, deadline=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

File request details

Variables:
__init__(asset_index=None, deadline=None)

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

asset_index
deadline
class dropbox.team_log.FileRequestReceiveFileDetails(submitted_file_names=None, file_request_id=None, file_request_details=None, submitter_name=None, submitter_email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Received files for file request.

Variables:
__init__(submitted_file_names=None, file_request_id=None, file_request_details=None, submitter_name=None, submitter_email=None)

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

file_request_details
file_request_id
submitted_file_names
submitter_email
submitter_name
class dropbox.team_log.FileRequestReceiveFileType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestsChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled file requests.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.FileRequestsChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestsEmailsEnabledDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled file request emails for everyone.

__init__()

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

class dropbox.team_log.FileRequestsEmailsEnabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled file request emails for team.

__init__()

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

class dropbox.team_log.FileRequestsEmailsRestrictedToTeamOnlyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRequestsPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

File requests policy

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.

disabled = FileRequestsPolicy(u'disabled', None)
enabled = FileRequestsPolicy(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 = FileRequestsPolicy(u'other', None)
class dropbox.team_log.FileResolveCommentDetails(comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Resolved file comment.

Variables:team_log.FileResolveCommentDetails.comment_text – Comment text.
__init__(comment_text=None)

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

comment_text
class dropbox.team_log.FileResolveCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRestoreDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored deleted files and/or folders.

__init__()

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

class dropbox.team_log.FileRestoreType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRevertDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Reverted files to previous version.

__init__()

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

class dropbox.team_log.FileRevertType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileRollbackChangesDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Rolled back file actions.

__init__()

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

class dropbox.team_log.FileRollbackChangesType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileSaveCopyReferenceDetails(relocate_action_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Saved file/folder using copy reference.

Variables:team_log.FileSaveCopyReferenceDetails.relocate_action_details – Relocate action details.
__init__(relocate_action_details=None)

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

relocate_action_details
class dropbox.team_log.FileSaveCopyReferenceType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileTransfersFileAddDetails(file_transfer_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Transfer files added.

Variables:team_log.FileTransfersFileAddDetails.file_transfer_id – Transfer id.
__init__(file_transfer_id=None)

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

file_transfer_id
class dropbox.team_log.FileTransfersFileAddType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileTransfersPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

File transfers policy

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.

disabled = FileTransfersPolicy(u'disabled', None)
enabled = FileTransfersPolicy(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 = FileTransfersPolicy(u'other', None)
class dropbox.team_log.FileTransfersPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed file transfers policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.FileTransfersPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileTransfersTransferDeleteDetails(file_transfer_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted transfer.

Variables:team_log.FileTransfersTransferDeleteDetails.file_transfer_id – Transfer id.
__init__(file_transfer_id=None)

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

file_transfer_id
class dropbox.team_log.FileTransfersTransferDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileTransfersTransferDownloadDetails(file_transfer_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Transfer downloaded.

Variables:team_log.FileTransfersTransferDownloadDetails.file_transfer_id – Transfer id.
__init__(file_transfer_id=None)

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

file_transfer_id
class dropbox.team_log.FileTransfersTransferDownloadType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileTransfersTransferSendDetails(file_transfer_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Sent transfer.

Variables:team_log.FileTransfersTransferSendDetails.file_transfer_id – Transfer id.
__init__(file_transfer_id=None)

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

file_transfer_id
class dropbox.team_log.FileTransfersTransferSendType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileTransfersTransferViewDetails(file_transfer_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Viewed transfer.

Variables:team_log.FileTransfersTransferViewDetails.file_transfer_id – Transfer id.
__init__(file_transfer_id=None)

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

file_transfer_id
class dropbox.team_log.FileTransfersTransferViewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileUnlikeCommentDetails(comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unliked file comment.

Variables:team_log.FileUnlikeCommentDetails.comment_text – Comment text.
__init__(comment_text=None)

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

comment_text
class dropbox.team_log.FileUnlikeCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FileUnresolveCommentDetails(comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unresolved file comment.

Variables:team_log.FileUnresolveCommentDetails.comment_text – Comment text.
__init__(comment_text=None)

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

comment_text
class dropbox.team_log.FileUnresolveCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FolderLinkRestrictionPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether applying link restrictions on all team owned folders

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.

disabled = FolderLinkRestrictionPolicy(u'disabled', None)
enabled = FolderLinkRestrictionPolicy(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 = FolderLinkRestrictionPolicy(u'other', None)
class dropbox.team_log.FolderLinkRestrictionPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed folder link restrictions policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.FolderLinkRestrictionPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FolderLogInfo(path=None, display_name=None, file_id=None, file_size=None, file_count=None)

Bases: dropbox.team_log.FileOrFolderLogInfo

Folder’s logged information.

Variables:team_log.FolderLogInfo.file_count – Number of files within the folder.
__init__(path=None, display_name=None, file_id=None, file_size=None, file_count=None)

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

file_count
class dropbox.team_log.FolderOverviewDescriptionChangedDetails(folder_overview_location_asset=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Updated folder overview.

:ivar
team_log.FolderOverviewDescriptionChangedDetails.folder_overview_location_asset: Folder Overview location position in the Assets list.
__init__(folder_overview_location_asset=None)

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

folder_overview_location_asset
class dropbox.team_log.FolderOverviewDescriptionChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FolderOverviewItemPinnedDetails(folder_overview_location_asset=None, pinned_items_asset_indices=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Pinned item to folder overview.

:ivar
team_log.FolderOverviewItemPinnedDetails.folder_overview_location_asset: Folder Overview location position in the Assets list.
Variables:team_log.FolderOverviewItemPinnedDetails.pinned_items_asset_indices – Pinned items positions in the Assets list.
__init__(folder_overview_location_asset=None, pinned_items_asset_indices=None)

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

folder_overview_location_asset
pinned_items_asset_indices
class dropbox.team_log.FolderOverviewItemPinnedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.FolderOverviewItemUnpinnedDetails(folder_overview_location_asset=None, pinned_items_asset_indices=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unpinned item from folder overview.

:ivar
team_log.FolderOverviewItemUnpinnedDetails.folder_overview_location_asset: Folder Overview location position in the Assets list.
Variables:team_log.FolderOverviewItemUnpinnedDetails.pinned_items_asset_indices – Pinned items positions in the Assets list.
__init__(folder_overview_location_asset=None, pinned_items_asset_indices=None)

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

folder_overview_location_asset
pinned_items_asset_indices
class dropbox.team_log.FolderOverviewItemUnpinnedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GeoLocationLogInfo(ip_address=None, city=None, region=None, country=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Geographic location details.

Variables:
__init__(ip_address=None, city=None, region=None, country=None)

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

city
country
ip_address
region
class dropbox.team_log.GetTeamEventsArg(limit=None, account_id=None, time=None, category=None, event_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Variables:
  • team_log.GetTeamEventsArg.limit – The maximal number of results to return per call. Note that some calls may not return limit number of events, and may even return no events, even with has_more set to true. In this case, callers should fetch again using dropbox.dropbox_client.Dropbox.team_log_get_events_continue().
  • team_log.GetTeamEventsArg.account_id – Filter the events by account ID. Return only events with this account_id as either Actor, Context, or Participants.
  • team_log.GetTeamEventsArg.time – Filter by time range.
  • team_log.GetTeamEventsArg.category – Filter the returned events to a single category. Note that category shouldn’t be provided together with event_type.
  • team_log.GetTeamEventsArg.event_type – Filter the returned events to a single event type. Note that event_type shouldn’t be provided together with category.
__init__(limit=None, account_id=None, time=None, category=None, event_type=None)

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

account_id
category
event_type
limit
time
class dropbox.team_log.GetTeamEventsContinueArg(cursor=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Variables:team_log.GetTeamEventsContinueArg.cursor – Indicates from what point to get the next set of events.
__init__(cursor=None)

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

cursor
class dropbox.team_log.GetTeamEventsContinueError(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Errors that can be raised when calling dropbox.dropbox_client.Dropbox.team_log_get_events_continue().

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:
bad_cursor = GetTeamEventsContinueError(u'bad_cursor', None)
get_reset()

Cursors are intended to be used quickly. Individual cursor values are normally valid for days, but in rare cases may be reset sooner. Cursor reset errors should be handled by fetching a new cursor from dropbox.dropbox_client.Dropbox.team_log_get_events(). The associated value is the approximate timestamp of the most recent event returned by the cursor. This should be used as a resumption point when calling dropbox.dropbox_client.Dropbox.team_log_get_events() to obtain a new cursor.

Only call this if is_reset() is true.

Return type:datetime.datetime
is_bad_cursor()

Check if the union tag is bad_cursor.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_reset()

Check if the union tag is reset.

Return type:bool
other = GetTeamEventsContinueError(u'other', None)
classmethod reset(val)

Create an instance of this class set to the reset tag with value val.

Parameters:val (datetime.datetime) –
Return type:GetTeamEventsContinueError
class dropbox.team_log.GetTeamEventsError(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Errors that can be raised when calling dropbox.dropbox_client.Dropbox.team_log_get_events().

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:
account_id_not_found = GetTeamEventsError(u'account_id_not_found', None)
invalid_filters = GetTeamEventsError(u'invalid_filters', None)
invalid_time_range = GetTeamEventsError(u'invalid_time_range', None)
is_account_id_not_found()

Check if the union tag is account_id_not_found.

Return type:bool
is_invalid_filters()

Check if the union tag is invalid_filters.

Return type:bool
is_invalid_time_range()

Check if the union tag is invalid_time_range.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = GetTeamEventsError(u'other', None)
class dropbox.team_log.GetTeamEventsResult(events=None, cursor=None, has_more=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Variables:
  • team_log.GetTeamEventsResult.events – List of events. Note that events are not guaranteed to be sorted by their timestamp value.
  • team_log.GetTeamEventsResult.cursor – Pass the cursor into dropbox.dropbox_client.Dropbox.team_log_get_events_continue() to obtain additional events. The value of cursor may change for each response from dropbox.dropbox_client.Dropbox.team_log_get_events_continue(), regardless of the value of has_more; older cursor strings may expire. Thus, callers should ensure that they update their cursor based on the latest value of cursor after each call, and poll regularly if they wish to poll for new events. Callers should handle reset exceptions for expired cursors.
  • team_log.GetTeamEventsResult.has_more – Is true if there may be additional events that have not been returned yet. An additional call to dropbox.dropbox_client.Dropbox.team_log_get_events_continue() can retrieve them. Note that has_more may be True, even if events is empty.
__init__(events=None, cursor=None, has_more=None)

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

cursor
events
has_more
class dropbox.team_log.GoogleSsoChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled Google single sign-on for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.GoogleSsoChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GoogleSsoPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Google SSO policy

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.

disabled = GoogleSsoPolicy(u'disabled', None)
enabled = GoogleSsoPolicy(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 = GoogleSsoPolicy(u'other', None)
class dropbox.team_log.GovernancePolicyAddFolderFailedDetails(governance_policy_id=None, name=None, folder=None, policy_type=None, reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t add a folder to a policy.

Variables:
__init__(governance_policy_id=None, name=None, folder=None, policy_type=None, reason=None)

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

folder
governance_policy_id
name
policy_type
reason
class dropbox.team_log.GovernancePolicyAddFolderFailedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyAddFoldersDetails(governance_policy_id=None, name=None, policy_type=None, folders=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added folders to policy.

Variables:
__init__(governance_policy_id=None, name=None, policy_type=None, folders=None)

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

folders
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyAddFoldersType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyContentDisposedDetails(governance_policy_id=None, name=None, disposition_type=None, policy_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Content disposed.

Variables:
__init__(governance_policy_id=None, name=None, disposition_type=None, policy_type=None)

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

disposition_type
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyContentDisposedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyCreateDetails(governance_policy_id=None, name=None, duration=None, policy_type=None, folders=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Activated a new policy.

Variables:
__init__(governance_policy_id=None, name=None, duration=None, policy_type=None, folders=None)

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

duration
folders
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyDeleteDetails(governance_policy_id=None, name=None, policy_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted a policy.

Variables:
__init__(governance_policy_id=None, name=None, policy_type=None)

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

governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyEditDetailsDetails(governance_policy_id=None, name=None, attribute=None, previous_value=None, new_value=None, policy_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited policy.

Variables:
__init__(governance_policy_id=None, name=None, attribute=None, previous_value=None, new_value=None, policy_type=None)

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

attribute
governance_policy_id
name
new_value
policy_type
previous_value
class dropbox.team_log.GovernancePolicyEditDetailsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyEditDurationDetails(governance_policy_id=None, name=None, previous_value=None, new_value=None, policy_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed policy duration.

Variables:
__init__(governance_policy_id=None, name=None, previous_value=None, new_value=None, policy_type=None)

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

governance_policy_id
name
new_value
policy_type
previous_value
class dropbox.team_log.GovernancePolicyEditDurationType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyExportCreatedDetails(governance_policy_id=None, name=None, export_name=None, policy_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created a policy download.

Variables:
__init__(governance_policy_id=None, name=None, export_name=None, policy_type=None)

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

export_name
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyExportCreatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyExportRemovedDetails(governance_policy_id=None, name=None, export_name=None, policy_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed a policy download.

Variables:
__init__(governance_policy_id=None, name=None, export_name=None, policy_type=None)

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

export_name
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyExportRemovedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyRemoveFoldersDetails(governance_policy_id=None, name=None, policy_type=None, folders=None, reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed folders from policy.

Variables:
__init__(governance_policy_id=None, name=None, policy_type=None, folders=None, reason=None)

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

folders
governance_policy_id
name
policy_type
reason
class dropbox.team_log.GovernancePolicyRemoveFoldersType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyReportCreatedDetails(governance_policy_id=None, name=None, policy_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created a summary report for a policy.

Variables:
__init__(governance_policy_id=None, name=None, policy_type=None)

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

governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyReportCreatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GovernancePolicyZipPartDownloadedDetails(governance_policy_id=None, name=None, export_name=None, policy_type=None, part=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Downloaded content from a policy.

:ivar
team_log.GovernancePolicyZipPartDownloadedDetails.governance_policy_id: Policy ID.
Variables:
__init__(governance_policy_id=None, name=None, export_name=None, policy_type=None, part=None)

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

export_name
governance_policy_id
name
part
policy_type
class dropbox.team_log.GovernancePolicyZipPartDownloadedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupAddExternalIdDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added external ID for group.

Variables:team_log.GroupAddExternalIdDetails.new_value – Current external id.
__init__(new_value=None)

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

new_value
class dropbox.team_log.GroupAddExternalIdType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupAddMemberDetails(is_group_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added team members to group.

Variables:team_log.GroupAddMemberDetails.is_group_owner – Is group owner.
__init__(is_group_owner=None)

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

is_group_owner
class dropbox.team_log.GroupAddMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupChangeExternalIdDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed external ID for group.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.GroupChangeExternalIdType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupChangeManagementTypeDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed group management type.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.GroupChangeManagementTypeType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupChangeMemberRoleDetails(is_group_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed manager permissions of group member.

Variables:team_log.GroupChangeMemberRoleDetails.is_group_owner – Is group owner.
__init__(is_group_owner=None)

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

is_group_owner
class dropbox.team_log.GroupChangeMemberRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupCreateDetails(is_company_managed=None, join_policy=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created group.

Variables:
__init__(is_company_managed=None, join_policy=None)

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

is_company_managed
join_policy
class dropbox.team_log.GroupCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupDeleteDetails(is_company_managed=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted group.

Variables:team_log.GroupDeleteDetails.is_company_managed – Is company managed group.
__init__(is_company_managed=None)

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

is_company_managed
class dropbox.team_log.GroupDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupDescriptionUpdatedDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Updated group.

__init__()

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

class dropbox.team_log.GroupDescriptionUpdatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupJoinPolicy(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.

is_open()

Check if the union tag is open.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_request_to_join()

Check if the union tag is request_to_join.

Return type:bool
open = GroupJoinPolicy(u'open', None)
other = GroupJoinPolicy(u'other', None)
request_to_join = GroupJoinPolicy(u'request_to_join', None)
class dropbox.team_log.GroupJoinPolicyUpdatedDetails(is_company_managed=None, join_policy=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Updated group join policy.

Variables:
__init__(is_company_managed=None, join_policy=None)

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

is_company_managed
join_policy
class dropbox.team_log.GroupJoinPolicyUpdatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupLogInfo(display_name=None, group_id=None, external_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Group’s logged information.

Variables:
__init__(display_name=None, group_id=None, external_id=None)

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

display_name
external_id
group_id
class dropbox.team_log.GroupMovedDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Moved group.

__init__()

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

class dropbox.team_log.GroupMovedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupRemoveExternalIdDetails(previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed external ID for group.

Variables:team_log.GroupRemoveExternalIdDetails.previous_value – Old external id.
__init__(previous_value=None)

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

previous_value
class dropbox.team_log.GroupRemoveExternalIdType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupRemoveMemberDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed team members from group.

__init__()

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

class dropbox.team_log.GroupRemoveMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupRenameDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed group.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.GroupRenameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GroupUserManagementChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed who can create groups.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.GroupUserManagementChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GuestAdminChangeStatusDetails(is_guest=None, previous_value=None, new_value=None, action_details=None, guest_team_name=None, host_team_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed guest team admin status.

Variables:
__init__(is_guest=None, previous_value=None, new_value=None, action_details=None, guest_team_name=None, host_team_name=None)

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

action_details
guest_team_name
host_team_name
is_guest
new_value
previous_value
class dropbox.team_log.GuestAdminChangeStatusType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GuestAdminSignedInViaTrustedTeamsDetails(team_name=None, trusted_team_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Started trusted team admin session.

Variables:
__init__(team_name=None, trusted_team_name=None)

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

team_name
trusted_team_name
class dropbox.team_log.GuestAdminSignedInViaTrustedTeamsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.GuestAdminSignedOutViaTrustedTeamsDetails(team_name=None, trusted_team_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Ended trusted team admin session.

Variables:
__init__(team_name=None, trusted_team_name=None)

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

team_name
trusted_team_name
class dropbox.team_log.GuestAdminSignedOutViaTrustedTeamsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.IdentifierType(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.

email = IdentifierType(u'email', None)
facebook_profile_name = IdentifierType(u'facebook_profile_name', None)
is_email()

Check if the union tag is email.

Return type:bool
is_facebook_profile_name()

Check if the union tag is facebook_profile_name.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = IdentifierType(u'other', None)
class dropbox.team_log.IntegrationConnectedDetails(integration_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Connected integration for member.

Variables:team_log.IntegrationConnectedDetails.integration_name – Name of the third-party integration.
__init__(integration_name=None)

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

integration_name
class dropbox.team_log.IntegrationConnectedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.IntegrationDisconnectedDetails(integration_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Disconnected integration for member.

Variables:team_log.IntegrationDisconnectedDetails.integration_name – Name of the third-party integration.
__init__(integration_name=None)

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

integration_name
class dropbox.team_log.IntegrationDisconnectedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.IntegrationPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling whether a service integration is enabled for the team.

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.

disabled = IntegrationPolicy(u'disabled', None)
enabled = IntegrationPolicy(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 = IntegrationPolicy(u'other', None)
class dropbox.team_log.IntegrationPolicyChangedDetails(integration_name=None, new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed integration policy for team.

Variables:
__init__(integration_name=None, new_value=None, previous_value=None)

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

integration_name
new_value
previous_value
class dropbox.team_log.IntegrationPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.InviteAcceptanceEmailPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for deciding whether team admins receive email when an invitation to join the team is accepted

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.

disabled = InviteAcceptanceEmailPolicy(u'disabled', None)
enabled = InviteAcceptanceEmailPolicy(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 = InviteAcceptanceEmailPolicy(u'other', None)
class dropbox.team_log.InviteAcceptanceEmailPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed invite accept email policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.InviteAcceptanceEmailPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.InviteMethod(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.

auto_approve = InviteMethod(u'auto_approve', None)
is_auto_approve()

Check if the union tag is auto_approve.

Return type:bool

Check if the union tag is invite_link.

Return type:bool
is_member_invite()

Check if the union tag is member_invite.

Return type:bool
is_moved_from_another_team()

Check if the union tag is moved_from_another_team.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
member_invite = InviteMethod(u'member_invite', None)
moved_from_another_team = InviteMethod(u'moved_from_another_team', None)
other = InviteMethod(u'other', None)
class dropbox.team_log.JoinTeamDetails(linked_apps=None, linked_devices=None, linked_shared_folders=None, was_linked_apps_truncated=None, was_linked_devices_truncated=None, was_linked_shared_folders_truncated=None, has_linked_apps=None, has_linked_devices=None, has_linked_shared_folders=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Additional information relevant when a new member joins the team.

Variables:
__init__(linked_apps=None, linked_devices=None, linked_shared_folders=None, was_linked_apps_truncated=None, was_linked_devices_truncated=None, was_linked_shared_folders_truncated=None, has_linked_apps=None, has_linked_devices=None, has_linked_shared_folders=None)

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

has_linked_apps
has_linked_devices
has_linked_shared_folders
linked_apps
linked_devices
linked_shared_folders
was_linked_apps_truncated
was_linked_devices_truncated
was_linked_shared_folders_truncated
class dropbox.team_log.LabelType(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Label type

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.

is_other()

Check if the union tag is other.

Return type:bool
is_personal_information()

Check if the union tag is personal_information.

Return type:bool
is_test_only()

Check if the union tag is test_only.

Return type:bool
is_user_defined_tag()

Check if the union tag is user_defined_tag.

Return type:bool
other = LabelType(u'other', None)
personal_information = LabelType(u'personal_information', None)
test_only = LabelType(u'test_only', None)
user_defined_tag = LabelType(u'user_defined_tag', None)
class dropbox.team_log.LegacyDeviceSessionLogInfo(ip_address=None, created=None, updated=None, session_info=None, display_name=None, is_emm_managed=None, platform=None, mac_address=None, os_version=None, device_type=None, client_version=None, legacy_uniq_id=None)

Bases: dropbox.team_log.DeviceSessionLogInfo

Information on sessions, in legacy format

Variables:
__init__(ip_address=None, created=None, updated=None, session_info=None, display_name=None, is_emm_managed=None, platform=None, mac_address=None, os_version=None, device_type=None, client_version=None, legacy_uniq_id=None)

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

client_version
device_type
display_name
is_emm_managed
legacy_uniq_id
mac_address
os_version
platform
session_info
class dropbox.team_log.LegalHoldsActivateAHoldDetails(legal_hold_id=None, name=None, start_date=None, end_date=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Activated a hold.

Variables:
__init__(legal_hold_id=None, name=None, start_date=None, end_date=None)

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

end_date
legal_hold_id
name
start_date
class dropbox.team_log.LegalHoldsActivateAHoldType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsAddMembersDetails(legal_hold_id=None, name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added members to a hold.

Variables:
__init__(legal_hold_id=None, name=None)

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

legal_hold_id
name
class dropbox.team_log.LegalHoldsAddMembersType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsChangeHoldDetailsDetails(legal_hold_id=None, name=None, previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited details for a hold.

Variables:
__init__(legal_hold_id=None, name=None, previous_value=None, new_value=None)

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

legal_hold_id
name
new_value
previous_value
class dropbox.team_log.LegalHoldsChangeHoldDetailsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsChangeHoldNameDetails(legal_hold_id=None, previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed a hold.

Variables:
__init__(legal_hold_id=None, previous_value=None, new_value=None)

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

legal_hold_id
new_value
previous_value
class dropbox.team_log.LegalHoldsChangeHoldNameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsExportAHoldDetails(legal_hold_id=None, name=None, export_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Exported hold.

Variables:
__init__(legal_hold_id=None, name=None, export_name=None)

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

export_name
legal_hold_id
name
class dropbox.team_log.LegalHoldsExportAHoldType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsExportCancelledDetails(legal_hold_id=None, name=None, export_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Canceled export for a hold.

Variables:
__init__(legal_hold_id=None, name=None, export_name=None)

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

export_name
legal_hold_id
name
class dropbox.team_log.LegalHoldsExportCancelledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsExportDownloadedDetails(legal_hold_id=None, name=None, export_name=None, part=None, file_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Downloaded export for a hold.

Variables:
__init__(legal_hold_id=None, name=None, export_name=None, part=None, file_name=None)

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

export_name
file_name
legal_hold_id
name
part
class dropbox.team_log.LegalHoldsExportDownloadedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsExportRemovedDetails(legal_hold_id=None, name=None, export_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed export for a hold.

Variables:
__init__(legal_hold_id=None, name=None, export_name=None)

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

export_name
legal_hold_id
name
class dropbox.team_log.LegalHoldsExportRemovedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsReleaseAHoldDetails(legal_hold_id=None, name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Released a hold.

Variables:
__init__(legal_hold_id=None, name=None)

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

legal_hold_id
name
class dropbox.team_log.LegalHoldsReleaseAHoldType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsRemoveMembersDetails(legal_hold_id=None, name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed members from a hold.

Variables:
__init__(legal_hold_id=None, name=None)

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

legal_hold_id
name
class dropbox.team_log.LegalHoldsRemoveMembersType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LegalHoldsReportAHoldDetails(legal_hold_id=None, name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created a summary report for a hold.

Variables:
__init__(legal_hold_id=None, name=None)

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

legal_hold_id
name
class dropbox.team_log.LegalHoldsReportAHoldType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LinkedDeviceLogInfo(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

The device sessions that user is linked to.

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.

:ivar DesktopDeviceSessionLogInfo
LinkedDeviceLogInfo.desktop_device_session: desktop device session’s details.
Variables:
classmethod desktop_device_session(val)

Create an instance of this class set to the desktop_device_session tag with value val.

Parameters:val (DesktopDeviceSessionLogInfo) –
Return type:LinkedDeviceLogInfo
get_desktop_device_session()

desktop device session’s details.

Only call this if is_desktop_device_session() is true.

Return type:DesktopDeviceSessionLogInfo
get_legacy_device_session()

legacy device session’s details.

Only call this if is_legacy_device_session() is true.

Return type:LegacyDeviceSessionLogInfo
get_mobile_device_session()

mobile device session’s details.

Only call this if is_mobile_device_session() is true.

Return type:MobileDeviceSessionLogInfo
get_web_device_session()

web device session’s details.

Only call this if is_web_device_session() is true.

Return type:WebDeviceSessionLogInfo
is_desktop_device_session()

Check if the union tag is desktop_device_session.

Return type:bool
is_legacy_device_session()

Check if the union tag is legacy_device_session.

Return type:bool
is_mobile_device_session()

Check if the union tag is mobile_device_session.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_web_device_session()

Check if the union tag is web_device_session.

Return type:bool
classmethod legacy_device_session(val)

Create an instance of this class set to the legacy_device_session tag with value val.

Parameters:val (LegacyDeviceSessionLogInfo) –
Return type:LinkedDeviceLogInfo
classmethod mobile_device_session(val)

Create an instance of this class set to the mobile_device_session tag with value val.

Parameters:val (MobileDeviceSessionLogInfo) –
Return type:LinkedDeviceLogInfo
other = LinkedDeviceLogInfo(u'other', None)
classmethod web_device_session(val)

Create an instance of this class set to the web_device_session tag with value val.

Parameters:val (WebDeviceSessionLogInfo) –
Return type:LinkedDeviceLogInfo
class dropbox.team_log.LockStatus(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

File lock status

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.

is_locked()

Check if the union tag is locked.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_unlocked()

Check if the union tag is unlocked.

Return type:bool
locked = LockStatus(u'locked', None)
other = LockStatus(u'other', None)
unlocked = LockStatus(u'unlocked', None)
class dropbox.team_log.LoginFailDetails(login_method=None, error_details=None, is_emm_managed=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to sign in.

Variables:
__init__(login_method=None, error_details=None, is_emm_managed=None)

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

error_details
is_emm_managed
login_method
class dropbox.team_log.LoginFailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LoginMethod(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.

apple_oauth = LoginMethod(u'apple_oauth', None)
first_party_token_exchange = LoginMethod(u'first_party_token_exchange', None)
google_oauth = LoginMethod(u'google_oauth', None)
is_apple_oauth()

Check if the union tag is apple_oauth.

Return type:bool
is_first_party_token_exchange()

Check if the union tag is first_party_token_exchange.

Return type:bool
is_google_oauth()

Check if the union tag is google_oauth.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_password()

Check if the union tag is password.

Return type:bool
is_qr_code()

Check if the union tag is qr_code.

Return type:bool
is_saml()

Check if the union tag is saml.

Return type:bool
is_two_factor_authentication()

Check if the union tag is two_factor_authentication.

Return type:bool
is_web_session()

Check if the union tag is web_session.

Return type:bool
other = LoginMethod(u'other', None)
password = LoginMethod(u'password', None)
qr_code = LoginMethod(u'qr_code', None)
saml = LoginMethod(u'saml', None)
two_factor_authentication = LoginMethod(u'two_factor_authentication', None)
web_session = LoginMethod(u'web_session', None)
class dropbox.team_log.LoginSuccessDetails(login_method=None, is_emm_managed=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Signed in.

Variables:
__init__(login_method=None, is_emm_managed=None)

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

is_emm_managed
login_method
class dropbox.team_log.LoginSuccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.LogoutDetails(login_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Signed out.

Variables:team_log.LogoutDetails.login_id – Login session id.
__init__(login_id=None)

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

login_id
class dropbox.team_log.LogoutType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberAddExternalIdDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added an external ID for team member.

Variables:team_log.MemberAddExternalIdDetails.new_value – Current external id.
__init__(new_value=None)

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

new_value
class dropbox.team_log.MemberAddExternalIdType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberAddNameDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added team member name.

Variables:team_log.MemberAddNameDetails.new_value – New user’s name.
__init__(new_value=None)

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

new_value
class dropbox.team_log.MemberAddNameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberChangeAdminRoleDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team member admin role.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberChangeAdminRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberChangeEmailDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team member email.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberChangeEmailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberChangeExternalIdDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed the external ID for team member.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberChangeExternalIdType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberChangeMembershipTypeDetails(prev_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed membership type (limited/full) of member.

Variables:
__init__(prev_value=None, new_value=None)

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

new_value
prev_value
class dropbox.team_log.MemberChangeMembershipTypeType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberChangeNameDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team member name.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberChangeNameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberChangeResellerRoleDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team member reseller role.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberChangeResellerRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberChangeStatusDetails(new_value=None, previous_value=None, action=None, new_team=None, previous_team=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed member status (invited, joined, suspended, etc.).

Variables:
__init__(new_value=None, previous_value=None, action=None, new_team=None, previous_team=None)

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

action
new_team
new_value
previous_team
previous_value
class dropbox.team_log.MemberChangeStatusType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberDeleteManualContactsDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Cleared manually added contacts.

__init__()

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

class dropbox.team_log.MemberDeleteManualContactsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberDeleteProfilePhotoDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted team member profile photo.

__init__()

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

class dropbox.team_log.MemberDeleteProfilePhotoType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberPermanentlyDeleteAccountContentsDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Permanently deleted contents of deleted team member account.

__init__()

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

class dropbox.team_log.MemberPermanentlyDeleteAccountContentsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberRemoveActionType(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.

delete = MemberRemoveActionType(u'delete', None)
is_delete()

Check if the union tag is delete.

Return type:bool
is_leave()

Check if the union tag is leave.

Return type:bool
is_offboard()

Check if the union tag is offboard.

Return type:bool
is_offboard_and_retain_team_folders()

Check if the union tag is offboard_and_retain_team_folders.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
leave = MemberRemoveActionType(u'leave', None)
offboard = MemberRemoveActionType(u'offboard', None)
offboard_and_retain_team_folders = MemberRemoveActionType(u'offboard_and_retain_team_folders', None)
other = MemberRemoveActionType(u'other', None)
class dropbox.team_log.MemberRemoveExternalIdDetails(previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed the external ID for team member.

Variables:team_log.MemberRemoveExternalIdDetails.previous_value – Old external id.
__init__(previous_value=None)

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

previous_value
class dropbox.team_log.MemberRemoveExternalIdType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberRequestsChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether users can find team when not invited.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberRequestsChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberRequestsPolicy(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.

auto_accept = MemberRequestsPolicy(u'auto_accept', None)
disabled = MemberRequestsPolicy(u'disabled', None)
is_auto_accept()

Check if the union tag is auto_accept.

Return type:bool
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_require_approval()

Check if the union tag is require_approval.

Return type:bool
other = MemberRequestsPolicy(u'other', None)
require_approval = MemberRequestsPolicy(u'require_approval', None)
class dropbox.team_log.MemberSendInvitePolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling whether team members can send team invites

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.

disabled = MemberSendInvitePolicy(u'disabled', None)
everyone = MemberSendInvitePolicy(u'everyone', None)
is_disabled()

Check if the union tag is disabled.

Return type:bool
is_everyone()

Check if the union tag is everyone.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_specific_members()

Check if the union tag is specific_members.

Return type:bool
other = MemberSendInvitePolicy(u'other', None)
specific_members = MemberSendInvitePolicy(u'specific_members', None)
class dropbox.team_log.MemberSendInvitePolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed member send invite policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberSendInvitePolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSetProfilePhotoDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Set team member profile photo.

__init__()

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

class dropbox.team_log.MemberSetProfilePhotoType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsAddCustomQuotaDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Set custom member space limit.

Variables:team_log.MemberSpaceLimitsAddCustomQuotaDetails.new_value – New custom quota value in bytes.
__init__(new_value=None)

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

new_value
class dropbox.team_log.MemberSpaceLimitsAddCustomQuotaType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsAddExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added members to member space limit exception list.

__init__()

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

class dropbox.team_log.MemberSpaceLimitsAddExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed member space limit type for team.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberSpaceLimitsChangeCapsTypePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsChangeCustomQuotaDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed custom member space limit.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberSpaceLimitsChangeCustomQuotaType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsChangePolicyDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team default member space limit.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberSpaceLimitsChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsChangeStatusDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed space limit status.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberSpaceLimitsChangeStatusType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsRemoveCustomQuotaDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed custom member space limit.

__init__()

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

class dropbox.team_log.MemberSpaceLimitsRemoveCustomQuotaType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSpaceLimitsRemoveExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed members from member space limit exception list.

__init__()

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

class dropbox.team_log.MemberSpaceLimitsRemoveExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberStatus(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.

active = MemberStatus(u'active', None)
invited = MemberStatus(u'invited', None)
is_active()

Check if the union tag is active.

Return type:bool
is_invited()

Check if the union tag is invited.

Return type:bool
is_moved_to_another_team()

Check if the union tag is moved_to_another_team.

Return type:bool
is_not_joined()

Check if the union tag is not_joined.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_removed()

Check if the union tag is removed.

Return type:bool
is_suspended()

Check if the union tag is suspended.

Return type:bool
moved_to_another_team = MemberStatus(u'moved_to_another_team', None)
not_joined = MemberStatus(u'not_joined', None)
other = MemberStatus(u'other', None)
removed = MemberStatus(u'removed', None)
suspended = MemberStatus(u'suspended', None)
class dropbox.team_log.MemberSuggestDetails(suggested_members=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Suggested person to add to team.

Variables:team_log.MemberSuggestDetails.suggested_members – suggested users emails.
__init__(suggested_members=None)

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

suggested_members
class dropbox.team_log.MemberSuggestType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSuggestionsChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled option for team members to suggest people to add to team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MemberSuggestionsChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberSuggestionsPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Member suggestions policy

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.

disabled = MemberSuggestionsPolicy(u'disabled', None)
enabled = MemberSuggestionsPolicy(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 = MemberSuggestionsPolicy(u'other', None)
class dropbox.team_log.MemberTransferAccountContentsDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Transferred contents of deleted member account to another member.

__init__()

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

class dropbox.team_log.MemberTransferAccountContentsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MemberTransferredInternalFields(source_team_id=None, target_team_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Internal only - fields for target team computations

Variables:
__init__(source_team_id=None, target_team_id=None)

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

source_team_id
target_team_id
class dropbox.team_log.MicrosoftOfficeAddinChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled Microsoft Office add-in.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.MicrosoftOfficeAddinChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.MicrosoftOfficeAddinPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Microsoft Office addin policy

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.

disabled = MicrosoftOfficeAddinPolicy(u'disabled', None)
enabled = MicrosoftOfficeAddinPolicy(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 = MicrosoftOfficeAddinPolicy(u'other', None)
class dropbox.team_log.MissingDetails(source_event_fields=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

An indication that an error occurred while retrieving the event. Some attributes of the event may be omitted as a result.

Variables:team_log.MissingDetails.source_event_fields – All the data that could be retrieved and converted from the source event.
__init__(source_event_fields=None)

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

source_event_fields
class dropbox.team_log.MobileDeviceSessionLogInfo(device_name=None, client_type=None, ip_address=None, created=None, updated=None, session_info=None, client_version=None, os_version=None, last_carrier=None)

Bases: dropbox.team_log.DeviceSessionLogInfo

Information about linked Dropbox mobile client sessions

Variables:
__init__(device_name=None, client_type=None, ip_address=None, created=None, updated=None, session_info=None, client_version=None, os_version=None, last_carrier=None)

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

client_type
client_version
device_name
last_carrier
os_version
session_info
class dropbox.team_log.MobileSessionLogInfo(session_id=None)

Bases: dropbox.team_log.SessionLogInfo

Mobile session.

__init__(session_id=None)

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

class dropbox.team_log.NamespaceRelativePathLogInfo(ns_id=None, relative_path=None, is_shared_namespace=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Namespace relative path details.

Variables:
__init__(ns_id=None, relative_path=None, is_shared_namespace=None)

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

is_shared_namespace
ns_id
relative_path
class dropbox.team_log.NetworkControlChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled network control.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.NetworkControlChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NetworkControlPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Network control policy

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.

disabled = NetworkControlPolicy(u'disabled', None)
enabled = NetworkControlPolicy(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 = NetworkControlPolicy(u'other', None)
class dropbox.team_log.NoExpirationLinkGenCreateReportDetails(start_date=None, end_date=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Report created: Links created with no expiration.

Variables:
__init__(start_date=None, end_date=None)

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

end_date
start_date
class dropbox.team_log.NoExpirationLinkGenCreateReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoExpirationLinkGenReportFailedDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t create report: Links created with no expiration.

Variables:team_log.NoExpirationLinkGenReportFailedDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

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

failure_reason
class dropbox.team_log.NoExpirationLinkGenReportFailedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoPasswordLinkGenCreateReportDetails(start_date=None, end_date=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Report created: Links created without passwords.

Variables:
__init__(start_date=None, end_date=None)

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

end_date
start_date
class dropbox.team_log.NoPasswordLinkGenCreateReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoPasswordLinkGenReportFailedDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t create report: Links created without passwords.

Variables:team_log.NoPasswordLinkGenReportFailedDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

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

failure_reason
class dropbox.team_log.NoPasswordLinkGenReportFailedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoPasswordLinkViewCreateReportDetails(start_date=None, end_date=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Report created: Views of links without passwords.

Variables:
__init__(start_date=None, end_date=None)

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

end_date
start_date
class dropbox.team_log.NoPasswordLinkViewCreateReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoPasswordLinkViewReportFailedDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t create report: Views of links without passwords.

Variables:team_log.NoPasswordLinkViewReportFailedDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

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

failure_reason
class dropbox.team_log.NoPasswordLinkViewReportFailedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NonTeamMemberLogInfo(account_id=None, display_name=None, email=None)

Bases: dropbox.team_log.UserLogInfo

Non team member’s logged information.

__init__(account_id=None, display_name=None, email=None)

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

class dropbox.team_log.NonTrustedTeamDetails(team=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

The email to which the request was sent

Variables:team_log.NonTrustedTeamDetails.team – The email to which the request was sent.
__init__(team=None)

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

team
class dropbox.team_log.NoteAclInviteOnlyDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Paper doc to invite-only.

__init__()

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

class dropbox.team_log.NoteAclInviteOnlyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoteAclLinkDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Paper doc to link-accessible.

__init__()

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

class dropbox.team_log.NoteAclLinkType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoteAclTeamLinkDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Paper doc to link-accessible for team.

__init__()

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

class dropbox.team_log.NoteAclTeamLinkType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoteShareReceiveDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Shared received Paper doc.

__init__()

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

class dropbox.team_log.NoteShareReceiveType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.NoteSharedDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Shared Paper doc.

__init__()

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

class dropbox.team_log.NoteSharedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ObjectLabelAddedDetails(label_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added a label.

Variables:team_log.ObjectLabelAddedDetails.label_type – Labels mark a file or folder.
__init__(label_type=None)

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

label_type
class dropbox.team_log.ObjectLabelAddedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ObjectLabelRemovedDetails(label_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed a label.

Variables:team_log.ObjectLabelRemovedDetails.label_type – Labels mark a file or folder.
__init__(label_type=None)

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

label_type
class dropbox.team_log.ObjectLabelRemovedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ObjectLabelUpdatedValueDetails(label_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Updated a label’s value.

Variables:team_log.ObjectLabelUpdatedValueDetails.label_type – Labels mark a file or folder.
__init__(label_type=None)

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

label_type
class dropbox.team_log.ObjectLabelUpdatedValueType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.OpenNoteSharedDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Opened shared Paper doc.

__init__()

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

class dropbox.team_log.OpenNoteSharedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.OrganizationDetails(organization=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

More details about the organization.

Variables:team_log.OrganizationDetails.organization – The name of the organization.
__init__(organization=None)

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

organization
class dropbox.team_log.OrganizationName(organization=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

The name of the organization

Variables:team_log.OrganizationName.organization – The name of the organization.
__init__(organization=None)

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

organization
class dropbox.team_log.OrganizeFolderWithTidyDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Organized a folder with multi-file organize.

__init__()

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

class dropbox.team_log.OrganizeFolderWithTidyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.OriginLogInfo(access_method=None, geo_location=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

The origin from which the actor performed the action.

Variables:
__init__(access_method=None, geo_location=None)

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

access_method
geo_location
class dropbox.team_log.OutdatedLinkViewCreateReportDetails(start_date=None, end_date=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Report created: Views of old links.

Variables:
__init__(start_date=None, end_date=None)

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

end_date
start_date
class dropbox.team_log.OutdatedLinkViewCreateReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.OutdatedLinkViewReportFailedDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t create report: Views of old links.

Variables:team_log.OutdatedLinkViewReportFailedDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

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

failure_reason
class dropbox.team_log.OutdatedLinkViewReportFailedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperAccessType(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.

commenter = PaperAccessType(u'commenter', None)
editor = PaperAccessType(u'editor', None)
is_commenter()

Check if the union tag is commenter.

Return type:bool
is_editor()

Check if the union tag is editor.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_viewer()

Check if the union tag is viewer.

Return type:bool
other = PaperAccessType(u'other', None)
viewer = PaperAccessType(u'viewer', None)
class dropbox.team_log.PaperAdminExportStartDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Exported all team Paper docs.

__init__()

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

class dropbox.team_log.PaperAdminExportStartType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperChangeDeploymentPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.PaperChangeDeploymentPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperChangeMemberLinkPolicyDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether non-members can view Paper docs with link.

Variables:team_log.PaperChangeMemberLinkPolicyDetails.new_value – New paper external link accessibility policy.
__init__(new_value=None)

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

new_value
class dropbox.team_log.PaperChangeMemberLinkPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperChangeMemberPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.PaperChangeMemberPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled Dropbox Paper for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.PaperChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentAddMemberDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added users and/or groups to Paper doc/folder.

Variables:team_log.PaperContentAddMemberDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperContentAddMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentAddToFolderDetails(event_uuid=None, target_asset_index=None, parent_asset_index=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added Paper doc/folder to folder.

Variables:
__init__(event_uuid=None, target_asset_index=None, parent_asset_index=None)

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

event_uuid
parent_asset_index
target_asset_index
class dropbox.team_log.PaperContentAddToFolderType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentArchiveDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Archived Paper doc/folder.

Variables:team_log.PaperContentArchiveDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperContentArchiveType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentCreateDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created Paper doc/folder.

Variables:team_log.PaperContentCreateDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperContentCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentPermanentlyDeleteDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Permanently deleted Paper doc/folder.

Variables:team_log.PaperContentPermanentlyDeleteDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperContentPermanentlyDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentRemoveFromFolderDetails(event_uuid=None, target_asset_index=None, parent_asset_index=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed Paper doc/folder from folder.

Variables:
__init__(event_uuid=None, target_asset_index=None, parent_asset_index=None)

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

event_uuid
parent_asset_index
target_asset_index
class dropbox.team_log.PaperContentRemoveFromFolderType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentRemoveMemberDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed users and/or groups from Paper doc/folder.

Variables:team_log.PaperContentRemoveMemberDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperContentRemoveMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentRenameDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed Paper doc/folder.

Variables:team_log.PaperContentRenameDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperContentRenameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperContentRestoreDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored archived Paper doc/folder.

Variables:team_log.PaperContentRestoreDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperContentRestoreType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDefaultFolderPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy to set default access for newly created Paper folders.

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.

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_log.PaperDefaultFolderPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Paper Default Folder Policy setting for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.PaperDefaultFolderPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDesktopPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if team members can use Paper Desktop

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.

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_log.PaperDesktopPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled Paper Desktop for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.PaperDesktopPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocAddCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added Paper doc comment.

Variables:
__init__(event_uuid=None, comment_text=None)

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

comment_text
event_uuid
class dropbox.team_log.PaperDocAddCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocChangeMemberRoleDetails(event_uuid=None, access_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed member permissions for Paper doc.

Variables:
__init__(event_uuid=None, access_type=None)

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

access_type
event_uuid
class dropbox.team_log.PaperDocChangeMemberRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocChangeSharingPolicyDetails(event_uuid=None, public_sharing_policy=None, team_sharing_policy=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed sharing setting for Paper doc.

Variables:
__init__(event_uuid=None, public_sharing_policy=None, team_sharing_policy=None)

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

event_uuid
public_sharing_policy
team_sharing_policy
class dropbox.team_log.PaperDocChangeSharingPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocChangeSubscriptionDetails(event_uuid=None, new_subscription_level=None, previous_subscription_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Followed/unfollowed Paper doc.

Variables:
:ivar
team_log.PaperDocChangeSubscriptionDetails.previous_subscription_level: Previous doc subscription level. Might be missing due to historical data gap.
__init__(event_uuid=None, new_subscription_level=None, previous_subscription_level=None)

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

event_uuid
new_subscription_level
previous_subscription_level
class dropbox.team_log.PaperDocChangeSubscriptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocDeleteCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted Paper doc comment.

Variables:
__init__(event_uuid=None, comment_text=None)

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

comment_text
event_uuid
class dropbox.team_log.PaperDocDeleteCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocDeletedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Archived Paper doc.

Variables:team_log.PaperDocDeletedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocDeletedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocDownloadDetails(event_uuid=None, export_file_format=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Downloaded Paper doc in specific format.

Variables:
__init__(event_uuid=None, export_file_format=None)

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

event_uuid
export_file_format
class dropbox.team_log.PaperDocDownloadType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocEditCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited Paper doc comment.

Variables:
__init__(event_uuid=None, comment_text=None)

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

comment_text
event_uuid
class dropbox.team_log.PaperDocEditCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocEditDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited Paper doc.

Variables:team_log.PaperDocEditDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocEditType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocFollowedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Followed Paper doc.

Variables:team_log.PaperDocFollowedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocFollowedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocMentionDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Mentioned user in Paper doc.

Variables:team_log.PaperDocMentionDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocMentionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocOwnershipChangedDetails(event_uuid=None, new_owner_user_id=None, old_owner_user_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Transferred ownership of Paper doc.

Variables:
__init__(event_uuid=None, new_owner_user_id=None, old_owner_user_id=None)

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

event_uuid
new_owner_user_id
old_owner_user_id
class dropbox.team_log.PaperDocOwnershipChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocRequestAccessDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Requested access to Paper doc.

Variables:team_log.PaperDocRequestAccessDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocRequestAccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocResolveCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Resolved Paper doc comment.

Variables:
__init__(event_uuid=None, comment_text=None)

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

comment_text
event_uuid
class dropbox.team_log.PaperDocResolveCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocRevertDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored Paper doc to previous version.

Variables:team_log.PaperDocRevertDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocRevertType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocSlackShareDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Shared Paper doc via Slack.

Variables:team_log.PaperDocSlackShareDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocSlackShareType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocTeamInviteDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Shared Paper doc with users and/or groups.

Variables:team_log.PaperDocTeamInviteDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocTeamInviteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocTrashedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted Paper doc.

Variables:team_log.PaperDocTrashedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocTrashedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocUnresolveCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unresolved Paper doc comment.

Variables:
__init__(event_uuid=None, comment_text=None)

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

comment_text
event_uuid
class dropbox.team_log.PaperDocUnresolveCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocUntrashedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored Paper doc.

Variables:team_log.PaperDocUntrashedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocUntrashedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocViewDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Viewed Paper doc.

Variables:team_log.PaperDocViewDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperDocViewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperDocumentLogInfo(doc_id=None, doc_title=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Paper document’s logged information.

Variables:
__init__(doc_id=None, doc_title=None)

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

doc_id
doc_title
class dropbox.team_log.PaperDownloadFormat(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.

docx = PaperDownloadFormat(u'docx', None)
html = PaperDownloadFormat(u'html', None)
is_docx()

Check if the union tag is docx.

Return type:bool
is_html()

Check if the union tag is html.

Return type:bool
is_markdown()

Check if the union tag is markdown.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_pdf()

Check if the union tag is pdf.

Return type:bool
markdown = PaperDownloadFormat(u'markdown', None)
other = PaperDownloadFormat(u'other', None)
pdf = PaperDownloadFormat(u'pdf', None)
class dropbox.team_log.PaperEnabledUsersGroupAdditionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added users to Paper-enabled users list.

__init__()

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

class dropbox.team_log.PaperEnabledUsersGroupAdditionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperEnabledUsersGroupRemovalDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed users from Paper-enabled users list.

__init__()

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

class dropbox.team_log.PaperEnabledUsersGroupRemovalType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperExternalViewAllowDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Paper external sharing setting to anyone.

Variables:team_log.PaperExternalViewAllowDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperExternalViewAllowType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperExternalViewDefaultTeamDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Paper external sharing setting to default team.

Variables:team_log.PaperExternalViewDefaultTeamDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperExternalViewDefaultTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperExternalViewForbidDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Paper external sharing setting to team-only.

Variables:team_log.PaperExternalViewForbidDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperExternalViewForbidType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperFolderChangeSubscriptionDetails(event_uuid=None, new_subscription_level=None, previous_subscription_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Followed/unfollowed Paper folder.

Variables:
:ivar
team_log.PaperFolderChangeSubscriptionDetails.previous_subscription_level: Previous folder subscription level. Might be missing due to historical data gap.
__init__(event_uuid=None, new_subscription_level=None, previous_subscription_level=None)

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

event_uuid
new_subscription_level
previous_subscription_level
class dropbox.team_log.PaperFolderChangeSubscriptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperFolderDeletedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Archived Paper folder.

Variables:team_log.PaperFolderDeletedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperFolderDeletedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperFolderFollowedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Followed Paper folder.

Variables:team_log.PaperFolderFollowedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperFolderFollowedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperFolderLogInfo(folder_id=None, folder_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Paper folder’s logged information.

Variables:
__init__(folder_id=None, folder_name=None)

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

folder_id
folder_name
class dropbox.team_log.PaperFolderTeamInviteDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Shared Paper folder with users and/or groups.

Variables:team_log.PaperFolderTeamInviteDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperFolderTeamInviteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperMemberPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if team members can share Paper documents externally.

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.

Check if the union tag is anyone_with_link.

Return type:bool
is_only_team()

Check if the union tag is only_team.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_team_and_explicitly_shared()

Check if the union tag is team_and_explicitly_shared.

Return type:bool
only_team = PaperMemberPolicy(u'only_team', None)
other = PaperMemberPolicy(u'other', None)
team_and_explicitly_shared = PaperMemberPolicy(u'team_and_explicitly_shared', None)
class dropbox.team_log.PaperPublishedLinkChangePermissionDetails(event_uuid=None, new_permission_level=None, previous_permission_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed permissions for published doc.

Variables:team_log.PaperPublishedLinkChangePermissionDetails.event_uuid – Event unique identifier.
:ivar
team_log.PaperPublishedLinkChangePermissionDetails.new_permission_level: New permission level.
:ivar
team_log.PaperPublishedLinkChangePermissionDetails.previous_permission_level: Previous permission level.
__init__(event_uuid=None, new_permission_level=None, previous_permission_level=None)

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

event_uuid
new_permission_level
previous_permission_level
class dropbox.team_log.PaperPublishedLinkChangePermissionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperPublishedLinkCreateDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Published doc.

Variables:team_log.PaperPublishedLinkCreateDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperPublishedLinkCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperPublishedLinkDisabledDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unpublished doc.

Variables:team_log.PaperPublishedLinkDisabledDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperPublishedLinkDisabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PaperPublishedLinkViewDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Viewed published doc.

Variables:team_log.PaperPublishedLinkViewDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

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

event_uuid
class dropbox.team_log.PaperPublishedLinkViewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ParticipantLogInfo(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

A user or group

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:
get_group()

Group details.

Only call this if is_group() is true.

Return type:GroupLogInfo
get_user()

A user with a Dropbox account.

Only call this if is_user() is true.

Return type:UserLogInfo
classmethod group(val)

Create an instance of this class set to the group tag with value val.

Parameters:val (GroupLogInfo) –
Return type:ParticipantLogInfo
is_group()

Check if the union tag is group.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_user()

Check if the union tag is user.

Return type:bool
other = ParticipantLogInfo(u'other', None)
classmethod user(val)

Create an instance of this class set to the user tag with value val.

Parameters:val (UserLogInfo) –
Return type:ParticipantLogInfo
class dropbox.team_log.PassPolicy(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.

allow = PassPolicy(u'allow', None)
disabled = PassPolicy(u'disabled', None)
enabled = PassPolicy(u'enabled', None)
is_allow()

Check if the union tag is allow.

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 = PassPolicy(u'other', None)
class dropbox.team_log.PasswordChangeDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed password.

__init__()

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

class dropbox.team_log.PasswordChangeType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PasswordResetAllDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Reset all team member passwords.

__init__()

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

class dropbox.team_log.PasswordResetAllType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PasswordResetDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Reset password.

__init__()

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

class dropbox.team_log.PasswordResetType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PasswordStrengthRequirementsChangePolicyDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team password strength requirements.

:ivar
team_log.PasswordStrengthRequirementsChangePolicyDetails.previous_value: Old password strength policy.
Variables:team_log.PasswordStrengthRequirementsChangePolicyDetails.new_value – New password strength policy.
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.PasswordStrengthRequirementsChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PathLogInfo(namespace_relative=None, contextual=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Path’s details.

Variables:
__init__(namespace_relative=None, contextual=None)

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

contextual
namespace_relative
class dropbox.team_log.PendingSecondaryEmailAddedDetails(secondary_email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added pending secondary email.

Variables:team_log.PendingSecondaryEmailAddedDetails.secondary_email – New pending secondary email.
__init__(secondary_email=None)

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

secondary_email
class dropbox.team_log.PendingSecondaryEmailAddedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PermanentDeleteChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled ability of team members to permanently delete content.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.PermanentDeleteChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.PlacementRestriction(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.

australia_only = PlacementRestriction(u'australia_only', None)
europe_only = PlacementRestriction(u'europe_only', None)
is_australia_only()

Check if the union tag is australia_only.

Return type:bool
is_europe_only()

Check if the union tag is europe_only.

Return type:bool
is_japan_only()

Check if the union tag is japan_only.

Return type:bool
is_none()

Check if the union tag is none.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_uk_only()

Check if the union tag is uk_only.

Return type:bool
is_us_s3_only()

Check if the union tag is us_s3_only.

Return type:bool
japan_only = PlacementRestriction(u'japan_only', None)
none = PlacementRestriction(u'none', None)
other = PlacementRestriction(u'other', None)
uk_only = PlacementRestriction(u'uk_only', None)
us_s3_only = PlacementRestriction(u'us_s3_only', None)
class dropbox.team_log.PolicyType(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.

disposition = PolicyType(u'disposition', None)
is_disposition()

Check if the union tag is disposition.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_retention()

Check if the union tag is retention.

Return type:bool
other = PolicyType(u'other', None)
retention = PolicyType(u'retention', None)
class dropbox.team_log.PrimaryTeamRequestAcceptedDetails(secondary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request acceptance details shown to the primary team

Variables:
__init__(secondary_team=None, sent_by=None)

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

secondary_team
sent_by
class dropbox.team_log.PrimaryTeamRequestCanceledDetails(secondary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request cancellation details shown to the primary team

Variables:
__init__(secondary_team=None, sent_by=None)

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

secondary_team
sent_by
class dropbox.team_log.PrimaryTeamRequestExpiredDetails(secondary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request expiration details shown to the primary team

Variables:
__init__(secondary_team=None, sent_by=None)

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

secondary_team
sent_by
class dropbox.team_log.PrimaryTeamRequestReminderDetails(secondary_team=None, sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request reminder details shown to the primary team

Variables:
__init__(secondary_team=None, sent_to=None)

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

secondary_team
sent_to
class dropbox.team_log.QuickActionType(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Quick action type.

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.

Check if the union tag is delete_shared_link.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_reset_password()

Check if the union tag is reset_password.

Return type:bool
is_restore_file_or_folder()

Check if the union tag is restore_file_or_folder.

Return type:bool

Check if the union tag is unlink_app.

Return type:bool

Check if the union tag is unlink_device.

Return type:bool

Check if the union tag is unlink_session.

Return type:bool
other = QuickActionType(u'other', None)
reset_password = QuickActionType(u'reset_password', None)
restore_file_or_folder = QuickActionType(u'restore_file_or_folder', None)
class dropbox.team_log.RecipientsConfiguration(recipient_setting_type=None, emails=None, groups=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Recipients Configuration

Variables:
__init__(recipient_setting_type=None, emails=None, groups=None)

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

emails
groups
recipient_setting_type
class dropbox.team_log.RelocateAssetReferencesLogInfo(src_asset_index=None, dest_asset_index=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Provides the indices of the source asset and the destination asset for a relocate action.

Variables:
__init__(src_asset_index=None, dest_asset_index=None)

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

dest_asset_index
src_asset_index
class dropbox.team_log.ResellerLogInfo(reseller_name=None, reseller_email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Reseller information.

Variables:
__init__(reseller_name=None, reseller_email=None)

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

reseller_email
reseller_name
class dropbox.team_log.ResellerRole(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.

is_not_reseller()

Check if the union tag is not_reseller.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_reseller_admin()

Check if the union tag is reseller_admin.

Return type:bool
not_reseller = ResellerRole(u'not_reseller', None)
other = ResellerRole(u'other', None)
reseller_admin = ResellerRole(u'reseller_admin', None)
class dropbox.team_log.ResellerSupportChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled reseller support.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.ResellerSupportChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ResellerSupportPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if reseller can access the admin console as administrator

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.

disabled = ResellerSupportPolicy(u'disabled', None)
enabled = ResellerSupportPolicy(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 = ResellerSupportPolicy(u'other', None)
class dropbox.team_log.ResellerSupportSessionEndDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Ended reseller support session.

__init__()

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

class dropbox.team_log.ResellerSupportSessionEndType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ResellerSupportSessionStartDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Started reseller support session.

__init__()

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

class dropbox.team_log.ResellerSupportSessionStartType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.RewindFolderDetails(rewind_folder_target_ts_ms=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Rewound a folder.

Variables:team_log.RewindFolderDetails.rewind_folder_target_ts_ms – Folder was Rewound to this date.
__init__(rewind_folder_target_ts_ms=None)

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

rewind_folder_target_ts_ms
class dropbox.team_log.RewindFolderType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.RewindPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling whether team members can rewind

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.

admins_only = RewindPolicy(u'admins_only', None)
everyone = RewindPolicy(u'everyone', None)
is_admins_only()

Check if the union tag is admins_only.

Return type:bool
is_everyone()

Check if the union tag is everyone.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = RewindPolicy(u'other', None)
class dropbox.team_log.RewindPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Rewind policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.RewindPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SecondaryEmailDeletedDetails(secondary_email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted secondary email.

Variables:team_log.SecondaryEmailDeletedDetails.secondary_email – Deleted secondary email.
__init__(secondary_email=None)

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

secondary_email
class dropbox.team_log.SecondaryEmailDeletedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SecondaryEmailVerifiedDetails(secondary_email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Verified secondary email.

Variables:team_log.SecondaryEmailVerifiedDetails.secondary_email – Verified secondary email.
__init__(secondary_email=None)

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

secondary_email
class dropbox.team_log.SecondaryEmailVerifiedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SecondaryMailsPolicy(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.

disabled = SecondaryMailsPolicy(u'disabled', None)
enabled = SecondaryMailsPolicy(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 = SecondaryMailsPolicy(u'other', None)
class dropbox.team_log.SecondaryMailsPolicyChangedDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Secondary mails policy changed.

Variables:
__init__(previous_value=None, new_value=None)

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

new_value
previous_value
class dropbox.team_log.SecondaryMailsPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SecondaryTeamRequestAcceptedDetails(primary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request acceptance details shown to the secondary team

Variables:
__init__(primary_team=None, sent_by=None)

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

primary_team
sent_by
class dropbox.team_log.SecondaryTeamRequestCanceledDetails(sent_to=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request cancellation details shown to the secondary team

Variables:
__init__(sent_to=None, sent_by=None)

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

sent_by
sent_to
class dropbox.team_log.SecondaryTeamRequestExpiredDetails(sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request expiration details shown to the secondary team

Variables:team_log.SecondaryTeamRequestExpiredDetails.sent_to – The email of the primary team admin the request was sent to.
__init__(sent_to=None)

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

sent_to
class dropbox.team_log.SecondaryTeamRequestReminderDetails(sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request reminder details shown to the secondary team

Variables:team_log.SecondaryTeamRequestReminderDetails.sent_to – The email of the primary team admin the request was sent to.
__init__(sent_to=None)

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

sent_to
class dropbox.team_log.SendForSignaturePolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling team access to send for signature feature

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.

disabled = SendForSignaturePolicy(u'disabled', None)
enabled = SendForSignaturePolicy(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 = SendForSignaturePolicy(u'other', None)
class dropbox.team_log.SendForSignaturePolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed send for signature policy for team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SendForSignaturePolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SessionLogInfo(session_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Session’s logged information.

Variables:team_log.SessionLogInfo.session_id – Session ID.
__init__(session_id=None)

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

session_id
class dropbox.team_log.SfAddGroupDetails(target_asset_index=None, original_folder_name=None, team_name=None, sharing_permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added team to shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None, team_name=None, sharing_permission=None)

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

original_folder_name
sharing_permission
target_asset_index
team_name
class dropbox.team_log.SfAddGroupType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfAllowNonMembersToViewSharedLinksDetails(target_asset_index=None, original_folder_name=None, shared_folder_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Allowed non-collaborators to view links to files in shared folder.

Variables:team_log.SfAllowNonMembersToViewSharedLinksDetails.target_asset_index – Target asset position in the Assets list.
:ivar
team_log.SfAllowNonMembersToViewSharedLinksDetails.original_folder_name: Original shared folder name.
Variables:team_log.SfAllowNonMembersToViewSharedLinksDetails.shared_folder_type – Shared folder type.
__init__(target_asset_index=None, original_folder_name=None, shared_folder_type=None)

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

original_folder_name
shared_folder_type
target_asset_index
class dropbox.team_log.SfAllowNonMembersToViewSharedLinksType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfExternalInviteWarnDetails(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Set team members to see warning before sharing folders outside team.

Variables:
__init__(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)

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

new_sharing_permission
original_folder_name
previous_sharing_permission
target_asset_index
class dropbox.team_log.SfExternalInviteWarnType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfFbInviteChangeRoleDetails(target_asset_index=None, original_folder_name=None, previous_sharing_permission=None, new_sharing_permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed Facebook user’s role in shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None, previous_sharing_permission=None, new_sharing_permission=None)

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

new_sharing_permission
original_folder_name
previous_sharing_permission
target_asset_index
class dropbox.team_log.SfFbInviteChangeRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfFbInviteDetails(target_asset_index=None, original_folder_name=None, sharing_permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Invited Facebook users to shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None, sharing_permission=None)

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

original_folder_name
sharing_permission
target_asset_index
class dropbox.team_log.SfFbInviteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfFbUninviteDetails(target_asset_index=None, original_folder_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Uninvited Facebook user from shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None)

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

original_folder_name
target_asset_index
class dropbox.team_log.SfFbUninviteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfInviteGroupDetails(target_asset_index=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Invited group to shared folder.

Variables:team_log.SfInviteGroupDetails.target_asset_index – Target asset position in the Assets list.
__init__(target_asset_index=None)

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

target_asset_index
class dropbox.team_log.SfInviteGroupType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfTeamGrantAccessDetails(target_asset_index=None, original_folder_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Granted access to shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None)

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

original_folder_name
target_asset_index
class dropbox.team_log.SfTeamGrantAccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfTeamInviteChangeRoleDetails(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team member’s role in shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)

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

new_sharing_permission
original_folder_name
previous_sharing_permission
target_asset_index
class dropbox.team_log.SfTeamInviteChangeRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfTeamInviteDetails(target_asset_index=None, original_folder_name=None, sharing_permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Invited team members to shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None, sharing_permission=None)

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

original_folder_name
sharing_permission
target_asset_index
class dropbox.team_log.SfTeamInviteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfTeamJoinDetails(target_asset_index=None, original_folder_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Joined team member’s shared folder.

Variables:
__init__(target_asset_index=None, original_folder_name=None)

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

original_folder_name
target_asset_index
class dropbox.team_log.SfTeamJoinFromOobLinkDetails(target_asset_index=None, original_folder_name=None, token_key=None, sharing_permission=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Joined team member’s shared folder from link.

Variables:
__init__(target_asset_index=None, original_folder_name=None, token_key=None, sharing_permission=None)

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

original_folder_name
sharing_permission
target_asset_index
token_key
class dropbox.team_log.SfTeamJoinFromOobLinkType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfTeamJoinType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SfTeamUninviteDetails(target_asset_index=None, original_folder_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unshared folder with team member.

Variables:
__init__(target_asset_index=None, original_folder_name=None)

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

original_folder_name
target_asset_index
class dropbox.team_log.SfTeamUninviteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentAddInviteesDetails(shared_content_access_level=None, invitees=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Invited user to Dropbox and added them to shared file/folder.

Variables:
__init__(shared_content_access_level=None, invitees=None)

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

invitees
shared_content_access_level
class dropbox.team_log.SharedContentAddInviteesType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentAddLinkExpiryDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added expiration date to link for shared file/folder.

Variables:team_log.SharedContentAddLinkExpiryDetails.new_value – New shared content link expiration date. Might be missing due to historical data gap.
__init__(new_value=None)

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

new_value
class dropbox.team_log.SharedContentAddLinkExpiryType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentAddLinkPasswordDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added password to link for shared file/folder.

__init__()

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

class dropbox.team_log.SharedContentAddLinkPasswordType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentAddMemberDetails(shared_content_access_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added users and/or groups to shared file/folder.

Variables:team_log.SharedContentAddMemberDetails.shared_content_access_level – Shared content access level.
__init__(shared_content_access_level=None)

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

shared_content_access_level
class dropbox.team_log.SharedContentAddMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentChangeDownloadsPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether members can download shared file/folder.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedContentChangeDownloadsPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentChangeInviteeRoleDetails(new_access_level=None, invitee=None, previous_access_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed access type of invitee to shared file/folder before invite was accepted.

Variables:
__init__(new_access_level=None, invitee=None, previous_access_level=None)

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

invitee
new_access_level
previous_access_level
class dropbox.team_log.SharedContentChangeInviteeRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentChangeLinkAudienceDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed link audience of shared file/folder.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedContentChangeLinkAudienceType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentChangeLinkExpiryDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed link expiration of shared file/folder.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedContentChangeLinkExpiryType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentChangeLinkPasswordDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed link password of shared file/folder.

__init__()

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

class dropbox.team_log.SharedContentChangeLinkPasswordType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentChangeMemberRoleDetails(new_access_level=None, previous_access_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed access type of shared file/folder member.

Variables:
__init__(new_access_level=None, previous_access_level=None)

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

new_access_level
previous_access_level
class dropbox.team_log.SharedContentChangeMemberRoleType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentChangeViewerInfoPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether members can see who viewed shared file/folder.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedContentChangeViewerInfoPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentClaimInvitationDetails(shared_content_link=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Acquired membership of shared file/folder by accepting invite.

Variables:team_log.SharedContentClaimInvitationDetails.shared_content_link – Shared content link.
__init__(shared_content_link=None)

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

class dropbox.team_log.SharedContentClaimInvitationType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentCopyDetails(shared_content_link=None, shared_content_access_level=None, destination_path=None, shared_content_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Copied shared file/folder to own Dropbox.

Variables:
__init__(shared_content_link=None, shared_content_access_level=None, destination_path=None, shared_content_owner=None)

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

destination_path
shared_content_access_level
shared_content_owner
class dropbox.team_log.SharedContentCopyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentDownloadDetails(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Downloaded shared file/folder.

Variables:
__init__(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)

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

shared_content_access_level
shared_content_owner
class dropbox.team_log.SharedContentDownloadType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRelinquishMembershipDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Left shared file/folder.

__init__()

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

class dropbox.team_log.SharedContentRelinquishMembershipType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRemoveInviteesDetails(invitees=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed invitee from shared file/folder before invite was accepted.

Variables:team_log.SharedContentRemoveInviteesDetails.invitees – A list of invitees.
__init__(invitees=None)

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

invitees
class dropbox.team_log.SharedContentRemoveInviteesType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRemoveLinkExpiryDetails(previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed link expiration date of shared file/folder.

Variables:team_log.SharedContentRemoveLinkExpiryDetails.previous_value – Previous shared content link expiration date. Might be missing due to historical data gap.
__init__(previous_value=None)

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

previous_value
class dropbox.team_log.SharedContentRemoveLinkExpiryType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRemoveLinkPasswordDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed link password of shared file/folder.

__init__()

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

class dropbox.team_log.SharedContentRemoveLinkPasswordType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRemoveMemberDetails(shared_content_access_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed user/group from shared file/folder.

Variables:team_log.SharedContentRemoveMemberDetails.shared_content_access_level – Shared content access level.
__init__(shared_content_access_level=None)

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

shared_content_access_level
class dropbox.team_log.SharedContentRemoveMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRequestAccessDetails(shared_content_link=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Requested access to shared file/folder.

Variables:team_log.SharedContentRequestAccessDetails.shared_content_link – Shared content link.
__init__(shared_content_link=None)

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

class dropbox.team_log.SharedContentRequestAccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRestoreInviteesDetails(shared_content_access_level=None, invitees=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored shared file/folder invitees.

:ivar
team_log.SharedContentRestoreInviteesDetails.shared_content_access_level: Shared content access level.
Variables:team_log.SharedContentRestoreInviteesDetails.invitees – A list of invitees.
__init__(shared_content_access_level=None, invitees=None)

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

invitees
shared_content_access_level
class dropbox.team_log.SharedContentRestoreInviteesType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentRestoreMemberDetails(shared_content_access_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored users and/or groups to membership of shared file/folder.

:ivar
team_log.SharedContentRestoreMemberDetails.shared_content_access_level: Shared content access level.
__init__(shared_content_access_level=None)

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

shared_content_access_level
class dropbox.team_log.SharedContentRestoreMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentUnshareDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Unshared file/folder by clearing membership.

__init__()

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

class dropbox.team_log.SharedContentUnshareType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedContentViewDetails(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Previewed shared file/folder.

Variables:
__init__(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)

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

shared_content_access_level
shared_content_owner
class dropbox.team_log.SharedContentViewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderChangeLinkPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed who can access shared folder via link.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedFolderChangeLinkPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderChangeMembersInheritancePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether shared folder inherits members from parent folder.

Variables:team_log.SharedFolderChangeMembersInheritancePolicyDetails.new_value – New member inheritance policy.
:ivar
team_log.SharedFolderChangeMembersInheritancePolicyDetails.previous_value: Previous member inheritance policy. Might be missing due to historical data gap.
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedFolderChangeMembersInheritancePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderChangeMembersManagementPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed who can add/remove members of shared folder.

Variables:team_log.SharedFolderChangeMembersManagementPolicyDetails.new_value – New members management policy.
:ivar
team_log.SharedFolderChangeMembersManagementPolicyDetails.previous_value: Previous members management policy. Might be missing due to historical data gap.
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedFolderChangeMembersManagementPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderChangeMembersPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed who can become member of shared folder.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedFolderChangeMembersPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderCreateDetails(target_ns_id=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created shared folder.

Variables:team_log.SharedFolderCreateDetails.target_ns_id – Target namespace ID.
__init__(target_ns_id=None)

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

target_ns_id
class dropbox.team_log.SharedFolderCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderDeclineInvitationDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Declined team member’s invite to shared folder.

__init__()

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

class dropbox.team_log.SharedFolderDeclineInvitationType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderMembersInheritancePolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Specifies if a shared folder inherits its members from the parent folder.

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.

dont_inherit_members = SharedFolderMembersInheritancePolicy(u'dont_inherit_members', None)
inherit_members = SharedFolderMembersInheritancePolicy(u'inherit_members', None)
is_dont_inherit_members()

Check if the union tag is dont_inherit_members.

Return type:bool
is_inherit_members()

Check if the union tag is inherit_members.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = SharedFolderMembersInheritancePolicy(u'other', None)
class dropbox.team_log.SharedFolderMountDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added shared folder to own Dropbox.

__init__()

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

class dropbox.team_log.SharedFolderMountType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderNestDetails(previous_parent_ns_id=None, new_parent_ns_id=None, previous_ns_path=None, new_ns_path=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed parent of shared folder.

Variables:
__init__(previous_parent_ns_id=None, new_parent_ns_id=None, previous_ns_path=None, new_ns_path=None)

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

new_ns_path
new_parent_ns_id
previous_ns_path
previous_parent_ns_id
class dropbox.team_log.SharedFolderNestType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderTransferOwnershipDetails(new_owner_email=None, previous_owner_email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Transferred ownership of shared folder to another member.

Variables:
__init__(new_owner_email=None, previous_owner_email=None)

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

new_owner_email
previous_owner_email
class dropbox.team_log.SharedFolderTransferOwnershipType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedFolderUnmountDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted shared folder from Dropbox.

__init__()

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

class dropbox.team_log.SharedFolderUnmountType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkAccessLevel(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Shared link access level.

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.

is_none()

Check if the union tag is none.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_reader()

Check if the union tag is reader.

Return type:bool
is_writer()

Check if the union tag is writer.

Return type:bool
none = SharedLinkAccessLevel(u'none', None)
other = SharedLinkAccessLevel(u'other', None)
reader = SharedLinkAccessLevel(u'reader', None)
writer = SharedLinkAccessLevel(u'writer', None)
class dropbox.team_log.SharedLinkAddExpiryDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added shared link expiration date.

Variables:team_log.SharedLinkAddExpiryDetails.new_value – New shared link expiration date.
__init__(new_value=None)

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

new_value
class dropbox.team_log.SharedLinkAddExpiryType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkChangeExpiryDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed shared link expiration date.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedLinkChangeExpiryType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkChangeVisibilityDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed visibility of shared link.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharedLinkChangeVisibilityType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkCopyDetails(shared_link_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added file/folder to Dropbox from shared link.

Variables:team_log.SharedLinkCopyDetails.shared_link_owner – Shared link owner details. Might be missing due to historical data gap.
__init__(shared_link_owner=None)

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

class dropbox.team_log.SharedLinkCopyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkCreateDetails(shared_link_access_level=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created shared link.

Variables:team_log.SharedLinkCreateDetails.shared_link_access_level – Defines who can access the shared link. Might be missing due to historical data gap.
__init__(shared_link_access_level=None)

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

class dropbox.team_log.SharedLinkCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkDisableDetails(shared_link_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed shared link.

Variables:team_log.SharedLinkDisableDetails.shared_link_owner – Shared link owner details. Might be missing due to historical data gap.
__init__(shared_link_owner=None)

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

class dropbox.team_log.SharedLinkDisableType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkDownloadDetails(shared_link_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Downloaded file/folder from shared link.

Variables:team_log.SharedLinkDownloadDetails.shared_link_owner – Shared link owner details. Might be missing due to historical data gap.
__init__(shared_link_owner=None)

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

class dropbox.team_log.SharedLinkDownloadType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkRemoveExpiryDetails(previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed shared link expiration date.

Variables:team_log.SharedLinkRemoveExpiryDetails.previous_value – Previous shared link expiration date. Might be missing due to historical data gap.
__init__(previous_value=None)

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

previous_value
class dropbox.team_log.SharedLinkRemoveExpiryType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsAddExpirationDetails(shared_content_access_level=None, shared_content_link=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added an expiration date to the shared link.

:ivar
team_log.SharedLinkSettingsAddExpirationDetails.shared_content_access_level: Shared content access level.
Variables:
__init__(shared_content_access_level=None, shared_content_link=None, new_value=None)

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

new_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAddExpirationType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsAddPasswordDetails(shared_content_access_level=None, shared_content_link=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added a password to the shared link.

:ivar
team_log.SharedLinkSettingsAddPasswordDetails.shared_content_access_level: Shared content access level.
Variables:team_log.SharedLinkSettingsAddPasswordDetails.shared_content_link – Shared content link.
__init__(shared_content_access_level=None, shared_content_link=None)

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

shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAddPasswordType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsAllowDownloadDisabledDetails(shared_content_access_level=None, shared_content_link=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Disabled downloads.

:ivar
team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_access_level: Shared content access level.
:ivar
team_log.SharedLinkSettingsAllowDownloadDisabledDetails.shared_content_link: Shared content link.
__init__(shared_content_access_level=None, shared_content_link=None)

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

shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAllowDownloadDisabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsAllowDownloadEnabledDetails(shared_content_access_level=None, shared_content_link=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled downloads.

:ivar
team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_access_level: Shared content access level.
:ivar
team_log.SharedLinkSettingsAllowDownloadEnabledDetails.shared_content_link: Shared content link.
__init__(shared_content_access_level=None, shared_content_link=None)

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

shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAllowDownloadEnabledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsChangeAudienceDetails(shared_content_access_level=None, new_value=None, shared_content_link=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed the audience of the shared link.

:ivar
team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_access_level: Shared content access level.
Variables:
__init__(shared_content_access_level=None, new_value=None, shared_content_link=None, previous_value=None)

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

new_value
previous_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsChangeAudienceType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsChangeExpirationDetails(shared_content_access_level=None, shared_content_link=None, new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed the expiration date of the shared link.

:ivar
team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_access_level: Shared content access level.
:ivar
team_log.SharedLinkSettingsChangeExpirationDetails.shared_content_link: Shared content link.
Variables:
__init__(shared_content_access_level=None, shared_content_link=None, new_value=None, previous_value=None)

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

new_value
previous_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsChangeExpirationType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsChangePasswordDetails(shared_content_access_level=None, shared_content_link=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed the password of the shared link.

:ivar
team_log.SharedLinkSettingsChangePasswordDetails.shared_content_access_level: Shared content access level.
Variables:team_log.SharedLinkSettingsChangePasswordDetails.shared_content_link – Shared content link.
__init__(shared_content_access_level=None, shared_content_link=None)

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

shared_content_access_level
class dropbox.team_log.SharedLinkSettingsChangePasswordType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsRemoveExpirationDetails(shared_content_access_level=None, shared_content_link=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed the expiration date from the shared link.

:ivar
team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_access_level: Shared content access level.
:ivar
team_log.SharedLinkSettingsRemoveExpirationDetails.shared_content_link: Shared content link.
Variables:team_log.SharedLinkSettingsRemoveExpirationDetails.previous_value – Previous shared link expiration date. Might be missing due to historical data gap.
__init__(shared_content_access_level=None, shared_content_link=None, previous_value=None)

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

previous_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsRemoveExpirationType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkSettingsRemovePasswordDetails(shared_content_access_level=None, shared_content_link=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed the password from the shared link.

:ivar
team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_access_level: Shared content access level.
Variables:team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_link – Shared content link.
__init__(shared_content_access_level=None, shared_content_link=None)

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

shared_content_access_level
class dropbox.team_log.SharedLinkSettingsRemovePasswordType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkShareDetails(shared_link_owner=None, external_users=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added members as audience of shared link.

Variables:
__init__(shared_link_owner=None, external_users=None)

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

external_users
class dropbox.team_log.SharedLinkShareType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkViewDetails(shared_link_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Opened shared link.

Variables:team_log.SharedLinkViewDetails.shared_link_owner – Shared link owner details. Might be missing due to historical data gap.
__init__(shared_link_owner=None)

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

class dropbox.team_log.SharedLinkViewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharedLinkVisibility(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Defines who has access to a shared link.

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.

is_no_one()

Check if the union tag is no_one.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_password()

Check if the union tag is password.

Return type:bool
is_public()

Check if the union tag is public.

Return type:bool
is_team_only()

Check if the union tag is team_only.

Return type:bool
no_one = SharedLinkVisibility(u'no_one', None)
other = SharedLinkVisibility(u'other', None)
password = SharedLinkVisibility(u'password', None)
public = SharedLinkVisibility(u'public', None)
team_only = SharedLinkVisibility(u'team_only', None)
class dropbox.team_log.SharedNoteOpenedDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Opened shared Paper doc.

__init__()

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

class dropbox.team_log.SharedNoteOpenedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharingChangeFolderJoinPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether team members can join shared folders owned outside team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharingChangeFolderJoinPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed the allow remove or change expiration policy for the links shared outside of the team.

:ivar
team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.new_value: To.
:ivar
team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.previous_value: From.
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharingChangeLinkAllowChangeExpirationPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharingChangeLinkDefaultExpirationPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed the default expiration for the links shared outside of the team.

Variables:team_log.SharingChangeLinkDefaultExpirationPolicyDetails.new_value – To.
:ivar
team_log.SharingChangeLinkDefaultExpirationPolicyDetails.previous_value: From.
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharingChangeLinkDefaultExpirationPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharingChangeLinkEnforcePasswordPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed the password requirement for the links shared outside of the team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharingChangeLinkEnforcePasswordPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharingChangeLinkPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharingChangeLinkPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharingChangeMemberPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed whether members can share files/folders outside team.

Variables:
__init__(new_value=None, previous_value=None)

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

new_value
previous_value
class dropbox.team_log.SharingChangeMemberPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.SharingFolderJoinPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if team members can join shared folders owned by non team members.

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.

from_anyone = SharingFolderJoinPolicy(u'from_anyone', None)
from_team_only = SharingFolderJoinPolicy(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 = SharingFolderJoinPolicy(u'other', None)
class dropbox.team_log.SharingLinkPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if team members can share links externally

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.

default_no_one = SharingLinkPolicy(u'default_no_one', None)
default_private = SharingLinkPolicy(u'default_private', None)
default_public = SharingLinkPolicy(u'default_public', None)
is_default_no_one()

Check if the union tag is default_no_one.

Return type:bool
is_default_private()

Check if the union tag is default_private.

Return type:bool
is_default_public()

Check if the union tag is default_public.

Return type:bool
is_only_private()

Check if the union tag is only_private.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
only_private = SharingLinkPolicy(u'only_private', None)
other = SharingLinkPolicy(u'other', None)
class dropbox.team_log.SharingMemberPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

External sharing policy

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.

allow = SharingMemberPolicy(u'allow', None)
forbid = SharingMemberPolicy(u'forbid', None)
forbid_with_exclusions = SharingMemberPolicy(u'forbid_with_exclusions', None)
is_allow()

Check if the union tag is allow.

Return type:bool
is_forbid()

Check if the union tag is forbid.

Return type:bool
is_forbid_with_exclusions()

Check if the union tag is forbid_with_exclusions.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = SharingMemberPolicy(u'other', None)
class dropbox.team_log.ShmodelDisableDownloadsDetails(shared_link_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Disabled downloads for link.

Variables:team_log.ShmodelDisableDownloadsDetails.shared_link_owner – Shared link owner details. Might be missing due to historical data gap.
__init__(shared_link_owner=None)

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

class dropbox.team_log.ShmodelDisableDownloadsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ShmodelEnableDownloadsDetails(shared_link_owner=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled downloads for link.

Variables:team_log.ShmodelEnableDownloadsDetails.shared_link_owner – Shared link owner details. Might be missing due to historical data gap.
__init__(shared_link_owner=None)

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

class dropbox.team_log.ShmodelEnableDownloadsType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

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

description
class dropbox.team_log.ShmodelGroupShareDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Shared link with group.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.ShmodelGroupShareType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseAccessGrantedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Granted access to showcase.

Variables:team_log.ShowcaseAccessGrantedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseAccessGrantedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseAddMemberDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added member to showcase.

Variables:team_log.ShowcaseAddMemberDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseAddMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseArchivedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Archived showcase.

Variables:team_log.ShowcaseArchivedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseArchivedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseChangeDownloadPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled downloading files from Dropbox Showcase for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.ShowcaseChangeDownloadPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseChangeEnabledPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled Dropbox Showcase for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.ShowcaseChangeEnabledPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseChangeExternalSharingPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled sharing Dropbox Showcase externally for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.ShowcaseChangeExternalSharingPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseCreatedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created showcase.

Variables:team_log.ShowcaseCreatedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseCreatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseDeleteCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted showcase comment.

Variables:
__init__(event_uuid=None, comment_text=None)

x.__init__(…) initializes x; see help(type(x)) for signature

comment_text
event_uuid
class dropbox.team_log.ShowcaseDeleteCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseDocumentLogInfo(showcase_id=None, showcase_title=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Showcase document’s logged information.

Variables:
__init__(showcase_id=None, showcase_title=None)

x.__init__(…) initializes x; see help(type(x)) for signature

showcase_id
showcase_title
class dropbox.team_log.ShowcaseDownloadPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if files can be downloaded from Showcases by team members

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.

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_log.ShowcaseEditCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited showcase comment.

Variables:
__init__(event_uuid=None, comment_text=None)

x.__init__(…) initializes x; see help(type(x)) for signature

comment_text
event_uuid
class dropbox.team_log.ShowcaseEditCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseEditedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited showcase.

Variables:team_log.ShowcaseEditedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseEditedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseEnabledPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling whether Showcase is enabled.

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.

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_log.ShowcaseExternalSharingPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling if team members can share Showcases externally.

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.

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_log.ShowcaseFileAddedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added file to showcase.

Variables:team_log.ShowcaseFileAddedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseFileAddedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseFileDownloadDetails(event_uuid=None, download_type=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Downloaded file from showcase.

Variables:
__init__(event_uuid=None, download_type=None)

x.__init__(…) initializes x; see help(type(x)) for signature

download_type
event_uuid
class dropbox.team_log.ShowcaseFileDownloadType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseFileRemovedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed file from showcase.

Variables:team_log.ShowcaseFileRemovedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseFileRemovedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseFileViewDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Viewed file in showcase.

Variables:team_log.ShowcaseFileViewDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseFileViewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcasePermanentlyDeletedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Permanently deleted showcase.

Variables:team_log.ShowcasePermanentlyDeletedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcasePermanentlyDeletedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcasePostCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added showcase comment.

Variables:
__init__(event_uuid=None, comment_text=None)

x.__init__(…) initializes x; see help(type(x)) for signature

comment_text
event_uuid
class dropbox.team_log.ShowcasePostCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseRemoveMemberDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed member from showcase.

Variables:team_log.ShowcaseRemoveMemberDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseRemoveMemberType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseRenamedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed showcase.

Variables:team_log.ShowcaseRenamedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseRenamedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseRequestAccessDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Requested access to showcase.

Variables:team_log.ShowcaseRequestAccessDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseRequestAccessType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseResolveCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Resolved showcase comment.

Variables:
__init__(event_uuid=None, comment_text=None)

x.__init__(…) initializes x; see help(type(x)) for signature

comment_text
event_uuid
class dropbox.team_log.ShowcaseResolveCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseRestoredDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unarchived showcase.

Variables:team_log.ShowcaseRestoredDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseRestoredType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseTrashedDeprecatedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted showcase (old version).

Variables:team_log.ShowcaseTrashedDeprecatedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseTrashedDeprecatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseTrashedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Deleted showcase.

Variables:team_log.ShowcaseTrashedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseTrashedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseUnresolveCommentDetails(event_uuid=None, comment_text=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Unresolved showcase comment.

Variables:
__init__(event_uuid=None, comment_text=None)

x.__init__(…) initializes x; see help(type(x)) for signature

comment_text
event_uuid
class dropbox.team_log.ShowcaseUnresolveCommentType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseUntrashedDeprecatedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored showcase (old version).

Variables:team_log.ShowcaseUntrashedDeprecatedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseUntrashedDeprecatedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseUntrashedDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Restored showcase.

Variables:team_log.ShowcaseUntrashedDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseUntrashedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ShowcaseViewDetails(event_uuid=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Viewed showcase.

Variables:team_log.ShowcaseViewDetails.event_uuid – Event unique identifier.
__init__(event_uuid=None)

x.__init__(…) initializes x; see help(type(x)) for signature

event_uuid
class dropbox.team_log.ShowcaseViewType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SignInAsSessionEndDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Ended admin sign-in-as session.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.SignInAsSessionEndType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SignInAsSessionStartDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Started admin sign-in-as session.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.SignInAsSessionStartType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SmartSyncChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed default Smart Sync setting for team members.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SmartSyncChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SmartSyncCreateAdminPrivilegeReportDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created Smart Sync non-admin devices report.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.SmartSyncCreateAdminPrivilegeReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SmartSyncNotOptOutDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Opted team into Smart Sync.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SmartSyncNotOptOutType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SmartSyncOptOutDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Opted team out of Smart Sync.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SmartSyncOptOutPolicy(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.

default = SmartSyncOptOutPolicy(u'default', None)
is_default()

Check if the union tag is default.

Return type:bool
is_opted_out()

Check if the union tag is opted_out.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
opted_out = SmartSyncOptOutPolicy(u'opted_out', None)
other = SmartSyncOptOutPolicy(u'other', None)
class dropbox.team_log.SmartSyncOptOutType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SmarterSmartSyncPolicyChangedDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed automatic Smart Sync setting for team.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SmarterSmartSyncPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SpaceCapsType(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Space limit alert policy

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.

hard = SpaceCapsType(u'hard', None)
is_hard()

Check if the union tag is hard.

Return type:bool
is_off()

Check if the union tag is off.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_soft()

Check if the union tag is soft.

Return type:bool
off = SpaceCapsType(u'off', None)
other = SpaceCapsType(u'other', None)
soft = SpaceCapsType(u'soft', None)
class dropbox.team_log.SpaceLimitsStatus(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.

is_near_quota()

Check if the union tag is near_quota.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_over_quota()

Check if the union tag is over_quota.

Return type:bool
is_within_quota()

Check if the union tag is within_quota.

Return type:bool
near_quota = SpaceLimitsStatus(u'near_quota', None)
other = SpaceLimitsStatus(u'other', None)
over_quota = SpaceLimitsStatus(u'over_quota', None)
within_quota = SpaceLimitsStatus(u'within_quota', None)
class dropbox.team_log.SsoAddCertDetails(certificate_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added X.509 certificate for SSO.

Variables:team_log.SsoAddCertDetails.certificate_details – SSO certificate details.
__init__(certificate_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

certificate_details
class dropbox.team_log.SsoAddCertType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoAddLoginUrlDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added sign-in URL for SSO.

Variables:team_log.SsoAddLoginUrlDetails.new_value – New single sign-on login URL.
__init__(new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
class dropbox.team_log.SsoAddLoginUrlType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoAddLogoutUrlDetails(new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Added sign-out URL for SSO.

Variables:team_log.SsoAddLogoutUrlDetails.new_value – New single sign-on logout URL.
__init__(new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
class dropbox.team_log.SsoAddLogoutUrlType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoChangeCertDetails(new_certificate_details=None, previous_certificate_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed X.509 certificate for SSO.

Variables:
__init__(new_certificate_details=None, previous_certificate_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_certificate_details
previous_certificate_details
class dropbox.team_log.SsoChangeCertType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoChangeLoginUrlDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed sign-in URL for SSO.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SsoChangeLoginUrlType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoChangeLogoutUrlDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed sign-out URL for SSO.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SsoChangeLogoutUrlType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed single sign-on setting for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SsoChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoChangeSamlIdentityModeDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed SAML identity mode for SSO.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.SsoChangeSamlIdentityModeType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoErrorDetails(error_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Failed to sign in via SSO.

Variables:team_log.SsoErrorDetails.error_details – Error details.
__init__(error_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

error_details
class dropbox.team_log.SsoErrorType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoRemoveCertDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed X.509 certificate for SSO.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.SsoRemoveCertType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoRemoveLoginUrlDetails(previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed sign-in URL for SSO.

Variables:team_log.SsoRemoveLoginUrlDetails.previous_value – Previous single sign-on login URL.
__init__(previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

previous_value
class dropbox.team_log.SsoRemoveLoginUrlType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.SsoRemoveLogoutUrlDetails(previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed sign-out URL for SSO.

Variables:team_log.SsoRemoveLogoutUrlDetails.previous_value – Previous single sign-on logout URL.
__init__(previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

previous_value
class dropbox.team_log.SsoRemoveLogoutUrlType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.StartedEnterpriseAdminSessionDetails(federation_extra_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Started enterprise admin session.

:ivar
team_log.StartedEnterpriseAdminSessionDetails.federation_extra_details: More information about the organization or team.
__init__(federation_extra_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

federation_extra_details
class dropbox.team_log.StartedEnterpriseAdminSessionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamActivityCreateReportDetails(start_date=None, end_date=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Created team activity report.

Variables:
__init__(start_date=None, end_date=None)

x.__init__(…) initializes x; see help(type(x)) for signature

end_date
start_date
class dropbox.team_log.TeamActivityCreateReportFailDetails(failure_reason=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Couldn’t generate team activity report.

Variables:team_log.TeamActivityCreateReportFailDetails.failure_reason – Failure reason.
__init__(failure_reason=None)

x.__init__(…) initializes x; see help(type(x)) for signature

failure_reason
class dropbox.team_log.TeamActivityCreateReportFailType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamActivityCreateReportType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamBrandingPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling team access to setting up branding feature

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.

disabled = TeamBrandingPolicy(u'disabled', None)
enabled = TeamBrandingPolicy(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 = TeamBrandingPolicy(u'other', None)
class dropbox.team_log.TeamBrandingPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team branding policy for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TeamBrandingPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamDetails(team=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

More details about the team.

Variables:team_log.TeamDetails.team – The name of the team.
__init__(team=None)

x.__init__(…) initializes x; see help(type(x)) for signature

team
class dropbox.team_log.TeamEvent(timestamp=None, event_category=None, event_type=None, details=None, actor=None, origin=None, involve_non_team_member=None, context=None, participants=None, assets=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

An audit log event.

Variables:
  • team_log.TeamEvent.timestamp – The Dropbox timestamp representing when the action was taken.
  • team_log.TeamEvent.event_category – The category that this type of action belongs to.
  • team_log.TeamEvent.actor – The entity who actually performed the action. Might be missing due to historical data gap.
  • team_log.TeamEvent.origin – The origin from which the actor performed the action including information about host, ip address, location, session, etc. If the action was performed programmatically via the API the origin represents the API client.
  • team_log.TeamEvent.involve_non_team_member – True if the action involved a non team member either as the actor or as one of the affected users. Might be missing due to historical data gap.
  • team_log.TeamEvent.context – The user or team on whose behalf the actor performed the action. Might be missing due to historical data gap.
  • team_log.TeamEvent.participants – Zero or more users and/or groups that are affected by the action. Note that this list doesn’t include any actors or users in context.
  • team_log.TeamEvent.assets – Zero or more content assets involved in the action. Currently these include Dropbox files and folders but in the future we might add other asset types such as Paper documents, folders, projects, etc.
  • team_log.TeamEvent.event_type – The particular type of action taken.
  • team_log.TeamEvent.details – The variable event schema applicable to this type of action, instantiated with respect to this particular action.
__init__(timestamp=None, event_category=None, event_type=None, details=None, actor=None, origin=None, involve_non_team_member=None, context=None, participants=None, assets=None)

x.__init__(…) initializes x; see help(type(x)) for signature

actor
assets
context
details
event_category
event_type
involve_non_team_member
origin
participants
timestamp
class dropbox.team_log.TeamExtensionsPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling whether App Integrations are enabled for the team.

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.

disabled = TeamExtensionsPolicy(u'disabled', None)
enabled = TeamExtensionsPolicy(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 = TeamExtensionsPolicy(u'other', None)
class dropbox.team_log.TeamExtensionsPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed App Integrations setting for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TeamExtensionsPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamFolderChangeStatusDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed archival status of team folder.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TeamFolderChangeStatusType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamFolderCreateDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Created team folder in active status.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamFolderCreateType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamFolderDowngradeDetails(target_asset_index=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Downgraded team folder to regular shared folder.

Variables:team_log.TeamFolderDowngradeDetails.target_asset_index – Target asset position in the Assets list.
__init__(target_asset_index=None)

x.__init__(…) initializes x; see help(type(x)) for signature

target_asset_index
class dropbox.team_log.TeamFolderDowngradeType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamFolderPermanentlyDeleteDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Permanently deleted archived team folder.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamFolderPermanentlyDeleteType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamFolderRenameDetails(previous_folder_name=None, new_folder_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Renamed active/archived team folder.

Variables:
__init__(previous_folder_name=None, new_folder_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_folder_name
previous_folder_name
class dropbox.team_log.TeamFolderRenameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamInviteDetails(invite_method=None, additional_license_purchase=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Details about team invites

Variables:
__init__(invite_method=None, additional_license_purchase=None)

x.__init__(…) initializes x; see help(type(x)) for signature

additional_license_purchase
invite_method
class dropbox.team_log.TeamLinkedAppLogInfo(app_id=None, display_name=None)

Bases: dropbox.team_log.AppLogInfo

Team linked app

__init__(app_id=None, display_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamLogInfo(display_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team’s logged information.

Variables:team_log.TeamLogInfo.display_name – Team display name.
__init__(display_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

display_name
class dropbox.team_log.TeamMemberLogInfo(account_id=None, display_name=None, email=None, team_member_id=None, member_external_id=None, team=None)

Bases: dropbox.team_log.UserLogInfo

Team member’s logged information.

Variables:
__init__(account_id=None, display_name=None, email=None, team_member_id=None, member_external_id=None, team=None)

x.__init__(…) initializes x; see help(type(x)) for signature

member_external_id
team
team_member_id
class dropbox.team_log.TeamMembershipType(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.

free = TeamMembershipType(u'free', None)
full = TeamMembershipType(u'full', None)
guest = TeamMembershipType(u'guest', None)
is_free()

Check if the union tag is free.

Return type:bool
is_full()

Check if the union tag is full.

Return type:bool
is_guest()

Check if the union tag is guest.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
other = TeamMembershipType(u'other', None)
class dropbox.team_log.TeamMergeFromDetails(team_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Merged another team into this team.

Variables:team_log.TeamMergeFromDetails.team_name – The name of the team that was merged into this team.
__init__(team_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

team_name
class dropbox.team_log.TeamMergeFromType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestAcceptedDetails(request_accepted_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Accepted a team merge request.

Variables:team_log.TeamMergeRequestAcceptedDetails.request_accepted_details – Team merge request acceptance details.
__init__(request_accepted_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

request_accepted_details
class dropbox.team_log.TeamMergeRequestAcceptedExtraDetails(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Team merge request acceptance details

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.

:ivar PrimaryTeamRequestAcceptedDetails
TeamMergeRequestAcceptedExtraDetails.primary_team: Team merge request accepted details shown to the primary team.
:ivar SecondaryTeamRequestAcceptedDetails
TeamMergeRequestAcceptedExtraDetails.secondary_team: Team merge request accepted details shown to the secondary team.
get_primary_team()

Team merge request accepted details shown to the primary team.

Only call this if is_primary_team() is true.

Return type:PrimaryTeamRequestAcceptedDetails
get_secondary_team()

Team merge request accepted details shown to the secondary team.

Only call this if is_secondary_team() is true.

Return type:SecondaryTeamRequestAcceptedDetails
is_other()

Check if the union tag is other.

Return type:bool
is_primary_team()

Check if the union tag is primary_team.

Return type:bool
is_secondary_team()

Check if the union tag is secondary_team.

Return type:bool
other = TeamMergeRequestAcceptedExtraDetails(u'other', None)
classmethod primary_team(val)

Create an instance of this class set to the primary_team tag with value val.

Parameters:val (PrimaryTeamRequestAcceptedDetails) –
Return type:TeamMergeRequestAcceptedExtraDetails
classmethod secondary_team(val)

Create an instance of this class set to the secondary_team tag with value val.

Parameters:val (SecondaryTeamRequestAcceptedDetails) –
Return type:TeamMergeRequestAcceptedExtraDetails
class dropbox.team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails(secondary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Accepted a team merge request.

:ivar
team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.secondary_team: The secondary team name.
Variables:team_log.TeamMergeRequestAcceptedShownToPrimaryTeamDetails.sent_by – The name of the secondary team admin who sent the request originally.
__init__(secondary_team=None, sent_by=None)

x.__init__(…) initializes x; see help(type(x)) for signature

secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails(primary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Accepted a team merge request.

:ivar
team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.primary_team: The primary team name.
Variables:team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails.sent_by – The name of the secondary team admin who sent the request originally.
__init__(primary_team=None, sent_by=None)

x.__init__(…) initializes x; see help(type(x)) for signature

primary_team
sent_by
class dropbox.team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestAcceptedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestAutoCanceledDetails(details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Automatically canceled team merge request.

Variables:team_log.TeamMergeRequestAutoCanceledDetails.details – The cancellation reason.
__init__(details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

details
class dropbox.team_log.TeamMergeRequestAutoCanceledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestCanceledDetails(request_canceled_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Canceled a team merge request.

Variables:team_log.TeamMergeRequestCanceledDetails.request_canceled_details – Team merge request cancellation details.
__init__(request_canceled_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

request_canceled_details
class dropbox.team_log.TeamMergeRequestCanceledExtraDetails(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Team merge request cancellation details

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.

:ivar PrimaryTeamRequestCanceledDetails
TeamMergeRequestCanceledExtraDetails.primary_team: Team merge request cancellation details shown to the primary team.
:ivar SecondaryTeamRequestCanceledDetails
TeamMergeRequestCanceledExtraDetails.secondary_team: Team merge request cancellation details shown to the secondary team.
get_primary_team()

Team merge request cancellation details shown to the primary team.

Only call this if is_primary_team() is true.

Return type:PrimaryTeamRequestCanceledDetails
get_secondary_team()

Team merge request cancellation details shown to the secondary team.

Only call this if is_secondary_team() is true.

Return type:SecondaryTeamRequestCanceledDetails
is_other()

Check if the union tag is other.

Return type:bool
is_primary_team()

Check if the union tag is primary_team.

Return type:bool
is_secondary_team()

Check if the union tag is secondary_team.

Return type:bool
other = TeamMergeRequestCanceledExtraDetails(u'other', None)
classmethod primary_team(val)

Create an instance of this class set to the primary_team tag with value val.

Parameters:val (PrimaryTeamRequestCanceledDetails) –
Return type:TeamMergeRequestCanceledExtraDetails
classmethod secondary_team(val)

Create an instance of this class set to the secondary_team tag with value val.

Parameters:val (SecondaryTeamRequestCanceledDetails) –
Return type:TeamMergeRequestCanceledExtraDetails
class dropbox.team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails(secondary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Canceled a team merge request.

:ivar
team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.secondary_team: The secondary team name.
Variables:team_log.TeamMergeRequestCanceledShownToPrimaryTeamDetails.sent_by – The name of the secondary team admin who sent the request originally.
__init__(secondary_team=None, sent_by=None)

x.__init__(…) initializes x; see help(type(x)) for signature

secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestCanceledShownToPrimaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails(sent_to=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Canceled a team merge request.

Variables:
__init__(sent_to=None, sent_by=None)

x.__init__(…) initializes x; see help(type(x)) for signature

sent_by
sent_to
class dropbox.team_log.TeamMergeRequestCanceledShownToSecondaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestCanceledType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestExpiredDetails(request_expired_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request expired.

Variables:team_log.TeamMergeRequestExpiredDetails.request_expired_details – Team merge request expiration details.
__init__(request_expired_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

request_expired_details
class dropbox.team_log.TeamMergeRequestExpiredExtraDetails(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Team merge request expiration details

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.

:ivar PrimaryTeamRequestExpiredDetails
TeamMergeRequestExpiredExtraDetails.primary_team: Team merge request canceled details shown to the primary team.
:ivar SecondaryTeamRequestExpiredDetails
TeamMergeRequestExpiredExtraDetails.secondary_team: Team merge request canceled details shown to the secondary team.
get_primary_team()

Team merge request canceled details shown to the primary team.

Only call this if is_primary_team() is true.

Return type:PrimaryTeamRequestExpiredDetails
get_secondary_team()

Team merge request canceled details shown to the secondary team.

Only call this if is_secondary_team() is true.

Return type:SecondaryTeamRequestExpiredDetails
is_other()

Check if the union tag is other.

Return type:bool
is_primary_team()

Check if the union tag is primary_team.

Return type:bool
is_secondary_team()

Check if the union tag is secondary_team.

Return type:bool
other = TeamMergeRequestExpiredExtraDetails(u'other', None)
classmethod primary_team(val)

Create an instance of this class set to the primary_team tag with value val.

Parameters:val (PrimaryTeamRequestExpiredDetails) –
Return type:TeamMergeRequestExpiredExtraDetails
classmethod secondary_team(val)

Create an instance of this class set to the secondary_team tag with value val.

Parameters:val (SecondaryTeamRequestExpiredDetails) –
Return type:TeamMergeRequestExpiredExtraDetails
class dropbox.team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails(secondary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request expired.

:ivar
team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.secondary_team: The secondary team name.
Variables:team_log.TeamMergeRequestExpiredShownToPrimaryTeamDetails.sent_by – The name of the secondary team admin who sent the request originally.
__init__(secondary_team=None, sent_by=None)

x.__init__(…) initializes x; see help(type(x)) for signature

secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestExpiredShownToPrimaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails(sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team merge request expired.

Variables:team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails.sent_to – The email of the primary team admin the request was sent to.
__init__(sent_to=None)

x.__init__(…) initializes x; see help(type(x)) for signature

sent_to
class dropbox.team_log.TeamMergeRequestExpiredShownToSecondaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestExpiredType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails(secondary_team=None, sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Rejected a team merge request.

:ivar
team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.secondary_team: The secondary team name.
Variables:team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails.sent_by – The name of the secondary team admin who sent the request originally.
__init__(secondary_team=None, sent_by=None)

x.__init__(…) initializes x; see help(type(x)) for signature

secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestRejectedShownToPrimaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails(sent_by=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Rejected a team merge request.

Variables:team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails.sent_by – The name of the secondary team admin who sent the request originally.
__init__(sent_by=None)

x.__init__(…) initializes x; see help(type(x)) for signature

sent_by
class dropbox.team_log.TeamMergeRequestRejectedShownToSecondaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestReminderDetails(request_reminder_details=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Sent a team merge request reminder.

Variables:team_log.TeamMergeRequestReminderDetails.request_reminder_details – Team merge request reminder details.
__init__(request_reminder_details=None)

x.__init__(…) initializes x; see help(type(x)) for signature

request_reminder_details
class dropbox.team_log.TeamMergeRequestReminderExtraDetails(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Team merge request reminder details

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.

:ivar PrimaryTeamRequestReminderDetails
TeamMergeRequestReminderExtraDetails.primary_team: Team merge request reminder details shown to the primary team.
:ivar SecondaryTeamRequestReminderDetails
TeamMergeRequestReminderExtraDetails.secondary_team: Team merge request reminder details shown to the secondary team.
get_primary_team()

Team merge request reminder details shown to the primary team.

Only call this if is_primary_team() is true.

Return type:PrimaryTeamRequestReminderDetails
get_secondary_team()

Team merge request reminder details shown to the secondary team.

Only call this if is_secondary_team() is true.

Return type:SecondaryTeamRequestReminderDetails
is_other()

Check if the union tag is other.

Return type:bool
is_primary_team()

Check if the union tag is primary_team.

Return type:bool
is_secondary_team()

Check if the union tag is secondary_team.

Return type:bool
other = TeamMergeRequestReminderExtraDetails(u'other', None)
classmethod primary_team(val)

Create an instance of this class set to the primary_team tag with value val.

Parameters:val (PrimaryTeamRequestReminderDetails) –
Return type:TeamMergeRequestReminderExtraDetails
classmethod secondary_team(val)

Create an instance of this class set to the secondary_team tag with value val.

Parameters:val (SecondaryTeamRequestReminderDetails) –
Return type:TeamMergeRequestReminderExtraDetails
class dropbox.team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails(secondary_team=None, sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Sent a team merge request reminder.

:ivar
team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.secondary_team: The secondary team name.
Variables:team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.sent_to – The name of the primary team admin the request was sent to.
__init__(secondary_team=None, sent_to=None)

x.__init__(…) initializes x; see help(type(x)) for signature

secondary_team
sent_to
class dropbox.team_log.TeamMergeRequestReminderShownToPrimaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails(sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Sent a team merge request reminder.

Variables:team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails.sent_to – The email of the primary team admin the request was sent to.
__init__(sent_to=None)

x.__init__(…) initializes x; see help(type(x)) for signature

sent_to
class dropbox.team_log.TeamMergeRequestReminderShownToSecondaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestReminderType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestRevokedDetails(team=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Canceled the team merge.

Variables:team_log.TeamMergeRequestRevokedDetails.team – The name of the other team.
__init__(team=None)

x.__init__(…) initializes x; see help(type(x)) for signature

team
class dropbox.team_log.TeamMergeRequestRevokedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestSentShownToPrimaryTeamDetails(secondary_team=None, sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Requested to merge their Dropbox team into yours.

Variables:
__init__(secondary_team=None, sent_to=None)

x.__init__(…) initializes x; see help(type(x)) for signature

secondary_team
sent_to
class dropbox.team_log.TeamMergeRequestSentShownToPrimaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeRequestSentShownToSecondaryTeamDetails(sent_to=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Requested to merge your team into another Dropbox team.

Variables:team_log.TeamMergeRequestSentShownToSecondaryTeamDetails.sent_to – The email of the primary team admin the request was sent to.
__init__(sent_to=None)

x.__init__(…) initializes x; see help(type(x)) for signature

sent_to
class dropbox.team_log.TeamMergeRequestSentShownToSecondaryTeamType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamMergeToDetails(team_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Merged this team into another team.

Variables:team_log.TeamMergeToDetails.team_name – The name of the team that this team was merged into.
__init__(team_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

team_name
class dropbox.team_log.TeamMergeToType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamName(team_display_name=None, team_legal_name=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Team name details

Variables:
__init__(team_display_name=None, team_legal_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

team_display_name
class dropbox.team_log.TeamProfileAddBackgroundDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added team background to display on shared link headers.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamProfileAddBackgroundType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamProfileAddLogoDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added team logo to display on shared link headers.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamProfileAddLogoType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamProfileChangeBackgroundDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team background displayed on shared link headers.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamProfileChangeBackgroundType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamProfileChangeDefaultLanguageDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed default language for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TeamProfileChangeDefaultLanguageType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamProfileChangeLogoDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team logo displayed on shared link headers.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamProfileChangeLogoType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamProfileChangeNameDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team name.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TeamProfileChangeNameType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamProfileRemoveBackgroundDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed team background displayed on shared link headers.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamProfileRemoveBackgroundType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamProfileRemoveLogoDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed team logo displayed on shared link headers.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TeamProfileRemoveLogoType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamSelectiveSyncPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling whether team selective sync is enabled for team.

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.

disabled = TeamSelectiveSyncPolicy(u'disabled', None)
enabled = TeamSelectiveSyncPolicy(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 = TeamSelectiveSyncPolicy(u'other', None)
class dropbox.team_log.TeamSelectiveSyncPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled Team Selective Sync for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TeamSelectiveSyncPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamSelectiveSyncSettingsChangedDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed sync default.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TeamSelectiveSyncSettingsChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TeamSharingWhitelistSubjectsChangedDetails(added_whitelist_subjects=None, removed_whitelist_subjects=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Edited the approved list for sharing externally.

:ivar
team_log.TeamSharingWhitelistSubjectsChangedDetails.added_whitelist_subjects: Domains or emails added to the approved list for sharing externally.
:ivar
team_log.TeamSharingWhitelistSubjectsChangedDetails.removed_whitelist_subjects: Domains or emails removed from the approved list for sharing externally.
__init__(added_whitelist_subjects=None, removed_whitelist_subjects=None)

x.__init__(…) initializes x; see help(type(x)) for signature

added_whitelist_subjects
removed_whitelist_subjects
class dropbox.team_log.TeamSharingWhitelistSubjectsChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaAddBackupPhoneDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added backup phone for two-step verification.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaAddBackupPhoneType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaAddExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added members to two factor authentication exception list.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaAddExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaAddSecurityKeyDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Added security key for two-step verification.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaAddSecurityKeyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaChangeBackupPhoneDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed backup phone for two-step verification.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaChangeBackupPhoneType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed two-step verification setting for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TfaChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaChangeStatusDetails(new_value=None, previous_value=None, used_rescue_code=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled/changed two-step verification setting.

Variables:
__init__(new_value=None, previous_value=None, used_rescue_code=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
used_rescue_code
class dropbox.team_log.TfaChangeStatusType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaConfiguration(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Two factor authentication configuration. Note: the enabled option is deprecated.

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.

authenticator = TfaConfiguration(u'authenticator', None)
disabled = TfaConfiguration(u'disabled', None)
enabled = TfaConfiguration(u'enabled', None)
is_authenticator()

Check if the union tag is authenticator.

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
is_sms()

Check if the union tag is sms.

Return type:bool
other = TfaConfiguration(u'other', None)
sms = TfaConfiguration(u'sms', None)
class dropbox.team_log.TfaRemoveBackupPhoneDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed backup phone for two-step verification.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaRemoveBackupPhoneType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaRemoveExceptionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed members from two factor authentication exception list.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaRemoveExceptionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaRemoveSecurityKeyDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed security key for two-step verification.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaRemoveSecurityKeyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TfaResetDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Reset two-step verification for team member.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.TfaResetType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TimeUnit(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.

days = TimeUnit(u'days', None)
hours = TimeUnit(u'hours', None)
is_days()

Check if the union tag is days.

Return type:bool
is_hours()

Check if the union tag is hours.

Return type:bool
is_milliseconds()

Check if the union tag is milliseconds.

Return type:bool
is_minutes()

Check if the union tag is minutes.

Return type:bool
is_months()

Check if the union tag is months.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_seconds()

Check if the union tag is seconds.

Return type:bool
is_weeks()

Check if the union tag is weeks.

Return type:bool
is_years()

Check if the union tag is years.

Return type:bool
milliseconds = TimeUnit(u'milliseconds', None)
minutes = TimeUnit(u'minutes', None)
months = TimeUnit(u'months', None)
other = TimeUnit(u'other', None)
seconds = TimeUnit(u'seconds', None)
weeks = TimeUnit(u'weeks', None)
years = TimeUnit(u'years', None)
class dropbox.team_log.TrustedNonTeamMemberLogInfo(trusted_non_team_member_type=None, account_id=None, display_name=None, email=None, team=None)

Bases: dropbox.team_log.UserLogInfo

User that is not a member of the team but considered trusted.

Variables:
__init__(trusted_non_team_member_type=None, account_id=None, display_name=None, email=None, team=None)

x.__init__(…) initializes x; see help(type(x)) for signature

team
trusted_non_team_member_type
class dropbox.team_log.TrustedNonTeamMemberType(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.

enterprise_admin = TrustedNonTeamMemberType(u'enterprise_admin', None)
is_enterprise_admin()

Check if the union tag is enterprise_admin.

Return type:bool
is_multi_instance_admin()

Check if the union tag is multi_instance_admin.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
multi_instance_admin = TrustedNonTeamMemberType(u'multi_instance_admin', None)
other = TrustedNonTeamMemberType(u'other', None)
class dropbox.team_log.TrustedTeamsRequestAction(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.

accepted = TrustedTeamsRequestAction(u'accepted', None)
declined = TrustedTeamsRequestAction(u'declined', None)
expired = TrustedTeamsRequestAction(u'expired', None)
invited = TrustedTeamsRequestAction(u'invited', None)
is_accepted()

Check if the union tag is accepted.

Return type:bool
is_declined()

Check if the union tag is declined.

Return type:bool
is_expired()

Check if the union tag is expired.

Return type:bool
is_invited()

Check if the union tag is invited.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_revoked()

Check if the union tag is revoked.

Return type:bool
other = TrustedTeamsRequestAction(u'other', None)
revoked = TrustedTeamsRequestAction(u'revoked', None)
class dropbox.team_log.TrustedTeamsRequestState(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.

invited = TrustedTeamsRequestState(u'invited', None)
is_invited()

Check if the union tag is invited.

Return type:bool
is_linked()

Check if the union tag is linked.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_unlinked()

Check if the union tag is unlinked.

Return type:bool
linked = TrustedTeamsRequestState(u'linked', None)
other = TrustedTeamsRequestState(u'other', None)
unlinked = TrustedTeamsRequestState(u'unlinked', None)
class dropbox.team_log.TwoAccountChangePolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Enabled/disabled option for members to link personal Dropbox account and team account to same computer.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.TwoAccountChangePolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.TwoAccountPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for pairing personal account to work account

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.

disabled = TwoAccountPolicy(u'disabled', None)
enabled = TwoAccountPolicy(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 = TwoAccountPolicy(u'other', None)
class dropbox.team_log.UndoNamingConventionDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Reverted naming convention.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.UndoNamingConventionType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.UndoOrganizeFolderWithTidyDetails

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed multi-file organize.

__init__()

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.UndoOrganizeFolderWithTidyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.UserLinkedAppLogInfo(app_id=None, display_name=None)

Bases: dropbox.team_log.AppLogInfo

User linked app

__init__(app_id=None, display_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.UserLogInfo(account_id=None, display_name=None, email=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

User’s logged information.

Variables:
__init__(account_id=None, display_name=None, email=None)

x.__init__(…) initializes x; see help(type(x)) for signature

account_id
display_name
email
class dropbox.team_log.UserNameLogInfo(given_name=None, surname=None, locale=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

User’s name logged information

Variables:
__init__(given_name=None, surname=None, locale=None)

x.__init__(…) initializes x; see help(type(x)) for signature

given_name
locale
surname
class dropbox.team_log.UserOrTeamLinkedAppLogInfo(app_id=None, display_name=None)

Bases: dropbox.team_log.AppLogInfo

User or team linked app. Used when linked type is missing due to historical data gap.

__init__(app_id=None, display_name=None)

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.UserTagsAddedDetails(values=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Tagged a file.

Variables:team_log.UserTagsAddedDetails.values – values.
__init__(values=None)

x.__init__(…) initializes x; see help(type(x)) for signature

values
class dropbox.team_log.UserTagsAddedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.UserTagsRemovedDetails(values=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Removed tags.

Variables:team_log.UserTagsRemovedDetails.values – values.
__init__(values=None)

x.__init__(…) initializes x; see help(type(x)) for signature

values
class dropbox.team_log.UserTagsRemovedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.ViewerInfoPolicyChangedDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed team policy for viewer info.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.ViewerInfoPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.WatermarkingPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Policy for controlling team access to watermarking feature

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.

disabled = WatermarkingPolicy(u'disabled', None)
enabled = WatermarkingPolicy(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 = WatermarkingPolicy(u'other', None)
class dropbox.team_log.WatermarkingPolicyChangedDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed watermarking policy for team.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.WatermarkingPolicyChangedType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.WebDeviceSessionLogInfo(user_agent=None, os=None, browser=None, ip_address=None, created=None, updated=None, session_info=None)

Bases: dropbox.team_log.DeviceSessionLogInfo

Information on active web sessions

Variables:
__init__(user_agent=None, os=None, browser=None, ip_address=None, created=None, updated=None, session_info=None)

x.__init__(…) initializes x; see help(type(x)) for signature

browser
os
session_info
user_agent
class dropbox.team_log.WebSessionLogInfo(session_id=None)

Bases: dropbox.team_log.SessionLogInfo

Web session.

__init__(session_id=None)

x.__init__(…) initializes x; see help(type(x)) for signature

class dropbox.team_log.WebSessionsChangeActiveSessionLimitDetails(previous_value=None, new_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed limit on active sessions per member.

Variables:
__init__(previous_value=None, new_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.WebSessionsChangeActiveSessionLimitType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.WebSessionsChangeFixedLengthPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed how long members can stay signed in to Dropbox.com.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.WebSessionsChangeFixedLengthPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.WebSessionsChangeIdleLengthPolicyDetails(new_value=None, previous_value=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

Changed how long team members can be idle while signed in to Dropbox.com.

Variables:
__init__(new_value=None, previous_value=None)

x.__init__(…) initializes x; see help(type(x)) for signature

new_value
previous_value
class dropbox.team_log.WebSessionsChangeIdleLengthPolicyType(description=None)

Bases: stone.backends.python_rsrc.stone_base.Struct

__init__(description=None)

x.__init__(…) initializes x; see help(type(x)) for signature

description
class dropbox.team_log.WebSessionsFixedLengthPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Web sessions fixed length policy.

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:
classmethod defined(val)

Create an instance of this class set to the defined tag with value val.

Parameters:val (DurationLogInfo) –
Return type:WebSessionsFixedLengthPolicy
get_defined()

Defined fixed session length.

Only call this if is_defined() is true.

Return type:DurationLogInfo
is_defined()

Check if the union tag is defined.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_undefined()

Check if the union tag is undefined.

Return type:bool
other = WebSessionsFixedLengthPolicy(u'other', None)
undefined = WebSessionsFixedLengthPolicy(u'undefined', None)
class dropbox.team_log.WebSessionsIdleLengthPolicy(tag, value=None)

Bases: stone.backends.python_rsrc.stone_base.Union

Web sessions idle length policy.

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:
classmethod defined(val)

Create an instance of this class set to the defined tag with value val.

Parameters:val (DurationLogInfo) –
Return type:WebSessionsIdleLengthPolicy
get_defined()

Defined idle session length.

Only call this if is_defined() is true.

Return type:DurationLogInfo
is_defined()

Check if the union tag is defined.

Return type:bool
is_other()

Check if the union tag is other.

Return type:bool
is_undefined()

Check if the union tag is undefined.

Return type:bool
other = WebSessionsIdleLengthPolicy(u'other', None)
undefined = WebSessionsIdleLengthPolicy(u'undefined', None)