class documentation

class EventCategory(bb.Union): (source)

View In Hierarchy

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. :ivar team_log.EventCategory.admin_alerting: Events that involve team related alerts. :ivar team_log.EventCategory.apps: Events that apply to management of linked apps. :ivar team_log.EventCategory.comments: Events that have to do with comments on files and Paper documents. :ivar team_log.EventCategory.data_governance: Events that involve data governance actions :ivar team_log.EventCategory.devices: Events that apply to linked devices on mobile, desktop and Web platforms. :ivar team_log.EventCategory.domains: Events that involve domain management feature: domain verification, invite enforcement and account capture. :ivar team_log.EventCategory.file_operations: Events that have to do with filesystem operations on files and folders: copy, move, delete, etc. :ivar team_log.EventCategory.file_requests: Events that apply to the file requests feature. :ivar team_log.EventCategory.groups: Events that involve group management. :ivar team_log.EventCategory.logins: Events that involve users signing in to or out of Dropbox. :ivar team_log.EventCategory.members: Events that involve team member management. :ivar team_log.EventCategory.paper: Events that apply to Dropbox Paper. :ivar team_log.EventCategory.passwords: Events that involve using, changing or resetting passwords. :ivar team_log.EventCategory.reports: Events that concern generation of admin reports, including team activity and device usage. :ivar team_log.EventCategory.sharing: Events that apply to all types of sharing and collaboration. :ivar team_log.EventCategory.showcase: Events that apply to Dropbox Showcase. :ivar team_log.EventCategory.sso: Events that involve using or configuring single sign-on as well as administrative policies concerning single sign-on. :ivar team_log.EventCategory.team_folders: Events that involve team folder management. :ivar team_log.EventCategory.team_policies: Events that involve a change in team-wide policies. :ivar team_log.EventCategory.team_profile: Events that involve a change in the team profile. :ivar team_log.EventCategory.tfa: Events that involve using or configuring two factor authentication as well as administrative policies concerning two factor authentication. :ivar team_log.EventCategory.trusted_teams: Events that apply to cross-team trust establishment.

Method is_admin_alerting Check if the union tag is ``admin_alerting``.
Method is_apps Check if the union tag is ``apps``.
Method is_comments Check if the union tag is ``comments``.
Method is_data_governance Check if the union tag is ``data_governance``.
Method is_devices Check if the union tag is ``devices``.
Method is_domains Check if the union tag is ``domains``.
Method is_file_operations Check if the union tag is ``file_operations``.
Method is_file_requests Check if the union tag is ``file_requests``.
Method is_groups Check if the union tag is ``groups``.
Method is_logins Check if the union tag is ``logins``.
Method is_members Check if the union tag is ``members``.
Method is_other Check if the union tag is ``other``.
Method is_paper Check if the union tag is ``paper``.
Method is_passwords Check if the union tag is ``passwords``.
Method is_reports Check if the union tag is ``reports``.
Method is_sharing Check if the union tag is ``sharing``.
Method is_showcase Check if the union tag is ``showcase``.
Method is_sso Check if the union tag is ``sso``.
Method is_team_folders Check if the union tag is ``team_folders``.
Method is_team_policies Check if the union tag is ``team_policies``.
Method is_team_profile Check if the union tag is ``team_profile``.
Method is_tfa Check if the union tag is ``tfa``.
Method is_trusted_teams Check if the union tag is ``trusted_teams``.
Class Variable admin_alerting Undocumented
Class Variable apps Undocumented
Class Variable comments Undocumented
Class Variable data_governance Undocumented
Class Variable devices Undocumented
Class Variable domains Undocumented
Class Variable file_operations Undocumented
Class Variable file_requests Undocumented
Class Variable groups Undocumented
Class Variable logins Undocumented
Class Variable members Undocumented
Class Variable other Undocumented
Class Variable paper Undocumented
Class Variable passwords Undocumented
Class Variable reports Undocumented
Class Variable sharing Undocumented
Class Variable showcase Undocumented
Class Variable sso Undocumented
Class Variable team_folders Undocumented
Class Variable team_policies Undocumented
Class Variable team_profile Undocumented
Class Variable tfa Undocumented
Class Variable trusted_teams Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented
def is_admin_alerting(self): (source)

Check if the union tag is ``admin_alerting``. :rtype: bool

def is_apps(self): (source)

Check if the union tag is ``apps``. :rtype: bool

def is_comments(self): (source)

Check if the union tag is ``comments``. :rtype: bool

def is_data_governance(self): (source)

Check if the union tag is ``data_governance``. :rtype: bool

def is_devices(self): (source)

Check if the union tag is ``devices``. :rtype: bool

def is_domains(self): (source)

Check if the union tag is ``domains``. :rtype: bool

def is_file_operations(self): (source)

Check if the union tag is ``file_operations``. :rtype: bool

def is_file_requests(self): (source)

Check if the union tag is ``file_requests``. :rtype: bool

def is_groups(self): (source)

Check if the union tag is ``groups``. :rtype: bool

def is_logins(self): (source)

Check if the union tag is ``logins``. :rtype: bool

def is_members(self): (source)

Check if the union tag is ``members``. :rtype: bool

def is_other(self): (source)

Check if the union tag is ``other``. :rtype: bool

def is_paper(self): (source)

Check if the union tag is ``paper``. :rtype: bool

def is_passwords(self): (source)

Check if the union tag is ``passwords``. :rtype: bool

def is_reports(self): (source)

Check if the union tag is ``reports``. :rtype: bool

def is_sharing(self): (source)

Check if the union tag is ``sharing``. :rtype: bool

def is_showcase(self): (source)

Check if the union tag is ``showcase``. :rtype: bool

def is_sso(self): (source)

Check if the union tag is ``sso``. :rtype: bool

def is_team_folders(self): (source)

Check if the union tag is ``team_folders``. :rtype: bool

def is_team_policies(self): (source)

Check if the union tag is ``team_policies``. :rtype: bool

def is_team_profile(self): (source)

Check if the union tag is ``team_profile``. :rtype: bool

def is_tfa(self): (source)

Check if the union tag is ``tfa``. :rtype: bool

def is_trusted_teams(self): (source)

Check if the union tag is ``trusted_teams``. :rtype: bool

admin_alerting = (source)

Undocumented

Undocumented

comments = (source)

Undocumented

data_governance = (source)

Undocumented

Undocumented

Undocumented

file_operations = (source)

Undocumented

file_requests = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

passwords = (source)

Undocumented

Undocumented

Undocumented

showcase = (source)

Undocumented

Undocumented

team_folders = (source)

Undocumented

team_policies = (source)

Undocumented

team_profile = (source)

Undocumented

Undocumented

trusted_teams = (source)

Undocumented

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

Undocumented

_catch_all: str = (source)

Undocumented