dropbox.team_log – Team Log

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

Bases: 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:
  • AccessMethodLogInfo.admin_console (WebSessionLogInfo) – Admin console session details.

  • AccessMethodLogInfo.api (ApiSessionLogInfo) – Api session details.

  • AccessMethodLogInfo.content_manager (WebSessionLogInfo) – Content manager session details.

  • AccessMethodLogInfo.end_user (SessionLogInfo) – End user session details.

  • AccessMethodLogInfo.enterprise_console (WebSessionLogInfo) – Enterprise console session details.

  • AccessMethodLogInfo.sign_in_as (WebSessionLogInfo) – Sign in as session details.

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('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: 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('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('other', None)
unavailable = AccountCaptureAvailability('unavailable', None)
class dropbox.team_log.AccountCaptureChangeAvailabilityDetails(new_value=None, previous_value=None)

Bases: Struct

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

Variables:
  • team_log.AccountCaptureChangeAvailabilityDetails.new_value – New account capture availabilty value.

  • team_log.AccountCaptureChangeAvailabilityDetails.previous_value – Previous account capture availabilty value. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed account capture setting on team domain.

Variables:
  • team_log.AccountCaptureChangePolicyDetails.new_value – New account capture policy.

  • team_log.AccountCaptureChangePolicyDetails.previous_value – Previous account capture policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Account-captured user migrated account to team.

Variables:

team_log.AccountCaptureMigrateAccountDetails.domain_name – Domain name.

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

Bases: Struct

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

Bases: 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)
domain_name
notification_type
class dropbox.team_log.AccountCaptureNotificationEmailsSentType(description=None)

Bases: Struct

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

Bases: 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('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('other', None)
proactive_warning_notification = AccountCaptureNotificationType('proactive_warning_notification', None)
class dropbox.team_log.AccountCapturePolicy(tag, value=None)

Bases: 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('all_users', None)
disabled = AccountCapturePolicy('disabled', None)
invited_users = AccountCapturePolicy('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

is_prevent_personal_creation()

Check if the union tag is prevent_personal_creation.

Return type:

bool

other = AccountCapturePolicy('other', None)
prevent_personal_creation = AccountCapturePolicy('prevent_personal_creation', None)
class dropbox.team_log.AccountCaptureRelinquishAccountDetails(domain_name=None)

Bases: Struct

Account-captured user changed account email to personal email.

Variables:

team_log.AccountCaptureRelinquishAccountDetails.domain_name – Domain name.

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

Bases: Struct

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

Bases: Struct

Unlocked/locked account after failed sign in attempts.

Variables:
  • team_log.AccountLockOrUnlockedDetails.previous_value – The previous account status.

  • team_log.AccountLockOrUnlockedDetails.new_value – The new account status.

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

Bases: Struct

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

Bases: 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('locked', None)
other = AccountState('other', None)
unlocked = AccountState('unlocked', None)
class dropbox.team_log.ActionDetails(tag, value=None)

Bases: 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:
  • ActionDetails.remove_action (MemberRemoveActionType) – Define how the user was removed from the team.

  • ActionDetails.team_invite_details (TeamInviteDetails) – Additional information relevant when someone is invited to the team.

  • ActionDetails.team_join_details (JoinTeamDetails) – Additional information relevant when a new member joins the team.

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('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: 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:
  • ActorLogInfo.admin (UserLogInfo) – The admin who did the action.

  • team_log.ActorLogInfo.anonymous – Anonymous actor.

  • ActorLogInfo.app (AppLogInfo) – The application who did the action.

  • team_log.ActorLogInfo.dropbox – Action done by Dropbox.

  • ActorLogInfo.reseller (ResellerLogInfo) – Action done by reseller.

  • ActorLogInfo.user (UserLogInfo) – The user who did the action.

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('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('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('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: 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('account_takeover', None)
data_loss_protection = AdminAlertCategoryEnum('data_loss_protection', None)
information_governance = AdminAlertCategoryEnum('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('malware_sharing', None)
massive_file_operation = AdminAlertCategoryEnum('massive_file_operation', None)
na = AdminAlertCategoryEnum('na', None)
other = AdminAlertCategoryEnum('other', None)
threat_management = AdminAlertCategoryEnum('threat_management', None)
class dropbox.team_log.AdminAlertGeneralStateEnum(tag, value=None)

Bases: 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('active', None)
dismissed = AdminAlertGeneralStateEnum('dismissed', None)
in_progress = AdminAlertGeneralStateEnum('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('na', None)
other = AdminAlertGeneralStateEnum('other', None)
resolved = AdminAlertGeneralStateEnum('resolved', None)
class dropbox.team_log.AdminAlertSeverityEnum(tag, value=None)

Bases: 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('high', None)
info = AdminAlertSeverityEnum('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('low', None)
medium = AdminAlertSeverityEnum('medium', None)
na = AdminAlertSeverityEnum('na', None)
other = AdminAlertSeverityEnum('other', None)
class dropbox.team_log.AdminAlertingAlertConfiguration(alert_state=None, sensitivity_level=None, recipients_settings=None, text=None, excluded_file_extensions=None)

Bases: Struct

Alert configurations

Variables:
  • team_log.AdminAlertingAlertConfiguration.alert_state – Alert state.

  • team_log.AdminAlertingAlertConfiguration.sensitivity_level – Sensitivity level.

  • team_log.AdminAlertingAlertConfiguration.recipients_settings – Recipient settings.

  • team_log.AdminAlertingAlertConfiguration.text – Text.

  • team_log.AdminAlertingAlertConfiguration.excluded_file_extensions – Excluded file extensions.

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

Bases: 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('high', None)
highest = AdminAlertingAlertSensitivity('highest', None)
invalid = AdminAlertingAlertSensitivity('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('low', None)
lowest = AdminAlertingAlertSensitivity('lowest', None)
medium = AdminAlertingAlertSensitivity('medium', None)
other = AdminAlertingAlertSensitivity('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: Struct

Changed an alert state.

Variables:
  • team_log.AdminAlertingAlertStateChangedDetails.alert_name – Alert name.

  • team_log.AdminAlertingAlertStateChangedDetails.alert_severity – Alert severity.

  • team_log.AdminAlertingAlertStateChangedDetails.alert_category – Alert category.

  • team_log.AdminAlertingAlertStateChangedDetails.alert_instance_id – Alert ID.

  • team_log.AdminAlertingAlertStateChangedDetails.previous_value – Alert state before the change.

  • team_log.AdminAlertingAlertStateChangedDetails.new_value – Alert state after the change.

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

Bases: Struct

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

Bases: 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('off', None)
on = AdminAlertingAlertStatePolicy('on', None)
other = AdminAlertingAlertStatePolicy('other', None)
class dropbox.team_log.AdminAlertingChangedAlertConfigDetails(alert_name=None, previous_alert_config=None, new_alert_config=None)

Bases: Struct

Changed an alert setting.

Variables:
  • team_log.AdminAlertingChangedAlertConfigDetails.alert_name – Alert Name.

  • team_log.AdminAlertingChangedAlertConfigDetails.previous_alert_config – Previous alert configuration.

  • team_log.AdminAlertingChangedAlertConfigDetails.new_alert_config – New alert configuration.

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

Bases: Struct

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

Bases: Struct

Triggered security alert.

Variables:
  • team_log.AdminAlertingTriggeredAlertDetails.alert_name – Alert name.

  • team_log.AdminAlertingTriggeredAlertDetails.alert_severity – Alert severity.

  • team_log.AdminAlertingTriggeredAlertDetails.alert_category – Alert category.

  • team_log.AdminAlertingTriggeredAlertDetails.alert_instance_id – Alert ID.

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

Bases: Struct

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

Bases: 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('default_for_listed_apps', None)
default_for_unlisted_apps = AdminConsoleAppPermission('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('other', None)
class dropbox.team_log.AdminConsoleAppPolicy(tag, value=None)

Bases: 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('allow', None)
block = AdminConsoleAppPolicy('block', None)
default = AdminConsoleAppPolicy('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('other', None)
class dropbox.team_log.AdminEmailRemindersChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed admin reminder settings for requests to join the team.

Variables:
  • team_log.AdminEmailRemindersChangedDetails.new_value – To.

  • team_log.AdminEmailRemindersChangedDetails.previous_value – From.

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

Bases: Struct

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

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

Bases: 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('billing_admin', None)
compliance_admin = AdminRole('compliance_admin', None)
content_admin = AdminRole('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('limited_admin', None)
member_only = AdminRole('member_only', None)
other = AdminRole('other', None)
reporting_admin = AdminRole('reporting_admin', None)
security_admin = AdminRole('security_admin', None)
support_admin = AdminRole('support_admin', None)
team_admin = AdminRole('team_admin', None)
user_management_admin = AdminRole('user_management_admin', None)
class dropbox.team_log.AlertRecipientsSettingType(tag, value=None)

Bases: 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('custom_list', None)
invalid = AlertRecipientsSettingType('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('none', None)
other = AlertRecipientsSettingType('other', None)
team_admins = AlertRecipientsSettingType('team_admins', None)
class dropbox.team_log.AllowDownloadDisabledDetails

Bases: Struct

Disabled downloads.

__init__()
class dropbox.team_log.AllowDownloadDisabledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.AllowDownloadEnabledDetails

Bases: Struct

Enabled downloads.

__init__()
class dropbox.team_log.AllowDownloadEnabledType(description=None)

Bases: Struct

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

Bases: Struct

Api session.

Variables:

team_log.ApiSessionLogInfo.request_id – Api request ID.

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

Bases: Struct

Failed to connect app for member.

Variables:

team_log.AppBlockedByPermissionsDetails.app_info – Relevant application details.

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

Bases: Struct

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

Bases: Struct

Linked app for team.

Variables:

team_log.AppLinkTeamDetails.app_info – Relevant application details.

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

Bases: Struct

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

Bases: Struct

Linked app for member.

Variables:

team_log.AppLinkUserDetails.app_info – Relevant application details.

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

Bases: Struct

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

Bases: Struct

App’s logged information.

Variables:
  • team_log.AppLogInfo.app_id – App unique ID.

  • team_log.AppLogInfo.display_name – App display name.

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

Bases: Struct

Changed app permissions.

Variables:
  • team_log.AppPermissionsChangedDetails.app_name – Name of the app.

  • team_log.AppPermissionsChangedDetails.permission – Permission that was changed.

  • team_log.AppPermissionsChangedDetails.previous_value – Previous policy.

  • team_log.AppPermissionsChangedDetails.new_value – New policy.

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

Bases: Struct

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

Bases: Struct

Unlinked app for team.

Variables:

team_log.AppUnlinkTeamDetails.app_info – Relevant application details.

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

Bases: Struct

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

Bases: Struct

Unlinked app for member.

Variables:

team_log.AppUnlinkUserDetails.app_info – Relevant application details.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ApplyNamingConventionDetails

Bases: Struct

Applied naming convention.

__init__()
class dropbox.team_log.ApplyNamingConventionType(description=None)

Bases: Struct

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

Bases: 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('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.BackupAdminInvitationSentDetails

Bases: Struct

Invited members to activate Backup.

__init__()
class dropbox.team_log.BackupAdminInvitationSentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.BackupInvitationOpenedDetails

Bases: Struct

Opened Backup invite.

__init__()
class dropbox.team_log.BackupInvitationOpenedType(description=None)

Bases: Struct

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

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

Bases: Struct

Added Binder page.

Variables:
  • team_log.BinderAddPageDetails.event_uuid – Event unique identifier.

  • team_log.BinderAddPageDetails.doc_title – Title of the Binder doc.

  • team_log.BinderAddPageDetails.binder_item_name – Name of the Binder page/section.

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

Bases: Struct

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

Bases: Struct

Added Binder section.

Variables:
  • team_log.BinderAddSectionDetails.event_uuid – Event unique identifier.

  • team_log.BinderAddSectionDetails.doc_title – Title of the Binder doc.

  • team_log.BinderAddSectionDetails.binder_item_name – Name of the Binder page/section.

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

Bases: Struct

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

Bases: Struct

Removed Binder page.

Variables:
  • team_log.BinderRemovePageDetails.event_uuid – Event unique identifier.

  • team_log.BinderRemovePageDetails.doc_title – Title of the Binder doc.

  • team_log.BinderRemovePageDetails.binder_item_name – Name of the Binder page/section.

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

Bases: Struct

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

Bases: Struct

Removed Binder section.

Variables:
  • team_log.BinderRemoveSectionDetails.event_uuid – Event unique identifier.

  • team_log.BinderRemoveSectionDetails.doc_title – Title of the Binder doc.

  • team_log.BinderRemoveSectionDetails.binder_item_name – Name of the Binder page/section.

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

Bases: Struct

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

Bases: Struct

Renamed Binder page.

Variables:
  • team_log.BinderRenamePageDetails.event_uuid – Event unique identifier.

  • team_log.BinderRenamePageDetails.doc_title – Title of the Binder doc.

  • team_log.BinderRenamePageDetails.binder_item_name – Name of the Binder page/section.

  • team_log.BinderRenamePageDetails.previous_binder_item_name – Previous name of the Binder page/section.

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

Bases: Struct

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

Bases: Struct

Renamed Binder section.

Variables:
  • team_log.BinderRenameSectionDetails.event_uuid – Event unique identifier.

  • team_log.BinderRenameSectionDetails.doc_title – Title of the Binder doc.

  • team_log.BinderRenameSectionDetails.binder_item_name – Name of the Binder page/section.

  • team_log.BinderRenameSectionDetails.previous_binder_item_name – Previous name of the Binder page/section.

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

Bases: Struct

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

Bases: Struct

Reordered Binder page.

Variables:
  • team_log.BinderReorderPageDetails.event_uuid – Event unique identifier.

  • team_log.BinderReorderPageDetails.doc_title – Title of the Binder doc.

  • team_log.BinderReorderPageDetails.binder_item_name – Name of the Binder page/section.

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

Bases: Struct

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

Bases: Struct

Reordered Binder section.

Variables:
  • team_log.BinderReorderSectionDetails.event_uuid – Event unique identifier.

  • team_log.BinderReorderSectionDetails.doc_title – Title of the Binder doc.

  • team_log.BinderReorderSectionDetails.binder_item_name – Name of the Binder page/section.

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

Bases: Struct

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

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

Bases: Struct

Changed camera uploads setting for team.

Variables:
  • team_log.CameraUploadsPolicyChangedDetails.new_value – New camera uploads setting.

  • team_log.CameraUploadsPolicyChangedDetails.previous_value – Previous camera uploads setting.

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

Bases: Struct

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

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

Bases: Struct

Changed Capture transcription policy for team.

Variables:
  • team_log.CaptureTranscriptPolicyChangedDetails.new_value – To.

  • team_log.CaptureTranscriptPolicyChangedDetails.previous_value – From.

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

Bases: Struct

__init__(description=None)
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: Struct

Certificate details.

Variables:
  • team_log.Certificate.subject – Certificate subject.

  • team_log.Certificate.issuer – Certificate issuer.

  • team_log.Certificate.issue_date – Certificate issue date.

  • team_log.Certificate.expiration_date – Certificate expiration date.

  • team_log.Certificate.serial_number – Certificate serial number.

  • team_log.Certificate.sha1_fingerprint – Certificate sha1 fingerprint.

  • team_log.Certificate.common_name – Certificate common name.

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

Bases: 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('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('not_allowed', None)
other = ChangeLinkExpirationPolicy('other', None)
class dropbox.team_log.ChangedEnterpriseAdminRoleDetails(previous_value=None, new_value=None, team_name=None)

Bases: Struct

Changed enterprise admin role.

Variables:
  • team_log.ChangedEnterpriseAdminRoleDetails.previous_value – The member&#x2019s previous enterprise admin role.

  • team_log.ChangedEnterpriseAdminRoleDetails.new_value – The member&#x2019s new enterprise admin role.

  • team_log.ChangedEnterpriseAdminRoleDetails.team_name – The name of the member&#x2019s team.

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

Bases: Struct

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

Bases: Struct

Changed enterprise-connected team status.

Variables:
  • team_log.ChangedEnterpriseConnectedTeamStatusDetails.action – The preformed change in the team&#x2019s connection status.

  • team_log.ChangedEnterpriseConnectedTeamStatusDetails.additional_info – Additional information about the organization or team.

  • team_log.ChangedEnterpriseConnectedTeamStatusDetails.previous_value – Previous request state.

  • team_log.ChangedEnterpriseConnectedTeamStatusDetails.new_value – New request state.

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

Bases: Struct

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

Bases: Struct

Changed classification policy for team.

Variables:
  • team_log.ClassificationChangePolicyDetails.previous_value – Previous classification policy.

  • team_log.ClassificationChangePolicyDetails.new_value – New classification policy.

  • team_log.ClassificationChangePolicyDetails.classification_type – Policy type.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ClassificationCreateReportDetails

Bases: Struct

Created Classification report.

__init__()
class dropbox.team_log.ClassificationCreateReportFailDetails(failure_reason=None)

Bases: Struct

Couldn’t create Classification report.

Variables:

team_log.ClassificationCreateReportFailDetails.failure_reason – Failure reason.

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

Bases: Struct

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = ClassificationPolicyEnumWrapper('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('member_and_team_folders', None)
other = ClassificationPolicyEnumWrapper('other', None)
team_folders = ClassificationPolicyEnumWrapper('team_folders', None)
class dropbox.team_log.ClassificationType(tag, value=None)

Bases: 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('other', None)
personal_information = ClassificationType('personal_information', None)
pii = ClassificationType('pii', None)
class dropbox.team_log.CollectionShareDetails(album_name=None)

Bases: Struct

Shared album.

Variables:

team_log.CollectionShareDetails.album_name – Album name.

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

Bases: Struct

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

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

Bases: Struct

Changed computer backup policy for team.

Variables:
  • team_log.ComputerBackupPolicyChangedDetails.new_value – New computer backup policy.

  • team_log.ComputerBackupPolicyChangedDetails.previous_value – Previous computer backup policy.

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

Bases: Struct

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

Bases: Struct

The name of the team

Variables:

team_log.ConnectedTeamName.team – The name of the team.

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

Bases: Struct

Changed content management setting.

Variables:
  • team_log.ContentAdministrationPolicyChangedDetails.new_value – New content administration policy.

  • team_log.ContentAdministrationPolicyChangedDetails.previous_value – Previous content administration policy.

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

Bases: Struct

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

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

Bases: 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:
  • team_log.ContextLogInfo.anonymous – Anonymous context.

  • ContextLogInfo.non_team_member (NonTeamMemberLogInfo) – Action was done on behalf of a non team member.

  • ContextLogInfo.organization_team (TeamLogInfo) – Action was done on behalf of a team that’s part of an organization.

  • team_log.ContextLogInfo.team – Action was done on behalf of the team.

  • ContextLogInfo.team_member (TeamMemberLogInfo) – Action was done on behalf of a team member.

  • ContextLogInfo.trusted_non_team_member (TrustedNonTeamMemberLogInfo) – Action was done on behalf of a trusted non team member.

anonymous = ContextLogInfo('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('other', None)
team = ContextLogInfo('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: Struct

Created folders.

__init__()
class dropbox.team_log.CreateFolderType(description=None)

Bases: Struct

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

Bases: Struct

Created team invite link.

Variables:
  • team_log.CreateTeamInviteLinkDetails.link_url – The invite link url that was created.

  • team_log.CreateTeamInviteLinkDetails.expiry_date – The expiration date of the invite link.

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

Bases: Struct

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

Bases: Struct

Set restrictions on data center locations where team data resides.

Variables:
  • team_log.DataPlacementRestrictionChangePolicyDetails.previous_value – Previous placement restriction.

  • team_log.DataPlacementRestrictionChangePolicyDetails.new_value – New placement restriction.

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

Bases: Struct

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

Bases: Struct

Completed restrictions on data center locations where team data resides.

:ivar

team_log.DataPlacementRestrictionSatisfyPolicyDetails.placement_restriction: Placement restriction.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DataResidencyMigrationRequestSuccessfulDetails

Bases: Struct

Requested data residency migration for team data.

__init__()
class dropbox.team_log.DataResidencyMigrationRequestSuccessfulType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DataResidencyMigrationRequestUnsuccessfulDetails

Bases: Struct

Request for data residency migration for team data has failed.

__init__()
class dropbox.team_log.DataResidencyMigrationRequestUnsuccessfulType(description=None)

Bases: Struct

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

Bases: 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('day_1', None)
day_180 = DefaultLinkExpirationDaysPolicy('day_180', None)
day_3 = DefaultLinkExpirationDaysPolicy('day_3', None)
day_30 = DefaultLinkExpirationDaysPolicy('day_30', None)
day_7 = DefaultLinkExpirationDaysPolicy('day_7', None)
day_90 = DefaultLinkExpirationDaysPolicy('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('none', None)
other = DefaultLinkExpirationDaysPolicy('other', None)
year_1 = DefaultLinkExpirationDaysPolicy('year_1', None)
class dropbox.team_log.DeleteTeamInviteLinkDetails(link_url=None)

Bases: Struct

Deleted team invite link.

Variables:

team_log.DeleteTeamInviteLinkDetails.link_url – The invite link url that was deleted.

__init__(link_url=None)
class dropbox.team_log.DeleteTeamInviteLinkType(description=None)

Bases: Struct

__init__(description=None)
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: DeviceSessionLogInfo

Information about linked Dropbox desktop client sessions

Variables:
  • team_log.DesktopDeviceSessionLogInfo.session_info – Desktop session unique id.

  • team_log.DesktopDeviceSessionLogInfo.host_name – Name of the hosting desktop.

  • team_log.DesktopDeviceSessionLogInfo.client_type – The Dropbox desktop client type.

  • team_log.DesktopDeviceSessionLogInfo.client_version – The Dropbox client version.

  • team_log.DesktopDeviceSessionLogInfo.platform – Information on the hosting platform.

  • team_log.DesktopDeviceSessionLogInfo.is_delete_on_unlink_supported – Whether itu2019s possible to delete all of the account files upon unlinking.

__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)
client_type
client_version
host_name
platform
session_info
class dropbox.team_log.DesktopSessionLogInfo(session_id=None)

Bases: SessionLogInfo

Desktop session.

__init__(session_id=None)
class dropbox.team_log.DeviceApprovalsAddExceptionDetails

Bases: Struct

Added members to device approvals exception list.

__init__()
class dropbox.team_log.DeviceApprovalsAddExceptionType(description=None)

Bases: Struct

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

Bases: Struct

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

Variables:
  • team_log.DeviceApprovalsChangeDesktopPolicyDetails.new_value – New desktop device approvals policy. Might be missing due to historical data gap.

  • team_log.DeviceApprovalsChangeDesktopPolicyDetails.previous_value – Previous desktop device approvals policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

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

Variables:
  • team_log.DeviceApprovalsChangeMobilePolicyDetails.new_value – New mobile device approvals policy. Might be missing due to historical data gap.

  • team_log.DeviceApprovalsChangeMobilePolicyDetails.previous_value – Previous mobile device approvals policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed device approvals setting when member is over limit.

Variables:
  • team_log.DeviceApprovalsChangeOverageActionDetails.new_value – New over the limits policy. Might be missing due to historical data gap.

  • team_log.DeviceApprovalsChangeOverageActionDetails.previous_value – Previous over the limit policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed device approvals setting when member unlinks approved device.

Variables:
  • team_log.DeviceApprovalsChangeUnlinkActionDetails.new_value – New device unlink policy. Might be missing due to historical data gap.

  • team_log.DeviceApprovalsChangeUnlinkActionDetails.previous_value – Previous device unlink policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('limited', None)
other = DeviceApprovalsPolicy('other', None)
unlimited = DeviceApprovalsPolicy('unlimited', None)
class dropbox.team_log.DeviceApprovalsRemoveExceptionDetails

Bases: Struct

Removed members from device approvals exception list.

__init__()
class dropbox.team_log.DeviceApprovalsRemoveExceptionType(description=None)

Bases: Struct

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

Bases: 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)
device_session_info
class dropbox.team_log.DeviceChangeIpDesktopType(description=None)

Bases: Struct

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

Bases: 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)
device_session_info
class dropbox.team_log.DeviceChangeIpMobileType(description=None)

Bases: Struct

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

Bases: Struct

Changed IP address associated with active web session.

Variables:

team_log.DeviceChangeIpWebDetails.user_agent – Web browser name.

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

Bases: Struct

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

Bases: Struct

Failed to delete all files from unlinked device.

Variables:
  • team_log.DeviceDeleteOnUnlinkFailDetails.session_info – Session unique id.

  • team_log.DeviceDeleteOnUnlinkFailDetails.display_name – The device name. Might be missing due to historical data gap.

  • team_log.DeviceDeleteOnUnlinkFailDetails.num_failures – The number of times that remote file deletion failed.

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

Bases: Struct

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

Bases: Struct

Deleted all files from unlinked device.

Variables:
  • team_log.DeviceDeleteOnUnlinkSuccessDetails.session_info – Session unique id.

  • team_log.DeviceDeleteOnUnlinkSuccessDetails.display_name – The device name. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Failed to link device.

Variables:
  • team_log.DeviceLinkFailDetails.ip_address – IP address. Might be missing due to historical data gap.

  • team_log.DeviceLinkFailDetails.device_type – A description of the device used while user approval blocked.

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

Bases: Struct

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

Bases: Struct

Linked device.

Variables:

team_log.DeviceLinkSuccessDetails.device_session_info – Device’s session logged information.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DeviceManagementDisabledDetails

Bases: Struct

Disabled device management.

__init__()
class dropbox.team_log.DeviceManagementDisabledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DeviceManagementEnabledDetails

Bases: Struct

Enabled device management.

__init__()
class dropbox.team_log.DeviceManagementEnabledType(description=None)

Bases: Struct

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

Bases: Struct

Device’s session logged information.

Variables:
  • team_log.DeviceSessionLogInfo.ip_address – The IP address of the last activity from this session.

  • team_log.DeviceSessionLogInfo.created – The time this session was created.

  • team_log.DeviceSessionLogInfo.updated – The time of the last activity from this session.

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

Bases: Struct

Enabled/disabled backup for computer.

:ivar

team_log.DeviceSyncBackupStatusChangedDetails.desktop_device_session_info: Device’s session logged information.

Variables:
  • team_log.DeviceSyncBackupStatusChangedDetails.previous_value – Previous status of computer backup on the device.

  • team_log.DeviceSyncBackupStatusChangedDetails.new_value – Next status of computer backup on the device.

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

Bases: Struct

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

Bases: 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('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('mobile', None)
other = DeviceType('other', None)
class dropbox.team_log.DeviceUnlinkDetails(delete_data=None, session_info=None, display_name=None)

Bases: Struct

Disconnected device.

Variables:
  • team_log.DeviceUnlinkDetails.session_info – Session unique id.

  • team_log.DeviceUnlinkDetails.display_name – The device name. Might be missing due to historical data gap.

  • team_log.DeviceUnlinkDetails.delete_data – True if the user requested to delete data after device unlink, false otherwise.

__init__(delete_data=None, session_info=None, display_name=None)
delete_data
display_name
session_info
class dropbox.team_log.DeviceUnlinkPolicy(tag, value=None)

Bases: 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('keep', None)
other = DeviceUnlinkPolicy('other', None)
remove = DeviceUnlinkPolicy('remove', None)
class dropbox.team_log.DeviceUnlinkType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DirectoryRestrictionsAddMembersDetails

Bases: Struct

Added members to directory restrictions list.

__init__()
class dropbox.team_log.DirectoryRestrictionsAddMembersType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DirectoryRestrictionsRemoveMembersDetails

Bases: Struct

Removed members from directory restrictions list.

__init__()
class dropbox.team_log.DirectoryRestrictionsRemoveMembersType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DisabledDomainInvitesDetails

Bases: Struct

Disabled domain invites.

__init__()
class dropbox.team_log.DisabledDomainInvitesType(description=None)

Bases: Struct

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

Bases: 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('automatic_delete', None)
automatic_permanently_delete = DispositionActionType('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('other', None)
class dropbox.team_log.DomainInvitesApproveRequestToJoinTeamDetails

Bases: Struct

Approved user’s request to join team.

__init__()
class dropbox.team_log.DomainInvitesApproveRequestToJoinTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DomainInvitesDeclineRequestToJoinTeamDetails

Bases: Struct

Declined user’s request to join team.

__init__()
class dropbox.team_log.DomainInvitesDeclineRequestToJoinTeamType(description=None)

Bases: Struct

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

Bases: Struct

Sent domain invites to existing domain accounts.

Variables:
  • team_log.DomainInvitesEmailExistingUsersDetails.domain_name – Domain names.

  • team_log.DomainInvitesEmailExistingUsersDetails.num_recipients – Number of recipients.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DomainInvitesRequestToJoinTeamDetails

Bases: Struct

Requested to join team.

__init__()
class dropbox.team_log.DomainInvitesRequestToJoinTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToNoDetails

Bases: Struct

Disabled “Automatically invite new users”.

__init__()
class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToNoType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToYesDetails

Bases: Struct

Enabled “Automatically invite new users”.

__init__()
class dropbox.team_log.DomainInvitesSetInviteNewUserPrefToYesType(description=None)

Bases: Struct

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

Bases: Struct

Failed to verify team domain.

Variables:
  • team_log.DomainVerificationAddDomainFailDetails.domain_name – Domain name.

  • team_log.DomainVerificationAddDomainFailDetails.verification_method – Domain name verification method. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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)
domain_names
verification_method
class dropbox.team_log.DomainVerificationAddDomainSuccessType(description=None)

Bases: Struct

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

Bases: Struct

Removed domain from list of verified team domains.

Variables:

team_log.DomainVerificationRemoveDomainDetails.domain_names – Domain names.

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

Bases: Struct

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

Bases: 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('allow', None)
disallow = DownloadPolicyType('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('other', None)
class dropbox.team_log.DropboxPasswordsExportedDetails(platform=None)

Bases: Struct

Exported passwords.

Variables:

team_log.DropboxPasswordsExportedDetails.platform – The platform the device runs export.

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

Bases: Struct

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

Bases: Struct

Enrolled new Dropbox Passwords device.

Variables:
  • team_log.DropboxPasswordsNewDeviceEnrolledDetails.is_first_device – Whether it’s a first device enrolled.

  • team_log.DropboxPasswordsNewDeviceEnrolledDetails.platform – The platform the device is enrolled.

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

Bases: Struct

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

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

Bases: Struct

Changed Dropbox Passwords policy for team.

Variables:
  • team_log.DropboxPasswordsPolicyChangedDetails.new_value – To.

  • team_log.DropboxPasswordsPolicyChangedDetails.previous_value – From.

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

Bases: Struct

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

Bases: Struct

Represents a time duration: unit and amount

Variables:
  • team_log.DurationLogInfo.unit – Time unit.

  • team_log.DurationLogInfo.amount – Amount of time.

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

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

Bases: Struct

Changed email to Dropbox policy for team.

Variables:
  • team_log.EmailIngestPolicyChangedDetails.new_value – To.

  • team_log.EmailIngestPolicyChangedDetails.previous_value – From.

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

Bases: Struct

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

Bases: Struct

Received files via Email to Dropbox.

Variables:
  • team_log.EmailIngestReceiveFileDetails.inbox_name – Inbox name.

  • team_log.EmailIngestReceiveFileDetails.attachment_names – Submitted file names.

  • team_log.EmailIngestReceiveFileDetails.subject – Subject of the email.

  • team_log.EmailIngestReceiveFileDetails.from_name – The name as provided by the submitter.

  • team_log.EmailIngestReceiveFileDetails.from_email – The email as provided by the submitter.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.EmmAddExceptionDetails

Bases: Struct

Added members to EMM exception list.

__init__()
class dropbox.team_log.EmmAddExceptionType(description=None)

Bases: Struct

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

Bases: Struct

Enabled/disabled enterprise mobility management for members.

Variables:
  • team_log.EmmChangePolicyDetails.new_value – New enterprise mobility management policy.

  • team_log.EmmChangePolicyDetails.previous_value – Previous enterprise mobility management policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.EmmCreateExceptionsReportDetails

Bases: Struct

Created EMM-excluded users report.

__init__()
class dropbox.team_log.EmmCreateExceptionsReportType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.EmmCreateUsageReportDetails

Bases: Struct

Created EMM mobile app usage report.

__init__()
class dropbox.team_log.EmmCreateUsageReportType(description=None)

Bases: Struct

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

Bases: Struct

Failed to sign in via EMM.

Variables:

team_log.EmmErrorDetails.error_details – Error details.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.EmmRefreshAuthTokenDetails

Bases: Struct

Refreshed auth token used for setting up EMM.

__init__()
class dropbox.team_log.EmmRefreshAuthTokenType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.EmmRemoveExceptionDetails

Bases: Struct

Removed members from EMM exception list.

__init__()
class dropbox.team_log.EmmRemoveExceptionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.EnabledDomainInvitesDetails

Bases: Struct

Enabled domain invites.

__init__()
class dropbox.team_log.EnabledDomainInvitesType(description=None)

Bases: Struct

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

Bases: Struct

Ended enterprise admin session.

:ivar

team_log.EndedEnterpriseAdminSessionDeprecatedDetails.federation_extra_details: More information about the organization or team.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.EndedEnterpriseAdminSessionDetails

Bases: Struct

Ended enterprise admin session.

__init__()
class dropbox.team_log.EndedEnterpriseAdminSessionType(description=None)

Bases: Struct

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

Bases: 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('optional', None)
other = EnforceLinkPasswordPolicy('other', None)
required = EnforceLinkPasswordPolicy('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: Struct

Changed who can update a setting.

Variables:
  • team_log.EnterpriseSettingsLockingDetails.team_name – The secondary team name.

  • team_log.EnterpriseSettingsLockingDetails.settings_page_name – Settings page name.

: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)
new_settings_page_locking_state
previous_settings_page_locking_state
settings_page_name
team_name
class dropbox.team_log.EnterpriseSettingsLockingType(description=None)

Bases: Struct

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

Bases: 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:
  • team_log.EventCategory.admin_alerting – Events that involve team related alerts.

  • team_log.EventCategory.apps – Events that apply to management of linked apps.

  • team_log.EventCategory.comments – Events that have to do with comments on files and Paper documents.

  • team_log.EventCategory.data_governance – Events that involve data governance actions

  • team_log.EventCategory.devices – Events that apply to linked devices on mobile, desktop and Web platforms.

  • team_log.EventCategory.domains – Events that involve domain management feature: domain verification, invite enforcement and account capture.

  • team_log.EventCategory.encryption – Events that involve encryption.

  • team_log.EventCategory.file_operations – Events that have to do with filesystem operations on files and folders: copy, move, delete, etc.

  • team_log.EventCategory.file_requests – Events that apply to the file requests feature.

  • team_log.EventCategory.groups – Events that involve group management.

  • team_log.EventCategory.logins – Events that involve users signing in to or out of Dropbox.

  • team_log.EventCategory.members – Events that involve team member management.

  • team_log.EventCategory.paper – Events that apply to Dropbox Paper.

  • team_log.EventCategory.passwords – Events that involve using, changing or resetting passwords.

  • team_log.EventCategory.reports – Events that concern generation of admin reports, including team activity and device usage.

  • team_log.EventCategory.sharing – Events that apply to all types of sharing and collaboration.

  • team_log.EventCategory.showcase – Events that apply to Dropbox Showcase.

  • team_log.EventCategory.sso – Events that involve using or configuring single sign-on as well as administrative policies concerning single sign-on.

  • team_log.EventCategory.team_folders – Events that involve team folder management.

  • team_log.EventCategory.team_policies – Events that involve a change in team-wide policies.

  • team_log.EventCategory.team_profile – Events that involve a change in the team profile.

  • team_log.EventCategory.tfa – Events that involve using or configuring two factor authentication as well as administrative policies concerning two factor authentication.

  • team_log.EventCategory.trusted_teams – Events that apply to cross-team trust establishment.

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

Check if the union tag is encryption.

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('logins', None)
members = EventCategory('members', None)
other = EventCategory('other', None)
paper = EventCategory('paper', None)
passwords = EventCategory('passwords', None)
reports = EventCategory('reports', None)
sharing = EventCategory('sharing', None)
showcase = EventCategory('showcase', None)
sso = EventCategory('sso', None)
team_folders = EventCategory('team_folders', None)
team_policies = EventCategory('team_policies', None)
team_profile = EventCategory('team_profile', None)
tfa = EventCategory('tfa', None)
trusted_teams = EventCategory('trusted_teams', None)
class dropbox.team_log.EventDetails(tag, value=None)

Bases: 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 backup_admin_invitation_sent_details(val)

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

Parameters:

val (BackupAdminInvitationSentDetails) –

Return type:

EventDetails

classmethod backup_invitation_opened_details(val)

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

Parameters:

val (BackupInvitationOpenedDetails) –

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_add_from_automation_details(val)

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

Parameters:

val (FileAddFromAutomationDetails) –

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

Only call this if is_backup_admin_invitation_sent_details() is true.

Return type:

BackupAdminInvitationSentDetails

get_backup_invitation_opened_details()

Only call this if is_backup_invitation_opened_details() is true.

Return type:

BackupInvitationOpenedDetails

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

Only call this if is_file_add_from_automation_details() is true.

Return type:

FileAddFromAutomationDetails

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

Only call this if is_ransomware_alert_create_report_details() is true.

Return type:

RansomwareAlertCreateReportDetails

get_ransomware_alert_create_report_failed_details()

Only call this if is_ransomware_alert_create_report_failed_details() is true.

Return type:

RansomwareAlertCreateReportFailedDetails

get_ransomware_restore_process_completed_details()

Only call this if is_ransomware_restore_process_completed_details() is true.

Return type:

RansomwareRestoreProcessCompletedDetails

get_ransomware_restore_process_started_details()

Only call this if is_ransomware_restore_process_started_details() is true.

Return type:

RansomwareRestoreProcessStartedDetails

get_replay_file_delete_details()

Only call this if is_replay_file_delete_details() is true.

Return type:

ReplayFileDeleteDetails

Only call this if is_replay_file_shared_link_created_details() is true.

Return type:

ReplayFileSharedLinkCreatedDetails

Only call this if is_replay_file_shared_link_modified_details() is true.

Return type:

ReplayFileSharedLinkModifiedDetails

get_replay_project_team_add_details()

Only call this if is_replay_project_team_add_details() is true.

Return type:

ReplayProjectTeamAddDetails

get_replay_project_team_delete_details()

Only call this if is_replay_project_team_delete_details() is true.

Return type:

ReplayProjectTeamDeleteDetails

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

Only call this if is_team_encryption_key_cancel_key_deletion_details() is true.

Return type:

TeamEncryptionKeyCancelKeyDeletionDetails

get_team_encryption_key_create_key_details()

Only call this if is_team_encryption_key_create_key_details() is true.

Return type:

TeamEncryptionKeyCreateKeyDetails

get_team_encryption_key_delete_key_details()

Only call this if is_team_encryption_key_delete_key_details() is true.

Return type:

TeamEncryptionKeyDeleteKeyDetails

get_team_encryption_key_disable_key_details()

Only call this if is_team_encryption_key_disable_key_details() is true.

Return type:

TeamEncryptionKeyDisableKeyDetails

get_team_encryption_key_enable_key_details()

Only call this if is_team_encryption_key_enable_key_details() is true.

Return type:

TeamEncryptionKeyEnableKeyDetails

get_team_encryption_key_rotate_key_details()

Only call this if is_team_encryption_key_rotate_key_details() is true.

Return type:

TeamEncryptionKeyRotateKeyDetails

get_team_encryption_key_schedule_key_deletion_details()

Only call this if is_team_encryption_key_schedule_key_deletion_details() is true.

Return type:

TeamEncryptionKeyScheduleKeyDeletionDetails

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

Check if the union tag is backup_admin_invitation_sent_details.

Return type:

bool

is_backup_invitation_opened_details()

Check if the union tag is backup_invitation_opened_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_add_from_automation_details()

Check if the union tag is file_add_from_automation_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_ransomware_alert_create_report_details()

Check if the union tag is ransomware_alert_create_report_details.

Return type:

bool

is_ransomware_alert_create_report_failed_details()

Check if the union tag is ransomware_alert_create_report_failed_details.

Return type:

bool

is_ransomware_restore_process_completed_details()

Check if the union tag is ransomware_restore_process_completed_details.

Return type:

bool

is_ransomware_restore_process_started_details()

Check if the union tag is ransomware_restore_process_started_details.

Return type:

bool

is_replay_file_delete_details()

Check if the union tag is replay_file_delete_details.

Return type:

bool

Check if the union tag is replay_file_shared_link_created_details.

Return type:

bool

Check if the union tag is replay_file_shared_link_modified_details.

Return type:

bool

is_replay_project_team_add_details()

Check if the union tag is replay_project_team_add_details.

Return type:

bool

is_replay_project_team_delete_details()

Check if the union tag is replay_project_team_delete_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_encryption_key_cancel_key_deletion_details()

Check if the union tag is team_encryption_key_cancel_key_deletion_details.

Return type:

bool

is_team_encryption_key_create_key_details()

Check if the union tag is team_encryption_key_create_key_details.

Return type:

bool

is_team_encryption_key_delete_key_details()

Check if the union tag is team_encryption_key_delete_key_details.

Return type:

bool

is_team_encryption_key_disable_key_details()

Check if the union tag is team_encryption_key_disable_key_details.

Return type:

bool

is_team_encryption_key_enable_key_details()

Check if the union tag is team_encryption_key_enable_key_details.

Return type:

bool

is_team_encryption_key_rotate_key_details()

Check if the union tag is team_encryption_key_rotate_key_details.

Return type:

bool

is_team_encryption_key_schedule_key_deletion_details()

Check if the union tag is team_encryption_key_schedule_key_deletion_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('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 ransomware_alert_create_report_details(val)

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

Parameters:

val (RansomwareAlertCreateReportDetails) –

Return type:

EventDetails

classmethod ransomware_alert_create_report_failed_details(val)

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

Parameters:

val (RansomwareAlertCreateReportFailedDetails) –

Return type:

EventDetails

classmethod ransomware_restore_process_completed_details(val)

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

Parameters:

val (RansomwareRestoreProcessCompletedDetails) –

Return type:

EventDetails

classmethod ransomware_restore_process_started_details(val)

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

Parameters:

val (RansomwareRestoreProcessStartedDetails) –

Return type:

EventDetails

classmethod replay_file_delete_details(val)

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

Parameters:

val (ReplayFileDeleteDetails) –

Return type:

EventDetails

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

Parameters:

val (ReplayFileSharedLinkCreatedDetails) –

Return type:

EventDetails

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

Parameters:

val (ReplayFileSharedLinkModifiedDetails) –

Return type:

EventDetails

classmethod replay_project_team_add_details(val)

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

Parameters:

val (ReplayProjectTeamAddDetails) –

Return type:

EventDetails

classmethod replay_project_team_delete_details(val)

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

Parameters:

val (ReplayProjectTeamDeleteDetails) –

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_encryption_key_cancel_key_deletion_details(val)

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

Parameters:

val (TeamEncryptionKeyCancelKeyDeletionDetails) –

Return type:

EventDetails

classmethod team_encryption_key_create_key_details(val)

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

Parameters:

val (TeamEncryptionKeyCreateKeyDetails) –

Return type:

EventDetails

classmethod team_encryption_key_delete_key_details(val)

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

Parameters:

val (TeamEncryptionKeyDeleteKeyDetails) –

Return type:

EventDetails

classmethod team_encryption_key_disable_key_details(val)

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

Parameters:

val (TeamEncryptionKeyDisableKeyDetails) –

Return type:

EventDetails

classmethod team_encryption_key_enable_key_details(val)

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

Parameters:

val (TeamEncryptionKeyEnableKeyDetails) –

Return type:

EventDetails

classmethod team_encryption_key_rotate_key_details(val)

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

Parameters:

val (TeamEncryptionKeyRotateKeyDetails) –

Return type:

EventDetails

classmethod team_encryption_key_schedule_key_deletion_details(val)

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

Parameters:

val (TeamEncryptionKeyScheduleKeyDeletionDetails) –

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: 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

:ivar RansomwareRestoreProcessCompletedType

EventType.ransomware_restore_process_completed: (admin_alerting) Completed ransomware restore process

:ivar RansomwareRestoreProcessStartedType

EventType.ransomware_restore_process_started: (admin_alerting) Started ransomware restore process

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:

EventType.enabled_domain_invites (EnabledDomainInvitesType) – (domains) Enabled domain invites (deprecated, no longer logged)

:ivar TeamEncryptionKeyCancelKeyDeletionType

EventType.team_encryption_key_cancel_key_deletion: (encryption) Canceled team encryption key deletion

:ivar TeamEncryptionKeyCreateKeyType

EventType.team_encryption_key_create_key: (encryption) Created team encryption key

:ivar TeamEncryptionKeyDeleteKeyType

EventType.team_encryption_key_delete_key: (encryption) Deleted team encryption key

:ivar TeamEncryptionKeyDisableKeyType

EventType.team_encryption_key_disable_key: (encryption) Disabled team encryption key

:ivar TeamEncryptionKeyEnableKeyType

EventType.team_encryption_key_enable_key: (encryption) Enabled team encryption key

:ivar TeamEncryptionKeyRotateKeyType

EventType.team_encryption_key_rotate_key: (encryption) Rotated team encryption key (deprecated, no longer logged)

:ivar TeamEncryptionKeyScheduleKeyDeletionType

EventType.team_encryption_key_schedule_key_deletion: (encryption) Scheduled encryption key deletion

Variables:
  • EventType.apply_naming_convention (ApplyNamingConventionType) – (file_operations) Applied naming convention

  • EventType.create_folder (CreateFolderType) – (file_operations) Created folders (deprecated, no longer logged)

  • EventType.file_add (FileAddType) – (file_operations) Added files and/or folders

  • EventType.file_add_from_automation (FileAddFromAutomationType) – (file_operations) Added files and/or folders from automation

  • EventType.file_copy (FileCopyType) – (file_operations) Copied files and/or folders

  • EventType.file_delete (FileDeleteType) – (file_operations) Deleted files and/or folders

  • EventType.file_download (FileDownloadType) – (file_operations) Downloaded files and/or folders

  • EventType.file_edit (FileEditType) – (file_operations) Edited files

  • EventType.file_get_copy_reference (FileGetCopyReferenceType) – (file_operations) Created copy reference to file/folder

:ivar FileLockingLockStatusChangedType

EventType.file_locking_lock_status_changed: (file_operations) Locked/unlocked editing for a file

Variables:
  • EventType.file_move (FileMoveType) – (file_operations) Moved files and/or folders

  • EventType.file_permanently_delete (FilePermanentlyDeleteType) – (file_operations) Permanently deleted files and/or folders

  • EventType.file_preview (FilePreviewType) – (file_operations) Previewed files and/or folders

  • EventType.file_rename (FileRenameType) – (file_operations) Renamed files and/or folders

  • EventType.file_restore (FileRestoreType) – (file_operations) Restored deleted files and/or folders

  • EventType.file_revert (FileRevertType) – (file_operations) Reverted files to previous version

  • EventType.file_rollback_changes (FileRollbackChangesType) – (file_operations) Rolled back file actions

  • EventType.file_save_copy_reference (FileSaveCopyReferenceType) – (file_operations) Saved file/folder using copy reference

: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:
  • EventType.binder_add_page (BinderAddPageType) – (paper) Added Binder page (deprecated, replaced by ‘Edited files’)

  • EventType.binder_add_section (BinderAddSectionType) – (paper) Added Binder section (deprecated, replaced by ‘Edited files’)

  • EventType.binder_remove_page (BinderRemovePageType) – (paper) Removed Binder page (deprecated, replaced by ‘Edited files’)

  • EventType.binder_remove_section (BinderRemoveSectionType) – (paper) Removed Binder section (deprecated, replaced by ‘Edited files’)

  • EventType.binder_rename_page (BinderRenamePageType) – (paper) Renamed Binder page (deprecated, replaced by ‘Edited files’)

  • EventType.binder_rename_section (BinderRenameSectionType) – (paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)

  • EventType.binder_reorder_page (BinderReorderPageType) – (paper) Reordered Binder page (deprecated, replaced by ‘Edited files’)

  • EventType.binder_reorder_section (BinderReorderSectionType) – (paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)

  • EventType.paper_content_add_member (PaperContentAddMemberType) – (paper) Added users and/or groups to Paper doc/folder

  • EventType.paper_content_add_to_folder (PaperContentAddToFolderType) – (paper) Added Paper doc/folder to folder

  • EventType.paper_content_archive (PaperContentArchiveType) – (paper) Archived Paper doc/folder

  • EventType.paper_content_create (PaperContentCreateType) – (paper) Created Paper doc/folder

: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:
  • EventType.paper_folder_deleted (PaperFolderDeletedType) – (paper) Archived Paper folder (deprecated, no longer logged)

  • EventType.paper_folder_followed (PaperFolderFollowedType) – (paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’)

  • EventType.paper_folder_team_invite (PaperFolderTeamInviteType) – (paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)

: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 RansomwareAlertCreateReportType

EventType.ransomware_alert_create_report: (reports) Created ransomware report

:ivar RansomwareAlertCreateReportFailedType

EventType.ransomware_alert_create_report_failed: (reports) Couldn’t generate ransomware report

: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:
  • EventType.file_transfers_transfer_send (FileTransfersTransferSendType) – (sharing) Sent transfer

  • EventType.file_transfers_transfer_view (FileTransfersTransferViewType) – (sharing) Viewed transfer

  • EventType.note_acl_invite_only (NoteAclInviteOnlyType) – (sharing) Changed Paper doc to invite-only (deprecated, no longer logged)

  • EventType.note_acl_link (NoteAclLinkType) – (sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)

  • EventType.note_acl_team_link (NoteAclTeamLinkType) – (sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)

  • EventType.note_shared (NoteSharedType) – (sharing) Shared Paper doc (deprecated, no longer logged)

  • EventType.note_share_receive (NoteShareReceiveType) – (sharing) Shared received Paper doc (deprecated, no longer logged)

  • EventType.open_note_shared (OpenNoteSharedType) – (sharing) Opened shared Paper doc (deprecated, no longer logged)

:ivar ReplayFileSharedLinkCreatedType

EventType.replay_file_shared_link_created: (sharing) Created shared link in Replay

:ivar ReplayFileSharedLinkModifiedType

EventType.replay_file_shared_link_modified: (sharing) Modified shared link in Replay

Variables:
  • EventType.replay_project_team_add (ReplayProjectTeamAddType) – (sharing) Added member to Replay Project

  • EventType.replay_project_team_delete (ReplayProjectTeamDeleteType) – (sharing) Removed member from Replay Project

  • EventType.sf_add_group (SfAddGroupType) – (sharing) Added team to shared folder (deprecated, no longer logged)

: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:
  • EventType.sf_external_invite_warn (SfExternalInviteWarnType) – (sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)

  • EventType.sf_fb_invite (SfFbInviteType) – (sharing) Invited Facebook users to shared folder (deprecated, no longer logged)

  • EventType.sf_fb_invite_change_role (SfFbInviteChangeRoleType) – (sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged)

  • EventType.sf_fb_uninvite (SfFbUninviteType) – (sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)

  • EventType.sf_invite_group (SfInviteGroupType) – (sharing) Invited group to shared folder (deprecated, no longer logged)

  • EventType.sf_team_grant_access (SfTeamGrantAccessType) – (sharing) Granted access to shared folder (deprecated, no longer logged)

  • EventType.sf_team_invite (SfTeamInviteType) – (sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’)

  • EventType.sf_team_invite_change_role (SfTeamInviteChangeRoleType) – (sharing) Changed team member’s role in shared folder (deprecated, no longer logged)

  • EventType.sf_team_join (SfTeamJoinType) – (sharing) Joined team member’s shared folder (deprecated, no longer logged)

  • EventType.sf_team_join_from_oob_link (SfTeamJoinFromOobLinkType) – (sharing) Joined team member’s shared folder from link (deprecated, no longer logged)

  • EventType.sf_team_uninvite (SfTeamUninviteType) – (sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’)

  • EventType.shared_content_add_invitees (SharedContentAddInviteesType) – (sharing) Invited user to Dropbox and added them to shared file/folder

: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:
  • EventType.email_ingest_policy_changed (EmailIngestPolicyChangedType) – (team_policies) Changed email to Dropbox policy for team

  • EventType.emm_add_exception (EmmAddExceptionType) – (team_policies) Added members to EMM exception list

  • EventType.emm_change_policy (EmmChangePolicyType) – (team_policies) Enabled/disabled enterprise mobility management for members

  • EventType.emm_remove_exception (EmmRemoveExceptionType) – (team_policies) Removed members from EMM exception list

: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:
  • EventType.paper_change_member_policy (PaperChangeMemberPolicyType) – (team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default

  • EventType.paper_change_policy (PaperChangePolicyType) – (team_policies) Enabled/disabled Dropbox Paper for team

: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:
  • EventType.sharing_change_link_policy (SharingChangeLinkPolicyType) – (team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default

  • EventType.sharing_change_member_policy (SharingChangeMemberPolicyType) – (team_policies) Changed whether members can share files/folders outside team

: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:
  • EventType.smart_sync_change_policy (SmartSyncChangePolicyType) – (team_policies) Changed default Smart Sync setting for team members

  • EventType.smart_sync_not_opt_out (SmartSyncNotOptOutType) – (team_policies) Opted team into Smart Sync

  • EventType.smart_sync_opt_out (SmartSyncOptOutType) – (team_policies) Opted team out of Smart Sync

  • EventType.sso_change_policy (SsoChangePolicyType) – (team_policies) Changed single sign-on setting for team

  • EventType.team_branding_policy_changed (TeamBrandingPolicyChangedType) – (team_policies) Changed team branding policy for team

: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:
  • EventType.tfa_add_exception (TfaAddExceptionType) – (team_policies) Added members to two factor authentication exception list

  • EventType.tfa_change_policy (TfaChangePolicyType) – (team_policies) Changed two-step verification setting for team

  • EventType.tfa_remove_exception (TfaRemoveExceptionType) – (team_policies) Removed members from two factor authentication exception list

  • EventType.two_account_change_policy (TwoAccountChangePolicyType) – (team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer

  • EventType.viewer_info_policy_changed (ViewerInfoPolicyChangedType) – (team_policies) Changed team policy for viewer info

  • EventType.watermarking_policy_changed (WatermarkingPolicyChangedType) – (team_policies) Changed watermarking policy for team

: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:
  • EventType.team_merge_from (TeamMergeFromType) – (team_profile) Merged another team into this team

  • EventType.team_merge_to (TeamMergeToType) – (team_profile) Merged this team into another team

  • EventType.team_profile_add_background (TeamProfileAddBackgroundType) – (team_profile) Added team background to display on shared link headers

  • EventType.team_profile_add_logo (TeamProfileAddLogoType) – (team_profile) Added team logo to display on shared link headers

: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:
  • EventType.team_profile_remove_logo (TeamProfileRemoveLogoType) – (team_profile) Removed team logo displayed on shared link headers

  • EventType.tfa_add_backup_phone (TfaAddBackupPhoneType) – (tfa) Added backup phone for two-step verification

  • EventType.tfa_add_security_key (TfaAddSecurityKeyType) – (tfa) Added security key for two-step verification

  • EventType.tfa_change_backup_phone (TfaChangeBackupPhoneType) – (tfa) Changed backup phone for two-step verification

  • EventType.tfa_change_status (TfaChangeStatusType) – (tfa) Enabled/disabled/changed two-step verification setting

  • EventType.tfa_remove_backup_phone (TfaRemoveBackupPhoneType) – (tfa) Removed backup phone for two-step verification

  • EventType.tfa_remove_security_key (TfaRemoveSecurityKeyType) – (tfa) Removed security key for two-step verification

  • EventType.tfa_reset (TfaResetType) – (tfa) Reset two-step verification for team member

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

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

Parameters:

val (BackupAdminInvitationSentType) –

Return type:

EventType

classmethod backup_invitation_opened(val)

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

Parameters:

val (BackupInvitationOpenedType) –

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_add_from_automation(val)

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

Parameters:

val (FileAddFromAutomationType) –

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

(members) Invited members to activate Backup

Only call this if is_backup_admin_invitation_sent() is true.

Return type:

BackupAdminInvitationSentType

get_backup_invitation_opened()

(members) Opened Backup invite

Only call this if is_backup_invitation_opened() is true.

Return type:

BackupInvitationOpenedType

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

(file_operations) Added files and/or folders from automation

Only call this if is_file_add_from_automation() is true.

Return type:

FileAddFromAutomationType

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

(reports) Created ransomware report

Only call this if is_ransomware_alert_create_report() is true.

Return type:

RansomwareAlertCreateReportType

get_ransomware_alert_create_report_failed()

(reports) Couldn’t generate ransomware report

Only call this if is_ransomware_alert_create_report_failed() is true.

Return type:

RansomwareAlertCreateReportFailedType

get_ransomware_restore_process_completed()

(admin_alerting) Completed ransomware restore process

Only call this if is_ransomware_restore_process_completed() is true.

Return type:

RansomwareRestoreProcessCompletedType

get_ransomware_restore_process_started()

(admin_alerting) Started ransomware restore process

Only call this if is_ransomware_restore_process_started() is true.

Return type:

RansomwareRestoreProcessStartedType

get_replay_file_delete()

(file_operations) Deleted files in Replay

Only call this if is_replay_file_delete() is true.

Return type:

ReplayFileDeleteType

(sharing) Created shared link in Replay

Only call this if is_replay_file_shared_link_created() is true.

Return type:

ReplayFileSharedLinkCreatedType

(sharing) Modified shared link in Replay

Only call this if is_replay_file_shared_link_modified() is true.

Return type:

ReplayFileSharedLinkModifiedType

get_replay_project_team_add()

(sharing) Added member to Replay Project

Only call this if is_replay_project_team_add() is true.

Return type:

ReplayProjectTeamAddType

get_replay_project_team_delete()

(sharing) Removed member from Replay Project

Only call this if is_replay_project_team_delete() is true.

Return type:

ReplayProjectTeamDeleteType

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

(encryption) Canceled team encryption key deletion

Only call this if is_team_encryption_key_cancel_key_deletion() is true.

Return type:

TeamEncryptionKeyCancelKeyDeletionType

get_team_encryption_key_create_key()

(encryption) Created team encryption key

Only call this if is_team_encryption_key_create_key() is true.

Return type:

TeamEncryptionKeyCreateKeyType

get_team_encryption_key_delete_key()

(encryption) Deleted team encryption key

Only call this if is_team_encryption_key_delete_key() is true.

Return type:

TeamEncryptionKeyDeleteKeyType

get_team_encryption_key_disable_key()

(encryption) Disabled team encryption key

Only call this if is_team_encryption_key_disable_key() is true.

Return type:

TeamEncryptionKeyDisableKeyType

get_team_encryption_key_enable_key()

(encryption) Enabled team encryption key

Only call this if is_team_encryption_key_enable_key() is true.

Return type:

TeamEncryptionKeyEnableKeyType

get_team_encryption_key_rotate_key()

(encryption) Rotated team encryption key (deprecated, no longer logged)

Only call this if is_team_encryption_key_rotate_key() is true.

Return type:

TeamEncryptionKeyRotateKeyType

get_team_encryption_key_schedule_key_deletion()

(encryption) Scheduled encryption key deletion

Only call this if is_team_encryption_key_schedule_key_deletion() is true.

Return type:

TeamEncryptionKeyScheduleKeyDeletionType

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

Check if the union tag is backup_admin_invitation_sent.

Return type:

bool

is_backup_invitation_opened()

Check if the union tag is backup_invitation_opened.

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

Check if the union tag is file_add_from_automation.

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

Check if the union tag is ransomware_alert_create_report.

Return type:

bool

is_ransomware_alert_create_report_failed()

Check if the union tag is ransomware_alert_create_report_failed.

Return type:

bool

is_ransomware_restore_process_completed()

Check if the union tag is ransomware_restore_process_completed.

Return type:

bool

is_ransomware_restore_process_started()

Check if the union tag is ransomware_restore_process_started.

Return type:

bool

is_replay_file_delete()

Check if the union tag is replay_file_delete.

Return type:

bool

Check if the union tag is replay_file_shared_link_created.

Return type:

bool

Check if the union tag is replay_file_shared_link_modified.

Return type:

bool

is_replay_project_team_add()

Check if the union tag is replay_project_team_add.

Return type:

bool

is_replay_project_team_delete()

Check if the union tag is replay_project_team_delete.

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

Check if the union tag is team_encryption_key_cancel_key_deletion.

Return type:

bool

is_team_encryption_key_create_key()

Check if the union tag is team_encryption_key_create_key.

Return type:

bool

is_team_encryption_key_delete_key()

Check if the union tag is team_encryption_key_delete_key.

Return type:

bool

is_team_encryption_key_disable_key()

Check if the union tag is team_encryption_key_disable_key.

Return type:

bool

is_team_encryption_key_enable_key()

Check if the union tag is team_encryption_key_enable_key.

Return type:

bool

is_team_encryption_key_rotate_key()

Check if the union tag is team_encryption_key_rotate_key.

Return type:

bool

is_team_encryption_key_schedule_key_deletion()

Check if the union tag is team_encryption_key_schedule_key_deletion.

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('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 ransomware_alert_create_report(val)

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

Parameters:

val (RansomwareAlertCreateReportType) –

Return type:

EventType

classmethod ransomware_alert_create_report_failed(val)

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

Parameters:

val (RansomwareAlertCreateReportFailedType) –

Return type:

EventType

classmethod ransomware_restore_process_completed(val)

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

Parameters:

val (RansomwareRestoreProcessCompletedType) –

Return type:

EventType

classmethod ransomware_restore_process_started(val)

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

Parameters:

val (RansomwareRestoreProcessStartedType) –

Return type:

EventType

classmethod replay_file_delete(val)

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

Parameters:

val (ReplayFileDeleteType) –

Return type:

EventType

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

Parameters:

val (ReplayFileSharedLinkCreatedType) –

Return type:

EventType

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

Parameters:

val (ReplayFileSharedLinkModifiedType) –

Return type:

EventType

classmethod replay_project_team_add(val)

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

Parameters:

val (ReplayProjectTeamAddType) –

Return type:

EventType

classmethod replay_project_team_delete(val)

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

Parameters:

val (ReplayProjectTeamDeleteType) –

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_encryption_key_cancel_key_deletion(val)

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

Parameters:

val (TeamEncryptionKeyCancelKeyDeletionType) –

Return type:

EventType

classmethod team_encryption_key_create_key(val)

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

Parameters:

val (TeamEncryptionKeyCreateKeyType) –

Return type:

EventType

classmethod team_encryption_key_delete_key(val)

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

Parameters:

val (TeamEncryptionKeyDeleteKeyType) –

Return type:

EventType

classmethod team_encryption_key_disable_key(val)

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

Parameters:

val (TeamEncryptionKeyDisableKeyType) –

Return type:

EventType

classmethod team_encryption_key_enable_key(val)

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

Parameters:

val (TeamEncryptionKeyEnableKeyType) –

Return type:

EventType

classmethod team_encryption_key_rotate_key(val)

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

Parameters:

val (TeamEncryptionKeyRotateKeyType) –

Return type:

EventType

classmethod team_encryption_key_schedule_key_deletion(val)

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

Parameters:

val (TeamEncryptionKeyScheduleKeyDeletionType) –

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: 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:
  • team_log.EventTypeArg.admin_alerting_alert_state_changed – (admin_alerting) Changed an alert state

  • team_log.EventTypeArg.admin_alerting_changed_alert_config – (admin_alerting) Changed an alert setting

  • team_log.EventTypeArg.admin_alerting_triggered_alert – (admin_alerting) Triggered security alert

  • team_log.EventTypeArg.ransomware_restore_process_completed – (admin_alerting) Completed ransomware restore process

  • team_log.EventTypeArg.ransomware_restore_process_started – (admin_alerting) Started ransomware restore process

  • team_log.EventTypeArg.app_blocked_by_permissions – (apps) Failed to connect app for member

  • team_log.EventTypeArg.app_link_team – (apps) Linked app for team

  • team_log.EventTypeArg.app_link_user – (apps) Linked app for member

  • team_log.EventTypeArg.app_unlink_team – (apps) Unlinked app for team

  • team_log.EventTypeArg.app_unlink_user – (apps) Unlinked app for member

  • team_log.EventTypeArg.integration_connected – (apps) Connected integration for member

  • team_log.EventTypeArg.integration_disconnected – (apps) Disconnected integration for member

  • team_log.EventTypeArg.file_add_comment – (comments) Added file comment

  • team_log.EventTypeArg.file_change_comment_subscription – (comments) Subscribed to or unsubscribed from comment notifications for file

  • team_log.EventTypeArg.file_delete_comment – (comments) Deleted file comment

  • team_log.EventTypeArg.file_edit_comment – (comments) Edited file comment

  • team_log.EventTypeArg.file_like_comment – (comments) Liked file comment (deprecated, no longer logged)

  • team_log.EventTypeArg.file_resolve_comment – (comments) Resolved file comment

  • team_log.EventTypeArg.file_unlike_comment – (comments) Unliked file comment (deprecated, no longer logged)

  • team_log.EventTypeArg.file_unresolve_comment – (comments) Unresolved file comment

  • team_log.EventTypeArg.governance_policy_add_folders – (data_governance) Added folders to policy

  • team_log.EventTypeArg.governance_policy_add_folder_failed – (data_governance) Couldn’t add a folder to a policy

  • team_log.EventTypeArg.governance_policy_content_disposed – (data_governance) Content disposed

  • team_log.EventTypeArg.governance_policy_create – (data_governance) Activated a new policy

  • team_log.EventTypeArg.governance_policy_delete – (data_governance) Deleted a policy

  • team_log.EventTypeArg.governance_policy_edit_details – (data_governance) Edited policy

  • team_log.EventTypeArg.governance_policy_edit_duration – (data_governance) Changed policy duration

  • team_log.EventTypeArg.governance_policy_export_created – (data_governance) Created a policy download

  • team_log.EventTypeArg.governance_policy_export_removed – (data_governance) Removed a policy download

  • team_log.EventTypeArg.governance_policy_remove_folders – (data_governance) Removed folders from policy

  • team_log.EventTypeArg.governance_policy_report_created – (data_governance) Created a summary report for a policy

  • team_log.EventTypeArg.governance_policy_zip_part_downloaded – (data_governance) Downloaded content from a policy

  • team_log.EventTypeArg.legal_holds_activate_a_hold – (data_governance) Activated a hold

  • team_log.EventTypeArg.legal_holds_add_members – (data_governance) Added members to a hold

  • team_log.EventTypeArg.legal_holds_change_hold_details – (data_governance) Edited details for a hold

  • team_log.EventTypeArg.legal_holds_change_hold_name – (data_governance) Renamed a hold

  • team_log.EventTypeArg.legal_holds_export_a_hold – (data_governance) Exported hold

  • team_log.EventTypeArg.legal_holds_export_cancelled – (data_governance) Canceled export for a hold

  • team_log.EventTypeArg.legal_holds_export_downloaded – (data_governance) Downloaded export for a hold

  • team_log.EventTypeArg.legal_holds_export_removed – (data_governance) Removed export for a hold

  • team_log.EventTypeArg.legal_holds_release_a_hold – (data_governance) Released a hold

  • team_log.EventTypeArg.legal_holds_remove_members – (data_governance) Removed members from a hold

  • team_log.EventTypeArg.legal_holds_report_a_hold – (data_governance) Created a summary report for a hold

  • team_log.EventTypeArg.device_change_ip_desktop – (devices) Changed IP address associated with active desktop session

  • team_log.EventTypeArg.device_change_ip_mobile – (devices) Changed IP address associated with active mobile session

  • team_log.EventTypeArg.device_change_ip_web – (devices) Changed IP address associated with active web session

  • team_log.EventTypeArg.device_delete_on_unlink_fail – (devices) Failed to delete all files from unlinked device

  • team_log.EventTypeArg.device_delete_on_unlink_success – (devices) Deleted all files from unlinked device

  • team_log.EventTypeArg.device_link_fail – (devices) Failed to link device

  • team_log.EventTypeArg.device_link_success – (devices) Linked device

  • team_log.EventTypeArg.device_management_disabled – (devices) Disabled device management (deprecated, no longer logged)

  • team_log.EventTypeArg.device_management_enabled – (devices) Enabled device management (deprecated, no longer logged)

  • team_log.EventTypeArg.device_sync_backup_status_changed – (devices) Enabled/disabled backup for computer

  • team_log.EventTypeArg.device_unlink – (devices) Disconnected device

  • team_log.EventTypeArg.dropbox_passwords_exported – (devices) Exported passwords

  • team_log.EventTypeArg.dropbox_passwords_new_device_enrolled – (devices) Enrolled new Dropbox Passwords device

  • team_log.EventTypeArg.emm_refresh_auth_token – (devices) Refreshed auth token used for setting up EMM

:ivar

team_log.EventTypeArg.external_drive_backup_eligibility_status_checked: (devices) Checked external drive backup eligibility status

Variables:
  • team_log.EventTypeArg.external_drive_backup_status_changed – (devices) Modified external drive backup

  • team_log.EventTypeArg.account_capture_change_availability – (domains) Granted/revoked option to enable account capture on team domains

  • team_log.EventTypeArg.account_capture_migrate_account – (domains) Account-captured user migrated account to team

  • team_log.EventTypeArg.account_capture_notification_emails_sent – (domains) Sent account capture email to all unmanaged members

  • team_log.EventTypeArg.account_capture_relinquish_account – (domains) Account-captured user changed account email to personal email

  • team_log.EventTypeArg.disabled_domain_invites – (domains) Disabled domain invites (deprecated, no longer logged)

  • team_log.EventTypeArg.domain_invites_approve_request_to_join_team – (domains) Approved user’s request to join team

  • team_log.EventTypeArg.domain_invites_decline_request_to_join_team – (domains) Declined user’s request to join team

  • team_log.EventTypeArg.domain_invites_email_existing_users – (domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)

  • team_log.EventTypeArg.domain_invites_request_to_join_team – (domains) Requested to join team

  • team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_no – (domains) Disabled “Automatically invite new users” (deprecated, no longer logged)

  • team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_yes – (domains) Enabled “Automatically invite new users” (deprecated, no longer logged)

  • team_log.EventTypeArg.domain_verification_add_domain_fail – (domains) Failed to verify team domain

  • team_log.EventTypeArg.domain_verification_add_domain_success – (domains) Verified team domain

  • team_log.EventTypeArg.domain_verification_remove_domain – (domains) Removed domain from list of verified team domains

  • team_log.EventTypeArg.enabled_domain_invites – (domains) Enabled domain invites (deprecated, no longer logged)

  • team_log.EventTypeArg.team_encryption_key_cancel_key_deletion – (encryption) Canceled team encryption key deletion

  • team_log.EventTypeArg.team_encryption_key_create_key – (encryption) Created team encryption key

  • team_log.EventTypeArg.team_encryption_key_delete_key – (encryption) Deleted team encryption key

  • team_log.EventTypeArg.team_encryption_key_disable_key – (encryption) Disabled team encryption key

  • team_log.EventTypeArg.team_encryption_key_enable_key – (encryption) Enabled team encryption key

  • team_log.EventTypeArg.team_encryption_key_rotate_key – (encryption) Rotated team encryption key (deprecated, no longer logged)

  • team_log.EventTypeArg.team_encryption_key_schedule_key_deletion – (encryption) Scheduled encryption key deletion

  • team_log.EventTypeArg.apply_naming_convention – (file_operations) Applied naming convention

  • team_log.EventTypeArg.create_folder – (file_operations) Created folders (deprecated, no longer logged)

  • team_log.EventTypeArg.file_add – (file_operations) Added files and/or folders

  • team_log.EventTypeArg.file_add_from_automation – (file_operations) Added files and/or folders from automation

  • team_log.EventTypeArg.file_copy – (file_operations) Copied files and/or folders

  • team_log.EventTypeArg.file_delete – (file_operations) Deleted files and/or folders

  • team_log.EventTypeArg.file_download – (file_operations) Downloaded files and/or folders

  • team_log.EventTypeArg.file_edit – (file_operations) Edited files

  • team_log.EventTypeArg.file_get_copy_reference – (file_operations) Created copy reference to file/folder

  • team_log.EventTypeArg.file_locking_lock_status_changed – (file_operations) Locked/unlocked editing for a file

  • team_log.EventTypeArg.file_move – (file_operations) Moved files and/or folders

  • team_log.EventTypeArg.file_permanently_delete – (file_operations) Permanently deleted files and/or folders

  • team_log.EventTypeArg.file_preview – (file_operations) Previewed files and/or folders

  • team_log.EventTypeArg.file_rename – (file_operations) Renamed files and/or folders

  • team_log.EventTypeArg.file_restore – (file_operations) Restored deleted files and/or folders

  • team_log.EventTypeArg.file_revert – (file_operations) Reverted files to previous version

  • team_log.EventTypeArg.file_rollback_changes – (file_operations) Rolled back file actions

  • team_log.EventTypeArg.file_save_copy_reference – (file_operations) Saved file/folder using copy reference

  • team_log.EventTypeArg.folder_overview_description_changed – (file_operations) Updated folder overview

  • team_log.EventTypeArg.folder_overview_item_pinned – (file_operations) Pinned item to folder overview

  • team_log.EventTypeArg.folder_overview_item_unpinned – (file_operations) Unpinned item from folder overview

  • team_log.EventTypeArg.object_label_added – (file_operations) Added a label

  • team_log.EventTypeArg.object_label_removed – (file_operations) Removed a label

  • team_log.EventTypeArg.object_label_updated_value – (file_operations) Updated a label’s value

  • team_log.EventTypeArg.organize_folder_with_tidy – (file_operations) Organized a folder with multi-file organize

  • team_log.EventTypeArg.replay_file_delete – (file_operations) Deleted files in Replay

  • team_log.EventTypeArg.rewind_folder – (file_operations) Rewound a folder

  • team_log.EventTypeArg.undo_naming_convention – (file_operations) Reverted naming convention

  • team_log.EventTypeArg.undo_organize_folder_with_tidy – (file_operations) Removed multi-file organize

  • team_log.EventTypeArg.user_tags_added – (file_operations) Tagged a file

  • team_log.EventTypeArg.user_tags_removed – (file_operations) Removed tags

  • team_log.EventTypeArg.email_ingest_receive_file – (file_requests) Received files via Email to Dropbox

  • team_log.EventTypeArg.file_request_change – (file_requests) Changed file request

  • team_log.EventTypeArg.file_request_close – (file_requests) Closed file request

  • team_log.EventTypeArg.file_request_create – (file_requests) Created file request

  • team_log.EventTypeArg.file_request_delete – (file_requests) Delete file request

  • team_log.EventTypeArg.file_request_receive_file – (file_requests) Received files for file request

  • team_log.EventTypeArg.group_add_external_id – (groups) Added external ID for group

  • team_log.EventTypeArg.group_add_member – (groups) Added team members to group

  • team_log.EventTypeArg.group_change_external_id – (groups) Changed external ID for group

  • team_log.EventTypeArg.group_change_management_type – (groups) Changed group management type

  • team_log.EventTypeArg.group_change_member_role – (groups) Changed manager permissions of group member

  • team_log.EventTypeArg.group_create – (groups) Created group

  • team_log.EventTypeArg.group_delete – (groups) Deleted group

  • team_log.EventTypeArg.group_description_updated – (groups) Updated group (deprecated, no longer logged)

  • team_log.EventTypeArg.group_join_policy_updated – (groups) Updated group join policy (deprecated, no longer logged)

  • team_log.EventTypeArg.group_moved – (groups) Moved group (deprecated, no longer logged)

  • team_log.EventTypeArg.group_remove_external_id – (groups) Removed external ID for group

  • team_log.EventTypeArg.group_remove_member – (groups) Removed team members from group

  • team_log.EventTypeArg.group_rename – (groups) Renamed group

  • team_log.EventTypeArg.account_lock_or_unlocked – (logins) Unlocked/locked account after failed sign in attempts

  • team_log.EventTypeArg.emm_error – (logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’)

  • team_log.EventTypeArg.guest_admin_signed_in_via_trusted_teams – (logins) Started trusted team admin session

  • team_log.EventTypeArg.guest_admin_signed_out_via_trusted_teams – (logins) Ended trusted team admin session

  • team_log.EventTypeArg.login_fail – (logins) Failed to sign in

  • team_log.EventTypeArg.login_success – (logins) Signed in

  • team_log.EventTypeArg.logout – (logins) Signed out

  • team_log.EventTypeArg.reseller_support_session_end – (logins) Ended reseller support session

  • team_log.EventTypeArg.reseller_support_session_start – (logins) Started reseller support session

  • team_log.EventTypeArg.sign_in_as_session_end – (logins) Ended admin sign-in-as session

  • team_log.EventTypeArg.sign_in_as_session_start – (logins) Started admin sign-in-as session

  • team_log.EventTypeArg.sso_error – (logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’)

  • team_log.EventTypeArg.backup_admin_invitation_sent – (members) Invited members to activate Backup

  • team_log.EventTypeArg.backup_invitation_opened – (members) Opened Backup invite

  • team_log.EventTypeArg.create_team_invite_link – (members) Created team invite link

  • team_log.EventTypeArg.delete_team_invite_link – (members) Deleted team invite link

  • team_log.EventTypeArg.member_add_external_id – (members) Added an external ID for team member

  • team_log.EventTypeArg.member_add_name – (members) Added team member name

  • team_log.EventTypeArg.member_change_admin_role – (members) Changed team member admin role

  • team_log.EventTypeArg.member_change_email – (members) Changed team member email

  • team_log.EventTypeArg.member_change_external_id – (members) Changed the external ID for team member

  • team_log.EventTypeArg.member_change_membership_type – (members) Changed membership type (limited/full) of member (deprecated, no longer logged)

  • team_log.EventTypeArg.member_change_name – (members) Changed team member name

  • team_log.EventTypeArg.member_change_reseller_role – (members) Changed team member reseller role

  • team_log.EventTypeArg.member_change_status – (members) Changed member status (invited, joined, suspended, etc.)

  • team_log.EventTypeArg.member_delete_manual_contacts – (members) Cleared manually added contacts

  • team_log.EventTypeArg.member_delete_profile_photo – (members) Deleted team member profile photo

  • team_log.EventTypeArg.member_permanently_delete_account_contents – (members) Permanently deleted contents of deleted team member account

  • team_log.EventTypeArg.member_remove_external_id – (members) Removed the external ID for team member

  • team_log.EventTypeArg.member_set_profile_photo – (members) Set team member profile photo

  • team_log.EventTypeArg.member_space_limits_add_custom_quota – (members) Set custom member space limit

  • team_log.EventTypeArg.member_space_limits_change_custom_quota – (members) Changed custom member space limit

  • team_log.EventTypeArg.member_space_limits_change_status – (members) Changed space limit status

  • team_log.EventTypeArg.member_space_limits_remove_custom_quota – (members) Removed custom member space limit

  • team_log.EventTypeArg.member_suggest – (members) Suggested person to add to team

  • team_log.EventTypeArg.member_transfer_account_contents – (members) Transferred contents of deleted member account to another member

  • team_log.EventTypeArg.pending_secondary_email_added – (members) Added pending secondary email

  • team_log.EventTypeArg.secondary_email_deleted – (members) Deleted secondary email

  • team_log.EventTypeArg.secondary_email_verified – (members) Verified secondary email

  • team_log.EventTypeArg.secondary_mails_policy_changed – (members) Secondary mails policy changed

  • team_log.EventTypeArg.binder_add_page – (paper) Added Binder page (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.binder_add_section – (paper) Added Binder section (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.binder_remove_page – (paper) Removed Binder page (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.binder_remove_section – (paper) Removed Binder section (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.binder_rename_page – (paper) Renamed Binder page (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.binder_rename_section – (paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.binder_reorder_page – (paper) Reordered Binder page (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.binder_reorder_section – (paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)

  • team_log.EventTypeArg.paper_content_add_member – (paper) Added users and/or groups to Paper doc/folder

  • team_log.EventTypeArg.paper_content_add_to_folder – (paper) Added Paper doc/folder to folder

  • team_log.EventTypeArg.paper_content_archive – (paper) Archived Paper doc/folder

  • team_log.EventTypeArg.paper_content_create – (paper) Created Paper doc/folder

  • team_log.EventTypeArg.paper_content_permanently_delete – (paper) Permanently deleted Paper doc/folder

  • team_log.EventTypeArg.paper_content_remove_from_folder – (paper) Removed Paper doc/folder from folder

  • team_log.EventTypeArg.paper_content_remove_member – (paper) Removed users and/or groups from Paper doc/folder

  • team_log.EventTypeArg.paper_content_rename – (paper) Renamed Paper doc/folder

  • team_log.EventTypeArg.paper_content_restore – (paper) Restored archived Paper doc/folder

  • team_log.EventTypeArg.paper_doc_add_comment – (paper) Added Paper doc comment

  • team_log.EventTypeArg.paper_doc_change_member_role – (paper) Changed member permissions for Paper doc

  • team_log.EventTypeArg.paper_doc_change_sharing_policy – (paper) Changed sharing setting for Paper doc

  • team_log.EventTypeArg.paper_doc_change_subscription – (paper) Followed/unfollowed Paper doc

  • team_log.EventTypeArg.paper_doc_deleted – (paper) Archived Paper doc (deprecated, no longer logged)

  • team_log.EventTypeArg.paper_doc_delete_comment – (paper) Deleted Paper doc comment

  • team_log.EventTypeArg.paper_doc_download – (paper) Downloaded Paper doc in specific format

  • team_log.EventTypeArg.paper_doc_edit – (paper) Edited Paper doc

  • team_log.EventTypeArg.paper_doc_edit_comment – (paper) Edited Paper doc comment

  • team_log.EventTypeArg.paper_doc_followed – (paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’)

  • team_log.EventTypeArg.paper_doc_mention – (paper) Mentioned user in Paper doc

  • team_log.EventTypeArg.paper_doc_ownership_changed – (paper) Transferred ownership of Paper doc

  • team_log.EventTypeArg.paper_doc_request_access – (paper) Requested access to Paper doc

  • team_log.EventTypeArg.paper_doc_resolve_comment – (paper) Resolved Paper doc comment

  • team_log.EventTypeArg.paper_doc_revert – (paper) Restored Paper doc to previous version

  • team_log.EventTypeArg.paper_doc_slack_share – (paper) Shared Paper doc via Slack

  • team_log.EventTypeArg.paper_doc_team_invite – (paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)

  • team_log.EventTypeArg.paper_doc_trashed – (paper) Deleted Paper doc

  • team_log.EventTypeArg.paper_doc_unresolve_comment – (paper) Unresolved Paper doc comment

  • team_log.EventTypeArg.paper_doc_untrashed – (paper) Restored Paper doc

  • team_log.EventTypeArg.paper_doc_view – (paper) Viewed Paper doc

  • team_log.EventTypeArg.paper_external_view_allow – (paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)

  • team_log.EventTypeArg.paper_external_view_default_team – (paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)

  • team_log.EventTypeArg.paper_external_view_forbid – (paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)

  • team_log.EventTypeArg.paper_folder_change_subscription – (paper) Followed/unfollowed Paper folder

  • team_log.EventTypeArg.paper_folder_deleted – (paper) Archived Paper folder (deprecated, no longer logged)

  • team_log.EventTypeArg.paper_folder_followed – (paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’)

  • team_log.EventTypeArg.paper_folder_team_invite – (paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)

  • team_log.EventTypeArg.paper_published_link_change_permission – (paper) Changed permissions for published doc

  • team_log.EventTypeArg.paper_published_link_create – (paper) Published doc

  • team_log.EventTypeArg.paper_published_link_disabled – (paper) Unpublished doc

  • team_log.EventTypeArg.paper_published_link_view – (paper) Viewed published doc

  • team_log.EventTypeArg.password_change – (passwords) Changed password

  • team_log.EventTypeArg.password_reset – (passwords) Reset password

  • team_log.EventTypeArg.password_reset_all – (passwords) Reset all team member passwords

  • team_log.EventTypeArg.classification_create_report – (reports) Created Classification report

  • team_log.EventTypeArg.classification_create_report_fail – (reports) Couldn’t create Classification report

  • team_log.EventTypeArg.emm_create_exceptions_report – (reports) Created EMM-excluded users report

  • team_log.EventTypeArg.emm_create_usage_report – (reports) Created EMM mobile app usage report

  • team_log.EventTypeArg.export_members_report – (reports) Created member data report

  • team_log.EventTypeArg.export_members_report_fail – (reports) Failed to create members data report

  • team_log.EventTypeArg.external_sharing_create_report – (reports) Created External sharing report

  • team_log.EventTypeArg.external_sharing_report_failed – (reports) Couldn’t create External sharing report

  • team_log.EventTypeArg.no_expiration_link_gen_create_report – (reports) Report created: Links created with no expiration

  • team_log.EventTypeArg.no_expiration_link_gen_report_failed – (reports) Couldn’t create report: Links created with no expiration

  • team_log.EventTypeArg.no_password_link_gen_create_report – (reports) Report created: Links created without passwords

  • team_log.EventTypeArg.no_password_link_gen_report_failed – (reports) Couldn’t create report: Links created without passwords

  • team_log.EventTypeArg.no_password_link_view_create_report – (reports) Report created: Views of links without passwords

  • team_log.EventTypeArg.no_password_link_view_report_failed – (reports) Couldn’t create report: Views of links without passwords

  • team_log.EventTypeArg.outdated_link_view_create_report – (reports) Report created: Views of old links

  • team_log.EventTypeArg.outdated_link_view_report_failed – (reports) Couldn’t create report: Views of old links

  • team_log.EventTypeArg.paper_admin_export_start – (reports) Exported all team Paper docs

  • team_log.EventTypeArg.ransomware_alert_create_report – (reports) Created ransomware report

  • team_log.EventTypeArg.ransomware_alert_create_report_failed – (reports) Couldn’t generate ransomware report

  • team_log.EventTypeArg.smart_sync_create_admin_privilege_report – (reports) Created Smart Sync non-admin devices report

  • team_log.EventTypeArg.team_activity_create_report – (reports) Created team activity report

  • team_log.EventTypeArg.team_activity_create_report_fail – (reports) Couldn’t generate team activity report

  • team_log.EventTypeArg.collection_share – (sharing) Shared album

  • team_log.EventTypeArg.file_transfers_file_add – (sharing) Transfer files added

  • team_log.EventTypeArg.file_transfers_transfer_delete – (sharing) Deleted transfer

  • team_log.EventTypeArg.file_transfers_transfer_download – (sharing) Transfer downloaded

  • team_log.EventTypeArg.file_transfers_transfer_send – (sharing) Sent transfer

  • team_log.EventTypeArg.file_transfers_transfer_view – (sharing) Viewed transfer

  • team_log.EventTypeArg.note_acl_invite_only – (sharing) Changed Paper doc to invite-only (deprecated, no longer logged)

  • team_log.EventTypeArg.note_acl_link – (sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)

  • team_log.EventTypeArg.note_acl_team_link – (sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)

  • team_log.EventTypeArg.note_shared – (sharing) Shared Paper doc (deprecated, no longer logged)

  • team_log.EventTypeArg.note_share_receive – (sharing) Shared received Paper doc (deprecated, no longer logged)

  • team_log.EventTypeArg.open_note_shared – (sharing) Opened shared Paper doc (deprecated, no longer logged)

  • team_log.EventTypeArg.replay_file_shared_link_created – (sharing) Created shared link in Replay

  • team_log.EventTypeArg.replay_file_shared_link_modified – (sharing) Modified shared link in Replay

  • team_log.EventTypeArg.replay_project_team_add – (sharing) Added member to Replay Project

  • team_log.EventTypeArg.replay_project_team_delete – (sharing) Removed member from Replay Project

  • team_log.EventTypeArg.sf_add_group – (sharing) Added team to shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_allow_non_members_to_view_shared_links – (sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_external_invite_warn – (sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_fb_invite – (sharing) Invited Facebook users to shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_fb_invite_change_role – (sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_fb_uninvite – (sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_invite_group – (sharing) Invited group to shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_team_grant_access – (sharing) Granted access to shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_team_invite – (sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’)

  • team_log.EventTypeArg.sf_team_invite_change_role – (sharing) Changed team member’s role in shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_team_join – (sharing) Joined team member’s shared folder (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_team_join_from_oob_link – (sharing) Joined team member’s shared folder from link (deprecated, no longer logged)

  • team_log.EventTypeArg.sf_team_uninvite – (sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’)

  • team_log.EventTypeArg.shared_content_add_invitees – (sharing) Invited user to Dropbox and added them to shared file/folder

  • team_log.EventTypeArg.shared_content_add_link_expiry – (sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_add_link_password – (sharing) Added password to link for shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_add_member – (sharing) Added users and/or groups to shared file/folder

  • team_log.EventTypeArg.shared_content_change_downloads_policy – (sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_change_invitee_role – (sharing) Changed access type of invitee to shared file/folder before invite was accepted

  • team_log.EventTypeArg.shared_content_change_link_audience – (sharing) Changed link audience of shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_change_link_expiry – (sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_change_link_password – (sharing) Changed link password of shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_change_member_role – (sharing) Changed access type of shared file/folder member

  • team_log.EventTypeArg.shared_content_change_viewer_info_policy – (sharing) Changed whether members can see who viewed shared file/folder

  • team_log.EventTypeArg.shared_content_claim_invitation – (sharing) Acquired membership of shared file/folder by accepting invite

  • team_log.EventTypeArg.shared_content_copy – (sharing) Copied shared file/folder to own Dropbox

  • team_log.EventTypeArg.shared_content_download – (sharing) Downloaded shared file/folder

  • team_log.EventTypeArg.shared_content_relinquish_membership – (sharing) Left shared file/folder

  • team_log.EventTypeArg.shared_content_remove_invitees – (sharing) Removed invitee from shared file/folder before invite was accepted

  • team_log.EventTypeArg.shared_content_remove_link_expiry – (sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_remove_link_password – (sharing) Removed link password of shared file/folder (deprecated, no longer logged)

  • team_log.EventTypeArg.shared_content_remove_member – (sharing) Removed user/group from shared file/folder

  • team_log.EventTypeArg.shared_content_request_access – (sharing) Requested access to shared file/folder

  • team_log.EventTypeArg.shared_content_restore_invitees – (sharing) Restored shared file/folder invitees

  • team_log.EventTypeArg.shared_content_restore_member – (sharing) Restored users and/or groups to membership of shared file/folder

  • team_log.EventTypeArg.shared_content_unshare – (sharing) Unshared file/folder by clearing membership

  • team_log.EventTypeArg.shared_content_view – (sharing) Previewed shared file/folder

  • team_log.EventTypeArg.shared_folder_change_link_policy – (sharing) Changed who can access shared folder via link

  • team_log.EventTypeArg.shared_folder_change_members_inheritance_policy – (sharing) Changed whether shared folder inherits members from parent folder

  • team_log.EventTypeArg.shared_folder_change_members_management_policy – (sharing) Changed who can add/remove members of shared folder

  • team_log.EventTypeArg.shared_folder_change_members_policy – (sharing) Changed who can become member of shared folder

  • team_log.EventTypeArg.shared_folder_create – (sharing) Created shared folder

  • team_log.EventTypeArg.shared_folder_decline_invitation – (sharing) Declined team member’s invite to shared folder

  • team_log.EventTypeArg.shared_folder_mount – (sharing) Added shared folder to own Dropbox

  • team_log.EventTypeArg.shared_folder_nest – (sharing) Changed parent of shared folder

  • team_log.EventTypeArg.shared_folder_transfer_ownership – (sharing) Transferred ownership of shared folder to another member

  • team_log.EventTypeArg.shared_folder_unmount – (sharing) Deleted shared folder from Dropbox

  • team_log.EventTypeArg.shared_link_add_expiry – (sharing) Added shared link expiration date

  • team_log.EventTypeArg.shared_link_change_expiry – (sharing) Changed shared link expiration date

  • team_log.EventTypeArg.shared_link_change_visibility – (sharing) Changed visibility of shared link

  • team_log.EventTypeArg.shared_link_copy – (sharing) Added file/folder to Dropbox from shared link

  • team_log.EventTypeArg.shared_link_create – (sharing) Created shared link

  • team_log.EventTypeArg.shared_link_disable – (sharing) Removed shared link

  • team_log.EventTypeArg.shared_link_download – (sharing) Downloaded file/folder from shared link

  • team_log.EventTypeArg.shared_link_remove_expiry – (sharing) Removed shared link expiration date

  • team_log.EventTypeArg.shared_link_settings_add_expiration – (sharing) Added an expiration date to the shared link

  • team_log.EventTypeArg.shared_link_settings_add_password – (sharing) Added a password to the shared link

  • team_log.EventTypeArg.shared_link_settings_allow_download_disabled – (sharing) Disabled downloads

  • team_log.EventTypeArg.shared_link_settings_allow_download_enabled – (sharing) Enabled downloads

  • team_log.EventTypeArg.shared_link_settings_change_audience – (sharing) Changed the audience of the shared link

  • team_log.EventTypeArg.shared_link_settings_change_expiration – (sharing) Changed the expiration date of the shared link

  • team_log.EventTypeArg.shared_link_settings_change_password – (sharing) Changed the password of the shared link

  • team_log.EventTypeArg.shared_link_settings_remove_expiration – (sharing) Removed the expiration date from the shared link

  • team_log.EventTypeArg.shared_link_settings_remove_password – (sharing) Removed the password from the shared link

  • team_log.EventTypeArg.shared_link_share – (sharing) Added members as audience of shared link

  • team_log.EventTypeArg.shared_link_view – (sharing) Opened shared link

  • team_log.EventTypeArg.shared_note_opened – (sharing) Opened shared Paper doc (deprecated, no longer logged)

  • team_log.EventTypeArg.shmodel_disable_downloads – (sharing) Disabled downloads for link (deprecated, no longer logged)

  • team_log.EventTypeArg.shmodel_enable_downloads – (sharing) Enabled downloads for link (deprecated, no longer logged)

  • team_log.EventTypeArg.shmodel_group_share – (sharing) Shared link with group (deprecated, no longer logged)

  • team_log.EventTypeArg.showcase_access_granted – (showcase) Granted access to showcase

  • team_log.EventTypeArg.showcase_add_member – (showcase) Added member to showcase

  • team_log.EventTypeArg.showcase_archived – (showcase) Archived showcase

  • team_log.EventTypeArg.showcase_created – (showcase) Created showcase

  • team_log.EventTypeArg.showcase_delete_comment – (showcase) Deleted showcase comment

  • team_log.EventTypeArg.showcase_edited – (showcase) Edited showcase

  • team_log.EventTypeArg.showcase_edit_comment – (showcase) Edited showcase comment

  • team_log.EventTypeArg.showcase_file_added – (showcase) Added file to showcase

  • team_log.EventTypeArg.showcase_file_download – (showcase) Downloaded file from showcase

  • team_log.EventTypeArg.showcase_file_removed – (showcase) Removed file from showcase

  • team_log.EventTypeArg.showcase_file_view – (showcase) Viewed file in showcase

  • team_log.EventTypeArg.showcase_permanently_deleted – (showcase) Permanently deleted showcase

  • team_log.EventTypeArg.showcase_post_comment – (showcase) Added showcase comment

  • team_log.EventTypeArg.showcase_remove_member – (showcase) Removed member from showcase

  • team_log.EventTypeArg.showcase_renamed – (showcase) Renamed showcase

  • team_log.EventTypeArg.showcase_request_access – (showcase) Requested access to showcase

  • team_log.EventTypeArg.showcase_resolve_comment – (showcase) Resolved showcase comment

  • team_log.EventTypeArg.showcase_restored – (showcase) Unarchived showcase

  • team_log.EventTypeArg.showcase_trashed – (showcase) Deleted showcase

  • team_log.EventTypeArg.showcase_trashed_deprecated – (showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’)

  • team_log.EventTypeArg.showcase_unresolve_comment – (showcase) Unresolved showcase comment

  • team_log.EventTypeArg.showcase_untrashed – (showcase) Restored showcase

  • team_log.EventTypeArg.showcase_untrashed_deprecated – (showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’)

  • team_log.EventTypeArg.showcase_view – (showcase) Viewed showcase

  • team_log.EventTypeArg.sso_add_cert – (sso) Added X.509 certificate for SSO

  • team_log.EventTypeArg.sso_add_login_url – (sso) Added sign-in URL for SSO

  • team_log.EventTypeArg.sso_add_logout_url – (sso) Added sign-out URL for SSO

  • team_log.EventTypeArg.sso_change_cert – (sso) Changed X.509 certificate for SSO

  • team_log.EventTypeArg.sso_change_login_url – (sso) Changed sign-in URL for SSO

  • team_log.EventTypeArg.sso_change_logout_url – (sso) Changed sign-out URL for SSO

  • team_log.EventTypeArg.sso_change_saml_identity_mode – (sso) Changed SAML identity mode for SSO

  • team_log.EventTypeArg.sso_remove_cert – (sso) Removed X.509 certificate for SSO

  • team_log.EventTypeArg.sso_remove_login_url – (sso) Removed sign-in URL for SSO

  • team_log.EventTypeArg.sso_remove_logout_url – (sso) Removed sign-out URL for SSO

  • team_log.EventTypeArg.team_folder_change_status – (team_folders) Changed archival status of team folder

  • team_log.EventTypeArg.team_folder_create – (team_folders) Created team folder in active status

  • team_log.EventTypeArg.team_folder_downgrade – (team_folders) Downgraded team folder to regular shared folder

  • team_log.EventTypeArg.team_folder_permanently_delete – (team_folders) Permanently deleted archived team folder

  • team_log.EventTypeArg.team_folder_rename – (team_folders) Renamed active/archived team folder

  • team_log.EventTypeArg.team_selective_sync_settings_changed – (team_folders) Changed sync default

  • team_log.EventTypeArg.account_capture_change_policy – (team_policies) Changed account capture setting on team domain

  • team_log.EventTypeArg.admin_email_reminders_changed – (team_policies) Changed admin reminder settings for requests to join the team

  • team_log.EventTypeArg.allow_download_disabled – (team_policies) Disabled downloads (deprecated, no longer logged)

  • team_log.EventTypeArg.allow_download_enabled – (team_policies) Enabled downloads (deprecated, no longer logged)

  • team_log.EventTypeArg.app_permissions_changed – (team_policies) Changed app permissions

  • team_log.EventTypeArg.camera_uploads_policy_changed – (team_policies) Changed camera uploads setting for team

  • team_log.EventTypeArg.capture_transcript_policy_changed – (team_policies) Changed Capture transcription policy for team

  • team_log.EventTypeArg.classification_change_policy – (team_policies) Changed classification policy for team

  • team_log.EventTypeArg.computer_backup_policy_changed – (team_policies) Changed computer backup policy for team

  • team_log.EventTypeArg.content_administration_policy_changed – (team_policies) Changed content management setting

  • team_log.EventTypeArg.data_placement_restriction_change_policy – (team_policies) Set restrictions on data center locations where team data resides

  • team_log.EventTypeArg.data_placement_restriction_satisfy_policy – (team_policies) Completed restrictions on data center locations where team data resides

  • team_log.EventTypeArg.device_approvals_add_exception – (team_policies) Added members to device approvals exception list

  • team_log.EventTypeArg.device_approvals_change_desktop_policy – (team_policies) Set/removed limit on number of computers member can link to team Dropbox account

  • team_log.EventTypeArg.device_approvals_change_mobile_policy – (team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account

  • team_log.EventTypeArg.device_approvals_change_overage_action – (team_policies) Changed device approvals setting when member is over limit

  • team_log.EventTypeArg.device_approvals_change_unlink_action – (team_policies) Changed device approvals setting when member unlinks approved device

  • team_log.EventTypeArg.device_approvals_remove_exception – (team_policies) Removed members from device approvals exception list

  • team_log.EventTypeArg.directory_restrictions_add_members – (team_policies) Added members to directory restrictions list

  • team_log.EventTypeArg.directory_restrictions_remove_members – (team_policies) Removed members from directory restrictions list

  • team_log.EventTypeArg.dropbox_passwords_policy_changed – (team_policies) Changed Dropbox Passwords policy for team

  • team_log.EventTypeArg.email_ingest_policy_changed – (team_policies) Changed email to Dropbox policy for team

  • team_log.EventTypeArg.emm_add_exception – (team_policies) Added members to EMM exception list

  • team_log.EventTypeArg.emm_change_policy – (team_policies) Enabled/disabled enterprise mobility management for members

  • team_log.EventTypeArg.emm_remove_exception – (team_policies) Removed members from EMM exception list

  • team_log.EventTypeArg.extended_version_history_change_policy – (team_policies) Accepted/opted out of extended version history

  • team_log.EventTypeArg.external_drive_backup_policy_changed – (team_policies) Changed external drive backup policy for team

  • team_log.EventTypeArg.file_comments_change_policy – (team_policies) Enabled/disabled commenting on team files

  • team_log.EventTypeArg.file_locking_policy_changed – (team_policies) Changed file locking policy for team

  • team_log.EventTypeArg.file_provider_migration_policy_changed – (team_policies) Changed File Provider Migration policy for team

  • team_log.EventTypeArg.file_requests_change_policy – (team_policies) Enabled/disabled file requests

  • team_log.EventTypeArg.file_requests_emails_enabled – (team_policies) Enabled file request emails for everyone (deprecated, no longer logged)

  • team_log.EventTypeArg.file_requests_emails_restricted_to_team_only – (team_policies) Enabled file request emails for team (deprecated, no longer logged)

  • team_log.EventTypeArg.file_transfers_policy_changed – (team_policies) Changed file transfers policy for team

  • team_log.EventTypeArg.folder_link_restriction_policy_changed – (team_policies) Changed folder link restrictions policy for team

  • team_log.EventTypeArg.google_sso_change_policy – (team_policies) Enabled/disabled Google single sign-on for team

  • team_log.EventTypeArg.group_user_management_change_policy – (team_policies) Changed who can create groups

  • team_log.EventTypeArg.integration_policy_changed – (team_policies) Changed integration policy for team

  • team_log.EventTypeArg.invite_acceptance_email_policy_changed – (team_policies) Changed invite accept email policy for team

  • team_log.EventTypeArg.member_requests_change_policy – (team_policies) Changed whether users can find team when not invited

  • team_log.EventTypeArg.member_send_invite_policy_changed – (team_policies) Changed member send invite policy for team

  • team_log.EventTypeArg.member_space_limits_add_exception – (team_policies) Added members to member space limit exception list

  • team_log.EventTypeArg.member_space_limits_change_caps_type_policy – (team_policies) Changed member space limit type for team

  • team_log.EventTypeArg.member_space_limits_change_policy – (team_policies) Changed team default member space limit

  • team_log.EventTypeArg.member_space_limits_remove_exception – (team_policies) Removed members from member space limit exception list

  • team_log.EventTypeArg.member_suggestions_change_policy – (team_policies) Enabled/disabled option for team members to suggest people to add to team

  • team_log.EventTypeArg.microsoft_office_addin_change_policy – (team_policies) Enabled/disabled Microsoft Office add-in

  • team_log.EventTypeArg.network_control_change_policy – (team_policies) Enabled/disabled network control

  • team_log.EventTypeArg.paper_change_deployment_policy – (team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members

  • team_log.EventTypeArg.paper_change_member_link_policy – (team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)

  • team_log.EventTypeArg.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

  • team_log.EventTypeArg.paper_change_policy – (team_policies) Enabled/disabled Dropbox Paper for team

  • team_log.EventTypeArg.paper_default_folder_policy_changed – (team_policies) Changed Paper Default Folder Policy setting for team

  • team_log.EventTypeArg.paper_desktop_policy_changed – (team_policies) Enabled/disabled Paper Desktop for team

  • team_log.EventTypeArg.paper_enabled_users_group_addition – (team_policies) Added users to Paper-enabled users list

  • team_log.EventTypeArg.paper_enabled_users_group_removal – (team_policies) Removed users from Paper-enabled users list

  • team_log.EventTypeArg.password_strength_requirements_change_policy – (team_policies) Changed team password strength requirements

  • team_log.EventTypeArg.permanent_delete_change_policy – (team_policies) Enabled/disabled ability of team members to permanently delete content

  • team_log.EventTypeArg.reseller_support_change_policy – (team_policies) Enabled/disabled reseller support

  • team_log.EventTypeArg.rewind_policy_changed – (team_policies) Changed Rewind policy for team

  • team_log.EventTypeArg.send_for_signature_policy_changed – (team_policies) Changed send for signature policy for team

  • team_log.EventTypeArg.sharing_change_folder_join_policy – (team_policies) Changed whether team members can join shared folders owned outside team

: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:
  • team_log.EventTypeArg.sharing_change_link_default_expiration_policy – (team_policies) Changed the default expiration for the links shared outside of the team

  • team_log.EventTypeArg.sharing_change_link_enforce_password_policy – (team_policies) Changed the password requirement for the links shared outside of the team

  • team_log.EventTypeArg.sharing_change_link_policy – (team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default

  • team_log.EventTypeArg.sharing_change_member_policy – (team_policies) Changed whether members can share files/folders outside team

  • team_log.EventTypeArg.showcase_change_download_policy – (team_policies) Enabled/disabled downloading files from Dropbox Showcase for team

  • team_log.EventTypeArg.showcase_change_enabled_policy – (team_policies) Enabled/disabled Dropbox Showcase for team

  • team_log.EventTypeArg.showcase_change_external_sharing_policy – (team_policies) Enabled/disabled sharing Dropbox Showcase externally for team

  • team_log.EventTypeArg.smarter_smart_sync_policy_changed – (team_policies) Changed automatic Smart Sync setting for team

  • team_log.EventTypeArg.smart_sync_change_policy – (team_policies) Changed default Smart Sync setting for team members

  • team_log.EventTypeArg.smart_sync_not_opt_out – (team_policies) Opted team into Smart Sync

  • team_log.EventTypeArg.smart_sync_opt_out – (team_policies) Opted team out of Smart Sync

  • team_log.EventTypeArg.sso_change_policy – (team_policies) Changed single sign-on setting for team

  • team_log.EventTypeArg.team_branding_policy_changed – (team_policies) Changed team branding policy for team

  • team_log.EventTypeArg.team_extensions_policy_changed – (team_policies) Changed App Integrations setting for team

  • team_log.EventTypeArg.team_selective_sync_policy_changed – (team_policies) Enabled/disabled Team Selective Sync for team

  • team_log.EventTypeArg.team_sharing_whitelist_subjects_changed – (team_policies) Edited the approved list for sharing externally

  • team_log.EventTypeArg.tfa_add_exception – (team_policies) Added members to two factor authentication exception list

  • team_log.EventTypeArg.tfa_change_policy – (team_policies) Changed two-step verification setting for team

  • team_log.EventTypeArg.tfa_remove_exception – (team_policies) Removed members from two factor authentication exception list

  • team_log.EventTypeArg.two_account_change_policy – (team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer

  • team_log.EventTypeArg.viewer_info_policy_changed – (team_policies) Changed team policy for viewer info

  • team_log.EventTypeArg.watermarking_policy_changed – (team_policies) Changed watermarking policy for team

  • team_log.EventTypeArg.web_sessions_change_active_session_limit – (team_policies) Changed limit on active sessions per member

  • team_log.EventTypeArg.web_sessions_change_fixed_length_policy – (team_policies) Changed how long members can stay signed in to Dropbox.com

  • team_log.EventTypeArg.web_sessions_change_idle_length_policy – (team_policies) Changed how long team members can be idle while signed in to Dropbox.com

  • team_log.EventTypeArg.data_residency_migration_request_successful – (team_profile) Requested data residency migration for team data

  • team_log.EventTypeArg.data_residency_migration_request_unsuccessful – (team_profile) Request for data residency migration for team data has failed

  • team_log.EventTypeArg.team_merge_from – (team_profile) Merged another team into this team

  • team_log.EventTypeArg.team_merge_to – (team_profile) Merged this team into another team

  • team_log.EventTypeArg.team_profile_add_background – (team_profile) Added team background to display on shared link headers

  • team_log.EventTypeArg.team_profile_add_logo – (team_profile) Added team logo to display on shared link headers

  • team_log.EventTypeArg.team_profile_change_background – (team_profile) Changed team background displayed on shared link headers

  • team_log.EventTypeArg.team_profile_change_default_language – (team_profile) Changed default language for team

  • team_log.EventTypeArg.team_profile_change_logo – (team_profile) Changed team logo displayed on shared link headers

  • team_log.EventTypeArg.team_profile_change_name – (team_profile) Changed team name

  • team_log.EventTypeArg.team_profile_remove_background – (team_profile) Removed team background displayed on shared link headers

  • team_log.EventTypeArg.team_profile_remove_logo – (team_profile) Removed team logo displayed on shared link headers

  • team_log.EventTypeArg.tfa_add_backup_phone – (tfa) Added backup phone for two-step verification

  • team_log.EventTypeArg.tfa_add_security_key – (tfa) Added security key for two-step verification

  • team_log.EventTypeArg.tfa_change_backup_phone – (tfa) Changed backup phone for two-step verification

  • team_log.EventTypeArg.tfa_change_status – (tfa) Enabled/disabled/changed two-step verification setting

  • team_log.EventTypeArg.tfa_remove_backup_phone – (tfa) Removed backup phone for two-step verification

  • team_log.EventTypeArg.tfa_remove_security_key – (tfa) Removed security key for two-step verification

  • team_log.EventTypeArg.tfa_reset – (tfa) Reset two-step verification for team member

  • team_log.EventTypeArg.changed_enterprise_admin_role – (trusted_teams) Changed enterprise admin role

  • team_log.EventTypeArg.changed_enterprise_connected_team_status – (trusted_teams) Changed enterprise-connected team status

  • team_log.EventTypeArg.ended_enterprise_admin_session – (trusted_teams) Ended enterprise admin session

  • team_log.EventTypeArg.ended_enterprise_admin_session_deprecated – (trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’)

  • team_log.EventTypeArg.enterprise_settings_locking – (trusted_teams) Changed who can update a setting

  • team_log.EventTypeArg.guest_admin_change_status – (trusted_teams) Changed guest team admin status

  • team_log.EventTypeArg.started_enterprise_admin_session – (trusted_teams) Started enterprise admin session

  • team_log.EventTypeArg.team_merge_request_accepted – (trusted_teams) Accepted a team merge request

: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:
  • team_log.EventTypeArg.team_merge_request_auto_canceled – (trusted_teams) Automatically canceled team merge request

  • team_log.EventTypeArg.team_merge_request_canceled – (trusted_teams) Canceled a team merge request

: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:
  • team_log.EventTypeArg.team_merge_request_revoked – (trusted_teams) Canceled the team merge

  • team_log.EventTypeArg.team_merge_request_sent_shown_to_primary_team – (trusted_teams) Requested to merge their Dropbox team into yours

  • team_log.EventTypeArg.team_merge_request_sent_shown_to_secondary_team – (trusted_teams) Requested to merge your team into another Dropbox team

account_capture_change_availability = EventTypeArg('account_capture_change_availability', None)
account_capture_change_policy = EventTypeArg('account_capture_change_policy', None)
account_capture_migrate_account = EventTypeArg('account_capture_migrate_account', None)
account_capture_notification_emails_sent = EventTypeArg('account_capture_notification_emails_sent', None)
account_capture_relinquish_account = EventTypeArg('account_capture_relinquish_account', None)
account_lock_or_unlocked = EventTypeArg('account_lock_or_unlocked', None)
admin_alerting_alert_state_changed = EventTypeArg('admin_alerting_alert_state_changed', None)
admin_alerting_changed_alert_config = EventTypeArg('admin_alerting_changed_alert_config', None)
admin_alerting_triggered_alert = EventTypeArg('admin_alerting_triggered_alert', None)
admin_email_reminders_changed = EventTypeArg('admin_email_reminders_changed', None)
allow_download_disabled = EventTypeArg('allow_download_disabled', None)
allow_download_enabled = EventTypeArg('allow_download_enabled', None)
app_blocked_by_permissions = EventTypeArg('app_blocked_by_permissions', None)
app_permissions_changed = EventTypeArg('app_permissions_changed', None)
apply_naming_convention = EventTypeArg('apply_naming_convention', None)
backup_admin_invitation_sent = EventTypeArg('backup_admin_invitation_sent', None)
backup_invitation_opened = EventTypeArg('backup_invitation_opened', None)
binder_add_page = EventTypeArg('binder_add_page', None)
binder_add_section = EventTypeArg('binder_add_section', None)
binder_remove_page = EventTypeArg('binder_remove_page', None)
binder_remove_section = EventTypeArg('binder_remove_section', None)
binder_rename_page = EventTypeArg('binder_rename_page', None)
binder_rename_section = EventTypeArg('binder_rename_section', None)
binder_reorder_page = EventTypeArg('binder_reorder_page', None)
binder_reorder_section = EventTypeArg('binder_reorder_section', None)
camera_uploads_policy_changed = EventTypeArg('camera_uploads_policy_changed', None)
capture_transcript_policy_changed = EventTypeArg('capture_transcript_policy_changed', None)
changed_enterprise_admin_role = EventTypeArg('changed_enterprise_admin_role', None)
changed_enterprise_connected_team_status = EventTypeArg('changed_enterprise_connected_team_status', None)
classification_change_policy = EventTypeArg('classification_change_policy', None)
classification_create_report = EventTypeArg('classification_create_report', None)
classification_create_report_fail = EventTypeArg('classification_create_report_fail', None)
collection_share = EventTypeArg('collection_share', None)
computer_backup_policy_changed = EventTypeArg('computer_backup_policy_changed', None)
content_administration_policy_changed = EventTypeArg('content_administration_policy_changed', None)
create_folder = EventTypeArg('create_folder', None)
data_placement_restriction_change_policy = EventTypeArg('data_placement_restriction_change_policy', None)
data_placement_restriction_satisfy_policy = EventTypeArg('data_placement_restriction_satisfy_policy', None)
data_residency_migration_request_successful = EventTypeArg('data_residency_migration_request_successful', None)
data_residency_migration_request_unsuccessful = EventTypeArg('data_residency_migration_request_unsuccessful', None)
device_approvals_add_exception = EventTypeArg('device_approvals_add_exception', None)
device_approvals_change_desktop_policy = EventTypeArg('device_approvals_change_desktop_policy', None)
device_approvals_change_mobile_policy = EventTypeArg('device_approvals_change_mobile_policy', None)
device_approvals_change_overage_action = EventTypeArg('device_approvals_change_overage_action', None)
device_approvals_remove_exception = EventTypeArg('device_approvals_remove_exception', None)
device_change_ip_desktop = EventTypeArg('device_change_ip_desktop', None)
device_change_ip_mobile = EventTypeArg('device_change_ip_mobile', None)
device_change_ip_web = EventTypeArg('device_change_ip_web', None)
device_management_disabled = EventTypeArg('device_management_disabled', None)
device_management_enabled = EventTypeArg('device_management_enabled', None)
device_sync_backup_status_changed = EventTypeArg('device_sync_backup_status_changed', None)
directory_restrictions_add_members = EventTypeArg('directory_restrictions_add_members', None)
directory_restrictions_remove_members = EventTypeArg('directory_restrictions_remove_members', None)
disabled_domain_invites = EventTypeArg('disabled_domain_invites', None)
domain_invites_approve_request_to_join_team = EventTypeArg('domain_invites_approve_request_to_join_team', None)
domain_invites_decline_request_to_join_team = EventTypeArg('domain_invites_decline_request_to_join_team', None)
domain_invites_email_existing_users = EventTypeArg('domain_invites_email_existing_users', None)
domain_invites_request_to_join_team = EventTypeArg('domain_invites_request_to_join_team', None)
domain_invites_set_invite_new_user_pref_to_no = EventTypeArg('domain_invites_set_invite_new_user_pref_to_no', None)
domain_invites_set_invite_new_user_pref_to_yes = EventTypeArg('domain_invites_set_invite_new_user_pref_to_yes', None)
domain_verification_add_domain_fail = EventTypeArg('domain_verification_add_domain_fail', None)
domain_verification_add_domain_success = EventTypeArg('domain_verification_add_domain_success', None)
domain_verification_remove_domain = EventTypeArg('domain_verification_remove_domain', None)
dropbox_passwords_exported = EventTypeArg('dropbox_passwords_exported', None)
dropbox_passwords_new_device_enrolled = EventTypeArg('dropbox_passwords_new_device_enrolled', None)
dropbox_passwords_policy_changed = EventTypeArg('dropbox_passwords_policy_changed', None)
email_ingest_policy_changed = EventTypeArg('email_ingest_policy_changed', None)
email_ingest_receive_file = EventTypeArg('email_ingest_receive_file', None)
emm_add_exception = EventTypeArg('emm_add_exception', None)
emm_change_policy = EventTypeArg('emm_change_policy', None)
emm_create_exceptions_report = EventTypeArg('emm_create_exceptions_report', None)
emm_create_usage_report = EventTypeArg('emm_create_usage_report', None)
emm_error = EventTypeArg('emm_error', None)
emm_refresh_auth_token = EventTypeArg('emm_refresh_auth_token', None)
emm_remove_exception = EventTypeArg('emm_remove_exception', None)
enabled_domain_invites = EventTypeArg('enabled_domain_invites', None)
ended_enterprise_admin_session = EventTypeArg('ended_enterprise_admin_session', None)
ended_enterprise_admin_session_deprecated = EventTypeArg('ended_enterprise_admin_session_deprecated', None)
enterprise_settings_locking = EventTypeArg('enterprise_settings_locking', None)
export_members_report = EventTypeArg('export_members_report', None)
export_members_report_fail = EventTypeArg('export_members_report_fail', None)
extended_version_history_change_policy = EventTypeArg('extended_version_history_change_policy', None)
external_drive_backup_eligibility_status_checked = EventTypeArg('external_drive_backup_eligibility_status_checked', None)
external_drive_backup_policy_changed = EventTypeArg('external_drive_backup_policy_changed', None)
external_drive_backup_status_changed = EventTypeArg('external_drive_backup_status_changed', None)
external_sharing_create_report = EventTypeArg('external_sharing_create_report', None)
external_sharing_report_failed = EventTypeArg('external_sharing_report_failed', None)
file_add = EventTypeArg('file_add', None)
file_add_comment = EventTypeArg('file_add_comment', None)
file_add_from_automation = EventTypeArg('file_add_from_automation', None)
file_change_comment_subscription = EventTypeArg('file_change_comment_subscription', None)
file_comments_change_policy = EventTypeArg('file_comments_change_policy', None)
file_copy = EventTypeArg('file_copy', None)
file_delete = EventTypeArg('file_delete', None)
file_delete_comment = EventTypeArg('file_delete_comment', None)
file_download = EventTypeArg('file_download', None)
file_edit = EventTypeArg('file_edit', None)
file_edit_comment = EventTypeArg('file_edit_comment', None)
file_get_copy_reference = EventTypeArg('file_get_copy_reference', None)
file_like_comment = EventTypeArg('file_like_comment', None)
file_locking_lock_status_changed = EventTypeArg('file_locking_lock_status_changed', None)
file_locking_policy_changed = EventTypeArg('file_locking_policy_changed', None)
file_move = EventTypeArg('file_move', None)
file_permanently_delete = EventTypeArg('file_permanently_delete', None)
file_preview = EventTypeArg('file_preview', None)
file_provider_migration_policy_changed = EventTypeArg('file_provider_migration_policy_changed', None)
file_rename = EventTypeArg('file_rename', None)
file_request_change = EventTypeArg('file_request_change', None)
file_request_close = EventTypeArg('file_request_close', None)
file_request_create = EventTypeArg('file_request_create', None)
file_request_delete = EventTypeArg('file_request_delete', None)
file_request_receive_file = EventTypeArg('file_request_receive_file', None)
file_requests_change_policy = EventTypeArg('file_requests_change_policy', None)
file_requests_emails_enabled = EventTypeArg('file_requests_emails_enabled', None)
file_requests_emails_restricted_to_team_only = EventTypeArg('file_requests_emails_restricted_to_team_only', None)
file_resolve_comment = EventTypeArg('file_resolve_comment', None)
file_restore = EventTypeArg('file_restore', None)
file_revert = EventTypeArg('file_revert', None)
file_rollback_changes = EventTypeArg('file_rollback_changes', None)
file_save_copy_reference = EventTypeArg('file_save_copy_reference', None)
file_transfers_file_add = EventTypeArg('file_transfers_file_add', None)
file_transfers_policy_changed = EventTypeArg('file_transfers_policy_changed', None)
file_transfers_transfer_delete = EventTypeArg('file_transfers_transfer_delete', None)
file_transfers_transfer_download = EventTypeArg('file_transfers_transfer_download', None)
file_transfers_transfer_send = EventTypeArg('file_transfers_transfer_send', None)
file_transfers_transfer_view = EventTypeArg('file_transfers_transfer_view', None)
file_unlike_comment = EventTypeArg('file_unlike_comment', None)
file_unresolve_comment = EventTypeArg('file_unresolve_comment', None)
folder_overview_description_changed = EventTypeArg('folder_overview_description_changed', None)
folder_overview_item_pinned = EventTypeArg('folder_overview_item_pinned', None)
folder_overview_item_unpinned = EventTypeArg('folder_overview_item_unpinned', None)
google_sso_change_policy = EventTypeArg('google_sso_change_policy', None)
governance_policy_add_folder_failed = EventTypeArg('governance_policy_add_folder_failed', None)
governance_policy_add_folders = EventTypeArg('governance_policy_add_folders', None)
governance_policy_content_disposed = EventTypeArg('governance_policy_content_disposed', None)
governance_policy_create = EventTypeArg('governance_policy_create', None)
governance_policy_delete = EventTypeArg('governance_policy_delete', None)
governance_policy_edit_details = EventTypeArg('governance_policy_edit_details', None)
governance_policy_edit_duration = EventTypeArg('governance_policy_edit_duration', None)
governance_policy_export_created = EventTypeArg('governance_policy_export_created', None)
governance_policy_export_removed = EventTypeArg('governance_policy_export_removed', None)
governance_policy_remove_folders = EventTypeArg('governance_policy_remove_folders', None)
governance_policy_report_created = EventTypeArg('governance_policy_report_created', None)
governance_policy_zip_part_downloaded = EventTypeArg('governance_policy_zip_part_downloaded', None)
group_add_external_id = EventTypeArg('group_add_external_id', None)
group_add_member = EventTypeArg('group_add_member', None)
group_change_external_id = EventTypeArg('group_change_external_id', None)
group_change_management_type = EventTypeArg('group_change_management_type', None)
group_change_member_role = EventTypeArg('group_change_member_role', None)
group_create = EventTypeArg('group_create', None)
group_delete = EventTypeArg('group_delete', None)
group_description_updated = EventTypeArg('group_description_updated', None)
group_join_policy_updated = EventTypeArg('group_join_policy_updated', None)
group_moved = EventTypeArg('group_moved', None)
group_remove_external_id = EventTypeArg('group_remove_external_id', None)
group_remove_member = EventTypeArg('group_remove_member', None)
group_rename = EventTypeArg('group_rename', None)
group_user_management_change_policy = EventTypeArg('group_user_management_change_policy', None)
guest_admin_change_status = EventTypeArg('guest_admin_change_status', None)
guest_admin_signed_in_via_trusted_teams = EventTypeArg('guest_admin_signed_in_via_trusted_teams', None)
guest_admin_signed_out_via_trusted_teams = EventTypeArg('guest_admin_signed_out_via_trusted_teams', None)
integration_connected = EventTypeArg('integration_connected', None)
integration_disconnected = EventTypeArg('integration_disconnected', None)
integration_policy_changed = EventTypeArg('integration_policy_changed', None)
invite_acceptance_email_policy_changed = EventTypeArg('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_backup_admin_invitation_sent()

Check if the union tag is backup_admin_invitation_sent.

Return type:

bool

is_backup_invitation_opened()

Check if the union tag is backup_invitation_opened.

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

Check if the union tag is file_add_from_automation.

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

Check if the union tag is ransomware_alert_create_report.

Return type:

bool

is_ransomware_alert_create_report_failed()

Check if the union tag is ransomware_alert_create_report_failed.

Return type:

bool

is_ransomware_restore_process_completed()

Check if the union tag is ransomware_restore_process_completed.

Return type:

bool

is_ransomware_restore_process_started()

Check if the union tag is ransomware_restore_process_started.

Return type:

bool

is_replay_file_delete()

Check if the union tag is replay_file_delete.

Return type:

bool

Check if the union tag is replay_file_shared_link_created.

Return type:

bool

Check if the union tag is replay_file_shared_link_modified.

Return type:

bool

is_replay_project_team_add()

Check if the union tag is replay_project_team_add.

Return type:

bool

is_replay_project_team_delete()

Check if the union tag is replay_project_team_delete.

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

Check if the union tag is team_encryption_key_cancel_key_deletion.

Return type:

bool

is_team_encryption_key_create_key()

Check if the union tag is team_encryption_key_create_key.

Return type:

bool

is_team_encryption_key_delete_key()

Check if the union tag is team_encryption_key_delete_key.

Return type:

bool

is_team_encryption_key_disable_key()

Check if the union tag is team_encryption_key_disable_key.

Return type:

bool

is_team_encryption_key_enable_key()

Check if the union tag is team_encryption_key_enable_key.

Return type:

bool

is_team_encryption_key_rotate_key()

Check if the union tag is team_encryption_key_rotate_key.

Return type:

bool

is_team_encryption_key_schedule_key_deletion()

Check if the union tag is team_encryption_key_schedule_key_deletion.

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('legal_holds_activate_a_hold', None)
legal_holds_add_members = EventTypeArg('legal_holds_add_members', None)
legal_holds_change_hold_details = EventTypeArg('legal_holds_change_hold_details', None)
legal_holds_change_hold_name = EventTypeArg('legal_holds_change_hold_name', None)
legal_holds_export_a_hold = EventTypeArg('legal_holds_export_a_hold', None)
legal_holds_export_cancelled = EventTypeArg('legal_holds_export_cancelled', None)
legal_holds_export_downloaded = EventTypeArg('legal_holds_export_downloaded', None)
legal_holds_export_removed = EventTypeArg('legal_holds_export_removed', None)
legal_holds_release_a_hold = EventTypeArg('legal_holds_release_a_hold', None)
legal_holds_remove_members = EventTypeArg('legal_holds_remove_members', None)
legal_holds_report_a_hold = EventTypeArg('legal_holds_report_a_hold', None)
login_fail = EventTypeArg('login_fail', None)
login_success = EventTypeArg('login_success', None)
logout = EventTypeArg('logout', None)
member_add_external_id = EventTypeArg('member_add_external_id', None)
member_add_name = EventTypeArg('member_add_name', None)
member_change_admin_role = EventTypeArg('member_change_admin_role', None)
member_change_email = EventTypeArg('member_change_email', None)
member_change_external_id = EventTypeArg('member_change_external_id', None)
member_change_membership_type = EventTypeArg('member_change_membership_type', None)
member_change_name = EventTypeArg('member_change_name', None)
member_change_reseller_role = EventTypeArg('member_change_reseller_role', None)
member_change_status = EventTypeArg('member_change_status', None)
member_delete_manual_contacts = EventTypeArg('member_delete_manual_contacts', None)
member_delete_profile_photo = EventTypeArg('member_delete_profile_photo', None)
member_permanently_delete_account_contents = EventTypeArg('member_permanently_delete_account_contents', None)
member_remove_external_id = EventTypeArg('member_remove_external_id', None)
member_requests_change_policy = EventTypeArg('member_requests_change_policy', None)
member_send_invite_policy_changed = EventTypeArg('member_send_invite_policy_changed', None)
member_set_profile_photo = EventTypeArg('member_set_profile_photo', None)
member_space_limits_add_custom_quota = EventTypeArg('member_space_limits_add_custom_quota', None)
member_space_limits_add_exception = EventTypeArg('member_space_limits_add_exception', None)
member_space_limits_change_caps_type_policy = EventTypeArg('member_space_limits_change_caps_type_policy', None)
member_space_limits_change_custom_quota = EventTypeArg('member_space_limits_change_custom_quota', None)
member_space_limits_change_policy = EventTypeArg('member_space_limits_change_policy', None)
member_space_limits_change_status = EventTypeArg('member_space_limits_change_status', None)
member_space_limits_remove_custom_quota = EventTypeArg('member_space_limits_remove_custom_quota', None)
member_space_limits_remove_exception = EventTypeArg('member_space_limits_remove_exception', None)
member_suggest = EventTypeArg('member_suggest', None)
member_suggestions_change_policy = EventTypeArg('member_suggestions_change_policy', None)
member_transfer_account_contents = EventTypeArg('member_transfer_account_contents', None)
microsoft_office_addin_change_policy = EventTypeArg('microsoft_office_addin_change_policy', None)
network_control_change_policy = EventTypeArg('network_control_change_policy', None)
note_acl_invite_only = EventTypeArg('note_acl_invite_only', None)
note_share_receive = EventTypeArg('note_share_receive', None)
note_shared = EventTypeArg('note_shared', None)
object_label_added = EventTypeArg('object_label_added', None)
object_label_removed = EventTypeArg('object_label_removed', None)
object_label_updated_value = EventTypeArg('object_label_updated_value', None)
open_note_shared = EventTypeArg('open_note_shared', None)
organize_folder_with_tidy = EventTypeArg('organize_folder_with_tidy', None)
other = EventTypeArg('other', None)
paper_admin_export_start = EventTypeArg('paper_admin_export_start', None)
paper_change_deployment_policy = EventTypeArg('paper_change_deployment_policy', None)
paper_change_member_policy = EventTypeArg('paper_change_member_policy', None)
paper_change_policy = EventTypeArg('paper_change_policy', None)
paper_content_add_member = EventTypeArg('paper_content_add_member', None)
paper_content_add_to_folder = EventTypeArg('paper_content_add_to_folder', None)
paper_content_archive = EventTypeArg('paper_content_archive', None)
paper_content_create = EventTypeArg('paper_content_create', None)
paper_content_permanently_delete = EventTypeArg('paper_content_permanently_delete', None)
paper_content_remove_from_folder = EventTypeArg('paper_content_remove_from_folder', None)
paper_content_remove_member = EventTypeArg('paper_content_remove_member', None)
paper_content_rename = EventTypeArg('paper_content_rename', None)
paper_content_restore = EventTypeArg('paper_content_restore', None)
paper_default_folder_policy_changed = EventTypeArg('paper_default_folder_policy_changed', None)
paper_desktop_policy_changed = EventTypeArg('paper_desktop_policy_changed', None)
paper_doc_add_comment = EventTypeArg('paper_doc_add_comment', None)
paper_doc_change_member_role = EventTypeArg('paper_doc_change_member_role', None)
paper_doc_change_sharing_policy = EventTypeArg('paper_doc_change_sharing_policy', None)
paper_doc_change_subscription = EventTypeArg('paper_doc_change_subscription', None)
paper_doc_delete_comment = EventTypeArg('paper_doc_delete_comment', None)
paper_doc_deleted = EventTypeArg('paper_doc_deleted', None)
paper_doc_download = EventTypeArg('paper_doc_download', None)
paper_doc_edit = EventTypeArg('paper_doc_edit', None)
paper_doc_edit_comment = EventTypeArg('paper_doc_edit_comment', None)
paper_doc_followed = EventTypeArg('paper_doc_followed', None)
paper_doc_mention = EventTypeArg('paper_doc_mention', None)
paper_doc_ownership_changed = EventTypeArg('paper_doc_ownership_changed', None)
paper_doc_request_access = EventTypeArg('paper_doc_request_access', None)
paper_doc_resolve_comment = EventTypeArg('paper_doc_resolve_comment', None)
paper_doc_revert = EventTypeArg('paper_doc_revert', None)
paper_doc_slack_share = EventTypeArg('paper_doc_slack_share', None)
paper_doc_team_invite = EventTypeArg('paper_doc_team_invite', None)
paper_doc_trashed = EventTypeArg('paper_doc_trashed', None)
paper_doc_unresolve_comment = EventTypeArg('paper_doc_unresolve_comment', None)
paper_doc_untrashed = EventTypeArg('paper_doc_untrashed', None)
paper_doc_view = EventTypeArg('paper_doc_view', None)
paper_enabled_users_group_addition = EventTypeArg('paper_enabled_users_group_addition', None)
paper_enabled_users_group_removal = EventTypeArg('paper_enabled_users_group_removal', None)
paper_external_view_allow = EventTypeArg('paper_external_view_allow', None)
paper_external_view_default_team = EventTypeArg('paper_external_view_default_team', None)
paper_external_view_forbid = EventTypeArg('paper_external_view_forbid', None)
paper_folder_change_subscription = EventTypeArg('paper_folder_change_subscription', None)
paper_folder_deleted = EventTypeArg('paper_folder_deleted', None)
paper_folder_followed = EventTypeArg('paper_folder_followed', None)
paper_folder_team_invite = EventTypeArg('paper_folder_team_invite', None)
password_change = EventTypeArg('password_change', None)
password_reset = EventTypeArg('password_reset', None)
password_reset_all = EventTypeArg('password_reset_all', None)
password_strength_requirements_change_policy = EventTypeArg('password_strength_requirements_change_policy', None)
pending_secondary_email_added = EventTypeArg('pending_secondary_email_added', None)
permanent_delete_change_policy = EventTypeArg('permanent_delete_change_policy', None)
ransomware_alert_create_report = EventTypeArg('ransomware_alert_create_report', None)
ransomware_alert_create_report_failed = EventTypeArg('ransomware_alert_create_report_failed', None)
ransomware_restore_process_completed = EventTypeArg('ransomware_restore_process_completed', None)
ransomware_restore_process_started = EventTypeArg('ransomware_restore_process_started', None)
replay_file_delete = EventTypeArg('replay_file_delete', None)
replay_project_team_add = EventTypeArg('replay_project_team_add', None)
replay_project_team_delete = EventTypeArg('replay_project_team_delete', None)
reseller_support_change_policy = EventTypeArg('reseller_support_change_policy', None)
reseller_support_session_end = EventTypeArg('reseller_support_session_end', None)
reseller_support_session_start = EventTypeArg('reseller_support_session_start', None)
rewind_folder = EventTypeArg('rewind_folder', None)
rewind_policy_changed = EventTypeArg('rewind_policy_changed', None)
secondary_email_deleted = EventTypeArg('secondary_email_deleted', None)
secondary_email_verified = EventTypeArg('secondary_email_verified', None)
secondary_mails_policy_changed = EventTypeArg('secondary_mails_policy_changed', None)
send_for_signature_policy_changed = EventTypeArg('send_for_signature_policy_changed', None)
sf_add_group = EventTypeArg('sf_add_group', None)
sf_external_invite_warn = EventTypeArg('sf_external_invite_warn', None)
sf_fb_invite = EventTypeArg('sf_fb_invite', None)
sf_fb_invite_change_role = EventTypeArg('sf_fb_invite_change_role', None)
sf_fb_uninvite = EventTypeArg('sf_fb_uninvite', None)
sf_invite_group = EventTypeArg('sf_invite_group', None)
sf_team_grant_access = EventTypeArg('sf_team_grant_access', None)
sf_team_invite = EventTypeArg('sf_team_invite', None)
sf_team_invite_change_role = EventTypeArg('sf_team_invite_change_role', None)
sf_team_join = EventTypeArg('sf_team_join', None)
sf_team_uninvite = EventTypeArg('sf_team_uninvite', None)
shared_content_add_invitees = EventTypeArg('shared_content_add_invitees', None)
shared_content_add_member = EventTypeArg('shared_content_add_member', None)
shared_content_change_downloads_policy = EventTypeArg('shared_content_change_downloads_policy', None)
shared_content_change_invitee_role = EventTypeArg('shared_content_change_invitee_role', None)
shared_content_change_member_role = EventTypeArg('shared_content_change_member_role', None)
shared_content_change_viewer_info_policy = EventTypeArg('shared_content_change_viewer_info_policy', None)
shared_content_claim_invitation = EventTypeArg('shared_content_claim_invitation', None)
shared_content_copy = EventTypeArg('shared_content_copy', None)
shared_content_download = EventTypeArg('shared_content_download', None)
shared_content_relinquish_membership = EventTypeArg('shared_content_relinquish_membership', None)
shared_content_remove_invitees = EventTypeArg('shared_content_remove_invitees', None)
shared_content_remove_member = EventTypeArg('shared_content_remove_member', None)
shared_content_request_access = EventTypeArg('shared_content_request_access', None)
shared_content_restore_invitees = EventTypeArg('shared_content_restore_invitees', None)
shared_content_restore_member = EventTypeArg('shared_content_restore_member', None)
shared_content_unshare = EventTypeArg('shared_content_unshare', None)
shared_content_view = EventTypeArg('shared_content_view', None)
shared_folder_change_members_inheritance_policy = EventTypeArg('shared_folder_change_members_inheritance_policy', None)
shared_folder_change_members_management_policy = EventTypeArg('shared_folder_change_members_management_policy', None)
shared_folder_change_members_policy = EventTypeArg('shared_folder_change_members_policy', None)
shared_folder_create = EventTypeArg('shared_folder_create', None)
shared_folder_decline_invitation = EventTypeArg('shared_folder_decline_invitation', None)
shared_folder_mount = EventTypeArg('shared_folder_mount', None)
shared_folder_nest = EventTypeArg('shared_folder_nest', None)
shared_folder_transfer_ownership = EventTypeArg('shared_folder_transfer_ownership', None)
shared_folder_unmount = EventTypeArg('shared_folder_unmount', None)
shared_note_opened = EventTypeArg('shared_note_opened', None)
sharing_change_folder_join_policy = EventTypeArg('sharing_change_folder_join_policy', None)
sharing_change_member_policy = EventTypeArg('sharing_change_member_policy', None)
shmodel_disable_downloads = EventTypeArg('shmodel_disable_downloads', None)
shmodel_enable_downloads = EventTypeArg('shmodel_enable_downloads', None)
shmodel_group_share = EventTypeArg('shmodel_group_share', None)
showcase_access_granted = EventTypeArg('showcase_access_granted', None)
showcase_add_member = EventTypeArg('showcase_add_member', None)
showcase_archived = EventTypeArg('showcase_archived', None)
showcase_change_download_policy = EventTypeArg('showcase_change_download_policy', None)
showcase_change_enabled_policy = EventTypeArg('showcase_change_enabled_policy', None)
showcase_change_external_sharing_policy = EventTypeArg('showcase_change_external_sharing_policy', None)
showcase_created = EventTypeArg('showcase_created', None)
showcase_delete_comment = EventTypeArg('showcase_delete_comment', None)
showcase_edit_comment = EventTypeArg('showcase_edit_comment', None)
showcase_edited = EventTypeArg('showcase_edited', None)
showcase_file_added = EventTypeArg('showcase_file_added', None)
showcase_file_download = EventTypeArg('showcase_file_download', None)
showcase_file_removed = EventTypeArg('showcase_file_removed', None)
showcase_file_view = EventTypeArg('showcase_file_view', None)
showcase_permanently_deleted = EventTypeArg('showcase_permanently_deleted', None)
showcase_post_comment = EventTypeArg('showcase_post_comment', None)
showcase_remove_member = EventTypeArg('showcase_remove_member', None)
showcase_renamed = EventTypeArg('showcase_renamed', None)
showcase_request_access = EventTypeArg('showcase_request_access', None)
showcase_resolve_comment = EventTypeArg('showcase_resolve_comment', None)
showcase_restored = EventTypeArg('showcase_restored', None)
showcase_trashed = EventTypeArg('showcase_trashed', None)
showcase_trashed_deprecated = EventTypeArg('showcase_trashed_deprecated', None)
showcase_unresolve_comment = EventTypeArg('showcase_unresolve_comment', None)
showcase_untrashed = EventTypeArg('showcase_untrashed', None)
showcase_untrashed_deprecated = EventTypeArg('showcase_untrashed_deprecated', None)
showcase_view = EventTypeArg('showcase_view', None)
sign_in_as_session_end = EventTypeArg('sign_in_as_session_end', None)
sign_in_as_session_start = EventTypeArg('sign_in_as_session_start', None)
smart_sync_change_policy = EventTypeArg('smart_sync_change_policy', None)
smart_sync_create_admin_privilege_report = EventTypeArg('smart_sync_create_admin_privilege_report', None)
smart_sync_not_opt_out = EventTypeArg('smart_sync_not_opt_out', None)
smart_sync_opt_out = EventTypeArg('smart_sync_opt_out', None)
smarter_smart_sync_policy_changed = EventTypeArg('smarter_smart_sync_policy_changed', None)
sso_add_cert = EventTypeArg('sso_add_cert', None)
sso_add_login_url = EventTypeArg('sso_add_login_url', None)
sso_add_logout_url = EventTypeArg('sso_add_logout_url', None)
sso_change_cert = EventTypeArg('sso_change_cert', None)
sso_change_login_url = EventTypeArg('sso_change_login_url', None)
sso_change_logout_url = EventTypeArg('sso_change_logout_url', None)
sso_change_policy = EventTypeArg('sso_change_policy', None)
sso_change_saml_identity_mode = EventTypeArg('sso_change_saml_identity_mode', None)
sso_error = EventTypeArg('sso_error', None)
sso_remove_cert = EventTypeArg('sso_remove_cert', None)
sso_remove_login_url = EventTypeArg('sso_remove_login_url', None)
sso_remove_logout_url = EventTypeArg('sso_remove_logout_url', None)
started_enterprise_admin_session = EventTypeArg('started_enterprise_admin_session', None)
team_activity_create_report = EventTypeArg('team_activity_create_report', None)
team_activity_create_report_fail = EventTypeArg('team_activity_create_report_fail', None)
team_branding_policy_changed = EventTypeArg('team_branding_policy_changed', None)
team_encryption_key_cancel_key_deletion = EventTypeArg('team_encryption_key_cancel_key_deletion', None)
team_encryption_key_create_key = EventTypeArg('team_encryption_key_create_key', None)
team_encryption_key_delete_key = EventTypeArg('team_encryption_key_delete_key', None)
team_encryption_key_disable_key = EventTypeArg('team_encryption_key_disable_key', None)
team_encryption_key_enable_key = EventTypeArg('team_encryption_key_enable_key', None)
team_encryption_key_rotate_key = EventTypeArg('team_encryption_key_rotate_key', None)
team_encryption_key_schedule_key_deletion = EventTypeArg('team_encryption_key_schedule_key_deletion', None)
team_extensions_policy_changed = EventTypeArg('team_extensions_policy_changed', None)
team_folder_change_status = EventTypeArg('team_folder_change_status', None)
team_folder_create = EventTypeArg('team_folder_create', None)
team_folder_downgrade = EventTypeArg('team_folder_downgrade', None)
team_folder_permanently_delete = EventTypeArg('team_folder_permanently_delete', None)
team_folder_rename = EventTypeArg('team_folder_rename', None)
team_merge_from = EventTypeArg('team_merge_from', None)
team_merge_request_accepted = EventTypeArg('team_merge_request_accepted', None)
team_merge_request_accepted_shown_to_primary_team = EventTypeArg('team_merge_request_accepted_shown_to_primary_team', None)
team_merge_request_accepted_shown_to_secondary_team = EventTypeArg('team_merge_request_accepted_shown_to_secondary_team', None)
team_merge_request_auto_canceled = EventTypeArg('team_merge_request_auto_canceled', None)
team_merge_request_canceled = EventTypeArg('team_merge_request_canceled', None)
team_merge_request_canceled_shown_to_primary_team = EventTypeArg('team_merge_request_canceled_shown_to_primary_team', None)
team_merge_request_canceled_shown_to_secondary_team = EventTypeArg('team_merge_request_canceled_shown_to_secondary_team', None)
team_merge_request_expired = EventTypeArg('team_merge_request_expired', None)
team_merge_request_expired_shown_to_primary_team = EventTypeArg('team_merge_request_expired_shown_to_primary_team', None)
team_merge_request_expired_shown_to_secondary_team = EventTypeArg('team_merge_request_expired_shown_to_secondary_team', None)
team_merge_request_rejected_shown_to_primary_team = EventTypeArg('team_merge_request_rejected_shown_to_primary_team', None)
team_merge_request_rejected_shown_to_secondary_team = EventTypeArg('team_merge_request_rejected_shown_to_secondary_team', None)
team_merge_request_reminder = EventTypeArg('team_merge_request_reminder', None)
team_merge_request_reminder_shown_to_primary_team = EventTypeArg('team_merge_request_reminder_shown_to_primary_team', None)
team_merge_request_reminder_shown_to_secondary_team = EventTypeArg('team_merge_request_reminder_shown_to_secondary_team', None)
team_merge_request_revoked = EventTypeArg('team_merge_request_revoked', None)
team_merge_request_sent_shown_to_primary_team = EventTypeArg('team_merge_request_sent_shown_to_primary_team', None)
team_merge_request_sent_shown_to_secondary_team = EventTypeArg('team_merge_request_sent_shown_to_secondary_team', None)
team_merge_to = EventTypeArg('team_merge_to', None)
team_profile_add_background = EventTypeArg('team_profile_add_background', None)
team_profile_change_background = EventTypeArg('team_profile_change_background', None)
team_profile_change_default_language = EventTypeArg('team_profile_change_default_language', None)
team_profile_change_name = EventTypeArg('team_profile_change_name', None)
team_profile_remove_background = EventTypeArg('team_profile_remove_background', None)
team_selective_sync_policy_changed = EventTypeArg('team_selective_sync_policy_changed', None)
team_selective_sync_settings_changed = EventTypeArg('team_selective_sync_settings_changed', None)
team_sharing_whitelist_subjects_changed = EventTypeArg('team_sharing_whitelist_subjects_changed', None)
tfa_add_backup_phone = EventTypeArg('tfa_add_backup_phone', None)
tfa_add_exception = EventTypeArg('tfa_add_exception', None)
tfa_add_security_key = EventTypeArg('tfa_add_security_key', None)
tfa_change_backup_phone = EventTypeArg('tfa_change_backup_phone', None)
tfa_change_policy = EventTypeArg('tfa_change_policy', None)
tfa_change_status = EventTypeArg('tfa_change_status', None)
tfa_remove_backup_phone = EventTypeArg('tfa_remove_backup_phone', None)
tfa_remove_exception = EventTypeArg('tfa_remove_exception', None)
tfa_remove_security_key = EventTypeArg('tfa_remove_security_key', None)
tfa_reset = EventTypeArg('tfa_reset', None)
two_account_change_policy = EventTypeArg('two_account_change_policy', None)
undo_naming_convention = EventTypeArg('undo_naming_convention', None)
undo_organize_folder_with_tidy = EventTypeArg('undo_organize_folder_with_tidy', None)
user_tags_added = EventTypeArg('user_tags_added', None)
user_tags_removed = EventTypeArg('user_tags_removed', None)
viewer_info_policy_changed = EventTypeArg('viewer_info_policy_changed', None)
watermarking_policy_changed = EventTypeArg('watermarking_policy_changed', None)
web_sessions_change_active_session_limit = EventTypeArg('web_sessions_change_active_session_limit', None)
web_sessions_change_fixed_length_policy = EventTypeArg('web_sessions_change_fixed_length_policy', None)
web_sessions_change_idle_length_policy = EventTypeArg('web_sessions_change_idle_length_policy', None)
class dropbox.team_log.ExportMembersReportDetails

Bases: Struct

Created member data report.

__init__()
class dropbox.team_log.ExportMembersReportFailDetails(failure_reason=None)

Bases: Struct

Failed to create members data report.

Variables:

team_log.ExportMembersReportFailDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.ExportMembersReportFailType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ExportMembersReportType(description=None)

Bases: Struct

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

Bases: Struct

Accepted/opted out of extended version history.

Variables:
  • team_log.ExtendedVersionHistoryChangePolicyDetails.new_value – New extended version history policy.

  • team_log.ExtendedVersionHistoryChangePolicyDetails.previous_value – Previous extended version history policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('explicitly_limited', None)
explicitly_unlimited = ExtendedVersionHistoryPolicy('explicitly_unlimited', None)
implicitly_limited = ExtendedVersionHistoryPolicy('implicitly_limited', None)
implicitly_unlimited = ExtendedVersionHistoryPolicy('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('other', None)
class dropbox.team_log.ExternalDriveBackupEligibilityStatus(tag, value=None)

Bases: 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('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('other', None)
success = ExternalDriveBackupEligibilityStatus('success', None)
class dropbox.team_log.ExternalDriveBackupEligibilityStatusCheckedDetails(desktop_device_session_info=None, status=None, number_of_external_drive_backup=None)

Bases: 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)
desktop_device_session_info
number_of_external_drive_backup
status
class dropbox.team_log.ExternalDriveBackupEligibilityStatusCheckedType(description=None)

Bases: Struct

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

Bases: 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('default', None)
disabled = ExternalDriveBackupPolicy('disabled', None)
enabled = ExternalDriveBackupPolicy('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('other', None)
class dropbox.team_log.ExternalDriveBackupPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed external drive backup policy for team.

Variables:
  • team_log.ExternalDriveBackupPolicyChangedDetails.new_value – New external drive backup policy.

  • team_log.ExternalDriveBackupPolicyChangedDetails.previous_value – Previous external drive backup policy.

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

Bases: Struct

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

Bases: 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('broken', None)
created = ExternalDriveBackupStatus('created', None)
created_or_broken = ExternalDriveBackupStatus('created_or_broken', None)
deleted = ExternalDriveBackupStatus('deleted', None)
empty = ExternalDriveBackupStatus('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('other', None)
unknown = ExternalDriveBackupStatus('unknown', None)
class dropbox.team_log.ExternalDriveBackupStatusChangedDetails(desktop_device_session_info=None, previous_value=None, new_value=None)

Bases: Struct

Modified external drive backup.

:ivar

team_log.ExternalDriveBackupStatusChangedDetails.desktop_device_session_info: Device’s session logged information.

Variables:
  • team_log.ExternalDriveBackupStatusChangedDetails.previous_value – Previous status of this external drive backup.

  • team_log.ExternalDriveBackupStatusChangedDetails.new_value – Next status of this external drive backup.

__init__(desktop_device_session_info=None, previous_value=None, new_value=None)
desktop_device_session_info
new_value
previous_value
class dropbox.team_log.ExternalDriveBackupStatusChangedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ExternalSharingCreateReportDetails

Bases: Struct

Created External sharing report.

__init__()
class dropbox.team_log.ExternalSharingCreateReportType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ExternalSharingReportFailedDetails(failure_reason=None)

Bases: Struct

Couldn’t create External sharing report.

Variables:

team_log.ExternalSharingReportFailedDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.ExternalSharingReportFailedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ExternalUserLogInfo(user_identifier=None, identifier_type=None)

Bases: Struct

A user without a Dropbox account.

Variables:
  • team_log.ExternalUserLogInfo.user_identifier – An external user identifier.

  • team_log.ExternalUserLogInfo.identifier_type – Identifier type.

__init__(user_identifier=None, identifier_type=None)
identifier_type
user_identifier
class dropbox.team_log.FailureDetailsLogInfo(user_friendly_message=None, technical_error_message=None)

Bases: Struct

Provides details about a failure

Variables:
  • team_log.FailureDetailsLogInfo.user_friendly_message – A user friendly explanation of the error.

  • team_log.FailureDetailsLogInfo.technical_error_message – A technical explanation of the error. This is relevant for some errors.

__init__(user_friendly_message=None, technical_error_message=None)
technical_error_message
user_friendly_message
class dropbox.team_log.FedAdminRole(tag, value=None)

Bases: 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('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('not_enterprise_admin', None)
other = FedAdminRole('other', None)
class dropbox.team_log.FedExtraDetails(tag, value=None)

Bases: 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:
  • FedExtraDetails.organization (OrganizationDetails) – More details about the organization.

  • FedExtraDetails.team (TeamDetails) – More details about the team.

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('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: 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('accepted_invite', None)
canceled_invite = FedHandshakeAction('canceled_invite', None)
invite_expired = FedHandshakeAction('invite_expired', None)
invited = FedHandshakeAction('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('other', None)
rejected_invite = FedHandshakeAction('rejected_invite', None)
removed_team = FedHandshakeAction('removed_team', None)
class dropbox.team_log.FederationStatusChangeAdditionalInfo(tag, value=None)

Bases: 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('other', None)
class dropbox.team_log.FileAddCommentDetails(comment_text=None)

Bases: Struct

Added file comment.

Variables:

team_log.FileAddCommentDetails.comment_text – Comment text.

__init__(comment_text=None)
comment_text
class dropbox.team_log.FileAddCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileAddDetails

Bases: Struct

Added files and/or folders.

__init__()
class dropbox.team_log.FileAddFromAutomationDetails

Bases: Struct

Added files and/or folders from automation.

__init__()
class dropbox.team_log.FileAddFromAutomationType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileAddType(description=None)

Bases: Struct

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

Bases: Struct

Subscribed to or unsubscribed from comment notifications for file.

Variables:
  • team_log.FileChangeCommentSubscriptionDetails.new_value – New file comment subscription.

  • team_log.FileChangeCommentSubscriptionDetails.previous_value – Previous file comment subscription. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = FileCommentNotificationPolicy('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('other', None)
class dropbox.team_log.FileCommentsChangePolicyDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled commenting on team files.

Variables:
  • team_log.FileCommentsChangePolicyDetails.new_value – New commenting on team files policy.

  • team_log.FileCommentsChangePolicyDetails.previous_value – Previous commenting on team files policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = FileCommentsPolicy('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('other', None)
class dropbox.team_log.FileCopyDetails(relocate_action_details=None)

Bases: Struct

Copied files and/or folders.

Variables:

team_log.FileCopyDetails.relocate_action_details – Relocate action details.

__init__(relocate_action_details=None)
relocate_action_details
class dropbox.team_log.FileCopyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileDeleteCommentDetails(comment_text=None)

Bases: Struct

Deleted file comment.

Variables:

team_log.FileDeleteCommentDetails.comment_text – Comment text.

__init__(comment_text=None)
comment_text
class dropbox.team_log.FileDeleteCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileDeleteDetails

Bases: Struct

Deleted files and/or folders.

__init__()
class dropbox.team_log.FileDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileDownloadDetails

Bases: Struct

Downloaded files and/or folders.

__init__()
class dropbox.team_log.FileDownloadType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileEditCommentDetails(previous_comment_text=None, comment_text=None)

Bases: Struct

Edited file comment.

Variables:
  • team_log.FileEditCommentDetails.comment_text – Comment text.

  • team_log.FileEditCommentDetails.previous_comment_text – Previous comment text.

__init__(previous_comment_text=None, comment_text=None)
comment_text
previous_comment_text
class dropbox.team_log.FileEditCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileEditDetails

Bases: Struct

Edited files.

__init__()
class dropbox.team_log.FileEditType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileGetCopyReferenceDetails

Bases: Struct

Created copy reference to file/folder.

__init__()
class dropbox.team_log.FileGetCopyReferenceType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileLikeCommentDetails(comment_text=None)

Bases: Struct

Liked file comment.

Variables:

team_log.FileLikeCommentDetails.comment_text – Comment text.

__init__(comment_text=None)
comment_text
class dropbox.team_log.FileLikeCommentType(description=None)

Bases: Struct

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

Bases: Struct

Locked/unlocked editing for a file.

Variables:
  • team_log.FileLockingLockStatusChangedDetails.previous_value – Previous lock status of the file.

  • team_log.FileLockingLockStatusChangedDetails.new_value – New lock status of the file.

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

Bases: Struct

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

Bases: Struct

Changed file locking policy for team.

Variables:
  • team_log.FileLockingPolicyChangedDetails.new_value – New file locking policy.

  • team_log.FileLockingPolicyChangedDetails.previous_value – Previous file locking policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileLogInfo(path=None, display_name=None, file_id=None, file_size=None)

Bases: FileOrFolderLogInfo

File’s logged information.

__init__(path=None, display_name=None, file_id=None, file_size=None)
class dropbox.team_log.FileMoveDetails(relocate_action_details=None)

Bases: Struct

Moved files and/or folders.

Variables:

team_log.FileMoveDetails.relocate_action_details – Relocate action details.

__init__(relocate_action_details=None)
relocate_action_details
class dropbox.team_log.FileMoveType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileOrFolderLogInfo(path=None, display_name=None, file_id=None, file_size=None)

Bases: Struct

Generic information relevant both for files and folders

Variables:
  • team_log.FileOrFolderLogInfo.path – Path relative to event context.

  • team_log.FileOrFolderLogInfo.display_name – Display name.

  • team_log.FileOrFolderLogInfo.file_id – Unique ID.

  • team_log.FileOrFolderLogInfo.file_size – File or folder size in bytes.

__init__(path=None, display_name=None, file_id=None, file_size=None)
display_name
file_id
file_size
path
class dropbox.team_log.FilePermanentlyDeleteDetails

Bases: Struct

Permanently deleted files and/or folders.

__init__()
class dropbox.team_log.FilePermanentlyDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FilePreviewDetails

Bases: Struct

Previewed files and/or folders.

__init__()
class dropbox.team_log.FilePreviewType(description=None)

Bases: Struct

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

Bases: Struct

Changed File Provider Migration policy for team.

Variables:
  • team_log.FileProviderMigrationPolicyChangedDetails.new_value – To.

  • team_log.FileProviderMigrationPolicyChangedDetails.previous_value – From.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRenameDetails(relocate_action_details=None)

Bases: Struct

Renamed files and/or folders.

Variables:

team_log.FileRenameDetails.relocate_action_details – Relocate action details.

__init__(relocate_action_details=None)
relocate_action_details
class dropbox.team_log.FileRenameType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRequestChangeDetails(new_details=None, file_request_id=None, previous_details=None)

Bases: Struct

Changed file request.

Variables:
  • team_log.FileRequestChangeDetails.file_request_id – File request id. Might be missing due to historical data gap.

  • team_log.FileRequestChangeDetails.previous_details – Previous file request details. Might be missing due to historical data gap.

  • team_log.FileRequestChangeDetails.new_details – New file request details.

__init__(new_details=None, file_request_id=None, previous_details=None)
file_request_id
new_details
previous_details
class dropbox.team_log.FileRequestChangeType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRequestCloseDetails(file_request_id=None, previous_details=None)

Bases: Struct

Closed file request.

Variables:
  • team_log.FileRequestCloseDetails.file_request_id – File request id. Might be missing due to historical data gap.

  • team_log.FileRequestCloseDetails.previous_details – Previous file request details. Might be missing due to historical data gap.

__init__(file_request_id=None, previous_details=None)
file_request_id
previous_details
class dropbox.team_log.FileRequestCloseType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRequestCreateDetails(file_request_id=None, request_details=None)

Bases: Struct

Created file request.

Variables:
  • team_log.FileRequestCreateDetails.file_request_id – File request id. Might be missing due to historical data gap.

  • team_log.FileRequestCreateDetails.request_details – File request details. Might be missing due to historical data gap.

__init__(file_request_id=None, request_details=None)
file_request_id
request_details
class dropbox.team_log.FileRequestCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRequestDeadline(deadline=None, allow_late_uploads=None)

Bases: Struct

File request deadline

Variables:
  • team_log.FileRequestDeadline.deadline – The deadline for this file request. Might be missing due to historical data gap.

  • team_log.FileRequestDeadline.allow_late_uploads – If set, allow uploads after the deadline has passed.

__init__(deadline=None, allow_late_uploads=None)
allow_late_uploads
deadline
class dropbox.team_log.FileRequestDeleteDetails(file_request_id=None, previous_details=None)

Bases: Struct

Delete file request.

Variables:
  • team_log.FileRequestDeleteDetails.file_request_id – File request id. Might be missing due to historical data gap.

  • team_log.FileRequestDeleteDetails.previous_details – Previous file request details. Might be missing due to historical data gap.

__init__(file_request_id=None, previous_details=None)
file_request_id
previous_details
class dropbox.team_log.FileRequestDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRequestDetails(asset_index=None, deadline=None)

Bases: Struct

File request details

Variables:
  • team_log.FileRequestDetails.asset_index – Asset position in the Assets list.

  • team_log.FileRequestDetails.deadline – File request deadline.

__init__(asset_index=None, deadline=None)
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: Struct

Received files for file request.

Variables:
  • team_log.FileRequestReceiveFileDetails.file_request_id – File request id. Might be missing due to historical data gap.

  • team_log.FileRequestReceiveFileDetails.file_request_details – File request details. Might be missing due to historical data gap.

  • team_log.FileRequestReceiveFileDetails.submitted_file_names – Submitted file names.

  • team_log.FileRequestReceiveFileDetails.submitter_name – The name as provided by the submitter.

  • team_log.FileRequestReceiveFileDetails.submitter_email – The email as provided by the submitter.

__init__(submitted_file_names=None, file_request_id=None, file_request_details=None, submitter_name=None, submitter_email=None)
file_request_details
file_request_id
submitted_file_names
submitter_email
submitter_name
class dropbox.team_log.FileRequestReceiveFileType(description=None)

Bases: Struct

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

Bases: Struct

Enabled/disabled file requests.

Variables:
  • team_log.FileRequestsChangePolicyDetails.new_value – New file requests policy.

  • team_log.FileRequestsChangePolicyDetails.previous_value – Previous file requests policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRequestsEmailsEnabledDetails

Bases: Struct

Enabled file request emails for everyone.

__init__()
class dropbox.team_log.FileRequestsEmailsEnabledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRequestsEmailsRestrictedToTeamOnlyDetails

Bases: Struct

Enabled file request emails for team.

__init__()
class dropbox.team_log.FileRequestsEmailsRestrictedToTeamOnlyType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = FileRequestsPolicy('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('other', None)
class dropbox.team_log.FileResolveCommentDetails(comment_text=None)

Bases: Struct

Resolved file comment.

Variables:

team_log.FileResolveCommentDetails.comment_text – Comment text.

__init__(comment_text=None)
comment_text
class dropbox.team_log.FileResolveCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRestoreDetails

Bases: Struct

Restored deleted files and/or folders.

__init__()
class dropbox.team_log.FileRestoreType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRevertDetails

Bases: Struct

Reverted files to previous version.

__init__()
class dropbox.team_log.FileRevertType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileRollbackChangesDetails

Bases: Struct

Rolled back file actions.

__init__()
class dropbox.team_log.FileRollbackChangesType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileSaveCopyReferenceDetails(relocate_action_details=None)

Bases: Struct

Saved file/folder using copy reference.

Variables:

team_log.FileSaveCopyReferenceDetails.relocate_action_details – Relocate action details.

__init__(relocate_action_details=None)
relocate_action_details
class dropbox.team_log.FileSaveCopyReferenceType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileTransfersFileAddDetails(file_transfer_id=None)

Bases: Struct

Transfer files added.

Variables:

team_log.FileTransfersFileAddDetails.file_transfer_id – Transfer id.

__init__(file_transfer_id=None)
file_transfer_id
class dropbox.team_log.FileTransfersFileAddType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = FileTransfersPolicy('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('other', None)
class dropbox.team_log.FileTransfersPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed file transfers policy for team.

Variables:
  • team_log.FileTransfersPolicyChangedDetails.new_value – New file transfers policy.

  • team_log.FileTransfersPolicyChangedDetails.previous_value – Previous file transfers policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileTransfersTransferDeleteDetails(file_transfer_id=None)

Bases: Struct

Deleted transfer.

Variables:

team_log.FileTransfersTransferDeleteDetails.file_transfer_id – Transfer id.

__init__(file_transfer_id=None)
file_transfer_id
class dropbox.team_log.FileTransfersTransferDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileTransfersTransferDownloadDetails(file_transfer_id=None)

Bases: Struct

Transfer downloaded.

Variables:

team_log.FileTransfersTransferDownloadDetails.file_transfer_id – Transfer id.

__init__(file_transfer_id=None)
file_transfer_id
class dropbox.team_log.FileTransfersTransferDownloadType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileTransfersTransferSendDetails(file_transfer_id=None)

Bases: Struct

Sent transfer.

Variables:

team_log.FileTransfersTransferSendDetails.file_transfer_id – Transfer id.

__init__(file_transfer_id=None)
file_transfer_id
class dropbox.team_log.FileTransfersTransferSendType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileTransfersTransferViewDetails(file_transfer_id=None)

Bases: Struct

Viewed transfer.

Variables:

team_log.FileTransfersTransferViewDetails.file_transfer_id – Transfer id.

__init__(file_transfer_id=None)
file_transfer_id
class dropbox.team_log.FileTransfersTransferViewType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileUnlikeCommentDetails(comment_text=None)

Bases: Struct

Unliked file comment.

Variables:

team_log.FileUnlikeCommentDetails.comment_text – Comment text.

__init__(comment_text=None)
comment_text
class dropbox.team_log.FileUnlikeCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FileUnresolveCommentDetails(comment_text=None)

Bases: Struct

Unresolved file comment.

Variables:

team_log.FileUnresolveCommentDetails.comment_text – Comment text.

__init__(comment_text=None)
comment_text
class dropbox.team_log.FileUnresolveCommentType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = FolderLinkRestrictionPolicy('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('other', None)
class dropbox.team_log.FolderLinkRestrictionPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed folder link restrictions policy for team.

Variables:
  • team_log.FolderLinkRestrictionPolicyChangedDetails.new_value – To.

  • team_log.FolderLinkRestrictionPolicyChangedDetails.previous_value – From.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FolderLogInfo(path=None, display_name=None, file_id=None, file_size=None, file_count=None)

Bases: 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)
file_count
class dropbox.team_log.FolderOverviewDescriptionChangedDetails(folder_overview_location_asset=None)

Bases: 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)
folder_overview_location_asset
class dropbox.team_log.FolderOverviewDescriptionChangedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FolderOverviewItemPinnedDetails(folder_overview_location_asset=None, pinned_items_asset_indices=None)

Bases: 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)
folder_overview_location_asset
pinned_items_asset_indices
class dropbox.team_log.FolderOverviewItemPinnedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.FolderOverviewItemUnpinnedDetails(folder_overview_location_asset=None, pinned_items_asset_indices=None)

Bases: 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)
folder_overview_location_asset
pinned_items_asset_indices
class dropbox.team_log.FolderOverviewItemUnpinnedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GeoLocationLogInfo(ip_address=None, city=None, region=None, country=None)

Bases: Struct

Geographic location details.

Variables:
  • team_log.GeoLocationLogInfo.city – City name.

  • team_log.GeoLocationLogInfo.region – Region name.

  • team_log.GeoLocationLogInfo.country – Country code.

  • team_log.GeoLocationLogInfo.ip_address – IP address.

__init__(ip_address=None, city=None, region=None, country=None)
city
country
ip_address
region
class dropbox.team_log.GetTeamEventsArg(limit=None, account_id=None, time=None, category=None, event_type=None)

Bases: 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)
account_id
category
event_type
limit
time
class dropbox.team_log.GetTeamEventsContinueArg(cursor=None)

Bases: Struct

Variables:

team_log.GetTeamEventsContinueArg.cursor – Indicates from what point to get the next set of events.

__init__(cursor=None)
cursor
class dropbox.team_log.GetTeamEventsContinueError(tag, value=None)

Bases: 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:
  • team_log.GetTeamEventsContinueError.bad_cursor – Bad cursor.

  • team_log.GetTeamEventsContinueError.reset (datetime.datetime) – 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 :route:`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 :route:`get_events` to obtain a new cursor.

bad_cursor = GetTeamEventsContinueError('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('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: 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:
  • team_log.GetTeamEventsError.account_id_not_found – No user found matching the provided account_id.

  • team_log.GetTeamEventsError.invalid_time_range – Invalid time range.

  • team_log.GetTeamEventsError.invalid_filters – Invalid filters. Do not specify both event_type and category parameters for the same call.

account_id_not_found = GetTeamEventsError('account_id_not_found', None)
invalid_filters = GetTeamEventsError('invalid_filters', None)
invalid_time_range = GetTeamEventsError('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('other', None)
class dropbox.team_log.GetTeamEventsResult(events=None, cursor=None, has_more=None)

Bases: 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)
cursor
events
has_more
class dropbox.team_log.GoogleSsoChangePolicyDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled Google single sign-on for team.

Variables:
  • team_log.GoogleSsoChangePolicyDetails.new_value – New Google single sign-on policy.

  • team_log.GoogleSsoChangePolicyDetails.previous_value – Previous Google single sign-on policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = GoogleSsoPolicy('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('other', None)
class dropbox.team_log.GovernancePolicyAddFolderFailedDetails(governance_policy_id=None, name=None, folder=None, policy_type=None, reason=None)

Bases: Struct

Couldn’t add a folder to a policy.

Variables:
  • team_log.GovernancePolicyAddFolderFailedDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyAddFolderFailedDetails.name – Policy name.

  • team_log.GovernancePolicyAddFolderFailedDetails.policy_type – Policy type.

  • team_log.GovernancePolicyAddFolderFailedDetails.folder – Folder.

  • team_log.GovernancePolicyAddFolderFailedDetails.reason – Reason.

__init__(governance_policy_id=None, name=None, folder=None, policy_type=None, reason=None)
folder
governance_policy_id
name
policy_type
reason
class dropbox.team_log.GovernancePolicyAddFolderFailedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyAddFoldersDetails(governance_policy_id=None, name=None, policy_type=None, folders=None)

Bases: Struct

Added folders to policy.

Variables:
  • team_log.GovernancePolicyAddFoldersDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyAddFoldersDetails.name – Policy name.

  • team_log.GovernancePolicyAddFoldersDetails.policy_type – Policy type.

  • team_log.GovernancePolicyAddFoldersDetails.folders – Folders.

__init__(governance_policy_id=None, name=None, policy_type=None, folders=None)
folders
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyAddFoldersType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyContentDisposedDetails(governance_policy_id=None, name=None, disposition_type=None, policy_type=None)

Bases: Struct

Content disposed.

Variables:
  • team_log.GovernancePolicyContentDisposedDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyContentDisposedDetails.name – Policy name.

  • team_log.GovernancePolicyContentDisposedDetails.policy_type – Policy type.

  • team_log.GovernancePolicyContentDisposedDetails.disposition_type – Disposition type.

__init__(governance_policy_id=None, name=None, disposition_type=None, policy_type=None)
disposition_type
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyContentDisposedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyCreateDetails(governance_policy_id=None, name=None, duration=None, policy_type=None, folders=None)

Bases: Struct

Activated a new policy.

Variables:
  • team_log.GovernancePolicyCreateDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyCreateDetails.name – Policy name.

  • team_log.GovernancePolicyCreateDetails.policy_type – Policy type.

  • team_log.GovernancePolicyCreateDetails.duration – Duration in days.

  • team_log.GovernancePolicyCreateDetails.folders – Folders.

__init__(governance_policy_id=None, name=None, duration=None, policy_type=None, folders=None)
duration
folders
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyDeleteDetails(governance_policy_id=None, name=None, policy_type=None)

Bases: Struct

Deleted a policy.

Variables:
  • team_log.GovernancePolicyDeleteDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyDeleteDetails.name – Policy name.

  • team_log.GovernancePolicyDeleteDetails.policy_type – Policy type.

__init__(governance_policy_id=None, name=None, policy_type=None)
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyEditDetailsDetails(governance_policy_id=None, name=None, attribute=None, previous_value=None, new_value=None, policy_type=None)

Bases: Struct

Edited policy.

Variables:
  • team_log.GovernancePolicyEditDetailsDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyEditDetailsDetails.name – Policy name.

  • team_log.GovernancePolicyEditDetailsDetails.policy_type – Policy type.

  • team_log.GovernancePolicyEditDetailsDetails.attribute – Attribute.

  • team_log.GovernancePolicyEditDetailsDetails.previous_value – From.

  • team_log.GovernancePolicyEditDetailsDetails.new_value – To.

__init__(governance_policy_id=None, name=None, attribute=None, previous_value=None, new_value=None, policy_type=None)
attribute
governance_policy_id
name
new_value
policy_type
previous_value
class dropbox.team_log.GovernancePolicyEditDetailsType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyEditDurationDetails(governance_policy_id=None, name=None, previous_value=None, new_value=None, policy_type=None)

Bases: Struct

Changed policy duration.

Variables:
  • team_log.GovernancePolicyEditDurationDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyEditDurationDetails.name – Policy name.

  • team_log.GovernancePolicyEditDurationDetails.policy_type – Policy type.

  • team_log.GovernancePolicyEditDurationDetails.previous_value – From.

  • team_log.GovernancePolicyEditDurationDetails.new_value – To.

__init__(governance_policy_id=None, name=None, previous_value=None, new_value=None, policy_type=None)
governance_policy_id
name
new_value
policy_type
previous_value
class dropbox.team_log.GovernancePolicyEditDurationType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyExportCreatedDetails(governance_policy_id=None, name=None, export_name=None, policy_type=None)

Bases: Struct

Created a policy download.

Variables:
  • team_log.GovernancePolicyExportCreatedDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyExportCreatedDetails.name – Policy name.

  • team_log.GovernancePolicyExportCreatedDetails.policy_type – Policy type.

  • team_log.GovernancePolicyExportCreatedDetails.export_name – Export name.

__init__(governance_policy_id=None, name=None, export_name=None, policy_type=None)
export_name
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyExportCreatedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyExportRemovedDetails(governance_policy_id=None, name=None, export_name=None, policy_type=None)

Bases: Struct

Removed a policy download.

Variables:
  • team_log.GovernancePolicyExportRemovedDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyExportRemovedDetails.name – Policy name.

  • team_log.GovernancePolicyExportRemovedDetails.policy_type – Policy type.

  • team_log.GovernancePolicyExportRemovedDetails.export_name – Export name.

__init__(governance_policy_id=None, name=None, export_name=None, policy_type=None)
export_name
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyExportRemovedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyRemoveFoldersDetails(governance_policy_id=None, name=None, policy_type=None, folders=None, reason=None)

Bases: Struct

Removed folders from policy.

Variables:
  • team_log.GovernancePolicyRemoveFoldersDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyRemoveFoldersDetails.name – Policy name.

  • team_log.GovernancePolicyRemoveFoldersDetails.policy_type – Policy type.

  • team_log.GovernancePolicyRemoveFoldersDetails.folders – Folders.

  • team_log.GovernancePolicyRemoveFoldersDetails.reason – Reason.

__init__(governance_policy_id=None, name=None, policy_type=None, folders=None, reason=None)
folders
governance_policy_id
name
policy_type
reason
class dropbox.team_log.GovernancePolicyRemoveFoldersType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyReportCreatedDetails(governance_policy_id=None, name=None, policy_type=None)

Bases: Struct

Created a summary report for a policy.

Variables:
  • team_log.GovernancePolicyReportCreatedDetails.governance_policy_id – Policy ID.

  • team_log.GovernancePolicyReportCreatedDetails.name – Policy name.

  • team_log.GovernancePolicyReportCreatedDetails.policy_type – Policy type.

__init__(governance_policy_id=None, name=None, policy_type=None)
governance_policy_id
name
policy_type
class dropbox.team_log.GovernancePolicyReportCreatedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GovernancePolicyZipPartDownloadedDetails(governance_policy_id=None, name=None, export_name=None, policy_type=None, part=None)

Bases: Struct

Downloaded content from a policy.

:ivar

team_log.GovernancePolicyZipPartDownloadedDetails.governance_policy_id: Policy ID.

Variables:
  • team_log.GovernancePolicyZipPartDownloadedDetails.name – Policy name.

  • team_log.GovernancePolicyZipPartDownloadedDetails.policy_type – Policy type.

  • team_log.GovernancePolicyZipPartDownloadedDetails.export_name – Export name.

  • team_log.GovernancePolicyZipPartDownloadedDetails.part – Part.

__init__(governance_policy_id=None, name=None, export_name=None, policy_type=None, part=None)
export_name
governance_policy_id
name
part
policy_type
class dropbox.team_log.GovernancePolicyZipPartDownloadedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupAddExternalIdDetails(new_value=None)

Bases: Struct

Added external ID for group.

Variables:

team_log.GroupAddExternalIdDetails.new_value – Current external id.

__init__(new_value=None)
new_value
class dropbox.team_log.GroupAddExternalIdType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupAddMemberDetails(is_group_owner=None)

Bases: Struct

Added team members to group.

Variables:

team_log.GroupAddMemberDetails.is_group_owner – Is group owner.

__init__(is_group_owner=None)
is_group_owner
class dropbox.team_log.GroupAddMemberType(description=None)

Bases: Struct

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

Bases: Struct

Changed external ID for group.

Variables:
  • team_log.GroupChangeExternalIdDetails.new_value – Current external id.

  • team_log.GroupChangeExternalIdDetails.previous_value – Old external id.

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

Bases: Struct

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

Bases: Struct

Changed group management type.

Variables:
  • team_log.GroupChangeManagementTypeDetails.new_value – New group management type.

  • team_log.GroupChangeManagementTypeDetails.previous_value – Previous group management type. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupChangeMemberRoleDetails(is_group_owner=None)

Bases: Struct

Changed manager permissions of group member.

Variables:

team_log.GroupChangeMemberRoleDetails.is_group_owner – Is group owner.

__init__(is_group_owner=None)
is_group_owner
class dropbox.team_log.GroupChangeMemberRoleType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupCreateDetails(is_company_managed=None, join_policy=None)

Bases: Struct

Created group.

Variables:
  • team_log.GroupCreateDetails.is_company_managed – Is company managed group.

  • team_log.GroupCreateDetails.join_policy – Group join policy.

__init__(is_company_managed=None, join_policy=None)
is_company_managed
join_policy
class dropbox.team_log.GroupCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupDeleteDetails(is_company_managed=None)

Bases: Struct

Deleted group.

Variables:

team_log.GroupDeleteDetails.is_company_managed – Is company managed group.

__init__(is_company_managed=None)
is_company_managed
class dropbox.team_log.GroupDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupDescriptionUpdatedDetails

Bases: Struct

Updated group.

__init__()
class dropbox.team_log.GroupDescriptionUpdatedType(description=None)

Bases: Struct

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

Bases: 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('open', None)
other = GroupJoinPolicy('other', None)
request_to_join = GroupJoinPolicy('request_to_join', None)
class dropbox.team_log.GroupJoinPolicyUpdatedDetails(is_company_managed=None, join_policy=None)

Bases: Struct

Updated group join policy.

Variables:
  • team_log.GroupJoinPolicyUpdatedDetails.is_company_managed – Is company managed group.

  • team_log.GroupJoinPolicyUpdatedDetails.join_policy – Group join policy.

__init__(is_company_managed=None, join_policy=None)
is_company_managed
join_policy
class dropbox.team_log.GroupJoinPolicyUpdatedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupLogInfo(display_name=None, group_id=None, external_id=None)

Bases: Struct

Group’s logged information.

Variables:
  • team_log.GroupLogInfo.group_id – The unique id of this group.

  • team_log.GroupLogInfo.display_name – The name of this group.

  • team_log.GroupLogInfo.external_id – External group ID.

__init__(display_name=None, group_id=None, external_id=None)
display_name
external_id
group_id
class dropbox.team_log.GroupMovedDetails

Bases: Struct

Moved group.

__init__()
class dropbox.team_log.GroupMovedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupRemoveExternalIdDetails(previous_value=None)

Bases: Struct

Removed external ID for group.

Variables:

team_log.GroupRemoveExternalIdDetails.previous_value – Old external id.

__init__(previous_value=None)
previous_value
class dropbox.team_log.GroupRemoveExternalIdType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GroupRemoveMemberDetails

Bases: Struct

Removed team members from group.

__init__()
class dropbox.team_log.GroupRemoveMemberType(description=None)

Bases: Struct

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

Bases: Struct

Renamed group.

Variables:
  • team_log.GroupRenameDetails.previous_value – Previous display name.

  • team_log.GroupRenameDetails.new_value – New display name.

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

Bases: Struct

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

Bases: Struct

Changed who can create groups.

Variables:
  • team_log.GroupUserManagementChangePolicyDetails.new_value – New group users management policy.

  • team_log.GroupUserManagementChangePolicyDetails.previous_value – Previous group users management policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
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: Struct

Changed guest team admin status.

Variables:
  • team_log.GuestAdminChangeStatusDetails.is_guest – True for guest, false for host.

  • team_log.GuestAdminChangeStatusDetails.guest_team_name – The name of the guest team.

  • team_log.GuestAdminChangeStatusDetails.host_team_name – The name of the host team.

  • team_log.GuestAdminChangeStatusDetails.previous_value – Previous request state.

  • team_log.GuestAdminChangeStatusDetails.new_value – New request state.

  • team_log.GuestAdminChangeStatusDetails.action_details – Action details.

__init__(is_guest=None, previous_value=None, new_value=None, action_details=None, guest_team_name=None, host_team_name=None)
action_details
guest_team_name
host_team_name
is_guest
new_value
previous_value
class dropbox.team_log.GuestAdminChangeStatusType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GuestAdminSignedInViaTrustedTeamsDetails(team_name=None, trusted_team_name=None)

Bases: Struct

Started trusted team admin session.

Variables:
  • team_log.GuestAdminSignedInViaTrustedTeamsDetails.team_name – Host team name.

  • team_log.GuestAdminSignedInViaTrustedTeamsDetails.trusted_team_name – Trusted team name.

__init__(team_name=None, trusted_team_name=None)
team_name
trusted_team_name
class dropbox.team_log.GuestAdminSignedInViaTrustedTeamsType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.GuestAdminSignedOutViaTrustedTeamsDetails(team_name=None, trusted_team_name=None)

Bases: Struct

Ended trusted team admin session.

Variables:
  • team_log.GuestAdminSignedOutViaTrustedTeamsDetails.team_name – Host team name.

  • team_log.GuestAdminSignedOutViaTrustedTeamsDetails.trusted_team_name – Trusted team name.

__init__(team_name=None, trusted_team_name=None)
team_name
trusted_team_name
class dropbox.team_log.GuestAdminSignedOutViaTrustedTeamsType(description=None)

Bases: Struct

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

Bases: 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('email', None)
facebook_profile_name = IdentifierType('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('other', None)
class dropbox.team_log.IntegrationConnectedDetails(integration_name=None)

Bases: Struct

Connected integration for member.

Variables:

team_log.IntegrationConnectedDetails.integration_name – Name of the third-party integration.

__init__(integration_name=None)
integration_name
class dropbox.team_log.IntegrationConnectedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.IntegrationDisconnectedDetails(integration_name=None)

Bases: Struct

Disconnected integration for member.

Variables:

team_log.IntegrationDisconnectedDetails.integration_name – Name of the third-party integration.

__init__(integration_name=None)
integration_name
class dropbox.team_log.IntegrationDisconnectedType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = IntegrationPolicy('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('other', None)
class dropbox.team_log.IntegrationPolicyChangedDetails(integration_name=None, new_value=None, previous_value=None)

Bases: Struct

Changed integration policy for team.

Variables:
  • team_log.IntegrationPolicyChangedDetails.integration_name – Name of the third-party integration.

  • team_log.IntegrationPolicyChangedDetails.new_value – New integration policy.

  • team_log.IntegrationPolicyChangedDetails.previous_value – Previous integration policy.

__init__(integration_name=None, new_value=None, previous_value=None)
integration_name
new_value
previous_value
class dropbox.team_log.IntegrationPolicyChangedType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = InviteAcceptanceEmailPolicy('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('other', None)
class dropbox.team_log.InviteAcceptanceEmailPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed invite accept email policy for team.

Variables:
  • team_log.InviteAcceptanceEmailPolicyChangedDetails.new_value – To.

  • team_log.InviteAcceptanceEmailPolicyChangedDetails.previous_value – From.

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

Bases: Struct

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

Bases: 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('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('member_invite', None)
moved_from_another_team = InviteMethod('moved_from_another_team', None)
other = InviteMethod('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: Struct

Additional information relevant when a new member joins the team.

Variables:
  • team_log.JoinTeamDetails.linked_apps – Linked applications. (Deprecated) Please use has_linked_apps boolean field instead.

  • team_log.JoinTeamDetails.linked_devices – Linked devices. (Deprecated) Please use has_linked_devices boolean field instead.

  • team_log.JoinTeamDetails.linked_shared_folders – Linked shared folders. (Deprecated) Please use has_linked_shared_folders boolean field instead.

  • team_log.JoinTeamDetails.was_linked_apps_truncated – (Deprecated) True if the linked_apps list was truncated to the maximum supported length (50).

  • team_log.JoinTeamDetails.was_linked_devices_truncated – (Deprecated) True if the linked_devices list was truncated to the maximum supported length (50).

  • team_log.JoinTeamDetails.was_linked_shared_folders_truncated – (Deprecated) True if the linked_shared_folders list was truncated to the maximum supported length (50).

  • team_log.JoinTeamDetails.has_linked_apps – True if the user had linked apps at event time.

  • team_log.JoinTeamDetails.has_linked_devices – True if the user had linked apps at event time.

  • team_log.JoinTeamDetails.has_linked_shared_folders – True if the user had linked shared folders at event time.

__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)
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: 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('other', None)
personal_information = LabelType('personal_information', None)
test_only = LabelType('test_only', None)
user_defined_tag = LabelType('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: DeviceSessionLogInfo

Information on sessions, in legacy format

Variables:
  • team_log.LegacyDeviceSessionLogInfo.session_info – Session unique id.

  • team_log.LegacyDeviceSessionLogInfo.display_name – The device name. Might be missing due to historical data gap.

  • team_log.LegacyDeviceSessionLogInfo.is_emm_managed – Is device managed by emm. Might be missing due to historical data gap.

  • team_log.LegacyDeviceSessionLogInfo.platform – Information on the hosting platform. Might be missing due to historical data gap.

  • team_log.LegacyDeviceSessionLogInfo.mac_address – The mac address of the last activity from this session. Might be missing due to historical data gap.

  • team_log.LegacyDeviceSessionLogInfo.os_version – The hosting OS version. Might be missing due to historical data gap.

  • team_log.LegacyDeviceSessionLogInfo.device_type – Information on the hosting device type. Might be missing due to historical data gap.

  • team_log.LegacyDeviceSessionLogInfo.client_version – The Dropbox client version. Might be missing due to historical data gap.

  • team_log.LegacyDeviceSessionLogInfo.legacy_uniq_id – Alternative unique device session id, instead of session id field. Might be missing due to historical data gap.

__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)
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: Struct

Activated a hold.

Variables:
  • team_log.LegalHoldsActivateAHoldDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsActivateAHoldDetails.name – Hold name.

  • team_log.LegalHoldsActivateAHoldDetails.start_date – Hold start date.

  • team_log.LegalHoldsActivateAHoldDetails.end_date – Hold end date.

__init__(legal_hold_id=None, name=None, start_date=None, end_date=None)
end_date
legal_hold_id
name
start_date
class dropbox.team_log.LegalHoldsActivateAHoldType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsAddMembersDetails(legal_hold_id=None, name=None)

Bases: Struct

Added members to a hold.

Variables:
  • team_log.LegalHoldsAddMembersDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsAddMembersDetails.name – Hold name.

__init__(legal_hold_id=None, name=None)
legal_hold_id
name
class dropbox.team_log.LegalHoldsAddMembersType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsChangeHoldDetailsDetails(legal_hold_id=None, name=None, previous_value=None, new_value=None)

Bases: Struct

Edited details for a hold.

Variables:
  • team_log.LegalHoldsChangeHoldDetailsDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsChangeHoldDetailsDetails.name – Hold name.

  • team_log.LegalHoldsChangeHoldDetailsDetails.previous_value – Previous details.

  • team_log.LegalHoldsChangeHoldDetailsDetails.new_value – New details.

__init__(legal_hold_id=None, name=None, previous_value=None, new_value=None)
legal_hold_id
name
new_value
previous_value
class dropbox.team_log.LegalHoldsChangeHoldDetailsType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsChangeHoldNameDetails(legal_hold_id=None, previous_value=None, new_value=None)

Bases: Struct

Renamed a hold.

Variables:
  • team_log.LegalHoldsChangeHoldNameDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsChangeHoldNameDetails.previous_value – Previous Name.

  • team_log.LegalHoldsChangeHoldNameDetails.new_value – New Name.

__init__(legal_hold_id=None, previous_value=None, new_value=None)
legal_hold_id
new_value
previous_value
class dropbox.team_log.LegalHoldsChangeHoldNameType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsExportAHoldDetails(legal_hold_id=None, name=None, export_name=None)

Bases: Struct

Exported hold.

Variables:
  • team_log.LegalHoldsExportAHoldDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsExportAHoldDetails.name – Hold name.

  • team_log.LegalHoldsExportAHoldDetails.export_name – Export name.

__init__(legal_hold_id=None, name=None, export_name=None)
export_name
legal_hold_id
name
class dropbox.team_log.LegalHoldsExportAHoldType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsExportCancelledDetails(legal_hold_id=None, name=None, export_name=None)

Bases: Struct

Canceled export for a hold.

Variables:
  • team_log.LegalHoldsExportCancelledDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsExportCancelledDetails.name – Hold name.

  • team_log.LegalHoldsExportCancelledDetails.export_name – Export name.

__init__(legal_hold_id=None, name=None, export_name=None)
export_name
legal_hold_id
name
class dropbox.team_log.LegalHoldsExportCancelledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsExportDownloadedDetails(legal_hold_id=None, name=None, export_name=None, part=None, file_name=None)

Bases: Struct

Downloaded export for a hold.

Variables:
  • team_log.LegalHoldsExportDownloadedDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsExportDownloadedDetails.name – Hold name.

  • team_log.LegalHoldsExportDownloadedDetails.export_name – Export name.

  • team_log.LegalHoldsExportDownloadedDetails.part – Part.

  • team_log.LegalHoldsExportDownloadedDetails.file_name – Filename.

__init__(legal_hold_id=None, name=None, export_name=None, part=None, file_name=None)
export_name
file_name
legal_hold_id
name
part
class dropbox.team_log.LegalHoldsExportDownloadedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsExportRemovedDetails(legal_hold_id=None, name=None, export_name=None)

Bases: Struct

Removed export for a hold.

Variables:
  • team_log.LegalHoldsExportRemovedDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsExportRemovedDetails.name – Hold name.

  • team_log.LegalHoldsExportRemovedDetails.export_name – Export name.

__init__(legal_hold_id=None, name=None, export_name=None)
export_name
legal_hold_id
name
class dropbox.team_log.LegalHoldsExportRemovedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsReleaseAHoldDetails(legal_hold_id=None, name=None)

Bases: Struct

Released a hold.

Variables:
  • team_log.LegalHoldsReleaseAHoldDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsReleaseAHoldDetails.name – Hold name.

__init__(legal_hold_id=None, name=None)
legal_hold_id
name
class dropbox.team_log.LegalHoldsReleaseAHoldType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsRemoveMembersDetails(legal_hold_id=None, name=None)

Bases: Struct

Removed members from a hold.

Variables:
  • team_log.LegalHoldsRemoveMembersDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsRemoveMembersDetails.name – Hold name.

__init__(legal_hold_id=None, name=None)
legal_hold_id
name
class dropbox.team_log.LegalHoldsRemoveMembersType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LegalHoldsReportAHoldDetails(legal_hold_id=None, name=None)

Bases: Struct

Created a summary report for a hold.

Variables:
  • team_log.LegalHoldsReportAHoldDetails.legal_hold_id – Hold ID.

  • team_log.LegalHoldsReportAHoldDetails.name – Hold name.

__init__(legal_hold_id=None, name=None)
legal_hold_id
name
class dropbox.team_log.LegalHoldsReportAHoldType(description=None)

Bases: Struct

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

Bases: 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('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: 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('locked', None)
other = LockStatus('other', None)
unlocked = LockStatus('unlocked', None)
class dropbox.team_log.LoginFailDetails(login_method=None, error_details=None, is_emm_managed=None)

Bases: Struct

Failed to sign in.

Variables:
  • team_log.LoginFailDetails.is_emm_managed – Tells if the login device is EMM managed. Might be missing due to historical data gap.

  • team_log.LoginFailDetails.login_method – Login method.

  • team_log.LoginFailDetails.error_details – Error details.

__init__(login_method=None, error_details=None, is_emm_managed=None)
error_details
is_emm_managed
login_method
class dropbox.team_log.LoginFailType(description=None)

Bases: Struct

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

Bases: 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('apple_oauth', None)
first_party_token_exchange = LoginMethod('first_party_token_exchange', None)
google_oauth = LoginMethod('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_lenovo_oauth()

Check if the union tag is lenovo_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

lenovo_oauth = LoginMethod('lenovo_oauth', None)
other = LoginMethod('other', None)
password = LoginMethod('password', None)
qr_code = LoginMethod('qr_code', None)
saml = LoginMethod('saml', None)
two_factor_authentication = LoginMethod('two_factor_authentication', None)
web_session = LoginMethod('web_session', None)
class dropbox.team_log.LoginSuccessDetails(login_method=None, is_emm_managed=None)

Bases: Struct

Signed in.

Variables:
  • team_log.LoginSuccessDetails.is_emm_managed – Tells if the login device is EMM managed. Might be missing due to historical data gap.

  • team_log.LoginSuccessDetails.login_method – Login method.

__init__(login_method=None, is_emm_managed=None)
is_emm_managed
login_method
class dropbox.team_log.LoginSuccessType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.LogoutDetails(login_id=None)

Bases: Struct

Signed out.

Variables:

team_log.LogoutDetails.login_id – Login session id.

__init__(login_id=None)
login_id
class dropbox.team_log.LogoutType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberAddExternalIdDetails(new_value=None)

Bases: Struct

Added an external ID for team member.

Variables:

team_log.MemberAddExternalIdDetails.new_value – Current external id.

__init__(new_value=None)
new_value
class dropbox.team_log.MemberAddExternalIdType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberAddNameDetails(new_value=None)

Bases: Struct

Added team member name.

Variables:

team_log.MemberAddNameDetails.new_value – New user’s name.

__init__(new_value=None)
new_value
class dropbox.team_log.MemberAddNameType(description=None)

Bases: Struct

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

Bases: Struct

Changed team member admin role.

Variables:
  • team_log.MemberChangeAdminRoleDetails.new_value – New admin role. This field is relevant when the admin role is changed or whenthe user role changes from no admin rights to with admin rights.

  • team_log.MemberChangeAdminRoleDetails.previous_value – Previous admin role. This field is relevant when the admin role is changed or when the admin role is removed.

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

Bases: Struct

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

Bases: Struct

Changed team member email.

Variables:
  • team_log.MemberChangeEmailDetails.new_value – New email.

  • team_log.MemberChangeEmailDetails.previous_value – Previous email. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed the external ID for team member.

Variables:
  • team_log.MemberChangeExternalIdDetails.new_value – Current external id.

  • team_log.MemberChangeExternalIdDetails.previous_value – Old external id.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberChangeMembershipTypeDetails(prev_value=None, new_value=None)

Bases: Struct

Changed membership type (limited/full) of member.

Variables:
  • team_log.MemberChangeMembershipTypeDetails.prev_value – Previous membership type.

  • team_log.MemberChangeMembershipTypeDetails.new_value – New membership type.

__init__(prev_value=None, new_value=None)
new_value
prev_value
class dropbox.team_log.MemberChangeMembershipTypeType(description=None)

Bases: Struct

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

Bases: Struct

Changed team member name.

Variables:
  • team_log.MemberChangeNameDetails.new_value – New user’s name.

  • team_log.MemberChangeNameDetails.previous_value – Previous user’s name. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed team member reseller role.

Variables:
  • team_log.MemberChangeResellerRoleDetails.new_value – New reseller role. This field is relevant when the reseller role is changed.

  • team_log.MemberChangeResellerRoleDetails.previous_value – Previous reseller role. This field is relevant when the reseller role is changed or when the reseller role is removed.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberChangeStatusDetails(new_value=None, previous_value=None, action=None, new_team=None, previous_team=None)

Bases: Struct

Changed member status (invited, joined, suspended, etc.).

Variables:
  • team_log.MemberChangeStatusDetails.previous_value – Previous member status. Might be missing due to historical data gap.

  • team_log.MemberChangeStatusDetails.new_value – New member status.

  • team_log.MemberChangeStatusDetails.action – Additional information indicating the action taken that caused status change.

  • team_log.MemberChangeStatusDetails.new_team – The user’s new team name. This field is relevant when the user is transferred off the team.

  • team_log.MemberChangeStatusDetails.previous_team – The user’s previous team name. This field is relevant when the user is transferred onto the team.

__init__(new_value=None, previous_value=None, action=None, new_team=None, previous_team=None)
action
new_team
new_value
previous_team
previous_value
class dropbox.team_log.MemberChangeStatusType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberDeleteManualContactsDetails

Bases: Struct

Cleared manually added contacts.

__init__()
class dropbox.team_log.MemberDeleteManualContactsType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberDeleteProfilePhotoDetails

Bases: Struct

Deleted team member profile photo.

__init__()
class dropbox.team_log.MemberDeleteProfilePhotoType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberPermanentlyDeleteAccountContentsDetails

Bases: Struct

Permanently deleted contents of deleted team member account.

__init__()
class dropbox.team_log.MemberPermanentlyDeleteAccountContentsType(description=None)

Bases: Struct

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

Bases: 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('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('leave', None)
offboard = MemberRemoveActionType('offboard', None)
offboard_and_retain_team_folders = MemberRemoveActionType('offboard_and_retain_team_folders', None)
other = MemberRemoveActionType('other', None)
class dropbox.team_log.MemberRemoveExternalIdDetails(previous_value=None)

Bases: Struct

Removed the external ID for team member.

Variables:

team_log.MemberRemoveExternalIdDetails.previous_value – Old external id.

__init__(previous_value=None)
previous_value
class dropbox.team_log.MemberRemoveExternalIdType(description=None)

Bases: Struct

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

Bases: Struct

Changed whether users can find team when not invited.

Variables:
  • team_log.MemberRequestsChangePolicyDetails.new_value – New member change requests policy.

  • team_log.MemberRequestsChangePolicyDetails.previous_value – Previous member change requests policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('auto_accept', None)
disabled = MemberRequestsPolicy('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('other', None)
require_approval = MemberRequestsPolicy('require_approval', None)
class dropbox.team_log.MemberSendInvitePolicy(tag, value=None)

Bases: 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('disabled', None)
everyone = MemberSendInvitePolicy('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('other', None)
specific_members = MemberSendInvitePolicy('specific_members', None)
class dropbox.team_log.MemberSendInvitePolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed member send invite policy for team.

Variables:
  • team_log.MemberSendInvitePolicyChangedDetails.new_value – New team member send invite policy.

  • team_log.MemberSendInvitePolicyChangedDetails.previous_value – Previous team member send invite policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberSetProfilePhotoDetails

Bases: Struct

Set team member profile photo.

__init__()
class dropbox.team_log.MemberSetProfilePhotoType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberSpaceLimitsAddCustomQuotaDetails(new_value=None)

Bases: Struct

Set custom member space limit.

Variables:

team_log.MemberSpaceLimitsAddCustomQuotaDetails.new_value – New custom quota value in bytes.

__init__(new_value=None)
new_value
class dropbox.team_log.MemberSpaceLimitsAddCustomQuotaType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberSpaceLimitsAddExceptionDetails

Bases: Struct

Added members to member space limit exception list.

__init__()
class dropbox.team_log.MemberSpaceLimitsAddExceptionType(description=None)

Bases: Struct

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

Bases: Struct

Changed member space limit type for team.

Variables:
  • team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.previous_value – Previous space limit type.

  • team_log.MemberSpaceLimitsChangeCapsTypePolicyDetails.new_value – New space limit type.

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

Bases: Struct

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

Bases: Struct

Changed custom member space limit.

Variables:
  • team_log.MemberSpaceLimitsChangeCustomQuotaDetails.previous_value – Previous custom quota value in bytes.

  • team_log.MemberSpaceLimitsChangeCustomQuotaDetails.new_value – New custom quota value in bytes.

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

Bases: Struct

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

Bases: Struct

Changed team default member space limit.

Variables:
  • team_log.MemberSpaceLimitsChangePolicyDetails.previous_value – Previous team default limit value in bytes. Might be missing due to historical data gap.

  • team_log.MemberSpaceLimitsChangePolicyDetails.new_value – New team default limit value in bytes. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed space limit status.

Variables:
  • team_log.MemberSpaceLimitsChangeStatusDetails.previous_value – Previous storage quota status.

  • team_log.MemberSpaceLimitsChangeStatusDetails.new_value – New storage quota status.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberSpaceLimitsRemoveCustomQuotaDetails

Bases: Struct

Removed custom member space limit.

__init__()
class dropbox.team_log.MemberSpaceLimitsRemoveCustomQuotaType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberSpaceLimitsRemoveExceptionDetails

Bases: Struct

Removed members from member space limit exception list.

__init__()
class dropbox.team_log.MemberSpaceLimitsRemoveExceptionType(description=None)

Bases: Struct

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

Bases: 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('active', None)
invited = MemberStatus('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('moved_to_another_team', None)
not_joined = MemberStatus('not_joined', None)
other = MemberStatus('other', None)
removed = MemberStatus('removed', None)
suspended = MemberStatus('suspended', None)
class dropbox.team_log.MemberSuggestDetails(suggested_members=None)

Bases: Struct

Suggested person to add to team.

Variables:

team_log.MemberSuggestDetails.suggested_members – suggested users emails.

__init__(suggested_members=None)
suggested_members
class dropbox.team_log.MemberSuggestType(description=None)

Bases: Struct

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

Bases: Struct

Enabled/disabled option for team members to suggest people to add to team.

Variables:
  • team_log.MemberSuggestionsChangePolicyDetails.new_value – New team member suggestions policy.

  • team_log.MemberSuggestionsChangePolicyDetails.previous_value – Previous team member suggestions policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = MemberSuggestionsPolicy('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('other', None)
class dropbox.team_log.MemberTransferAccountContentsDetails

Bases: Struct

Transferred contents of deleted member account to another member.

__init__()
class dropbox.team_log.MemberTransferAccountContentsType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.MemberTransferredInternalFields(source_team_id=None, target_team_id=None)

Bases: Struct

Internal only - fields for target team computations

Variables:
  • team_log.MemberTransferredInternalFields.source_team_id – Internal only - team user was moved from.

  • team_log.MemberTransferredInternalFields.target_team_id – Internal only - team user was moved to.

__init__(source_team_id=None, target_team_id=None)
source_team_id
target_team_id
class dropbox.team_log.MicrosoftOfficeAddinChangePolicyDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled Microsoft Office add-in.

Variables:
  • team_log.MicrosoftOfficeAddinChangePolicyDetails.new_value – New Microsoft Office addin policy.

  • team_log.MicrosoftOfficeAddinChangePolicyDetails.previous_value – Previous Microsoft Office addin policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = MicrosoftOfficeAddinPolicy('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('other', None)
class dropbox.team_log.MissingDetails(source_event_fields=None)

Bases: 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)
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: DeviceSessionLogInfo

Information about linked Dropbox mobile client sessions

Variables:
  • team_log.MobileDeviceSessionLogInfo.session_info – Mobile session unique id.

  • team_log.MobileDeviceSessionLogInfo.device_name – The device name.

  • team_log.MobileDeviceSessionLogInfo.client_type – The mobile application type.

  • team_log.MobileDeviceSessionLogInfo.client_version – The Dropbox client version.

  • team_log.MobileDeviceSessionLogInfo.os_version – The hosting OS version.

  • team_log.MobileDeviceSessionLogInfo.last_carrier – last carrier used by the device.

__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)
client_type
client_version
device_name
last_carrier
os_version
session_info
class dropbox.team_log.MobileSessionLogInfo(session_id=None)

Bases: SessionLogInfo

Mobile session.

__init__(session_id=None)
class dropbox.team_log.NamespaceRelativePathLogInfo(ns_id=None, relative_path=None, is_shared_namespace=None)

Bases: Struct

Namespace relative path details.

Variables:
  • team_log.NamespaceRelativePathLogInfo.ns_id – Namespace ID.

  • team_log.NamespaceRelativePathLogInfo.relative_path – A path relative to the specified namespace ID.

  • team_log.NamespaceRelativePathLogInfo.is_shared_namespace – True if the namespace is shared.

__init__(ns_id=None, relative_path=None, is_shared_namespace=None)
is_shared_namespace
ns_id
relative_path
class dropbox.team_log.NetworkControlChangePolicyDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled network control.

Variables:
  • team_log.NetworkControlChangePolicyDetails.new_value – New network control policy.

  • team_log.NetworkControlChangePolicyDetails.previous_value – Previous network control policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = NetworkControlPolicy('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('other', None)
class dropbox.team_log.NoExpirationLinkGenCreateReportDetails(start_date=None, end_date=None)

Bases: Struct

Report created: Links created with no expiration.

Variables:
  • team_log.NoExpirationLinkGenCreateReportDetails.start_date – Report start date.

  • team_log.NoExpirationLinkGenCreateReportDetails.end_date – Report end date.

__init__(start_date=None, end_date=None)
end_date
start_date
class dropbox.team_log.NoExpirationLinkGenCreateReportType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoExpirationLinkGenReportFailedDetails(failure_reason=None)

Bases: Struct

Couldn’t create report: Links created with no expiration.

Variables:

team_log.NoExpirationLinkGenReportFailedDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.NoExpirationLinkGenReportFailedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoPasswordLinkGenCreateReportDetails(start_date=None, end_date=None)

Bases: Struct

Report created: Links created without passwords.

Variables:
  • team_log.NoPasswordLinkGenCreateReportDetails.start_date – Report start date.

  • team_log.NoPasswordLinkGenCreateReportDetails.end_date – Report end date.

__init__(start_date=None, end_date=None)
end_date
start_date
class dropbox.team_log.NoPasswordLinkGenCreateReportType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoPasswordLinkGenReportFailedDetails(failure_reason=None)

Bases: Struct

Couldn’t create report: Links created without passwords.

Variables:

team_log.NoPasswordLinkGenReportFailedDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.NoPasswordLinkGenReportFailedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoPasswordLinkViewCreateReportDetails(start_date=None, end_date=None)

Bases: Struct

Report created: Views of links without passwords.

Variables:
  • team_log.NoPasswordLinkViewCreateReportDetails.start_date – Report start date.

  • team_log.NoPasswordLinkViewCreateReportDetails.end_date – Report end date.

__init__(start_date=None, end_date=None)
end_date
start_date
class dropbox.team_log.NoPasswordLinkViewCreateReportType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoPasswordLinkViewReportFailedDetails(failure_reason=None)

Bases: Struct

Couldn’t create report: Views of links without passwords.

Variables:

team_log.NoPasswordLinkViewReportFailedDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.NoPasswordLinkViewReportFailedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NonTeamMemberLogInfo(account_id=None, display_name=None, email=None)

Bases: UserLogInfo

Non team member’s logged information.

__init__(account_id=None, display_name=None, email=None)
class dropbox.team_log.NonTrustedTeamDetails(team=None)

Bases: 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)
team
class dropbox.team_log.NoteAclInviteOnlyDetails

Bases: Struct

Changed Paper doc to invite-only.

__init__()
class dropbox.team_log.NoteAclInviteOnlyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoteAclLinkDetails

Bases: Struct

Changed Paper doc to link-accessible.

__init__()
class dropbox.team_log.NoteAclLinkType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoteAclTeamLinkDetails

Bases: Struct

Changed Paper doc to link-accessible for team.

__init__()
class dropbox.team_log.NoteAclTeamLinkType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoteShareReceiveDetails

Bases: Struct

Shared received Paper doc.

__init__()
class dropbox.team_log.NoteShareReceiveType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.NoteSharedDetails

Bases: Struct

Shared Paper doc.

__init__()
class dropbox.team_log.NoteSharedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ObjectLabelAddedDetails(label_type=None)

Bases: Struct

Added a label.

Variables:

team_log.ObjectLabelAddedDetails.label_type – Labels mark a file or folder.

__init__(label_type=None)
label_type
class dropbox.team_log.ObjectLabelAddedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ObjectLabelRemovedDetails(label_type=None)

Bases: Struct

Removed a label.

Variables:

team_log.ObjectLabelRemovedDetails.label_type – Labels mark a file or folder.

__init__(label_type=None)
label_type
class dropbox.team_log.ObjectLabelRemovedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ObjectLabelUpdatedValueDetails(label_type=None)

Bases: Struct

Updated a label’s value.

Variables:

team_log.ObjectLabelUpdatedValueDetails.label_type – Labels mark a file or folder.

__init__(label_type=None)
label_type
class dropbox.team_log.ObjectLabelUpdatedValueType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.OpenNoteSharedDetails

Bases: Struct

Opened shared Paper doc.

__init__()
class dropbox.team_log.OpenNoteSharedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.OrganizationDetails(organization=None)

Bases: Struct

More details about the organization.

Variables:

team_log.OrganizationDetails.organization – The name of the organization.

__init__(organization=None)
organization
class dropbox.team_log.OrganizationName(organization=None)

Bases: Struct

The name of the organization

Variables:

team_log.OrganizationName.organization – The name of the organization.

__init__(organization=None)
organization
class dropbox.team_log.OrganizeFolderWithTidyDetails

Bases: Struct

Organized a folder with multi-file organize.

__init__()
class dropbox.team_log.OrganizeFolderWithTidyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.OriginLogInfo(access_method=None, geo_location=None)

Bases: Struct

The origin from which the actor performed the action.

Variables:
  • team_log.OriginLogInfo.geo_location – Geographic location details.

  • team_log.OriginLogInfo.access_method – The method that was used to perform the action.

__init__(access_method=None, geo_location=None)
access_method
geo_location
class dropbox.team_log.OutdatedLinkViewCreateReportDetails(start_date=None, end_date=None)

Bases: Struct

Report created: Views of old links.

Variables:
  • team_log.OutdatedLinkViewCreateReportDetails.start_date – Report start date.

  • team_log.OutdatedLinkViewCreateReportDetails.end_date – Report end date.

__init__(start_date=None, end_date=None)
end_date
start_date
class dropbox.team_log.OutdatedLinkViewCreateReportType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.OutdatedLinkViewReportFailedDetails(failure_reason=None)

Bases: Struct

Couldn’t create report: Views of old links.

Variables:

team_log.OutdatedLinkViewReportFailedDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.OutdatedLinkViewReportFailedType(description=None)

Bases: Struct

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

Bases: 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('commenter', None)
editor = PaperAccessType('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('other', None)
viewer = PaperAccessType('viewer', None)
class dropbox.team_log.PaperAdminExportStartDetails

Bases: Struct

Exported all team Paper docs.

__init__()
class dropbox.team_log.PaperAdminExportStartType(description=None)

Bases: Struct

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

Bases: Struct

Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members.

Variables:
  • team_log.PaperChangeDeploymentPolicyDetails.new_value – New Dropbox Paper deployment policy.

  • team_log.PaperChangeDeploymentPolicyDetails.previous_value – Previous Dropbox Paper deployment policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperChangeMemberLinkPolicyDetails(new_value=None)

Bases: 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)
new_value
class dropbox.team_log.PaperChangeMemberLinkPolicyType(description=None)

Bases: Struct

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

Bases: Struct

Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default.

Variables:
  • team_log.PaperChangeMemberPolicyDetails.new_value – New paper external accessibility policy.

  • team_log.PaperChangeMemberPolicyDetails.previous_value – Previous paper external accessibility policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Enabled/disabled Dropbox Paper for team.

Variables:
  • team_log.PaperChangePolicyDetails.new_value – New Dropbox Paper policy.

  • team_log.PaperChangePolicyDetails.previous_value – Previous Dropbox Paper policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentAddMemberDetails(event_uuid=None)

Bases: Struct

Added users and/or groups to Paper doc/folder.

Variables:

team_log.PaperContentAddMemberDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperContentAddMemberType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentAddToFolderDetails(event_uuid=None, target_asset_index=None, parent_asset_index=None)

Bases: Struct

Added Paper doc/folder to folder.

Variables:
  • team_log.PaperContentAddToFolderDetails.event_uuid – Event unique identifier.

  • team_log.PaperContentAddToFolderDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.PaperContentAddToFolderDetails.parent_asset_index – Parent asset position in the Assets list.

__init__(event_uuid=None, target_asset_index=None, parent_asset_index=None)
event_uuid
parent_asset_index
target_asset_index
class dropbox.team_log.PaperContentAddToFolderType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentArchiveDetails(event_uuid=None)

Bases: Struct

Archived Paper doc/folder.

Variables:

team_log.PaperContentArchiveDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperContentArchiveType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentCreateDetails(event_uuid=None)

Bases: Struct

Created Paper doc/folder.

Variables:

team_log.PaperContentCreateDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperContentCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentPermanentlyDeleteDetails(event_uuid=None)

Bases: Struct

Permanently deleted Paper doc/folder.

Variables:

team_log.PaperContentPermanentlyDeleteDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperContentPermanentlyDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentRemoveFromFolderDetails(event_uuid=None, target_asset_index=None, parent_asset_index=None)

Bases: Struct

Removed Paper doc/folder from folder.

Variables:
  • team_log.PaperContentRemoveFromFolderDetails.event_uuid – Event unique identifier.

  • team_log.PaperContentRemoveFromFolderDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.PaperContentRemoveFromFolderDetails.parent_asset_index – Parent asset position in the Assets list.

__init__(event_uuid=None, target_asset_index=None, parent_asset_index=None)
event_uuid
parent_asset_index
target_asset_index
class dropbox.team_log.PaperContentRemoveFromFolderType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentRemoveMemberDetails(event_uuid=None)

Bases: Struct

Removed users and/or groups from Paper doc/folder.

Variables:

team_log.PaperContentRemoveMemberDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperContentRemoveMemberType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentRenameDetails(event_uuid=None)

Bases: Struct

Renamed Paper doc/folder.

Variables:

team_log.PaperContentRenameDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperContentRenameType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperContentRestoreDetails(event_uuid=None)

Bases: Struct

Restored archived Paper doc/folder.

Variables:

team_log.PaperContentRestoreDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperContentRestoreType(description=None)

Bases: Struct

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

Bases: 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('everyone_in_team', None)
invite_only = PaperDefaultFolderPolicy('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('other', None)
class dropbox.team_log.PaperDefaultFolderPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed Paper Default Folder Policy setting for team.

Variables:
  • team_log.PaperDefaultFolderPolicyChangedDetails.new_value – New Paper Default Folder Policy.

  • team_log.PaperDefaultFolderPolicyChangedDetails.previous_value – Previous Paper Default Folder Policy.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = PaperDesktopPolicy('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('other', None)
class dropbox.team_log.PaperDesktopPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled Paper Desktop for team.

Variables:
  • team_log.PaperDesktopPolicyChangedDetails.new_value – New Paper Desktop policy.

  • team_log.PaperDesktopPolicyChangedDetails.previous_value – Previous Paper Desktop policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocAddCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Added Paper doc comment.

Variables:
  • team_log.PaperDocAddCommentDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocAddCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.PaperDocAddCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocChangeMemberRoleDetails(event_uuid=None, access_type=None)

Bases: Struct

Changed member permissions for Paper doc.

Variables:
  • team_log.PaperDocChangeMemberRoleDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocChangeMemberRoleDetails.access_type – Paper doc access type.

__init__(event_uuid=None, access_type=None)
access_type
event_uuid
class dropbox.team_log.PaperDocChangeMemberRoleType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocChangeSharingPolicyDetails(event_uuid=None, public_sharing_policy=None, team_sharing_policy=None)

Bases: Struct

Changed sharing setting for Paper doc.

Variables:
  • team_log.PaperDocChangeSharingPolicyDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocChangeSharingPolicyDetails.public_sharing_policy – Sharing policy with external users.

  • team_log.PaperDocChangeSharingPolicyDetails.team_sharing_policy – Sharing policy with team.

__init__(event_uuid=None, public_sharing_policy=None, team_sharing_policy=None)
event_uuid
public_sharing_policy
team_sharing_policy
class dropbox.team_log.PaperDocChangeSharingPolicyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocChangeSubscriptionDetails(event_uuid=None, new_subscription_level=None, previous_subscription_level=None)

Bases: Struct

Followed/unfollowed Paper doc.

Variables:
  • team_log.PaperDocChangeSubscriptionDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocChangeSubscriptionDetails.new_subscription_level – New doc subscription level.

: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)
event_uuid
new_subscription_level
previous_subscription_level
class dropbox.team_log.PaperDocChangeSubscriptionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocDeleteCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Deleted Paper doc comment.

Variables:
  • team_log.PaperDocDeleteCommentDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocDeleteCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.PaperDocDeleteCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocDeletedDetails(event_uuid=None)

Bases: Struct

Archived Paper doc.

Variables:

team_log.PaperDocDeletedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocDeletedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocDownloadDetails(event_uuid=None, export_file_format=None)

Bases: Struct

Downloaded Paper doc in specific format.

Variables:
  • team_log.PaperDocDownloadDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocDownloadDetails.export_file_format – Export file format.

__init__(event_uuid=None, export_file_format=None)
event_uuid
export_file_format
class dropbox.team_log.PaperDocDownloadType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocEditCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Edited Paper doc comment.

Variables:
  • team_log.PaperDocEditCommentDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocEditCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.PaperDocEditCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocEditDetails(event_uuid=None)

Bases: Struct

Edited Paper doc.

Variables:

team_log.PaperDocEditDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocEditType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocFollowedDetails(event_uuid=None)

Bases: Struct

Followed Paper doc.

Variables:

team_log.PaperDocFollowedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocFollowedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocMentionDetails(event_uuid=None)

Bases: Struct

Mentioned user in Paper doc.

Variables:

team_log.PaperDocMentionDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocMentionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocOwnershipChangedDetails(event_uuid=None, new_owner_user_id=None, old_owner_user_id=None)

Bases: Struct

Transferred ownership of Paper doc.

Variables:
  • team_log.PaperDocOwnershipChangedDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocOwnershipChangedDetails.old_owner_user_id – Previous owner.

  • team_log.PaperDocOwnershipChangedDetails.new_owner_user_id – New owner.

__init__(event_uuid=None, new_owner_user_id=None, old_owner_user_id=None)
event_uuid
new_owner_user_id
old_owner_user_id
class dropbox.team_log.PaperDocOwnershipChangedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocRequestAccessDetails(event_uuid=None)

Bases: Struct

Requested access to Paper doc.

Variables:

team_log.PaperDocRequestAccessDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocRequestAccessType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocResolveCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Resolved Paper doc comment.

Variables:
  • team_log.PaperDocResolveCommentDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocResolveCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.PaperDocResolveCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocRevertDetails(event_uuid=None)

Bases: Struct

Restored Paper doc to previous version.

Variables:

team_log.PaperDocRevertDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocRevertType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocSlackShareDetails(event_uuid=None)

Bases: Struct

Shared Paper doc via Slack.

Variables:

team_log.PaperDocSlackShareDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocSlackShareType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocTeamInviteDetails(event_uuid=None)

Bases: Struct

Shared Paper doc with users and/or groups.

Variables:

team_log.PaperDocTeamInviteDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocTeamInviteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocTrashedDetails(event_uuid=None)

Bases: Struct

Deleted Paper doc.

Variables:

team_log.PaperDocTrashedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocTrashedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocUnresolveCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Unresolved Paper doc comment.

Variables:
  • team_log.PaperDocUnresolveCommentDetails.event_uuid – Event unique identifier.

  • team_log.PaperDocUnresolveCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.PaperDocUnresolveCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocUntrashedDetails(event_uuid=None)

Bases: Struct

Restored Paper doc.

Variables:

team_log.PaperDocUntrashedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocUntrashedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocViewDetails(event_uuid=None)

Bases: Struct

Viewed Paper doc.

Variables:

team_log.PaperDocViewDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperDocViewType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperDocumentLogInfo(doc_id=None, doc_title=None)

Bases: Struct

Paper document’s logged information.

Variables:
  • team_log.PaperDocumentLogInfo.doc_id – Papers document Id.

  • team_log.PaperDocumentLogInfo.doc_title – Paper document title.

__init__(doc_id=None, doc_title=None)
doc_id
doc_title
class dropbox.team_log.PaperDownloadFormat(tag, value=None)

Bases: 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('docx', None)
html = PaperDownloadFormat('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('markdown', None)
other = PaperDownloadFormat('other', None)
pdf = PaperDownloadFormat('pdf', None)
class dropbox.team_log.PaperEnabledUsersGroupAdditionDetails

Bases: Struct

Added users to Paper-enabled users list.

__init__()
class dropbox.team_log.PaperEnabledUsersGroupAdditionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperEnabledUsersGroupRemovalDetails

Bases: Struct

Removed users from Paper-enabled users list.

__init__()
class dropbox.team_log.PaperEnabledUsersGroupRemovalType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperExternalViewAllowDetails(event_uuid=None)

Bases: Struct

Changed Paper external sharing setting to anyone.

Variables:

team_log.PaperExternalViewAllowDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperExternalViewAllowType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperExternalViewDefaultTeamDetails(event_uuid=None)

Bases: Struct

Changed Paper external sharing setting to default team.

Variables:

team_log.PaperExternalViewDefaultTeamDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperExternalViewDefaultTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperExternalViewForbidDetails(event_uuid=None)

Bases: Struct

Changed Paper external sharing setting to team-only.

Variables:

team_log.PaperExternalViewForbidDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperExternalViewForbidType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperFolderChangeSubscriptionDetails(event_uuid=None, new_subscription_level=None, previous_subscription_level=None)

Bases: Struct

Followed/unfollowed Paper folder.

Variables:
  • team_log.PaperFolderChangeSubscriptionDetails.event_uuid – Event unique identifier.

  • team_log.PaperFolderChangeSubscriptionDetails.new_subscription_level – New folder subscription level.

: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)
event_uuid
new_subscription_level
previous_subscription_level
class dropbox.team_log.PaperFolderChangeSubscriptionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperFolderDeletedDetails(event_uuid=None)

Bases: Struct

Archived Paper folder.

Variables:

team_log.PaperFolderDeletedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperFolderDeletedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperFolderFollowedDetails(event_uuid=None)

Bases: Struct

Followed Paper folder.

Variables:

team_log.PaperFolderFollowedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperFolderFollowedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperFolderLogInfo(folder_id=None, folder_name=None)

Bases: Struct

Paper folder’s logged information.

Variables:
  • team_log.PaperFolderLogInfo.folder_id – Papers folder Id.

  • team_log.PaperFolderLogInfo.folder_name – Paper folder name.

__init__(folder_id=None, folder_name=None)
folder_id
folder_name
class dropbox.team_log.PaperFolderTeamInviteDetails(event_uuid=None)

Bases: Struct

Shared Paper folder with users and/or groups.

Variables:

team_log.PaperFolderTeamInviteDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperFolderTeamInviteType(description=None)

Bases: Struct

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

Bases: 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('only_team', None)
other = PaperMemberPolicy('other', None)
team_and_explicitly_shared = PaperMemberPolicy('team_and_explicitly_shared', None)
class dropbox.team_log.PaperPublishedLinkChangePermissionDetails(event_uuid=None, new_permission_level=None, previous_permission_level=None)

Bases: 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)
event_uuid
new_permission_level
previous_permission_level
class dropbox.team_log.PaperPublishedLinkChangePermissionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperPublishedLinkCreateDetails(event_uuid=None)

Bases: Struct

Published doc.

Variables:

team_log.PaperPublishedLinkCreateDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperPublishedLinkCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperPublishedLinkDisabledDetails(event_uuid=None)

Bases: Struct

Unpublished doc.

Variables:

team_log.PaperPublishedLinkDisabledDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperPublishedLinkDisabledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PaperPublishedLinkViewDetails(event_uuid=None)

Bases: Struct

Viewed published doc.

Variables:

team_log.PaperPublishedLinkViewDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.PaperPublishedLinkViewType(description=None)

Bases: Struct

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

Bases: 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:
  • ParticipantLogInfo.group (GroupLogInfo) – Group details.

  • ParticipantLogInfo.user (UserLogInfo) – A user with a Dropbox account.

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('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: 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('allow', None)
disabled = PassPolicy('disabled', None)
enabled = PassPolicy('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('other', None)
class dropbox.team_log.PasswordChangeDetails

Bases: Struct

Changed password.

__init__()
class dropbox.team_log.PasswordChangeType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PasswordResetAllDetails

Bases: Struct

Reset all team member passwords.

__init__()
class dropbox.team_log.PasswordResetAllType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PasswordResetDetails

Bases: Struct

Reset password.

__init__()
class dropbox.team_log.PasswordResetType(description=None)

Bases: Struct

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

Bases: 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)
new_value
previous_value
class dropbox.team_log.PasswordStrengthRequirementsChangePolicyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.PathLogInfo(namespace_relative=None, contextual=None)

Bases: Struct

Path’s details.

Variables:
  • team_log.PathLogInfo.contextual – Fully qualified path relative to event’s context.

  • team_log.PathLogInfo.namespace_relative – Path relative to the namespace containing the content.

__init__(namespace_relative=None, contextual=None)
contextual
namespace_relative
class dropbox.team_log.PendingSecondaryEmailAddedDetails(secondary_email=None)

Bases: Struct

Added pending secondary email.

Variables:

team_log.PendingSecondaryEmailAddedDetails.secondary_email – New pending secondary email.

__init__(secondary_email=None)
secondary_email
class dropbox.team_log.PendingSecondaryEmailAddedType(description=None)

Bases: Struct

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

Bases: Struct

Enabled/disabled ability of team members to permanently delete content.

Variables:
  • team_log.PermanentDeleteChangePolicyDetails.new_value – New permanent delete content policy.

  • team_log.PermanentDeleteChangePolicyDetails.previous_value – Previous permanent delete content policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('australia_only', None)
europe_only = PlacementRestriction('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('japan_only', None)
none = PlacementRestriction('none', None)
other = PlacementRestriction('other', None)
uk_only = PlacementRestriction('uk_only', None)
us_s3_only = PlacementRestriction('us_s3_only', None)
class dropbox.team_log.PolicyType(tag, value=None)

Bases: 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('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('other', None)
retention = PolicyType('retention', None)
class dropbox.team_log.PrimaryTeamRequestAcceptedDetails(secondary_team=None, sent_by=None)

Bases: Struct

Team merge request acceptance details shown to the primary team

Variables:
  • team_log.PrimaryTeamRequestAcceptedDetails.secondary_team – The secondary team name.

  • team_log.PrimaryTeamRequestAcceptedDetails.sent_by – The name of the secondary team admin who sent the request originally.

__init__(secondary_team=None, sent_by=None)
secondary_team
sent_by
class dropbox.team_log.PrimaryTeamRequestCanceledDetails(secondary_team=None, sent_by=None)

Bases: Struct

Team merge request cancellation details shown to the primary team

Variables:
  • team_log.PrimaryTeamRequestCanceledDetails.secondary_team – The secondary team name.

  • team_log.PrimaryTeamRequestCanceledDetails.sent_by – The name of the secondary team admin who sent the request originally.

__init__(secondary_team=None, sent_by=None)
secondary_team
sent_by
class dropbox.team_log.PrimaryTeamRequestExpiredDetails(secondary_team=None, sent_by=None)

Bases: Struct

Team merge request expiration details shown to the primary team

Variables:
  • team_log.PrimaryTeamRequestExpiredDetails.secondary_team – The secondary team name.

  • team_log.PrimaryTeamRequestExpiredDetails.sent_by – The name of the secondary team admin who sent the request originally.

__init__(secondary_team=None, sent_by=None)
secondary_team
sent_by
class dropbox.team_log.PrimaryTeamRequestReminderDetails(secondary_team=None, sent_to=None)

Bases: Struct

Team merge request reminder details shown to the primary team

Variables:
  • team_log.PrimaryTeamRequestReminderDetails.secondary_team – The secondary team name.

  • team_log.PrimaryTeamRequestReminderDetails.sent_to – The name of the primary team admin the request was sent to.

__init__(secondary_team=None, sent_to=None)
secondary_team
sent_to
class dropbox.team_log.QuickActionType(tag, value=None)

Bases: 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('other', None)
reset_password = QuickActionType('reset_password', None)
restore_file_or_folder = QuickActionType('restore_file_or_folder', None)
class dropbox.team_log.RansomwareAlertCreateReportDetails

Bases: Struct

Created ransomware report.

__init__()
class dropbox.team_log.RansomwareAlertCreateReportFailedDetails(failure_reason=None)

Bases: Struct

Couldn’t generate ransomware report.

Variables:

team_log.RansomwareAlertCreateReportFailedDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.RansomwareAlertCreateReportFailedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.RansomwareAlertCreateReportType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.RansomwareRestoreProcessCompletedDetails(status=None, restored_files_count=None, restored_files_failed_count=None)

Bases: Struct

Completed ransomware restore process.

Variables:

team_log.RansomwareRestoreProcessCompletedDetails.status – The status of the restore process.

:ivar

team_log.RansomwareRestoreProcessCompletedDetails.restored_files_count: Restored files count.

:ivar

team_log.RansomwareRestoreProcessCompletedDetails.restored_files_failed_count: Restored files failed count.

__init__(status=None, restored_files_count=None, restored_files_failed_count=None)
restored_files_count
restored_files_failed_count
status
class dropbox.team_log.RansomwareRestoreProcessCompletedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.RansomwareRestoreProcessStartedDetails(extension=None)

Bases: Struct

Started ransomware restore process.

Variables:

team_log.RansomwareRestoreProcessStartedDetails.extension – Ransomware filename extension.

__init__(extension=None)
extension
class dropbox.team_log.RansomwareRestoreProcessStartedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.RecipientsConfiguration(recipient_setting_type=None, emails=None, groups=None)

Bases: Struct

Recipients Configuration

Variables:
  • team_log.RecipientsConfiguration.recipient_setting_type – Recipients setting type.

  • team_log.RecipientsConfiguration.emails – A list of user emails to notify.

  • team_log.RecipientsConfiguration.groups – A list of groups to notify.

__init__(recipient_setting_type=None, emails=None, groups=None)
emails
groups
recipient_setting_type
class dropbox.team_log.RelocateAssetReferencesLogInfo(src_asset_index=None, dest_asset_index=None)

Bases: Struct

Provides the indices of the source asset and the destination asset for a relocate action.

Variables:
  • team_log.RelocateAssetReferencesLogInfo.src_asset_index – Source asset position in the Assets list.

  • team_log.RelocateAssetReferencesLogInfo.dest_asset_index – Destination asset position in the Assets list.

__init__(src_asset_index=None, dest_asset_index=None)
dest_asset_index
src_asset_index
class dropbox.team_log.ReplayFileDeleteDetails

Bases: Struct

Deleted files in Replay.

__init__()
class dropbox.team_log.ReplayFileDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ReplayFileSharedLinkCreatedDetails

Bases: Struct

Created shared link in Replay.

__init__()
class dropbox.team_log.ReplayFileSharedLinkCreatedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ReplayFileSharedLinkModifiedDetails

Bases: Struct

Modified shared link in Replay.

__init__()
class dropbox.team_log.ReplayFileSharedLinkModifiedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ReplayProjectTeamAddDetails

Bases: Struct

Added member to Replay Project.

__init__()
class dropbox.team_log.ReplayProjectTeamAddType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ReplayProjectTeamDeleteDetails

Bases: Struct

Removed member from Replay Project.

__init__()
class dropbox.team_log.ReplayProjectTeamDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ResellerLogInfo(reseller_name=None, reseller_email=None)

Bases: Struct

Reseller information.

Variables:
  • team_log.ResellerLogInfo.reseller_name – Reseller name.

  • team_log.ResellerLogInfo.reseller_email – Reseller email.

__init__(reseller_name=None, reseller_email=None)
reseller_email
reseller_name
class dropbox.team_log.ResellerRole(tag, value=None)

Bases: 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('not_reseller', None)
other = ResellerRole('other', None)
reseller_admin = ResellerRole('reseller_admin', None)
class dropbox.team_log.ResellerSupportChangePolicyDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled reseller support.

Variables:
  • team_log.ResellerSupportChangePolicyDetails.new_value – New Reseller support policy.

  • team_log.ResellerSupportChangePolicyDetails.previous_value – Previous Reseller support policy.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = ResellerSupportPolicy('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('other', None)
class dropbox.team_log.ResellerSupportSessionEndDetails

Bases: Struct

Ended reseller support session.

__init__()
class dropbox.team_log.ResellerSupportSessionEndType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ResellerSupportSessionStartDetails

Bases: Struct

Started reseller support session.

__init__()
class dropbox.team_log.ResellerSupportSessionStartType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.RewindFolderDetails(rewind_folder_target_ts_ms=None)

Bases: 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)
rewind_folder_target_ts_ms
class dropbox.team_log.RewindFolderType(description=None)

Bases: Struct

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

Bases: 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('admins_only', None)
everyone = RewindPolicy('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('other', None)
class dropbox.team_log.RewindPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed Rewind policy for team.

Variables:
  • team_log.RewindPolicyChangedDetails.new_value – New Dropbox Rewind policy.

  • team_log.RewindPolicyChangedDetails.previous_value – Previous Dropbox Rewind policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SecondaryEmailDeletedDetails(secondary_email=None)

Bases: Struct

Deleted secondary email.

Variables:

team_log.SecondaryEmailDeletedDetails.secondary_email – Deleted secondary email.

__init__(secondary_email=None)
secondary_email
class dropbox.team_log.SecondaryEmailDeletedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SecondaryEmailVerifiedDetails(secondary_email=None)

Bases: Struct

Verified secondary email.

Variables:

team_log.SecondaryEmailVerifiedDetails.secondary_email – Verified secondary email.

__init__(secondary_email=None)
secondary_email
class dropbox.team_log.SecondaryEmailVerifiedType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = SecondaryMailsPolicy('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('other', None)
class dropbox.team_log.SecondaryMailsPolicyChangedDetails(previous_value=None, new_value=None)

Bases: Struct

Secondary mails policy changed.

Variables:
  • team_log.SecondaryMailsPolicyChangedDetails.previous_value – Previous secondary mails policy.

  • team_log.SecondaryMailsPolicyChangedDetails.new_value – New secondary mails policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SecondaryTeamRequestAcceptedDetails(primary_team=None, sent_by=None)

Bases: Struct

Team merge request acceptance details shown to the secondary team

Variables:
  • team_log.SecondaryTeamRequestAcceptedDetails.primary_team – The primary team name.

  • team_log.SecondaryTeamRequestAcceptedDetails.sent_by – The name of the secondary team admin who sent the request originally.

__init__(primary_team=None, sent_by=None)
primary_team
sent_by
class dropbox.team_log.SecondaryTeamRequestCanceledDetails(sent_to=None, sent_by=None)

Bases: Struct

Team merge request cancellation details shown to the secondary team

Variables:
  • team_log.SecondaryTeamRequestCanceledDetails.sent_to – The email of the primary team admin that the request was sent to.

  • team_log.SecondaryTeamRequestCanceledDetails.sent_by – The name of the secondary team admin who sent the request originally.

__init__(sent_to=None, sent_by=None)
sent_by
sent_to
class dropbox.team_log.SecondaryTeamRequestExpiredDetails(sent_to=None)

Bases: 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)
sent_to
class dropbox.team_log.SecondaryTeamRequestReminderDetails(sent_to=None)

Bases: 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)
sent_to
class dropbox.team_log.SendForSignaturePolicy(tag, value=None)

Bases: 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('disabled', None)
enabled = SendForSignaturePolicy('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('other', None)
class dropbox.team_log.SendForSignaturePolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed send for signature policy for team.

Variables:
  • team_log.SendForSignaturePolicyChangedDetails.new_value – New send for signature policy.

  • team_log.SendForSignaturePolicyChangedDetails.previous_value – Previous send for signature policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SessionLogInfo(session_id=None)

Bases: Struct

Session’s logged information.

Variables:

team_log.SessionLogInfo.session_id – Session ID.

__init__(session_id=None)
session_id
class dropbox.team_log.SfAddGroupDetails(target_asset_index=None, original_folder_name=None, team_name=None, sharing_permission=None)

Bases: Struct

Added team to shared folder.

Variables:
  • team_log.SfAddGroupDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfAddGroupDetails.original_folder_name – Original shared folder name.

  • team_log.SfAddGroupDetails.sharing_permission – Sharing permission.

  • team_log.SfAddGroupDetails.team_name – Team name.

__init__(target_asset_index=None, original_folder_name=None, team_name=None, sharing_permission=None)
original_folder_name
sharing_permission
target_asset_index
team_name
class dropbox.team_log.SfAddGroupType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfAllowNonMembersToViewSharedLinksDetails(target_asset_index=None, original_folder_name=None, shared_folder_type=None)

Bases: 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)
original_folder_name
shared_folder_type
target_asset_index
class dropbox.team_log.SfAllowNonMembersToViewSharedLinksType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfExternalInviteWarnDetails(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)

Bases: Struct

Set team members to see warning before sharing folders outside team.

Variables:
  • team_log.SfExternalInviteWarnDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfExternalInviteWarnDetails.original_folder_name – Original shared folder name.

  • team_log.SfExternalInviteWarnDetails.new_sharing_permission – New sharing permission.

  • team_log.SfExternalInviteWarnDetails.previous_sharing_permission – Previous sharing permission.

__init__(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)
new_sharing_permission
original_folder_name
previous_sharing_permission
target_asset_index
class dropbox.team_log.SfExternalInviteWarnType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfFbInviteChangeRoleDetails(target_asset_index=None, original_folder_name=None, previous_sharing_permission=None, new_sharing_permission=None)

Bases: Struct

Changed Facebook user’s role in shared folder.

Variables:
  • team_log.SfFbInviteChangeRoleDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfFbInviteChangeRoleDetails.original_folder_name – Original shared folder name.

  • team_log.SfFbInviteChangeRoleDetails.previous_sharing_permission – Previous sharing permission.

  • team_log.SfFbInviteChangeRoleDetails.new_sharing_permission – New sharing permission.

__init__(target_asset_index=None, original_folder_name=None, previous_sharing_permission=None, new_sharing_permission=None)
new_sharing_permission
original_folder_name
previous_sharing_permission
target_asset_index
class dropbox.team_log.SfFbInviteChangeRoleType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfFbInviteDetails(target_asset_index=None, original_folder_name=None, sharing_permission=None)

Bases: Struct

Invited Facebook users to shared folder.

Variables:
  • team_log.SfFbInviteDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfFbInviteDetails.original_folder_name – Original shared folder name.

  • team_log.SfFbInviteDetails.sharing_permission – Sharing permission.

__init__(target_asset_index=None, original_folder_name=None, sharing_permission=None)
original_folder_name
sharing_permission
target_asset_index
class dropbox.team_log.SfFbInviteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfFbUninviteDetails(target_asset_index=None, original_folder_name=None)

Bases: Struct

Uninvited Facebook user from shared folder.

Variables:
  • team_log.SfFbUninviteDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfFbUninviteDetails.original_folder_name – Original shared folder name.

__init__(target_asset_index=None, original_folder_name=None)
original_folder_name
target_asset_index
class dropbox.team_log.SfFbUninviteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfInviteGroupDetails(target_asset_index=None)

Bases: 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)
target_asset_index
class dropbox.team_log.SfInviteGroupType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfTeamGrantAccessDetails(target_asset_index=None, original_folder_name=None)

Bases: Struct

Granted access to shared folder.

Variables:
  • team_log.SfTeamGrantAccessDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfTeamGrantAccessDetails.original_folder_name – Original shared folder name.

__init__(target_asset_index=None, original_folder_name=None)
original_folder_name
target_asset_index
class dropbox.team_log.SfTeamGrantAccessType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfTeamInviteChangeRoleDetails(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)

Bases: Struct

Changed team member’s role in shared folder.

Variables:
  • team_log.SfTeamInviteChangeRoleDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfTeamInviteChangeRoleDetails.original_folder_name – Original shared folder name.

  • team_log.SfTeamInviteChangeRoleDetails.new_sharing_permission – New sharing permission.

  • team_log.SfTeamInviteChangeRoleDetails.previous_sharing_permission – Previous sharing permission.

__init__(target_asset_index=None, original_folder_name=None, new_sharing_permission=None, previous_sharing_permission=None)
new_sharing_permission
original_folder_name
previous_sharing_permission
target_asset_index
class dropbox.team_log.SfTeamInviteChangeRoleType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfTeamInviteDetails(target_asset_index=None, original_folder_name=None, sharing_permission=None)

Bases: Struct

Invited team members to shared folder.

Variables:
  • team_log.SfTeamInviteDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfTeamInviteDetails.original_folder_name – Original shared folder name.

  • team_log.SfTeamInviteDetails.sharing_permission – Sharing permission.

__init__(target_asset_index=None, original_folder_name=None, sharing_permission=None)
original_folder_name
sharing_permission
target_asset_index
class dropbox.team_log.SfTeamInviteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfTeamJoinDetails(target_asset_index=None, original_folder_name=None)

Bases: Struct

Joined team member’s shared folder.

Variables:
  • team_log.SfTeamJoinDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfTeamJoinDetails.original_folder_name – Original shared folder name.

__init__(target_asset_index=None, original_folder_name=None)
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: Struct

Joined team member’s shared folder from link.

Variables:
  • team_log.SfTeamJoinFromOobLinkDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfTeamJoinFromOobLinkDetails.original_folder_name – Original shared folder name.

  • team_log.SfTeamJoinFromOobLinkDetails.token_key – Shared link token key.

  • team_log.SfTeamJoinFromOobLinkDetails.sharing_permission – Sharing permission.

__init__(target_asset_index=None, original_folder_name=None, token_key=None, sharing_permission=None)
original_folder_name
sharing_permission
target_asset_index
token_key
class dropbox.team_log.SfTeamJoinFromOobLinkType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfTeamJoinType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SfTeamUninviteDetails(target_asset_index=None, original_folder_name=None)

Bases: Struct

Unshared folder with team member.

Variables:
  • team_log.SfTeamUninviteDetails.target_asset_index – Target asset position in the Assets list.

  • team_log.SfTeamUninviteDetails.original_folder_name – Original shared folder name.

__init__(target_asset_index=None, original_folder_name=None)
original_folder_name
target_asset_index
class dropbox.team_log.SfTeamUninviteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentAddInviteesDetails(shared_content_access_level=None, invitees=None)

Bases: Struct

Invited user to Dropbox and added them to shared file/folder.

Variables:
  • team_log.SharedContentAddInviteesDetails.shared_content_access_level – Shared content access level.

  • team_log.SharedContentAddInviteesDetails.invitees – A list of invitees.

__init__(shared_content_access_level=None, invitees=None)
invitees
shared_content_access_level
class dropbox.team_log.SharedContentAddInviteesType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentAddLinkExpiryDetails(new_value=None)

Bases: 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)
new_value
class dropbox.team_log.SharedContentAddLinkExpiryType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentAddLinkPasswordDetails

Bases: Struct

Added password to link for shared file/folder.

__init__()
class dropbox.team_log.SharedContentAddLinkPasswordType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentAddMemberDetails(shared_content_access_level=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedContentAddMemberType(description=None)

Bases: Struct

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

Bases: Struct

Changed whether members can download shared file/folder.

Variables:
  • team_log.SharedContentChangeDownloadsPolicyDetails.new_value – New downloads policy.

  • team_log.SharedContentChangeDownloadsPolicyDetails.previous_value – Previous downloads policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentChangeInviteeRoleDetails(new_access_level=None, invitee=None, previous_access_level=None)

Bases: Struct

Changed access type of invitee to shared file/folder before invite was accepted.

Variables:
  • team_log.SharedContentChangeInviteeRoleDetails.previous_access_level – Previous access level. Might be missing due to historical data gap.

  • team_log.SharedContentChangeInviteeRoleDetails.new_access_level – New access level.

  • team_log.SharedContentChangeInviteeRoleDetails.invitee – The invitee whose role was changed.

__init__(new_access_level=None, invitee=None, previous_access_level=None)
invitee
new_access_level
previous_access_level
class dropbox.team_log.SharedContentChangeInviteeRoleType(description=None)

Bases: Struct

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

Bases: Struct

Changed link audience of shared file/folder.

Variables:
  • team_log.SharedContentChangeLinkAudienceDetails.new_value – New link audience value.

  • team_log.SharedContentChangeLinkAudienceDetails.previous_value – Previous link audience value.

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

Bases: Struct

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

Bases: Struct

Changed link expiration of shared file/folder.

Variables:
  • team_log.SharedContentChangeLinkExpiryDetails.new_value – New shared content link expiration date. Might be missing due to historical data gap.

  • team_log.SharedContentChangeLinkExpiryDetails.previous_value – Previous shared content link expiration date. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentChangeLinkPasswordDetails

Bases: Struct

Changed link password of shared file/folder.

__init__()
class dropbox.team_log.SharedContentChangeLinkPasswordType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentChangeMemberRoleDetails(new_access_level=None, previous_access_level=None)

Bases: Struct

Changed access type of shared file/folder member.

Variables:
  • team_log.SharedContentChangeMemberRoleDetails.previous_access_level – Previous access level. Might be missing due to historical data gap.

  • team_log.SharedContentChangeMemberRoleDetails.new_access_level – New access level.

__init__(new_access_level=None, previous_access_level=None)
new_access_level
previous_access_level
class dropbox.team_log.SharedContentChangeMemberRoleType(description=None)

Bases: Struct

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

Bases: Struct

Changed whether members can see who viewed shared file/folder.

Variables:
  • team_log.SharedContentChangeViewerInfoPolicyDetails.new_value – New viewer info policy.

  • team_log.SharedContentChangeViewerInfoPolicyDetails.previous_value – Previous view info policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentClaimInvitationDetails(shared_content_link=None)

Bases: 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)
class dropbox.team_log.SharedContentClaimInvitationType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentCopyDetails(shared_content_link=None, shared_content_access_level=None, destination_path=None, shared_content_owner=None)

Bases: Struct

Copied shared file/folder to own Dropbox.

Variables:
  • team_log.SharedContentCopyDetails.shared_content_link – Shared content link.

  • team_log.SharedContentCopyDetails.shared_content_owner – The shared content owner.

  • team_log.SharedContentCopyDetails.shared_content_access_level – Shared content access level.

  • team_log.SharedContentCopyDetails.destination_path – The path where the member saved the content.

__init__(shared_content_link=None, shared_content_access_level=None, destination_path=None, shared_content_owner=None)
destination_path
shared_content_access_level
shared_content_owner
class dropbox.team_log.SharedContentCopyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentDownloadDetails(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)

Bases: Struct

Downloaded shared file/folder.

Variables:
  • team_log.SharedContentDownloadDetails.shared_content_link – Shared content link.

  • team_log.SharedContentDownloadDetails.shared_content_owner – The shared content owner.

  • team_log.SharedContentDownloadDetails.shared_content_access_level – Shared content access level.

__init__(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)
shared_content_access_level
shared_content_owner
class dropbox.team_log.SharedContentDownloadType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRelinquishMembershipDetails

Bases: Struct

Left shared file/folder.

__init__()
class dropbox.team_log.SharedContentRelinquishMembershipType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRemoveInviteesDetails(invitees=None)

Bases: Struct

Removed invitee from shared file/folder before invite was accepted.

Variables:

team_log.SharedContentRemoveInviteesDetails.invitees – A list of invitees.

__init__(invitees=None)
invitees
class dropbox.team_log.SharedContentRemoveInviteesType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRemoveLinkExpiryDetails(previous_value=None)

Bases: 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)
previous_value
class dropbox.team_log.SharedContentRemoveLinkExpiryType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRemoveLinkPasswordDetails

Bases: Struct

Removed link password of shared file/folder.

__init__()
class dropbox.team_log.SharedContentRemoveLinkPasswordType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRemoveMemberDetails(shared_content_access_level=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedContentRemoveMemberType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRequestAccessDetails(shared_content_link=None)

Bases: Struct

Requested access to shared file/folder.

Variables:

team_log.SharedContentRequestAccessDetails.shared_content_link – Shared content link.

__init__(shared_content_link=None)
class dropbox.team_log.SharedContentRequestAccessType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRestoreInviteesDetails(shared_content_access_level=None, invitees=None)

Bases: 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)
invitees
shared_content_access_level
class dropbox.team_log.SharedContentRestoreInviteesType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentRestoreMemberDetails(shared_content_access_level=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedContentRestoreMemberType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentUnshareDetails

Bases: Struct

Unshared file/folder by clearing membership.

__init__()
class dropbox.team_log.SharedContentUnshareType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedContentViewDetails(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)

Bases: Struct

Previewed shared file/folder.

Variables:
  • team_log.SharedContentViewDetails.shared_content_link – Shared content link.

  • team_log.SharedContentViewDetails.shared_content_owner – The shared content owner.

  • team_log.SharedContentViewDetails.shared_content_access_level – Shared content access level.

__init__(shared_content_link=None, shared_content_access_level=None, shared_content_owner=None)
shared_content_access_level
shared_content_owner
class dropbox.team_log.SharedContentViewType(description=None)

Bases: Struct

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

Bases: Struct

Changed who can access shared folder via link.

Variables:
  • team_log.SharedFolderChangeLinkPolicyDetails.new_value – New shared folder link policy.

  • team_log.SharedFolderChangeLinkPolicyDetails.previous_value – Previous shared folder link policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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)
new_value
previous_value
class dropbox.team_log.SharedFolderChangeMembersInheritancePolicyType(description=None)

Bases: Struct

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

Bases: 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)
new_value
previous_value
class dropbox.team_log.SharedFolderChangeMembersManagementPolicyType(description=None)

Bases: Struct

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

Bases: Struct

Changed who can become member of shared folder.

Variables:
  • team_log.SharedFolderChangeMembersPolicyDetails.new_value – New external invite policy.

  • team_log.SharedFolderChangeMembersPolicyDetails.previous_value – Previous external invite policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedFolderCreateDetails(target_ns_id=None)

Bases: Struct

Created shared folder.

Variables:

team_log.SharedFolderCreateDetails.target_ns_id – Target namespace ID.

__init__(target_ns_id=None)
target_ns_id
class dropbox.team_log.SharedFolderCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedFolderDeclineInvitationDetails

Bases: Struct

Declined team member’s invite to shared folder.

__init__()
class dropbox.team_log.SharedFolderDeclineInvitationType(description=None)

Bases: Struct

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

Bases: 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('dont_inherit_members', None)
inherit_members = SharedFolderMembersInheritancePolicy('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('other', None)
class dropbox.team_log.SharedFolderMountDetails

Bases: Struct

Added shared folder to own Dropbox.

__init__()
class dropbox.team_log.SharedFolderMountType(description=None)

Bases: Struct

__init__(description=None)
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: Struct

Changed parent of shared folder.

Variables:
  • team_log.SharedFolderNestDetails.previous_parent_ns_id – Previous parent namespace ID.

  • team_log.SharedFolderNestDetails.new_parent_ns_id – New parent namespace ID.

  • team_log.SharedFolderNestDetails.previous_ns_path – Previous namespace path.

  • team_log.SharedFolderNestDetails.new_ns_path – New namespace path.

__init__(previous_parent_ns_id=None, new_parent_ns_id=None, previous_ns_path=None, new_ns_path=None)
new_ns_path
new_parent_ns_id
previous_ns_path
previous_parent_ns_id
class dropbox.team_log.SharedFolderNestType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedFolderTransferOwnershipDetails(new_owner_email=None, previous_owner_email=None)

Bases: Struct

Transferred ownership of shared folder to another member.

Variables:
  • team_log.SharedFolderTransferOwnershipDetails.previous_owner_email – The email address of the previous shared folder owner.

  • team_log.SharedFolderTransferOwnershipDetails.new_owner_email – The email address of the new shared folder owner.

__init__(new_owner_email=None, previous_owner_email=None)
new_owner_email
previous_owner_email
class dropbox.team_log.SharedFolderTransferOwnershipType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedFolderUnmountDetails

Bases: Struct

Deleted shared folder from Dropbox.

__init__()
class dropbox.team_log.SharedFolderUnmountType(description=None)

Bases: Struct

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

Bases: 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('none', None)
other = SharedLinkAccessLevel('other', None)
reader = SharedLinkAccessLevel('reader', None)
writer = SharedLinkAccessLevel('writer', None)
class dropbox.team_log.SharedLinkAddExpiryDetails(new_value=None)

Bases: Struct

Added shared link expiration date.

Variables:

team_log.SharedLinkAddExpiryDetails.new_value – New shared link expiration date.

__init__(new_value=None)
new_value
class dropbox.team_log.SharedLinkAddExpiryType(description=None)

Bases: Struct

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

Bases: Struct

Changed shared link expiration date.

Variables:
  • team_log.SharedLinkChangeExpiryDetails.new_value – New shared link expiration date. Might be missing due to historical data gap.

  • team_log.SharedLinkChangeExpiryDetails.previous_value – Previous shared link expiration date. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed visibility of shared link.

Variables:
  • team_log.SharedLinkChangeVisibilityDetails.new_value – New shared link visibility.

  • team_log.SharedLinkChangeVisibilityDetails.previous_value – Previous shared link visibility. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkCopyDetails(shared_link_owner=None)

Bases: 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)
class dropbox.team_log.SharedLinkCopyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkCreateDetails(shared_link_access_level=None)

Bases: 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)
class dropbox.team_log.SharedLinkCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkDisableDetails(shared_link_owner=None)

Bases: 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)
class dropbox.team_log.SharedLinkDisableType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkDownloadDetails(shared_link_owner=None)

Bases: 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)
class dropbox.team_log.SharedLinkDownloadType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkRemoveExpiryDetails(previous_value=None)

Bases: 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)
previous_value
class dropbox.team_log.SharedLinkRemoveExpiryType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsAddExpirationDetails(shared_content_access_level=None, shared_content_link=None, new_value=None)

Bases: Struct

Added an expiration date to the shared link.

:ivar

team_log.SharedLinkSettingsAddExpirationDetails.shared_content_access_level: Shared content access level.

Variables:
  • team_log.SharedLinkSettingsAddExpirationDetails.shared_content_link – Shared content link.

  • team_log.SharedLinkSettingsAddExpirationDetails.new_value – New shared content link expiration date. Might be missing due to historical data gap.

__init__(shared_content_access_level=None, shared_content_link=None, new_value=None)
new_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAddExpirationType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsAddPasswordDetails(shared_content_access_level=None, shared_content_link=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAddPasswordType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsAllowDownloadDisabledDetails(shared_content_access_level=None, shared_content_link=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAllowDownloadDisabledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsAllowDownloadEnabledDetails(shared_content_access_level=None, shared_content_link=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsAllowDownloadEnabledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsChangeAudienceDetails(shared_content_access_level=None, new_value=None, shared_content_link=None, previous_value=None)

Bases: Struct

Changed the audience of the shared link.

:ivar

team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_access_level: Shared content access level.

Variables:
  • team_log.SharedLinkSettingsChangeAudienceDetails.shared_content_link – Shared content link.

  • team_log.SharedLinkSettingsChangeAudienceDetails.new_value – New link audience value.

  • team_log.SharedLinkSettingsChangeAudienceDetails.previous_value – Previous link audience value.

__init__(shared_content_access_level=None, new_value=None, shared_content_link=None, previous_value=None)
new_value
previous_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsChangeAudienceType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsChangeExpirationDetails(shared_content_access_level=None, shared_content_link=None, new_value=None, previous_value=None)

Bases: 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:
  • team_log.SharedLinkSettingsChangeExpirationDetails.new_value – New shared content link expiration date. Might be missing due to historical data gap.

  • team_log.SharedLinkSettingsChangeExpirationDetails.previous_value – Previous shared content link expiration date. Might be missing due to historical data gap.

__init__(shared_content_access_level=None, shared_content_link=None, new_value=None, previous_value=None)
new_value
previous_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsChangeExpirationType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsChangePasswordDetails(shared_content_access_level=None, shared_content_link=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsChangePasswordType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsRemoveExpirationDetails(shared_content_access_level=None, shared_content_link=None, previous_value=None)

Bases: 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)
previous_value
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsRemoveExpirationType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkSettingsRemovePasswordDetails(shared_content_access_level=None, shared_content_link=None)

Bases: 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)
shared_content_access_level
class dropbox.team_log.SharedLinkSettingsRemovePasswordType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkShareDetails(shared_link_owner=None, external_users=None)

Bases: Struct

Added members as audience of shared link.

Variables:
  • team_log.SharedLinkShareDetails.shared_link_owner – Shared link owner details. Might be missing due to historical data gap.

  • team_log.SharedLinkShareDetails.external_users – Users without a Dropbox account that were added as shared link audience.

__init__(shared_link_owner=None, external_users=None)
external_users
class dropbox.team_log.SharedLinkShareType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SharedLinkViewDetails(shared_link_owner=None)

Bases: 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)
class dropbox.team_log.SharedLinkViewType(description=None)

Bases: Struct

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

Bases: 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('no_one', None)
other = SharedLinkVisibility('other', None)
password = SharedLinkVisibility('password', None)
public = SharedLinkVisibility('public', None)
team_only = SharedLinkVisibility('team_only', None)
class dropbox.team_log.SharedNoteOpenedDetails

Bases: Struct

Opened shared Paper doc.

__init__()
class dropbox.team_log.SharedNoteOpenedType(description=None)

Bases: Struct

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

Bases: Struct

Changed whether team members can join shared folders owned outside team.

Variables:
  • team_log.SharingChangeFolderJoinPolicyDetails.new_value – New external join policy.

  • team_log.SharingChangeFolderJoinPolicyDetails.previous_value – Previous external join policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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)
new_value
previous_value
class dropbox.team_log.SharingChangeLinkAllowChangeExpirationPolicyType(description=None)

Bases: Struct

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

Bases: 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)
new_value
previous_value
class dropbox.team_log.SharingChangeLinkDefaultExpirationPolicyType(description=None)

Bases: Struct

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

Bases: Struct

Changed the password requirement for the links shared outside of the team.

Variables:
  • team_log.SharingChangeLinkEnforcePasswordPolicyDetails.new_value – To.

  • team_log.SharingChangeLinkEnforcePasswordPolicyDetails.previous_value – From.

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

Bases: Struct

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

Bases: Struct

Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default.

Variables:
  • team_log.SharingChangeLinkPolicyDetails.new_value – New external link accessibility policy.

  • team_log.SharingChangeLinkPolicyDetails.previous_value – Previous external link accessibility policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed whether members can share files/folders outside team.

Variables:
  • team_log.SharingChangeMemberPolicyDetails.new_value – New external invite policy.

  • team_log.SharingChangeMemberPolicyDetails.previous_value – Previous external invite policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('from_anyone', None)
from_team_only = SharingFolderJoinPolicy('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('other', None)
class dropbox.team_log.SharingLinkPolicy(tag, value=None)

Bases: 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('default_no_one', None)
default_private = SharingLinkPolicy('default_private', None)
default_public = SharingLinkPolicy('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('only_private', None)
other = SharingLinkPolicy('other', None)
class dropbox.team_log.SharingMemberPolicy(tag, value=None)

Bases: 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('allow', None)
forbid = SharingMemberPolicy('forbid', None)
forbid_with_exclusions = SharingMemberPolicy('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('other', None)
class dropbox.team_log.ShmodelDisableDownloadsDetails(shared_link_owner=None)

Bases: 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)
class dropbox.team_log.ShmodelDisableDownloadsType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShmodelEnableDownloadsDetails(shared_link_owner=None)

Bases: 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)
class dropbox.team_log.ShmodelEnableDownloadsType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShmodelGroupShareDetails

Bases: Struct

Shared link with group.

__init__()
class dropbox.team_log.ShmodelGroupShareType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseAccessGrantedDetails(event_uuid=None)

Bases: Struct

Granted access to showcase.

Variables:

team_log.ShowcaseAccessGrantedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseAccessGrantedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseAddMemberDetails(event_uuid=None)

Bases: Struct

Added member to showcase.

Variables:

team_log.ShowcaseAddMemberDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseAddMemberType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseArchivedDetails(event_uuid=None)

Bases: Struct

Archived showcase.

Variables:

team_log.ShowcaseArchivedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseArchivedType(description=None)

Bases: Struct

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

Bases: Struct

Enabled/disabled downloading files from Dropbox Showcase for team.

Variables:
  • team_log.ShowcaseChangeDownloadPolicyDetails.new_value – New Dropbox Showcase download policy.

  • team_log.ShowcaseChangeDownloadPolicyDetails.previous_value – Previous Dropbox Showcase download policy.

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

Bases: Struct

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

Bases: Struct

Enabled/disabled Dropbox Showcase for team.

Variables:
  • team_log.ShowcaseChangeEnabledPolicyDetails.new_value – New Dropbox Showcase policy.

  • team_log.ShowcaseChangeEnabledPolicyDetails.previous_value – Previous Dropbox Showcase policy.

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

Bases: Struct

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

Bases: Struct

Enabled/disabled sharing Dropbox Showcase externally for team.

Variables:
  • team_log.ShowcaseChangeExternalSharingPolicyDetails.new_value – New Dropbox Showcase external sharing policy.

  • team_log.ShowcaseChangeExternalSharingPolicyDetails.previous_value – Previous Dropbox Showcase external sharing policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseCreatedDetails(event_uuid=None)

Bases: Struct

Created showcase.

Variables:

team_log.ShowcaseCreatedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseCreatedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseDeleteCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Deleted showcase comment.

Variables:
  • team_log.ShowcaseDeleteCommentDetails.event_uuid – Event unique identifier.

  • team_log.ShowcaseDeleteCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.ShowcaseDeleteCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseDocumentLogInfo(showcase_id=None, showcase_title=None)

Bases: Struct

Showcase document’s logged information.

Variables:
  • team_log.ShowcaseDocumentLogInfo.showcase_id – Showcase document Id.

  • team_log.ShowcaseDocumentLogInfo.showcase_title – Showcase document title.

__init__(showcase_id=None, showcase_title=None)
showcase_id
showcase_title
class dropbox.team_log.ShowcaseDownloadPolicy(tag, value=None)

Bases: 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('disabled', None)
enabled = ShowcaseDownloadPolicy('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('other', None)
class dropbox.team_log.ShowcaseEditCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Edited showcase comment.

Variables:
  • team_log.ShowcaseEditCommentDetails.event_uuid – Event unique identifier.

  • team_log.ShowcaseEditCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.ShowcaseEditCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseEditedDetails(event_uuid=None)

Bases: Struct

Edited showcase.

Variables:

team_log.ShowcaseEditedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseEditedType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = ShowcaseEnabledPolicy('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('other', None)
class dropbox.team_log.ShowcaseExternalSharingPolicy(tag, value=None)

Bases: 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('disabled', None)
enabled = ShowcaseExternalSharingPolicy('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('other', None)
class dropbox.team_log.ShowcaseFileAddedDetails(event_uuid=None)

Bases: Struct

Added file to showcase.

Variables:

team_log.ShowcaseFileAddedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseFileAddedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseFileDownloadDetails(event_uuid=None, download_type=None)

Bases: Struct

Downloaded file from showcase.

Variables:
  • team_log.ShowcaseFileDownloadDetails.event_uuid – Event unique identifier.

  • team_log.ShowcaseFileDownloadDetails.download_type – Showcase download type.

__init__(event_uuid=None, download_type=None)
download_type
event_uuid
class dropbox.team_log.ShowcaseFileDownloadType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseFileRemovedDetails(event_uuid=None)

Bases: Struct

Removed file from showcase.

Variables:

team_log.ShowcaseFileRemovedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseFileRemovedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseFileViewDetails(event_uuid=None)

Bases: Struct

Viewed file in showcase.

Variables:

team_log.ShowcaseFileViewDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseFileViewType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcasePermanentlyDeletedDetails(event_uuid=None)

Bases: Struct

Permanently deleted showcase.

Variables:

team_log.ShowcasePermanentlyDeletedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcasePermanentlyDeletedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcasePostCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Added showcase comment.

Variables:
  • team_log.ShowcasePostCommentDetails.event_uuid – Event unique identifier.

  • team_log.ShowcasePostCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.ShowcasePostCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseRemoveMemberDetails(event_uuid=None)

Bases: Struct

Removed member from showcase.

Variables:

team_log.ShowcaseRemoveMemberDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseRemoveMemberType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseRenamedDetails(event_uuid=None)

Bases: Struct

Renamed showcase.

Variables:

team_log.ShowcaseRenamedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseRenamedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseRequestAccessDetails(event_uuid=None)

Bases: Struct

Requested access to showcase.

Variables:

team_log.ShowcaseRequestAccessDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseRequestAccessType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseResolveCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Resolved showcase comment.

Variables:
  • team_log.ShowcaseResolveCommentDetails.event_uuid – Event unique identifier.

  • team_log.ShowcaseResolveCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.ShowcaseResolveCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseRestoredDetails(event_uuid=None)

Bases: Struct

Unarchived showcase.

Variables:

team_log.ShowcaseRestoredDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseRestoredType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseTrashedDeprecatedDetails(event_uuid=None)

Bases: Struct

Deleted showcase (old version).

Variables:

team_log.ShowcaseTrashedDeprecatedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseTrashedDeprecatedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseTrashedDetails(event_uuid=None)

Bases: Struct

Deleted showcase.

Variables:

team_log.ShowcaseTrashedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseTrashedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseUnresolveCommentDetails(event_uuid=None, comment_text=None)

Bases: Struct

Unresolved showcase comment.

Variables:
  • team_log.ShowcaseUnresolveCommentDetails.event_uuid – Event unique identifier.

  • team_log.ShowcaseUnresolveCommentDetails.comment_text – Comment text.

__init__(event_uuid=None, comment_text=None)
comment_text
event_uuid
class dropbox.team_log.ShowcaseUnresolveCommentType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseUntrashedDeprecatedDetails(event_uuid=None)

Bases: Struct

Restored showcase (old version).

Variables:

team_log.ShowcaseUntrashedDeprecatedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseUntrashedDeprecatedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseUntrashedDetails(event_uuid=None)

Bases: Struct

Restored showcase.

Variables:

team_log.ShowcaseUntrashedDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseUntrashedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.ShowcaseViewDetails(event_uuid=None)

Bases: Struct

Viewed showcase.

Variables:

team_log.ShowcaseViewDetails.event_uuid – Event unique identifier.

__init__(event_uuid=None)
event_uuid
class dropbox.team_log.ShowcaseViewType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SignInAsSessionEndDetails

Bases: Struct

Ended admin sign-in-as session.

__init__()
class dropbox.team_log.SignInAsSessionEndType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SignInAsSessionStartDetails

Bases: Struct

Started admin sign-in-as session.

__init__()
class dropbox.team_log.SignInAsSessionStartType(description=None)

Bases: Struct

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

Bases: Struct

Changed default Smart Sync setting for team members.

Variables:
  • team_log.SmartSyncChangePolicyDetails.new_value – New smart sync policy.

  • team_log.SmartSyncChangePolicyDetails.previous_value – Previous smart sync policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SmartSyncCreateAdminPrivilegeReportDetails

Bases: Struct

Created Smart Sync non-admin devices report.

__init__()
class dropbox.team_log.SmartSyncCreateAdminPrivilegeReportType(description=None)

Bases: Struct

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

Bases: Struct

Opted team into Smart Sync.

Variables:
  • team_log.SmartSyncNotOptOutDetails.previous_value – Previous Smart Sync opt out policy.

  • team_log.SmartSyncNotOptOutDetails.new_value – New Smart Sync opt out policy.

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

Bases: Struct

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

Bases: Struct

Opted team out of Smart Sync.

Variables:
  • team_log.SmartSyncOptOutDetails.previous_value – Previous Smart Sync opt out policy.

  • team_log.SmartSyncOptOutDetails.new_value – New Smart Sync opt out policy.

__init__(previous_value=None, new_value=None)
new_value
previous_value
class dropbox.team_log.SmartSyncOptOutPolicy(tag, value=None)

Bases: 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('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('opted_out', None)
other = SmartSyncOptOutPolicy('other', None)
class dropbox.team_log.SmartSyncOptOutType(description=None)

Bases: Struct

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

Bases: Struct

Changed automatic Smart Sync setting for team.

Variables:
  • team_log.SmarterSmartSyncPolicyChangedDetails.previous_value – Previous automatic Smart Sync setting.

  • team_log.SmarterSmartSyncPolicyChangedDetails.new_value – New automatic Smart Sync setting.

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

Bases: Struct

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

Bases: 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('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('off', None)
other = SpaceCapsType('other', None)
soft = SpaceCapsType('soft', None)
class dropbox.team_log.SpaceLimitsStatus(tag, value=None)

Bases: 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('near_quota', None)
other = SpaceLimitsStatus('other', None)
over_quota = SpaceLimitsStatus('over_quota', None)
within_quota = SpaceLimitsStatus('within_quota', None)
class dropbox.team_log.SsoAddCertDetails(certificate_details=None)

Bases: Struct

Added X.509 certificate for SSO.

Variables:

team_log.SsoAddCertDetails.certificate_details – SSO certificate details.

__init__(certificate_details=None)
certificate_details
class dropbox.team_log.SsoAddCertType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SsoAddLoginUrlDetails(new_value=None)

Bases: Struct

Added sign-in URL for SSO.

Variables:

team_log.SsoAddLoginUrlDetails.new_value – New single sign-on login URL.

__init__(new_value=None)
new_value
class dropbox.team_log.SsoAddLoginUrlType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SsoAddLogoutUrlDetails(new_value=None)

Bases: Struct

Added sign-out URL for SSO.

Variables:

team_log.SsoAddLogoutUrlDetails.new_value – New single sign-on logout URL.

__init__(new_value=None)
new_value
class dropbox.team_log.SsoAddLogoutUrlType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SsoChangeCertDetails(new_certificate_details=None, previous_certificate_details=None)

Bases: Struct

Changed X.509 certificate for SSO.

Variables:
  • team_log.SsoChangeCertDetails.previous_certificate_details – Previous SSO certificate details. Might be missing due to historical data gap.

  • team_log.SsoChangeCertDetails.new_certificate_details – New SSO certificate details.

__init__(new_certificate_details=None, previous_certificate_details=None)
new_certificate_details
previous_certificate_details
class dropbox.team_log.SsoChangeCertType(description=None)

Bases: Struct

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

Bases: Struct

Changed sign-in URL for SSO.

Variables:
  • team_log.SsoChangeLoginUrlDetails.previous_value – Previous single sign-on login URL.

  • team_log.SsoChangeLoginUrlDetails.new_value – New single sign-on login URL.

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

Bases: Struct

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

Bases: Struct

Changed sign-out URL for SSO.

Variables:
  • team_log.SsoChangeLogoutUrlDetails.previous_value – Previous single sign-on logout URL. Might be missing due to historical data gap.

  • team_log.SsoChangeLogoutUrlDetails.new_value – New single sign-on logout URL.

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

Bases: Struct

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

Bases: Struct

Changed single sign-on setting for team.

Variables:
  • team_log.SsoChangePolicyDetails.new_value – New single sign-on policy.

  • team_log.SsoChangePolicyDetails.previous_value – Previous single sign-on policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed SAML identity mode for SSO.

Variables:
  • team_log.SsoChangeSamlIdentityModeDetails.previous_value – Previous single sign-on identity mode.

  • team_log.SsoChangeSamlIdentityModeDetails.new_value – New single sign-on identity mode.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SsoErrorDetails(error_details=None)

Bases: Struct

Failed to sign in via SSO.

Variables:

team_log.SsoErrorDetails.error_details – Error details.

__init__(error_details=None)
error_details
class dropbox.team_log.SsoErrorType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SsoRemoveCertDetails

Bases: Struct

Removed X.509 certificate for SSO.

__init__()
class dropbox.team_log.SsoRemoveCertType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SsoRemoveLoginUrlDetails(previous_value=None)

Bases: Struct

Removed sign-in URL for SSO.

Variables:

team_log.SsoRemoveLoginUrlDetails.previous_value – Previous single sign-on login URL.

__init__(previous_value=None)
previous_value
class dropbox.team_log.SsoRemoveLoginUrlType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.SsoRemoveLogoutUrlDetails(previous_value=None)

Bases: Struct

Removed sign-out URL for SSO.

Variables:

team_log.SsoRemoveLogoutUrlDetails.previous_value – Previous single sign-on logout URL.

__init__(previous_value=None)
previous_value
class dropbox.team_log.SsoRemoveLogoutUrlType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.StartedEnterpriseAdminSessionDetails(federation_extra_details=None)

Bases: Struct

Started enterprise admin session.

:ivar

team_log.StartedEnterpriseAdminSessionDetails.federation_extra_details: More information about the organization or team.

__init__(federation_extra_details=None)
federation_extra_details
class dropbox.team_log.StartedEnterpriseAdminSessionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamActivityCreateReportDetails(start_date=None, end_date=None)

Bases: Struct

Created team activity report.

Variables:
  • team_log.TeamActivityCreateReportDetails.start_date – Report start date.

  • team_log.TeamActivityCreateReportDetails.end_date – Report end date.

__init__(start_date=None, end_date=None)
end_date
start_date
class dropbox.team_log.TeamActivityCreateReportFailDetails(failure_reason=None)

Bases: Struct

Couldn’t generate team activity report.

Variables:

team_log.TeamActivityCreateReportFailDetails.failure_reason – Failure reason.

__init__(failure_reason=None)
failure_reason
class dropbox.team_log.TeamActivityCreateReportFailType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamActivityCreateReportType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = TeamBrandingPolicy('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('other', None)
class dropbox.team_log.TeamBrandingPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed team branding policy for team.

Variables:
  • team_log.TeamBrandingPolicyChangedDetails.new_value – New team branding policy.

  • team_log.TeamBrandingPolicyChangedDetails.previous_value – Previous team branding policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamDetails(team=None)

Bases: Struct

More details about the team.

Variables:

team_log.TeamDetails.team – The name of the team.

__init__(team=None)
team
class dropbox.team_log.TeamEncryptionKeyCancelKeyDeletionDetails

Bases: Struct

Canceled team encryption key deletion.

__init__()
class dropbox.team_log.TeamEncryptionKeyCancelKeyDeletionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamEncryptionKeyCreateKeyDetails

Bases: Struct

Created team encryption key.

__init__()
class dropbox.team_log.TeamEncryptionKeyCreateKeyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamEncryptionKeyDeleteKeyDetails

Bases: Struct

Deleted team encryption key.

__init__()
class dropbox.team_log.TeamEncryptionKeyDeleteKeyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamEncryptionKeyDisableKeyDetails

Bases: Struct

Disabled team encryption key.

__init__()
class dropbox.team_log.TeamEncryptionKeyDisableKeyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamEncryptionKeyEnableKeyDetails

Bases: Struct

Enabled team encryption key.

__init__()
class dropbox.team_log.TeamEncryptionKeyEnableKeyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamEncryptionKeyRotateKeyDetails

Bases: Struct

Rotated team encryption key.

__init__()
class dropbox.team_log.TeamEncryptionKeyRotateKeyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamEncryptionKeyScheduleKeyDeletionDetails

Bases: Struct

Scheduled encryption key deletion.

__init__()
class dropbox.team_log.TeamEncryptionKeyScheduleKeyDeletionType(description=None)

Bases: Struct

__init__(description=None)
description
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: 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)
actor
assets
context
details
event_category
event_type
involve_non_team_member
origin
participants
timestamp
class dropbox.team_log.TeamExtensionsPolicy(tag, value=None)

Bases: 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('disabled', None)
enabled = TeamExtensionsPolicy('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('other', None)
class dropbox.team_log.TeamExtensionsPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed App Integrations setting for team.

Variables:
  • team_log.TeamExtensionsPolicyChangedDetails.new_value – New Extensions policy.

  • team_log.TeamExtensionsPolicyChangedDetails.previous_value – Previous Extensions policy.

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

Bases: Struct

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

Bases: Struct

Changed archival status of team folder.

Variables:
  • team_log.TeamFolderChangeStatusDetails.new_value – New team folder status.

  • team_log.TeamFolderChangeStatusDetails.previous_value – Previous team folder status. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamFolderCreateDetails

Bases: Struct

Created team folder in active status.

__init__()
class dropbox.team_log.TeamFolderCreateType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamFolderDowngradeDetails(target_asset_index=None)

Bases: 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)
target_asset_index
class dropbox.team_log.TeamFolderDowngradeType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamFolderPermanentlyDeleteDetails

Bases: Struct

Permanently deleted archived team folder.

__init__()
class dropbox.team_log.TeamFolderPermanentlyDeleteType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamFolderRenameDetails(previous_folder_name=None, new_folder_name=None)

Bases: Struct

Renamed active/archived team folder.

Variables:
  • team_log.TeamFolderRenameDetails.previous_folder_name – Previous folder name.

  • team_log.TeamFolderRenameDetails.new_folder_name – New folder name.

__init__(previous_folder_name=None, new_folder_name=None)
new_folder_name
previous_folder_name
class dropbox.team_log.TeamFolderRenameType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamInviteDetails(invite_method=None, additional_license_purchase=None)

Bases: Struct

Details about team invites

Variables:
  • team_log.TeamInviteDetails.invite_method – How the user was invited to the team.

  • team_log.TeamInviteDetails.additional_license_purchase – True if the invitation incurred an additional license purchase.

__init__(invite_method=None, additional_license_purchase=None)
additional_license_purchase
invite_method
class dropbox.team_log.TeamLinkedAppLogInfo(app_id=None, display_name=None)

Bases: AppLogInfo

Team linked app

__init__(app_id=None, display_name=None)
class dropbox.team_log.TeamLogInfo(display_name=None)

Bases: Struct

Team’s logged information.

Variables:

team_log.TeamLogInfo.display_name – Team display name.

__init__(display_name=None)
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: UserLogInfo

Team member’s logged information.

Variables:
  • team_log.TeamMemberLogInfo.team_member_id – Team member ID.

  • team_log.TeamMemberLogInfo.member_external_id – Team member external ID.

  • team_log.TeamMemberLogInfo.team – Details about this user&#x2019s team for enterprise event.

__init__(account_id=None, display_name=None, email=None, team_member_id=None, member_external_id=None, team=None)
member_external_id
team
team_member_id
class dropbox.team_log.TeamMembershipType(tag, value=None)

Bases: 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('free', None)
full = TeamMembershipType('full', None)
guest = TeamMembershipType('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('other', None)
class dropbox.team_log.TeamMergeFromDetails(team_name=None)

Bases: 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)
team_name
class dropbox.team_log.TeamMergeFromType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestAcceptedDetails(request_accepted_details=None)

Bases: Struct

Accepted a team merge request.

Variables:

team_log.TeamMergeRequestAcceptedDetails.request_accepted_details – Team merge request acceptance details.

__init__(request_accepted_details=None)
request_accepted_details
class dropbox.team_log.TeamMergeRequestAcceptedExtraDetails(tag, value=None)

Bases: 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('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: 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)
secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestAcceptedShownToPrimaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestAcceptedShownToSecondaryTeamDetails(primary_team=None, sent_by=None)

Bases: 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)
primary_team
sent_by
class dropbox.team_log.TeamMergeRequestAcceptedShownToSecondaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestAcceptedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestAutoCanceledDetails(details=None)

Bases: Struct

Automatically canceled team merge request.

Variables:

team_log.TeamMergeRequestAutoCanceledDetails.details – The cancellation reason.

__init__(details=None)
details
class dropbox.team_log.TeamMergeRequestAutoCanceledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestCanceledDetails(request_canceled_details=None)

Bases: Struct

Canceled a team merge request.

Variables:

team_log.TeamMergeRequestCanceledDetails.request_canceled_details – Team merge request cancellation details.

__init__(request_canceled_details=None)
request_canceled_details
class dropbox.team_log.TeamMergeRequestCanceledExtraDetails(tag, value=None)

Bases: 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('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: 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)
secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestCanceledShownToPrimaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails(sent_to=None, sent_by=None)

Bases: Struct

Canceled a team merge request.

Variables:
  • team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_to – The email of the primary team admin that the request was sent to.

  • team_log.TeamMergeRequestCanceledShownToSecondaryTeamDetails.sent_by – The name of the secondary team admin who sent the request originally.

__init__(sent_to=None, sent_by=None)
sent_by
sent_to
class dropbox.team_log.TeamMergeRequestCanceledShownToSecondaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestCanceledType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestExpiredDetails(request_expired_details=None)

Bases: Struct

Team merge request expired.

Variables:

team_log.TeamMergeRequestExpiredDetails.request_expired_details – Team merge request expiration details.

__init__(request_expired_details=None)
request_expired_details
class dropbox.team_log.TeamMergeRequestExpiredExtraDetails(tag, value=None)

Bases: 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('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: 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)
secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestExpiredShownToPrimaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestExpiredShownToSecondaryTeamDetails(sent_to=None)

Bases: 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)
sent_to
class dropbox.team_log.TeamMergeRequestExpiredShownToSecondaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestExpiredType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestRejectedShownToPrimaryTeamDetails(secondary_team=None, sent_by=None)

Bases: 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)
secondary_team
sent_by
class dropbox.team_log.TeamMergeRequestRejectedShownToPrimaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestRejectedShownToSecondaryTeamDetails(sent_by=None)

Bases: 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)
sent_by
class dropbox.team_log.TeamMergeRequestRejectedShownToSecondaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestReminderDetails(request_reminder_details=None)

Bases: Struct

Sent a team merge request reminder.

Variables:

team_log.TeamMergeRequestReminderDetails.request_reminder_details – Team merge request reminder details.

__init__(request_reminder_details=None)
request_reminder_details
class dropbox.team_log.TeamMergeRequestReminderExtraDetails(tag, value=None)

Bases: 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('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: 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)
secondary_team
sent_to
class dropbox.team_log.TeamMergeRequestReminderShownToPrimaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestReminderShownToSecondaryTeamDetails(sent_to=None)

Bases: 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)
sent_to
class dropbox.team_log.TeamMergeRequestReminderShownToSecondaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestReminderType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestRevokedDetails(team=None)

Bases: Struct

Canceled the team merge.

Variables:

team_log.TeamMergeRequestRevokedDetails.team – The name of the other team.

__init__(team=None)
team
class dropbox.team_log.TeamMergeRequestRevokedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestSentShownToPrimaryTeamDetails(secondary_team=None, sent_to=None)

Bases: Struct

Requested to merge their Dropbox team into yours.

Variables:
  • team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.secondary_team – The secondary team name.

  • team_log.TeamMergeRequestSentShownToPrimaryTeamDetails.sent_to – The name of the primary team admin the request was sent to.

__init__(secondary_team=None, sent_to=None)
secondary_team
sent_to
class dropbox.team_log.TeamMergeRequestSentShownToPrimaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeRequestSentShownToSecondaryTeamDetails(sent_to=None)

Bases: 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)
sent_to
class dropbox.team_log.TeamMergeRequestSentShownToSecondaryTeamType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamMergeToDetails(team_name=None)

Bases: 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)
team_name
class dropbox.team_log.TeamMergeToType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamName(team_display_name=None, team_legal_name=None)

Bases: Struct

Team name details

Variables:
  • team_log.TeamName.team_display_name – Team’s display name.

  • team_log.TeamName.team_legal_name – Team’s legal name.

__init__(team_display_name=None, team_legal_name=None)
team_display_name
class dropbox.team_log.TeamProfileAddBackgroundDetails

Bases: Struct

Added team background to display on shared link headers.

__init__()
class dropbox.team_log.TeamProfileAddBackgroundType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamProfileAddLogoDetails

Bases: Struct

Added team logo to display on shared link headers.

__init__()
class dropbox.team_log.TeamProfileAddLogoType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamProfileChangeBackgroundDetails

Bases: Struct

Changed team background displayed on shared link headers.

__init__()
class dropbox.team_log.TeamProfileChangeBackgroundType(description=None)

Bases: Struct

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

Bases: Struct

Changed default language for team.

Variables:
  • team_log.TeamProfileChangeDefaultLanguageDetails.new_value – New team’s default language.

  • team_log.TeamProfileChangeDefaultLanguageDetails.previous_value – Previous team’s default language.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamProfileChangeLogoDetails

Bases: Struct

Changed team logo displayed on shared link headers.

__init__()
class dropbox.team_log.TeamProfileChangeLogoType(description=None)

Bases: Struct

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

Bases: Struct

Changed team name.

Variables:
  • team_log.TeamProfileChangeNameDetails.previous_value – Previous teams name. Might be missing due to historical data gap.

  • team_log.TeamProfileChangeNameDetails.new_value – New team name.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamProfileRemoveBackgroundDetails

Bases: Struct

Removed team background displayed on shared link headers.

__init__()
class dropbox.team_log.TeamProfileRemoveBackgroundType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamProfileRemoveLogoDetails

Bases: Struct

Removed team logo displayed on shared link headers.

__init__()
class dropbox.team_log.TeamProfileRemoveLogoType(description=None)

Bases: Struct

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

Bases: 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('disabled', None)
enabled = TeamSelectiveSyncPolicy('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('other', None)
class dropbox.team_log.TeamSelectiveSyncPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled Team Selective Sync for team.

Variables:
  • team_log.TeamSelectiveSyncPolicyChangedDetails.new_value – New Team Selective Sync policy.

  • team_log.TeamSelectiveSyncPolicyChangedDetails.previous_value – Previous Team Selective Sync policy.

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

Bases: Struct

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

Bases: Struct

Changed sync default.

Variables:
  • team_log.TeamSelectiveSyncSettingsChangedDetails.previous_value – Previous value.

  • team_log.TeamSelectiveSyncSettingsChangedDetails.new_value – New value.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TeamSharingWhitelistSubjectsChangedDetails(added_whitelist_subjects=None, removed_whitelist_subjects=None)

Bases: 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)
added_whitelist_subjects
removed_whitelist_subjects
class dropbox.team_log.TeamSharingWhitelistSubjectsChangedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaAddBackupPhoneDetails

Bases: Struct

Added backup phone for two-step verification.

__init__()
class dropbox.team_log.TfaAddBackupPhoneType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaAddExceptionDetails

Bases: Struct

Added members to two factor authentication exception list.

__init__()
class dropbox.team_log.TfaAddExceptionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaAddSecurityKeyDetails

Bases: Struct

Added security key for two-step verification.

__init__()
class dropbox.team_log.TfaAddSecurityKeyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaChangeBackupPhoneDetails

Bases: Struct

Changed backup phone for two-step verification.

__init__()
class dropbox.team_log.TfaChangeBackupPhoneType(description=None)

Bases: Struct

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

Bases: Struct

Changed two-step verification setting for team.

Variables:
  • team_log.TfaChangePolicyDetails.new_value – New change policy.

  • team_log.TfaChangePolicyDetails.previous_value – Previous change policy. Might be missing due to historical data gap.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaChangeStatusDetails(new_value=None, previous_value=None, used_rescue_code=None)

Bases: Struct

Enabled/disabled/changed two-step verification setting.

Variables:
  • team_log.TfaChangeStatusDetails.new_value – The new two factor authentication configuration.

  • team_log.TfaChangeStatusDetails.previous_value – The previous two factor authentication configuration. Might be missing due to historical data gap.

  • team_log.TfaChangeStatusDetails.used_rescue_code – Used two factor authentication rescue code. This flag is relevant when the two factor authentication configuration is disabled.

__init__(new_value=None, previous_value=None, used_rescue_code=None)
new_value
previous_value
used_rescue_code
class dropbox.team_log.TfaChangeStatusType(description=None)

Bases: Struct

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

Bases: 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('authenticator', None)
disabled = TfaConfiguration('disabled', None)
enabled = TfaConfiguration('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('other', None)
sms = TfaConfiguration('sms', None)
class dropbox.team_log.TfaRemoveBackupPhoneDetails

Bases: Struct

Removed backup phone for two-step verification.

__init__()
class dropbox.team_log.TfaRemoveBackupPhoneType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaRemoveExceptionDetails

Bases: Struct

Removed members from two factor authentication exception list.

__init__()
class dropbox.team_log.TfaRemoveExceptionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaRemoveSecurityKeyDetails

Bases: Struct

Removed security key for two-step verification.

__init__()
class dropbox.team_log.TfaRemoveSecurityKeyType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.TfaResetDetails

Bases: Struct

Reset two-step verification for team member.

__init__()
class dropbox.team_log.TfaResetType(description=None)

Bases: Struct

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

Bases: 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('days', None)
hours = TimeUnit('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('milliseconds', None)
minutes = TimeUnit('minutes', None)
months = TimeUnit('months', None)
other = TimeUnit('other', None)
seconds = TimeUnit('seconds', None)
weeks = TimeUnit('weeks', None)
years = TimeUnit('years', None)
class dropbox.team_log.TrustedNonTeamMemberLogInfo(trusted_non_team_member_type=None, account_id=None, display_name=None, email=None, team=None)

Bases: UserLogInfo

User that is not a member of the team but considered trusted.

Variables:
  • team_log.TrustedNonTeamMemberLogInfo.trusted_non_team_member_type – Indicates the type of the member of a trusted team.

  • team_log.TrustedNonTeamMemberLogInfo.team – Details about this user’s trusted team.

__init__(trusted_non_team_member_type=None, account_id=None, display_name=None, email=None, team=None)
team
trusted_non_team_member_type
class dropbox.team_log.TrustedNonTeamMemberType(tag, value=None)

Bases: 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('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('multi_instance_admin', None)
other = TrustedNonTeamMemberType('other', None)
class dropbox.team_log.TrustedTeamsRequestAction(tag, value=None)

Bases: 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('accepted', None)
declined = TrustedTeamsRequestAction('declined', None)
expired = TrustedTeamsRequestAction('expired', None)
invited = TrustedTeamsRequestAction('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('other', None)
revoked = TrustedTeamsRequestAction('revoked', None)
class dropbox.team_log.TrustedTeamsRequestState(tag, value=None)

Bases: 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('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('linked', None)
other = TrustedTeamsRequestState('other', None)
unlinked = TrustedTeamsRequestState('unlinked', None)
class dropbox.team_log.TwoAccountChangePolicyDetails(new_value=None, previous_value=None)

Bases: Struct

Enabled/disabled option for members to link personal Dropbox account and team account to same computer.

Variables:
  • team_log.TwoAccountChangePolicyDetails.new_value – New two account policy.

  • team_log.TwoAccountChangePolicyDetails.previous_value – Previous two account policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = TwoAccountPolicy('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('other', None)
class dropbox.team_log.UndoNamingConventionDetails

Bases: Struct

Reverted naming convention.

__init__()
class dropbox.team_log.UndoNamingConventionType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.UndoOrganizeFolderWithTidyDetails

Bases: Struct

Removed multi-file organize.

__init__()
class dropbox.team_log.UndoOrganizeFolderWithTidyType(description=None)

Bases: Struct

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

Bases: AppLogInfo

User linked app

__init__(app_id=None, display_name=None)
class dropbox.team_log.UserLogInfo(account_id=None, display_name=None, email=None)

Bases: Struct

User’s logged information.

Variables:
  • team_log.UserLogInfo.account_id – User unique ID.

  • team_log.UserLogInfo.display_name – User display name.

  • team_log.UserLogInfo.email – User email address.

__init__(account_id=None, display_name=None, email=None)
account_id
display_name
email
class dropbox.team_log.UserNameLogInfo(given_name=None, surname=None, locale=None)

Bases: Struct

User’s name logged information

Variables:
  • team_log.UserNameLogInfo.given_name – Given name.

  • team_log.UserNameLogInfo.surname – Surname.

  • team_log.UserNameLogInfo.locale – Locale. Might be missing due to historical data gap.

__init__(given_name=None, surname=None, locale=None)
given_name
locale
surname
class dropbox.team_log.UserOrTeamLinkedAppLogInfo(app_id=None, display_name=None)

Bases: AppLogInfo

User or team linked app. Used when linked type is missing due to historical data gap.

__init__(app_id=None, display_name=None)
class dropbox.team_log.UserTagsAddedDetails(values=None)

Bases: Struct

Tagged a file.

Variables:

team_log.UserTagsAddedDetails.values – values.

__init__(values=None)
values
class dropbox.team_log.UserTagsAddedType(description=None)

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.UserTagsRemovedDetails(values=None)

Bases: Struct

Removed tags.

Variables:

team_log.UserTagsRemovedDetails.values – values.

__init__(values=None)
values
class dropbox.team_log.UserTagsRemovedType(description=None)

Bases: Struct

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

Bases: Struct

Changed team policy for viewer info.

Variables:
  • team_log.ViewerInfoPolicyChangedDetails.previous_value – Previous Viewer Info policy.

  • team_log.ViewerInfoPolicyChangedDetails.new_value – New Viewer Info policy.

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

Bases: Struct

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

Bases: 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('disabled', None)
enabled = WatermarkingPolicy('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('other', None)
class dropbox.team_log.WatermarkingPolicyChangedDetails(new_value=None, previous_value=None)

Bases: Struct

Changed watermarking policy for team.

Variables:
  • team_log.WatermarkingPolicyChangedDetails.new_value – New watermarking policy.

  • team_log.WatermarkingPolicyChangedDetails.previous_value – Previous watermarking policy.

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

Bases: Struct

__init__(description=None)
description
class dropbox.team_log.WebDeviceSessionLogInfo(user_agent=None, os=None, browser=None, ip_address=None, created=None, updated=None, session_info=None)

Bases: DeviceSessionLogInfo

Information on active web sessions

Variables:
  • team_log.WebDeviceSessionLogInfo.session_info – Web session unique id.

  • team_log.WebDeviceSessionLogInfo.user_agent – Information on the hosting device.

  • team_log.WebDeviceSessionLogInfo.os – Information on the hosting operating system.

  • team_log.WebDeviceSessionLogInfo.browser – Information on the browser used for this web session.

__init__(user_agent=None, os=None, browser=None, ip_address=None, created=None, updated=None, session_info=None)
browser
os
session_info
user_agent
class dropbox.team_log.WebSessionLogInfo(session_id=None)

Bases: SessionLogInfo

Web session.

__init__(session_id=None)
class dropbox.team_log.WebSessionsChangeActiveSessionLimitDetails(previous_value=None, new_value=None)

Bases: Struct

Changed limit on active sessions per member.

Variables:
  • team_log.WebSessionsChangeActiveSessionLimitDetails.previous_value – Previous max number of concurrent active sessions policy.

  • team_log.WebSessionsChangeActiveSessionLimitDetails.new_value – New max number of concurrent active sessions policy.

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

Bases: Struct

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

Bases: Struct

Changed how long members can stay signed in to Dropbox.com.

Variables:
  • team_log.WebSessionsChangeFixedLengthPolicyDetails.new_value – New session length policy. Might be missing due to historical data gap.

  • team_log.WebSessionsChangeFixedLengthPolicyDetails.previous_value – Previous session length policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: Struct

Changed how long team members can be idle while signed in to Dropbox.com.

Variables:
  • team_log.WebSessionsChangeIdleLengthPolicyDetails.new_value – New idle length policy. Might be missing due to historical data gap.

  • team_log.WebSessionsChangeIdleLengthPolicyDetails.previous_value – Previous idle length policy. Might be missing due to historical data gap.

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

Bases: Struct

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

Bases: 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:
  • WebSessionsFixedLengthPolicy.defined (DurationLogInfo) – Defined fixed session length.

  • team_log.WebSessionsFixedLengthPolicy.undefined – Undefined fixed session length.

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('other', None)
undefined = WebSessionsFixedLengthPolicy('undefined', None)
class dropbox.team_log.WebSessionsIdleLengthPolicy(tag, value=None)

Bases: 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:
  • WebSessionsIdleLengthPolicy.defined (DurationLogInfo) – Defined idle session length.

  • team_log.WebSessionsIdleLengthPolicy.undefined – Undefined idle session length.

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('other', None)
undefined = WebSessionsIdleLengthPolicy('undefined', None)