class documentation

class EventTypeArg(bb.Union): (source)

View In Hierarchy

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. :ivar team_log.EventTypeArg.admin_alerting_alert_state_changed: (admin_alerting) Changed an alert state :ivar team_log.EventTypeArg.admin_alerting_changed_alert_config: (admin_alerting) Changed an alert setting :ivar team_log.EventTypeArg.admin_alerting_triggered_alert: (admin_alerting) Triggered security alert :ivar team_log.EventTypeArg.app_blocked_by_permissions: (apps) Failed to connect app for member :ivar team_log.EventTypeArg.app_link_team: (apps) Linked app for team :ivar team_log.EventTypeArg.app_link_user: (apps) Linked app for member :ivar team_log.EventTypeArg.app_unlink_team: (apps) Unlinked app for team :ivar team_log.EventTypeArg.app_unlink_user: (apps) Unlinked app for member :ivar team_log.EventTypeArg.integration_connected: (apps) Connected integration for member :ivar team_log.EventTypeArg.integration_disconnected: (apps) Disconnected integration for member :ivar team_log.EventTypeArg.file_add_comment: (comments) Added file comment :ivar team_log.EventTypeArg.file_change_comment_subscription: (comments) Subscribed to or unsubscribed from comment notifications for file :ivar team_log.EventTypeArg.file_delete_comment: (comments) Deleted file comment :ivar team_log.EventTypeArg.file_edit_comment: (comments) Edited file comment :ivar team_log.EventTypeArg.file_like_comment: (comments) Liked file comment (deprecated, no longer logged) :ivar team_log.EventTypeArg.file_resolve_comment: (comments) Resolved file comment :ivar team_log.EventTypeArg.file_unlike_comment: (comments) Unliked file comment (deprecated, no longer logged) :ivar team_log.EventTypeArg.file_unresolve_comment: (comments) Unresolved file comment :ivar team_log.EventTypeArg.governance_policy_add_folders: (data_governance) Added folders to policy :ivar team_log.EventTypeArg.governance_policy_add_folder_failed: (data_governance) Couldn't add a folder to a policy :ivar team_log.EventTypeArg.governance_policy_content_disposed: (data_governance) Content disposed :ivar team_log.EventTypeArg.governance_policy_create: (data_governance) Activated a new policy :ivar team_log.EventTypeArg.governance_policy_delete: (data_governance) Deleted a policy :ivar team_log.EventTypeArg.governance_policy_edit_details: (data_governance) Edited policy :ivar team_log.EventTypeArg.governance_policy_edit_duration: (data_governance) Changed policy duration :ivar team_log.EventTypeArg.governance_policy_export_created: (data_governance) Created a policy download :ivar team_log.EventTypeArg.governance_policy_export_removed: (data_governance) Removed a policy download :ivar team_log.EventTypeArg.governance_policy_remove_folders: (data_governance) Removed folders from policy :ivar team_log.EventTypeArg.governance_policy_report_created: (data_governance) Created a summary report for a policy :ivar team_log.EventTypeArg.governance_policy_zip_part_downloaded: (data_governance) Downloaded content from a policy :ivar team_log.EventTypeArg.legal_holds_activate_a_hold: (data_governance) Activated a hold :ivar team_log.EventTypeArg.legal_holds_add_members: (data_governance) Added members to a hold :ivar team_log.EventTypeArg.legal_holds_change_hold_details: (data_governance) Edited details for a hold :ivar team_log.EventTypeArg.legal_holds_change_hold_name: (data_governance) Renamed a hold :ivar team_log.EventTypeArg.legal_holds_export_a_hold: (data_governance) Exported hold :ivar team_log.EventTypeArg.legal_holds_export_cancelled: (data_governance) Canceled export for a hold :ivar team_log.EventTypeArg.legal_holds_export_downloaded: (data_governance) Downloaded export for a hold :ivar team_log.EventTypeArg.legal_holds_export_removed: (data_governance) Removed export for a hold :ivar team_log.EventTypeArg.legal_holds_release_a_hold: (data_governance) Released a hold :ivar team_log.EventTypeArg.legal_holds_remove_members: (data_governance) Removed members from a hold :ivar team_log.EventTypeArg.legal_holds_report_a_hold: (data_governance) Created a summary report for a hold :ivar team_log.EventTypeArg.device_change_ip_desktop: (devices) Changed IP address associated with active desktop session :ivar team_log.EventTypeArg.device_change_ip_mobile: (devices) Changed IP address associated with active mobile session :ivar team_log.EventTypeArg.device_change_ip_web: (devices) Changed IP address associated with active web session :ivar team_log.EventTypeArg.device_delete_on_unlink_fail: (devices) Failed to delete all files from unlinked device :ivar team_log.EventTypeArg.device_delete_on_unlink_success: (devices) Deleted all files from unlinked device :ivar team_log.EventTypeArg.device_link_fail: (devices) Failed to link device :ivar team_log.EventTypeArg.device_link_success: (devices) Linked device :ivar team_log.EventTypeArg.device_management_disabled: (devices) Disabled device management (deprecated, no longer logged) :ivar team_log.EventTypeArg.device_management_enabled: (devices) Enabled device management (deprecated, no longer logged) :ivar team_log.EventTypeArg.device_sync_backup_status_changed: (devices) Enabled/disabled backup for computer :ivar team_log.EventTypeArg.device_unlink: (devices) Disconnected device :ivar team_log.EventTypeArg.dropbox_passwords_exported: (devices) Exported passwords :ivar team_log.EventTypeArg.dropbox_passwords_new_device_enrolled: (devices) Enrolled new Dropbox Passwords device :ivar 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 :ivar team_log.EventTypeArg.external_drive_backup_status_changed: (devices) Modified external drive backup :ivar team_log.EventTypeArg.account_capture_change_availability: (domains) Granted/revoked option to enable account capture on team domains :ivar team_log.EventTypeArg.account_capture_migrate_account: (domains) Account-captured user migrated account to team :ivar team_log.EventTypeArg.account_capture_notification_emails_sent: (domains) Sent account capture email to all unmanaged members :ivar team_log.EventTypeArg.account_capture_relinquish_account: (domains) Account-captured user changed account email to personal email :ivar team_log.EventTypeArg.disabled_domain_invites: (domains) Disabled domain invites (deprecated, no longer logged) :ivar team_log.EventTypeArg.domain_invites_approve_request_to_join_team: (domains) Approved user's request to join team :ivar team_log.EventTypeArg.domain_invites_decline_request_to_join_team: (domains) Declined user's request to join team :ivar team_log.EventTypeArg.domain_invites_email_existing_users: (domains) Sent domain invites to existing domain accounts (deprecated, no longer logged) :ivar team_log.EventTypeArg.domain_invites_request_to_join_team: (domains) Requested to join team :ivar team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_no: (domains) Disabled "Automatically invite new users" (deprecated, no longer logged) :ivar team_log.EventTypeArg.domain_invites_set_invite_new_user_pref_to_yes: (domains) Enabled "Automatically invite new users" (deprecated, no longer logged) :ivar team_log.EventTypeArg.domain_verification_add_domain_fail: (domains) Failed to verify team domain :ivar team_log.EventTypeArg.domain_verification_add_domain_success: (domains) Verified team domain :ivar team_log.EventTypeArg.domain_verification_remove_domain: (domains) Removed domain from list of verified team domains :ivar team_log.EventTypeArg.enabled_domain_invites: (domains) Enabled domain invites (deprecated, no longer logged) :ivar team_log.EventTypeArg.apply_naming_convention: (file_operations) Applied naming convention :ivar team_log.EventTypeArg.create_folder: (file_operations) Created folders (deprecated, no longer logged) :ivar team_log.EventTypeArg.file_add: (file_operations) Added files and/or folders :ivar team_log.EventTypeArg.file_copy: (file_operations) Copied files and/or folders :ivar team_log.EventTypeArg.file_delete: (file_operations) Deleted files and/or folders :ivar team_log.EventTypeArg.file_download: (file_operations) Downloaded files and/or folders :ivar team_log.EventTypeArg.file_edit: (file_operations) Edited files :ivar team_log.EventTypeArg.file_get_copy_reference: (file_operations) Created copy reference to file/folder :ivar team_log.EventTypeArg.file_locking_lock_status_changed: (file_operations) Locked/unlocked editing for a file :ivar team_log.EventTypeArg.file_move: (file_operations) Moved files and/or folders :ivar team_log.EventTypeArg.file_permanently_delete: (file_operations) Permanently deleted files and/or folders :ivar team_log.EventTypeArg.file_preview: (file_operations) Previewed files and/or folders :ivar team_log.EventTypeArg.file_rename: (file_operations) Renamed files and/or folders :ivar team_log.EventTypeArg.file_restore: (file_operations) Restored deleted files and/or folders :ivar team_log.EventTypeArg.file_revert: (file_operations) Reverted files to previous version :ivar team_log.EventTypeArg.file_rollback_changes: (file_operations) Rolled back file actions :ivar team_log.EventTypeArg.file_save_copy_reference: (file_operations) Saved file/folder using copy reference :ivar team_log.EventTypeArg.folder_overview_description_changed: (file_operations) Updated folder overview :ivar team_log.EventTypeArg.folder_overview_item_pinned: (file_operations) Pinned item to folder overview :ivar team_log.EventTypeArg.folder_overview_item_unpinned: (file_operations) Unpinned item from folder overview :ivar team_log.EventTypeArg.object_label_added: (file_operations) Added a label :ivar team_log.EventTypeArg.object_label_removed: (file_operations) Removed a label :ivar team_log.EventTypeArg.object_label_updated_value: (file_operations) Updated a label's value :ivar team_log.EventTypeArg.organize_folder_with_tidy: (file_operations) Organized a folder with multi-file organize :ivar team_log.EventTypeArg.rewind_folder: (file_operations) Rewound a folder :ivar team_log.EventTypeArg.undo_naming_convention: (file_operations) Reverted naming convention :ivar team_log.EventTypeArg.undo_organize_folder_with_tidy: (file_operations) Removed multi-file organize :ivar team_log.EventTypeArg.user_tags_added: (file_operations) Tagged a file :ivar team_log.EventTypeArg.user_tags_removed: (file_operations) Removed tags :ivar team_log.EventTypeArg.email_ingest_receive_file: (file_requests) Received files via Email to Dropbox :ivar team_log.EventTypeArg.file_request_change: (file_requests) Changed file request :ivar team_log.EventTypeArg.file_request_close: (file_requests) Closed file request :ivar team_log.EventTypeArg.file_request_create: (file_requests) Created file request :ivar team_log.EventTypeArg.file_request_delete: (file_requests) Delete file request :ivar team_log.EventTypeArg.file_request_receive_file: (file_requests) Received files for file request :ivar team_log.EventTypeArg.group_add_external_id: (groups) Added external ID for group :ivar team_log.EventTypeArg.group_add_member: (groups) Added team members to group :ivar team_log.EventTypeArg.group_change_external_id: (groups) Changed external ID for group :ivar team_log.EventTypeArg.group_change_management_type: (groups) Changed group management type :ivar team_log.EventTypeArg.group_change_member_role: (groups) Changed manager permissions of group member :ivar team_log.EventTypeArg.group_create: (groups) Created group :ivar team_log.EventTypeArg.group_delete: (groups) Deleted group :ivar team_log.EventTypeArg.group_description_updated: (groups) Updated group (deprecated, no longer logged) :ivar team_log.EventTypeArg.group_join_policy_updated: (groups) Updated group join policy (deprecated, no longer logged) :ivar team_log.EventTypeArg.group_moved: (groups) Moved group (deprecated, no longer logged) :ivar team_log.EventTypeArg.group_remove_external_id: (groups) Removed external ID for group :ivar team_log.EventTypeArg.group_remove_member: (groups) Removed team members from group :ivar team_log.EventTypeArg.group_rename: (groups) Renamed group :ivar team_log.EventTypeArg.account_lock_or_unlocked: (logins) Unlocked/locked account after failed sign in attempts :ivar team_log.EventTypeArg.emm_error: (logins) Failed to sign in via EMM (deprecated, replaced by 'Failed to sign in') :ivar team_log.EventTypeArg.guest_admin_signed_in_via_trusted_teams: (logins) Started trusted team admin session :ivar team_log.EventTypeArg.guest_admin_signed_out_via_trusted_teams: (logins) Ended trusted team admin session :ivar team_log.EventTypeArg.login_fail: (logins) Failed to sign in :ivar team_log.EventTypeArg.login_success: (logins) Signed in :ivar team_log.EventTypeArg.logout: (logins) Signed out :ivar team_log.EventTypeArg.reseller_support_session_end: (logins) Ended reseller support session :ivar team_log.EventTypeArg.reseller_support_session_start: (logins) Started reseller support session :ivar team_log.EventTypeArg.sign_in_as_session_end: (logins) Ended admin sign-in-as session :ivar team_log.EventTypeArg.sign_in_as_session_start: (logins) Started admin sign-in-as session :ivar team_log.EventTypeArg.sso_error: (logins) Failed to sign in via SSO (deprecated, replaced by 'Failed to sign in') :ivar team_log.EventTypeArg.create_team_invite_link: (members) Created team invite link :ivar team_log.EventTypeArg.delete_team_invite_link: (members) Deleted team invite link :ivar team_log.EventTypeArg.member_add_external_id: (members) Added an external ID for team member :ivar team_log.EventTypeArg.member_add_name: (members) Added team member name :ivar team_log.EventTypeArg.member_change_admin_role: (members) Changed team member admin role :ivar team_log.EventTypeArg.member_change_email: (members) Changed team member email :ivar team_log.EventTypeArg.member_change_external_id: (members) Changed the external ID for team member :ivar team_log.EventTypeArg.member_change_membership_type: (members) Changed membership type (limited/full) of member (deprecated, no longer logged) :ivar team_log.EventTypeArg.member_change_name: (members) Changed team member name :ivar team_log.EventTypeArg.member_change_reseller_role: (members) Changed team member reseller role :ivar team_log.EventTypeArg.member_change_status: (members) Changed member status (invited, joined, suspended, etc.) :ivar team_log.EventTypeArg.member_delete_manual_contacts: (members) Cleared manually added contacts :ivar team_log.EventTypeArg.member_delete_profile_photo: (members) Deleted team member profile photo :ivar team_log.EventTypeArg.member_permanently_delete_account_contents: (members) Permanently deleted contents of deleted team member account :ivar team_log.EventTypeArg.member_remove_external_id: (members) Removed the external ID for team member :ivar team_log.EventTypeArg.member_set_profile_photo: (members) Set team member profile photo :ivar team_log.EventTypeArg.member_space_limits_add_custom_quota: (members) Set custom member space limit :ivar team_log.EventTypeArg.member_space_limits_change_custom_quota: (members) Changed custom member space limit :ivar team_log.EventTypeArg.member_space_limits_change_status: (members) Changed space limit status :ivar team_log.EventTypeArg.member_space_limits_remove_custom_quota: (members) Removed custom member space limit :ivar team_log.EventTypeArg.member_suggest: (members) Suggested person to add to team :ivar team_log.EventTypeArg.member_transfer_account_contents: (members) Transferred contents of deleted member account to another member :ivar team_log.EventTypeArg.pending_secondary_email_added: (members) Added pending secondary email :ivar team_log.EventTypeArg.secondary_email_deleted: (members) Deleted secondary email :ivar team_log.EventTypeArg.secondary_email_verified: (members) Verified secondary email :ivar team_log.EventTypeArg.secondary_mails_policy_changed: (members) Secondary mails policy changed :ivar team_log.EventTypeArg.binder_add_page: (paper) Added Binder page (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.binder_add_section: (paper) Added Binder section (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.binder_remove_page: (paper) Removed Binder page (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.binder_remove_section: (paper) Removed Binder section (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.binder_rename_page: (paper) Renamed Binder page (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.binder_rename_section: (paper) Renamed Binder section (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.binder_reorder_page: (paper) Reordered Binder page (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.binder_reorder_section: (paper) Reordered Binder section (deprecated, replaced by 'Edited files') :ivar team_log.EventTypeArg.paper_content_add_member: (paper) Added users and/or groups to Paper doc/folder :ivar team_log.EventTypeArg.paper_content_add_to_folder: (paper) Added Paper doc/folder to folder :ivar team_log.EventTypeArg.paper_content_archive: (paper) Archived Paper doc/folder :ivar team_log.EventTypeArg.paper_content_create: (paper) Created Paper doc/folder :ivar team_log.EventTypeArg.paper_content_permanently_delete: (paper) Permanently deleted Paper doc/folder :ivar team_log.EventTypeArg.paper_content_remove_from_folder: (paper) Removed Paper doc/folder from folder :ivar team_log.EventTypeArg.paper_content_remove_member: (paper) Removed users and/or groups from Paper doc/folder :ivar team_log.EventTypeArg.paper_content_rename: (paper) Renamed Paper doc/folder :ivar team_log.EventTypeArg.paper_content_restore: (paper) Restored archived Paper doc/folder :ivar team_log.EventTypeArg.paper_doc_add_comment: (paper) Added Paper doc comment :ivar team_log.EventTypeArg.paper_doc_change_member_role: (paper) Changed member permissions for Paper doc :ivar team_log.EventTypeArg.paper_doc_change_sharing_policy: (paper) Changed sharing setting for Paper doc :ivar team_log.EventTypeArg.paper_doc_change_subscription: (paper) Followed/unfollowed Paper doc :ivar team_log.EventTypeArg.paper_doc_deleted: (paper) Archived Paper doc (deprecated, no longer logged) :ivar team_log.EventTypeArg.paper_doc_delete_comment: (paper) Deleted Paper doc comment :ivar team_log.EventTypeArg.paper_doc_download: (paper) Downloaded Paper doc in specific format :ivar team_log.EventTypeArg.paper_doc_edit: (paper) Edited Paper doc :ivar team_log.EventTypeArg.paper_doc_edit_comment: (paper) Edited Paper doc comment :ivar team_log.EventTypeArg.paper_doc_followed: (paper) Followed Paper doc (deprecated, replaced by 'Followed/unfollowed Paper doc') :ivar team_log.EventTypeArg.paper_doc_mention: (paper) Mentioned user in Paper doc :ivar team_log.EventTypeArg.paper_doc_ownership_changed: (paper) Transferred ownership of Paper doc :ivar team_log.EventTypeArg.paper_doc_request_access: (paper) Requested access to Paper doc :ivar team_log.EventTypeArg.paper_doc_resolve_comment: (paper) Resolved Paper doc comment :ivar team_log.EventTypeArg.paper_doc_revert: (paper) Restored Paper doc to previous version :ivar team_log.EventTypeArg.paper_doc_slack_share: (paper) Shared Paper doc via Slack :ivar team_log.EventTypeArg.paper_doc_team_invite: (paper) Shared Paper doc with users and/or groups (deprecated, no longer logged) :ivar team_log.EventTypeArg.paper_doc_trashed: (paper) Deleted Paper doc :ivar team_log.EventTypeArg.paper_doc_unresolve_comment: (paper) Unresolved Paper doc comment :ivar team_log.EventTypeArg.paper_doc_untrashed: (paper) Restored Paper doc :ivar team_log.EventTypeArg.paper_doc_view: (paper) Viewed Paper doc :ivar team_log.EventTypeArg.paper_external_view_allow: (paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged) :ivar team_log.EventTypeArg.paper_external_view_default_team: (paper) Changed Paper external sharing setting to default team (deprecated, no longer logged) :ivar team_log.EventTypeArg.paper_external_view_forbid: (paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged) :ivar team_log.EventTypeArg.paper_folder_change_subscription: (paper) Followed/unfollowed Paper folder :ivar team_log.EventTypeArg.paper_folder_deleted: (paper) Archived Paper folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.paper_folder_followed: (paper) Followed Paper folder (deprecated, replaced by 'Followed/unfollowed Paper folder') :ivar team_log.EventTypeArg.paper_folder_team_invite: (paper) Shared Paper folder with users and/or groups (deprecated, no longer logged) :ivar team_log.EventTypeArg.paper_published_link_change_permission: (paper) Changed permissions for published doc :ivar team_log.EventTypeArg.paper_published_link_create: (paper) Published doc :ivar team_log.EventTypeArg.paper_published_link_disabled: (paper) Unpublished doc :ivar team_log.EventTypeArg.paper_published_link_view: (paper) Viewed published doc :ivar team_log.EventTypeArg.password_change: (passwords) Changed password :ivar team_log.EventTypeArg.password_reset: (passwords) Reset password :ivar team_log.EventTypeArg.password_reset_all: (passwords) Reset all team member passwords :ivar team_log.EventTypeArg.classification_create_report: (reports) Created Classification report :ivar team_log.EventTypeArg.classification_create_report_fail: (reports) Couldn't create Classification report :ivar team_log.EventTypeArg.emm_create_exceptions_report: (reports) Created EMM-excluded users report :ivar team_log.EventTypeArg.emm_create_usage_report: (reports) Created EMM mobile app usage report :ivar team_log.EventTypeArg.export_members_report: (reports) Created member data report :ivar team_log.EventTypeArg.export_members_report_fail: (reports) Failed to create members data report :ivar team_log.EventTypeArg.external_sharing_create_report: (reports) Created External sharing report :ivar team_log.EventTypeArg.external_sharing_report_failed: (reports) Couldn't create External sharing report :ivar team_log.EventTypeArg.no_expiration_link_gen_create_report: (reports) Report created: Links created with no expiration :ivar team_log.EventTypeArg.no_expiration_link_gen_report_failed: (reports) Couldn't create report: Links created with no expiration :ivar team_log.EventTypeArg.no_password_link_gen_create_report: (reports) Report created: Links created without passwords :ivar team_log.EventTypeArg.no_password_link_gen_report_failed: (reports) Couldn't create report: Links created without passwords :ivar team_log.EventTypeArg.no_password_link_view_create_report: (reports) Report created: Views of links without passwords :ivar team_log.EventTypeArg.no_password_link_view_report_failed: (reports) Couldn't create report: Views of links without passwords :ivar team_log.EventTypeArg.outdated_link_view_create_report: (reports) Report created: Views of old links :ivar team_log.EventTypeArg.outdated_link_view_report_failed: (reports) Couldn't create report: Views of old links :ivar team_log.EventTypeArg.paper_admin_export_start: (reports) Exported all team Paper docs :ivar team_log.EventTypeArg.smart_sync_create_admin_privilege_report: (reports) Created Smart Sync non-admin devices report :ivar team_log.EventTypeArg.team_activity_create_report: (reports) Created team activity report :ivar team_log.EventTypeArg.team_activity_create_report_fail: (reports) Couldn't generate team activity report :ivar team_log.EventTypeArg.collection_share: (sharing) Shared album :ivar team_log.EventTypeArg.file_transfers_file_add: (sharing) Transfer files added :ivar team_log.EventTypeArg.file_transfers_transfer_delete: (sharing) Deleted transfer :ivar team_log.EventTypeArg.file_transfers_transfer_download: (sharing) Transfer downloaded :ivar team_log.EventTypeArg.file_transfers_transfer_send: (sharing) Sent transfer :ivar team_log.EventTypeArg.file_transfers_transfer_view: (sharing) Viewed transfer :ivar team_log.EventTypeArg.note_acl_invite_only: (sharing) Changed Paper doc to invite-only (deprecated, no longer logged) :ivar team_log.EventTypeArg.note_acl_link: (sharing) Changed Paper doc to link-accessible (deprecated, no longer logged) :ivar team_log.EventTypeArg.note_acl_team_link: (sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged) :ivar team_log.EventTypeArg.note_shared: (sharing) Shared Paper doc (deprecated, no longer logged) :ivar team_log.EventTypeArg.note_share_receive: (sharing) Shared received Paper doc (deprecated, no longer logged) :ivar team_log.EventTypeArg.open_note_shared: (sharing) Opened shared Paper doc (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_add_group: (sharing) Added team to shared folder (deprecated, no longer logged) :ivar 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) :ivar team_log.EventTypeArg.sf_external_invite_warn: (sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_fb_invite: (sharing) Invited Facebook users to shared folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_fb_invite_change_role: (sharing) Changed Facebook user's role in shared folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_fb_uninvite: (sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_invite_group: (sharing) Invited group to shared folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_team_grant_access: (sharing) Granted access to shared folder (deprecated, no longer logged) :ivar 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') :ivar team_log.EventTypeArg.sf_team_invite_change_role: (sharing) Changed team member's role in shared folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_team_join: (sharing) Joined team member's shared folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.sf_team_join_from_oob_link: (sharing) Joined team member's shared folder from link (deprecated, no longer logged) :ivar 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') :ivar team_log.EventTypeArg.shared_content_add_invitees: (sharing) Invited user to Dropbox and added them to shared file/folder :ivar team_log.EventTypeArg.shared_content_add_link_expiry: (sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_add_link_password: (sharing) Added password to link for shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_add_member: (sharing) Added users and/or groups to shared file/folder :ivar team_log.EventTypeArg.shared_content_change_downloads_policy: (sharing) Changed whether members can download shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_change_invitee_role: (sharing) Changed access type of invitee to shared file/folder before invite was accepted :ivar team_log.EventTypeArg.shared_content_change_link_audience: (sharing) Changed link audience of shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_change_link_expiry: (sharing) Changed link expiration of shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_change_link_password: (sharing) Changed link password of shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_change_member_role: (sharing) Changed access type of shared file/folder member :ivar team_log.EventTypeArg.shared_content_change_viewer_info_policy: (sharing) Changed whether members can see who viewed shared file/folder :ivar team_log.EventTypeArg.shared_content_claim_invitation: (sharing) Acquired membership of shared file/folder by accepting invite :ivar team_log.EventTypeArg.shared_content_copy: (sharing) Copied shared file/folder to own Dropbox :ivar team_log.EventTypeArg.shared_content_download: (sharing) Downloaded shared file/folder :ivar team_log.EventTypeArg.shared_content_relinquish_membership: (sharing) Left shared file/folder :ivar team_log.EventTypeArg.shared_content_remove_invitees: (sharing) Removed invitee from shared file/folder before invite was accepted :ivar team_log.EventTypeArg.shared_content_remove_link_expiry: (sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_remove_link_password: (sharing) Removed link password of shared file/folder (deprecated, no longer logged) :ivar team_log.EventTypeArg.shared_content_remove_member: (sharing) Removed user/group from shared file/folder :ivar team_log.EventTypeArg.shared_content_request_access: (sharing) Requested access to shared file/folder :ivar team_log.EventTypeArg.shared_content_restore_invitees: (sharing) Restored shared file/folder invitees :ivar team_log.EventTypeArg.shared_content_restore_member: (sharing) Restored users and/or groups to membership of shared file/folder :ivar team_log.EventTypeArg.shared_content_unshare: (sharing) Unshared file/folder by clearing membership :ivar team_log.EventTypeArg.shared_content_view: (sharing) Previewed shared file/folder :ivar team_log.EventTypeArg.shared_folder_change_link_policy: (sharing) Changed who can access shared folder via link :ivar team_log.EventTypeArg.shared_folder_change_members_inheritance_policy: (sharing) Changed whether shared folder inherits members from parent folder :ivar team_log.EventTypeArg.shared_folder_change_members_management_policy: (sharing) Changed who can add/remove members of shared folder :ivar team_log.EventTypeArg.shared_folder_change_members_policy: (sharing) Changed who can become member of shared folder :ivar team_log.EventTypeArg.shared_folder_create: (sharing) Created shared folder :ivar team_log.EventTypeArg.shared_folder_decline_invitation: (sharing) Declined team member's invite to shared folder :ivar team_log.EventTypeArg.shared_folder_mount: (sharing) Added shared folder to own Dropbox :ivar team_log.EventTypeArg.shared_folder_nest: (sharing) Changed parent of shared folder :ivar team_log.EventTypeArg.shared_folder_transfer_ownership: (sharing) Transferred ownership of shared folder to another member :ivar team_log.EventTypeArg.shared_folder_unmount: (sharing) Deleted shared folder from Dropbox :ivar team_log.EventTypeArg.shared_link_add_expiry: (sharing) Added shared link expiration date :ivar team_log.EventTypeArg.shared_link_change_expiry: (sharing) Changed shared link expiration date :ivar team_log.EventTypeArg.shared_link_change_visibility: (sharing) Changed visibility of shared link :ivar team_log.EventTypeArg.shared_link_copy: (sharing) Added file/folder to Dropbox from shared link :ivar team_log.EventTypeArg.shared_link_create: (sharing) Created shared link :ivar team_log.EventTypeArg.shared_link_disable: (sharing) Removed shared link :ivar team_log.EventTypeArg.shared_link_download: (sharing) Downloaded file/folder from shared link :ivar team_log.EventTypeArg.shared_link_remove_expiry: (sharing) Removed shared link expiration date :ivar team_log.EventTypeArg.shared_link_settings_add_expiration: (sharing) Added an expiration date to the shared link :ivar team_log.EventTypeArg.shared_link_settings_add_password: (sharing) Added a password to the shared link :ivar team_log.EventTypeArg.shared_link_settings_allow_download_disabled: (sharing) Disabled downloads :ivar team_log.EventTypeArg.shared_link_settings_allow_download_enabled: (sharing) Enabled downloads :ivar team_log.EventTypeArg.shared_link_settings_change_audience: (sharing) Changed the audience of the shared link :ivar team_log.EventTypeArg.shared_link_settings_change_expiration: (sharing) Changed the expiration date of the shared link :ivar team_log.EventTypeArg.shared_link_settings_change_password: (sharing) Changed the password of the shared link :ivar team_log.EventTypeArg.shared_link_settings_remove_expiration: (sharing) Removed the expiration date from the shared link :ivar team_log.EventTypeArg.shared_link_settings_remove_password: (sharing) Removed the password from the shared link :ivar team_log.EventTypeArg.shared_link_share: (sharing) Added members as audience of shared link :ivar team_log.EventTypeArg.shared_link_view: (sharing) Opened shared link :ivar team_log.EventTypeArg.shared_note_opened: (sharing) Opened shared Paper doc (deprecated, no longer logged) :ivar team_log.EventTypeArg.shmodel_disable_downloads: (sharing) Disabled downloads for link (deprecated, no longer logged) :ivar team_log.EventTypeArg.shmodel_enable_downloads: (sharing) Enabled downloads for link (deprecated, no longer logged) :ivar team_log.EventTypeArg.shmodel_group_share: (sharing) Shared link with group (deprecated, no longer logged) :ivar team_log.EventTypeArg.showcase_access_granted: (showcase) Granted access to showcase :ivar team_log.EventTypeArg.showcase_add_member: (showcase) Added member to showcase :ivar team_log.EventTypeArg.showcase_archived: (showcase) Archived showcase :ivar team_log.EventTypeArg.showcase_created: (showcase) Created showcase :ivar team_log.EventTypeArg.showcase_delete_comment: (showcase) Deleted showcase comment :ivar team_log.EventTypeArg.showcase_edited: (showcase) Edited showcase :ivar team_log.EventTypeArg.showcase_edit_comment: (showcase) Edited showcase comment :ivar team_log.EventTypeArg.showcase_file_added: (showcase) Added file to showcase :ivar team_log.EventTypeArg.showcase_file_download: (showcase) Downloaded file from showcase :ivar team_log.EventTypeArg.showcase_file_removed: (showcase) Removed file from showcase :ivar team_log.EventTypeArg.showcase_file_view: (showcase) Viewed file in showcase :ivar team_log.EventTypeArg.showcase_permanently_deleted: (showcase) Permanently deleted showcase :ivar team_log.EventTypeArg.showcase_post_comment: (showcase) Added showcase comment :ivar team_log.EventTypeArg.showcase_remove_member: (showcase) Removed member from showcase :ivar team_log.EventTypeArg.showcase_renamed: (showcase) Renamed showcase :ivar team_log.EventTypeArg.showcase_request_access: (showcase) Requested access to showcase :ivar team_log.EventTypeArg.showcase_resolve_comment: (showcase) Resolved showcase comment :ivar team_log.EventTypeArg.showcase_restored: (showcase) Unarchived showcase :ivar team_log.EventTypeArg.showcase_trashed: (showcase) Deleted showcase :ivar team_log.EventTypeArg.showcase_trashed_deprecated: (showcase) Deleted showcase (old version) (deprecated, replaced by 'Deleted showcase') :ivar team_log.EventTypeArg.showcase_unresolve_comment: (showcase) Unresolved showcase comment :ivar team_log.EventTypeArg.showcase_untrashed: (showcase) Restored showcase :ivar team_log.EventTypeArg.showcase_untrashed_deprecated: (showcase) Restored showcase (old version) (deprecated, replaced by 'Restored showcase') :ivar team_log.EventTypeArg.showcase_view: (showcase) Viewed showcase :ivar team_log.EventTypeArg.sso_add_cert: (sso) Added X.509 certificate for SSO :ivar team_log.EventTypeArg.sso_add_login_url: (sso) Added sign-in URL for SSO :ivar team_log.EventTypeArg.sso_add_logout_url: (sso) Added sign-out URL for SSO :ivar team_log.EventTypeArg.sso_change_cert: (sso) Changed X.509 certificate for SSO :ivar team_log.EventTypeArg.sso_change_login_url: (sso) Changed sign-in URL for SSO :ivar team_log.EventTypeArg.sso_change_logout_url: (sso) Changed sign-out URL for SSO :ivar team_log.EventTypeArg.sso_change_saml_identity_mode: (sso) Changed SAML identity mode for SSO :ivar team_log.EventTypeArg.sso_remove_cert: (sso) Removed X.509 certificate for SSO :ivar team_log.EventTypeArg.sso_remove_login_url: (sso) Removed sign-in URL for SSO :ivar team_log.EventTypeArg.sso_remove_logout_url: (sso) Removed sign-out URL for SSO :ivar team_log.EventTypeArg.team_folder_change_status: (team_folders) Changed archival status of team folder :ivar team_log.EventTypeArg.team_folder_create: (team_folders) Created team folder in active status :ivar team_log.EventTypeArg.team_folder_downgrade: (team_folders) Downgraded team folder to regular shared folder :ivar team_log.EventTypeArg.team_folder_permanently_delete: (team_folders) Permanently deleted archived team folder :ivar team_log.EventTypeArg.team_folder_rename: (team_folders) Renamed active/archived team folder :ivar team_log.EventTypeArg.team_selective_sync_settings_changed: (team_folders) Changed sync default :ivar team_log.EventTypeArg.account_capture_change_policy: (team_policies) Changed account capture setting on team domain :ivar team_log.EventTypeArg.admin_email_reminders_changed: (team_policies) Changed admin reminder settings for requests to join the team :ivar team_log.EventTypeArg.allow_download_disabled: (team_policies) Disabled downloads (deprecated, no longer logged) :ivar team_log.EventTypeArg.allow_download_enabled: (team_policies) Enabled downloads (deprecated, no longer logged) :ivar team_log.EventTypeArg.app_permissions_changed: (team_policies) Changed app permissions :ivar team_log.EventTypeArg.camera_uploads_policy_changed: (team_policies) Changed camera uploads setting for team :ivar team_log.EventTypeArg.capture_transcript_policy_changed: (team_policies) Changed Capture transcription policy for team :ivar team_log.EventTypeArg.classification_change_policy: (team_policies) Changed classification policy for team :ivar team_log.EventTypeArg.computer_backup_policy_changed: (team_policies) Changed computer backup policy for team :ivar team_log.EventTypeArg.content_administration_policy_changed: (team_policies) Changed content management setting :ivar team_log.EventTypeArg.data_placement_restriction_change_policy: (team_policies) Set restrictions on data center locations where team data resides :ivar team_log.EventTypeArg.data_placement_restriction_satisfy_policy: (team_policies) Completed restrictions on data center locations where team data resides :ivar team_log.EventTypeArg.device_approvals_add_exception: (team_policies) Added members to device approvals exception list :ivar team_log.EventTypeArg.device_approvals_change_desktop_policy: (team_policies) Set/removed limit on number of computers member can link to team Dropbox account :ivar 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 :ivar team_log.EventTypeArg.device_approvals_change_overage_action: (team_policies) Changed device approvals setting when member is over limit :ivar team_log.EventTypeArg.device_approvals_change_unlink_action: (team_policies) Changed device approvals setting when member unlinks approved device :ivar team_log.EventTypeArg.device_approvals_remove_exception: (team_policies) Removed members from device approvals exception list :ivar team_log.EventTypeArg.directory_restrictions_add_members: (team_policies) Added members to directory restrictions list :ivar team_log.EventTypeArg.directory_restrictions_remove_members: (team_policies) Removed members from directory restrictions list :ivar team_log.EventTypeArg.dropbox_passwords_policy_changed: (team_policies) Changed Dropbox Passwords policy for team :ivar team_log.EventTypeArg.email_ingest_policy_changed: (team_policies) Changed email to Dropbox policy for team :ivar team_log.EventTypeArg.emm_add_exception: (team_policies) Added members to EMM exception list :ivar team_log.EventTypeArg.emm_change_policy: (team_policies) Enabled/disabled enterprise mobility management for members :ivar team_log.EventTypeArg.emm_remove_exception: (team_policies) Removed members from EMM exception list :ivar team_log.EventTypeArg.extended_version_history_change_policy: (team_policies) Accepted/opted out of extended version history :ivar team_log.EventTypeArg.external_drive_backup_policy_changed: (team_policies) Changed external drive backup policy for team :ivar team_log.EventTypeArg.file_comments_change_policy: (team_policies) Enabled/disabled commenting on team files :ivar team_log.EventTypeArg.file_locking_policy_changed: (team_policies) Changed file locking policy for team :ivar team_log.EventTypeArg.file_provider_migration_policy_changed: (team_policies) Changed File Provider Migration policy for team :ivar team_log.EventTypeArg.file_requests_change_policy: (team_policies) Enabled/disabled file requests :ivar team_log.EventTypeArg.file_requests_emails_enabled: (team_policies) Enabled file request emails for everyone (deprecated, no longer logged) :ivar team_log.EventTypeArg.file_requests_emails_restricted_to_team_only: (team_policies) Enabled file request emails for team (deprecated, no longer logged) :ivar team_log.EventTypeArg.file_transfers_policy_changed: (team_policies) Changed file transfers policy for team :ivar team_log.EventTypeArg.folder_link_restriction_policy_changed: (team_policies) Changed folder link restrictions policy for team :ivar team_log.EventTypeArg.google_sso_change_policy: (team_policies) Enabled/disabled Google single sign-on for team :ivar team_log.EventTypeArg.group_user_management_change_policy: (team_policies) Changed who can create groups :ivar team_log.EventTypeArg.integration_policy_changed: (team_policies) Changed integration policy for team :ivar team_log.EventTypeArg.invite_acceptance_email_policy_changed: (team_policies) Changed invite accept email policy for team :ivar team_log.EventTypeArg.member_requests_change_policy: (team_policies) Changed whether users can find team when not invited :ivar team_log.EventTypeArg.member_send_invite_policy_changed: (team_policies) Changed member send invite policy for team :ivar team_log.EventTypeArg.member_space_limits_add_exception: (team_policies) Added members to member space limit exception list :ivar team_log.EventTypeArg.member_space_limits_change_caps_type_policy: (team_policies) Changed member space limit type for team :ivar team_log.EventTypeArg.member_space_limits_change_policy: (team_policies) Changed team default member space limit :ivar team_log.EventTypeArg.member_space_limits_remove_exception: (team_policies) Removed members from member space limit exception list :ivar team_log.EventTypeArg.member_suggestions_change_policy: (team_policies) Enabled/disabled option for team members to suggest people to add to team :ivar team_log.EventTypeArg.microsoft_office_addin_change_policy: (team_policies) Enabled/disabled Microsoft Office add-in :ivar team_log.EventTypeArg.network_control_change_policy: (team_policies) Enabled/disabled network control :ivar team_log.EventTypeArg.paper_change_deployment_policy: (team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members :ivar team_log.EventTypeArg.paper_change_member_link_policy: (team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged) :ivar 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 :ivar team_log.EventTypeArg.paper_change_policy: (team_policies) Enabled/disabled Dropbox Paper for team :ivar team_log.EventTypeArg.paper_default_folder_policy_changed: (team_policies) Changed Paper Default Folder Policy setting for team :ivar team_log.EventTypeArg.paper_desktop_policy_changed: (team_policies) Enabled/disabled Paper Desktop for team :ivar team_log.EventTypeArg.paper_enabled_users_group_addition: (team_policies) Added users to Paper-enabled users list :ivar team_log.EventTypeArg.paper_enabled_users_group_removal: (team_policies) Removed users from Paper-enabled users list :ivar team_log.EventTypeArg.password_strength_requirements_change_policy: (team_policies) Changed team password strength requirements :ivar team_log.EventTypeArg.permanent_delete_change_policy: (team_policies) Enabled/disabled ability of team members to permanently delete content :ivar team_log.EventTypeArg.reseller_support_change_policy: (team_policies) Enabled/disabled reseller support :ivar team_log.EventTypeArg.rewind_policy_changed: (team_policies) Changed Rewind policy for team :ivar team_log.EventTypeArg.send_for_signature_policy_changed: (team_policies) Changed send for signature policy for team :ivar 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 :ivar team_log.EventTypeArg.sharing_change_link_default_expiration_policy: (team_policies) Changed the default expiration for the links shared outside of the team :ivar team_log.EventTypeArg.sharing_change_link_enforce_password_policy: (team_policies) Changed the password requirement for the links shared outside of the team :ivar 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 :ivar team_log.EventTypeArg.sharing_change_member_policy: (team_policies) Changed whether members can share files/folders outside team :ivar team_log.EventTypeArg.showcase_change_download_policy: (team_policies) Enabled/disabled downloading files from Dropbox Showcase for team :ivar team_log.EventTypeArg.showcase_change_enabled_policy: (team_policies) Enabled/disabled Dropbox Showcase for team :ivar team_log.EventTypeArg.showcase_change_external_sharing_policy: (team_policies) Enabled/disabled sharing Dropbox Showcase externally for team :ivar team_log.EventTypeArg.smarter_smart_sync_policy_changed: (team_policies) Changed automatic Smart Sync setting for team :ivar team_log.EventTypeArg.smart_sync_change_policy: (team_policies) Changed default Smart Sync setting for team members :ivar team_log.EventTypeArg.smart_sync_not_opt_out: (team_policies) Opted team into Smart Sync :ivar team_log.EventTypeArg.smart_sync_opt_out: (team_policies) Opted team out of Smart Sync :ivar team_log.EventTypeArg.sso_change_policy: (team_policies) Changed single sign-on setting for team :ivar team_log.EventTypeArg.team_branding_policy_changed: (team_policies) Changed team branding policy for team :ivar team_log.EventTypeArg.team_extensions_policy_changed: (team_policies) Changed App Integrations setting for team :ivar team_log.EventTypeArg.team_selective_sync_policy_changed: (team_policies) Enabled/disabled Team Selective Sync for team :ivar team_log.EventTypeArg.team_sharing_whitelist_subjects_changed: (team_policies) Edited the approved list for sharing externally :ivar team_log.EventTypeArg.tfa_add_exception: (team_policies) Added members to two factor authentication exception list :ivar team_log.EventTypeArg.tfa_change_policy: (team_policies) Changed two-step verification setting for team :ivar team_log.EventTypeArg.tfa_remove_exception: (team_policies) Removed members from two factor authentication exception list :ivar 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 :ivar team_log.EventTypeArg.viewer_info_policy_changed: (team_policies) Changed team policy for viewer info :ivar team_log.EventTypeArg.watermarking_policy_changed: (team_policies) Changed watermarking policy for team :ivar team_log.EventTypeArg.web_sessions_change_active_session_limit: (team_policies) Changed limit on active sessions per member :ivar team_log.EventTypeArg.web_sessions_change_fixed_length_policy: (team_policies) Changed how long members can stay signed in to Dropbox.com :ivar 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 :ivar team_log.EventTypeArg.data_residency_migration_request_successful: (team_profile) Requested data residency migration for team data :ivar team_log.EventTypeArg.data_residency_migration_request_unsuccessful: (team_profile) Request for data residency migration for team data has failed :ivar team_log.EventTypeArg.team_merge_from: (team_profile) Merged another team into this team :ivar team_log.EventTypeArg.team_merge_to: (team_profile) Merged this team into another team :ivar team_log.EventTypeArg.team_profile_add_background: (team_profile) Added team background to display on shared link headers :ivar team_log.EventTypeArg.team_profile_add_logo: (team_profile) Added team logo to display on shared link headers :ivar team_log.EventTypeArg.team_profile_change_background: (team_profile) Changed team background displayed on shared link headers :ivar team_log.EventTypeArg.team_profile_change_default_language: (team_profile) Changed default language for team :ivar team_log.EventTypeArg.team_profile_change_logo: (team_profile) Changed team logo displayed on shared link headers :ivar team_log.EventTypeArg.team_profile_change_name: (team_profile) Changed team name :ivar team_log.EventTypeArg.team_profile_remove_background: (team_profile) Removed team background displayed on shared link headers :ivar team_log.EventTypeArg.team_profile_remove_logo: (team_profile) Removed team logo displayed on shared link headers :ivar team_log.EventTypeArg.tfa_add_backup_phone: (tfa) Added backup phone for two-step verification :ivar team_log.EventTypeArg.tfa_add_security_key: (tfa) Added security key for two-step verification :ivar team_log.EventTypeArg.tfa_change_backup_phone: (tfa) Changed backup phone for two-step verification :ivar team_log.EventTypeArg.tfa_change_status: (tfa) Enabled/disabled/changed two-step verification setting :ivar team_log.EventTypeArg.tfa_remove_backup_phone: (tfa) Removed backup phone for two-step verification :ivar team_log.EventTypeArg.tfa_remove_security_key: (tfa) Removed security key for two-step verification :ivar team_log.EventTypeArg.tfa_reset: (tfa) Reset two-step verification for team member :ivar team_log.EventTypeArg.changed_enterprise_admin_role: (trusted_teams) Changed enterprise admin role :ivar team_log.EventTypeArg.changed_enterprise_connected_team_status: (trusted_teams) Changed enterprise-connected team status :ivar team_log.EventTypeArg.ended_enterprise_admin_session: (trusted_teams) Ended enterprise admin session :ivar team_log.EventTypeArg.ended_enterprise_admin_session_deprecated: (trusted_teams) Ended enterprise admin session (deprecated, replaced by 'Ended enterprise admin session') :ivar team_log.EventTypeArg.enterprise_settings_locking: (trusted_teams) Changed who can update a setting :ivar team_log.EventTypeArg.guest_admin_change_status: (trusted_teams) Changed guest team admin status :ivar team_log.EventTypeArg.started_enterprise_admin_session: (trusted_teams) Started enterprise admin session :ivar 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') :ivar team_log.EventTypeArg.team_merge_request_auto_canceled: (trusted_teams) Automatically canceled team merge request :ivar 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') :ivar 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) :ivar 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') :ivar team_log.EventTypeArg.team_merge_request_revoked: (trusted_teams) Canceled the team merge :ivar team_log.EventTypeArg.team_merge_request_sent_shown_to_primary_team: (trusted_teams) Requested to merge their Dropbox team into yours :ivar team_log.EventTypeArg.team_merge_request_sent_shown_to_secondary_team: (trusted_teams) Requested to merge your team into another Dropbox team

Method is_account_capture_change_availability Check if the union tag is ``account_capture_change_availability``.
Method is_account_capture_change_policy Check if the union tag is ``account_capture_change_policy``.
Method is_account_capture_migrate_account Check if the union tag is ``account_capture_migrate_account``.
Method is_account_capture_notification_emails_sent Check if the union tag is ``account_capture_notification_emails_sent``.
Method is_account_capture_relinquish_account Check if the union tag is ``account_capture_relinquish_account``.
Method is_account_lock_or_unlocked Check if the union tag is ``account_lock_or_unlocked``.
Method is_admin_alerting_alert_state_changed Check if the union tag is ``admin_alerting_alert_state_changed``.
Method is_admin_alerting_changed_alert_config Check if the union tag is ``admin_alerting_changed_alert_config``.
Method is_admin_alerting_triggered_alert Check if the union tag is ``admin_alerting_triggered_alert``.
Method is_admin_email_reminders_changed Check if the union tag is ``admin_email_reminders_changed``.
Method is_allow_download_disabled Check if the union tag is ``allow_download_disabled``.
Method is_allow_download_enabled Check if the union tag is ``allow_download_enabled``.
Method is_app_blocked_by_permissions Check if the union tag is ``app_blocked_by_permissions``.
Method is_app_link_team Check if the union tag is ``app_link_team``.
Method is_app_link_user Check if the union tag is ``app_link_user``.
Method is_app_permissions_changed Check if the union tag is ``app_permissions_changed``.
Method is_app_unlink_team Check if the union tag is ``app_unlink_team``.
Method is_app_unlink_user Check if the union tag is ``app_unlink_user``.
Method is_apply_naming_convention Check if the union tag is ``apply_naming_convention``.
Method is_binder_add_page Check if the union tag is ``binder_add_page``.
Method is_binder_add_section Check if the union tag is ``binder_add_section``.
Method is_binder_remove_page Check if the union tag is ``binder_remove_page``.
Method is_binder_remove_section Check if the union tag is ``binder_remove_section``.
Method is_binder_rename_page Check if the union tag is ``binder_rename_page``.
Method is_binder_rename_section Check if the union tag is ``binder_rename_section``.
Method is_binder_reorder_page Check if the union tag is ``binder_reorder_page``.
Method is_binder_reorder_section Check if the union tag is ``binder_reorder_section``.
Method is_camera_uploads_policy_changed Check if the union tag is ``camera_uploads_policy_changed``.
Method is_capture_transcript_policy_changed Check if the union tag is ``capture_transcript_policy_changed``.
Method is_changed_enterprise_admin_role Check if the union tag is ``changed_enterprise_admin_role``.
Method is_changed_enterprise_connected_team_status Check if the union tag is ``changed_enterprise_connected_team_status``.
Method is_classification_change_policy Check if the union tag is ``classification_change_policy``.
Method is_classification_create_report Check if the union tag is ``classification_create_report``.
Method is_classification_create_report_fail Check if the union tag is ``classification_create_report_fail``.
Method is_collection_share Check if the union tag is ``collection_share``.
Method is_computer_backup_policy_changed Check if the union tag is ``computer_backup_policy_changed``.
Method is_content_administration_policy_changed Check if the union tag is ``content_administration_policy_changed``.
Method is_create_folder Check if the union tag is ``create_folder``.
Method is_create_team_invite_link Check if the union tag is ``create_team_invite_link``.
Method is_data_placement_restriction_change_policy Check if the union tag is ``data_placement_restriction_change_policy``.
Method is_data_placement_restriction_satisfy_policy Check if the union tag is ``data_placement_restriction_satisfy_policy``.
Method is_data_residency_migration_request_successful Check if the union tag is ``data_residency_migration_request_successful``.
Method is_data_residency_migration_request_unsuccessful Check if the union tag is ``data_residency_migration_request_unsuccessful``.
Method is_delete_team_invite_link Check if the union tag is ``delete_team_invite_link``.
Method is_device_approvals_add_exception Check if the union tag is ``device_approvals_add_exception``.
Method is_device_approvals_change_desktop_policy Check if the union tag is ``device_approvals_change_desktop_policy``.
Method is_device_approvals_change_mobile_policy Check if the union tag is ``device_approvals_change_mobile_policy``.
Method is_device_approvals_change_overage_action Check if the union tag is ``device_approvals_change_overage_action``.
Method is_device_approvals_change_unlink_action Check if the union tag is ``device_approvals_change_unlink_action``.
Method is_device_approvals_remove_exception Check if the union tag is ``device_approvals_remove_exception``.
Method is_device_change_ip_desktop Check if the union tag is ``device_change_ip_desktop``.
Method is_device_change_ip_mobile Check if the union tag is ``device_change_ip_mobile``.
Method is_device_change_ip_web Check if the union tag is ``device_change_ip_web``.
Method is_device_delete_on_unlink_fail Check if the union tag is ``device_delete_on_unlink_fail``.
Method is_device_delete_on_unlink_success Check if the union tag is ``device_delete_on_unlink_success``.
Method is_device_link_fail Check if the union tag is ``device_link_fail``.
Method is_device_link_success Check if the union tag is ``device_link_success``.
Method is_device_management_disabled Check if the union tag is ``device_management_disabled``.
Method is_device_management_enabled Check if the union tag is ``device_management_enabled``.
Method is_device_sync_backup_status_changed Check if the union tag is ``device_sync_backup_status_changed``.
Method is_device_unlink Check if the union tag is ``device_unlink``.
Method is_directory_restrictions_add_members Check if the union tag is ``directory_restrictions_add_members``.
Method is_directory_restrictions_remove_members Check if the union tag is ``directory_restrictions_remove_members``.
Method is_disabled_domain_invites Check if the union tag is ``disabled_domain_invites``.
Method is_domain_invites_approve_request_to_join_team Check if the union tag is ``domain_invites_approve_request_to_join_team``.
Method is_domain_invites_decline_request_to_join_team Check if the union tag is ``domain_invites_decline_request_to_join_team``.
Method is_domain_invites_email_existing_users Check if the union tag is ``domain_invites_email_existing_users``.
Method is_domain_invites_request_to_join_team Check if the union tag is ``domain_invites_request_to_join_team``.
Method 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``.
Method 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``.
Method is_domain_verification_add_domain_fail Check if the union tag is ``domain_verification_add_domain_fail``.
Method is_domain_verification_add_domain_success Check if the union tag is ``domain_verification_add_domain_success``.
Method is_domain_verification_remove_domain Check if the union tag is ``domain_verification_remove_domain``.
Method is_dropbox_passwords_exported Check if the union tag is ``dropbox_passwords_exported``.
Method is_dropbox_passwords_new_device_enrolled Check if the union tag is ``dropbox_passwords_new_device_enrolled``.
Method is_dropbox_passwords_policy_changed Check if the union tag is ``dropbox_passwords_policy_changed``.
Method is_email_ingest_policy_changed Check if the union tag is ``email_ingest_policy_changed``.
Method is_email_ingest_receive_file Check if the union tag is ``email_ingest_receive_file``.
Method is_emm_add_exception Check if the union tag is ``emm_add_exception``.
Method is_emm_change_policy Check if the union tag is ``emm_change_policy``.
Method is_emm_create_exceptions_report Check if the union tag is ``emm_create_exceptions_report``.
Method is_emm_create_usage_report Check if the union tag is ``emm_create_usage_report``.
Method is_emm_error Check if the union tag is ``emm_error``.
Method is_emm_refresh_auth_token Check if the union tag is ``emm_refresh_auth_token``.
Method is_emm_remove_exception Check if the union tag is ``emm_remove_exception``.
Method is_enabled_domain_invites Check if the union tag is ``enabled_domain_invites``.
Method is_ended_enterprise_admin_session Check if the union tag is ``ended_enterprise_admin_session``.
Method is_ended_enterprise_admin_session_deprecated Check if the union tag is ``ended_enterprise_admin_session_deprecated``.
Method is_enterprise_settings_locking Check if the union tag is ``enterprise_settings_locking``.
Method is_export_members_report Check if the union tag is ``export_members_report``.
Method is_export_members_report_fail Check if the union tag is ``export_members_report_fail``.
Method is_extended_version_history_change_policy Check if the union tag is ``extended_version_history_change_policy``.
Method is_external_drive_backup_eligibility_status_checked Check if the union tag is ``external_drive_backup_eligibility_status_checked``.
Method is_external_drive_backup_policy_changed Check if the union tag is ``external_drive_backup_policy_changed``.
Method is_external_drive_backup_status_changed Check if the union tag is ``external_drive_backup_status_changed``.
Method is_external_sharing_create_report Check if the union tag is ``external_sharing_create_report``.
Method is_external_sharing_report_failed Check if the union tag is ``external_sharing_report_failed``.
Method is_file_add Check if the union tag is ``file_add``.
Method is_file_add_comment Check if the union tag is ``file_add_comment``.
Method is_file_change_comment_subscription Check if the union tag is ``file_change_comment_subscription``.
Method is_file_comments_change_policy Check if the union tag is ``file_comments_change_policy``.
Method is_file_copy Check if the union tag is ``file_copy``.
Method is_file_delete Check if the union tag is ``file_delete``.
Method is_file_delete_comment Check if the union tag is ``file_delete_comment``.
Method is_file_download Check if the union tag is ``file_download``.
Method is_file_edit Check if the union tag is ``file_edit``.
Method is_file_edit_comment Check if the union tag is ``file_edit_comment``.
Method is_file_get_copy_reference Check if the union tag is ``file_get_copy_reference``.
Method is_file_like_comment Check if the union tag is ``file_like_comment``.
Method is_file_locking_lock_status_changed Check if the union tag is ``file_locking_lock_status_changed``.
Method is_file_locking_policy_changed Check if the union tag is ``file_locking_policy_changed``.
Method is_file_move Check if the union tag is ``file_move``.
Method is_file_permanently_delete Check if the union tag is ``file_permanently_delete``.
Method is_file_preview Check if the union tag is ``file_preview``.
Method is_file_provider_migration_policy_changed Check if the union tag is ``file_provider_migration_policy_changed``.
Method is_file_rename Check if the union tag is ``file_rename``.
Method is_file_request_change Check if the union tag is ``file_request_change``.
Method is_file_request_close Check if the union tag is ``file_request_close``.
Method is_file_request_create Check if the union tag is ``file_request_create``.
Method is_file_request_delete Check if the union tag is ``file_request_delete``.
Method is_file_request_receive_file Check if the union tag is ``file_request_receive_file``.
Method is_file_requests_change_policy Check if the union tag is ``file_requests_change_policy``.
Method is_file_requests_emails_enabled Check if the union tag is ``file_requests_emails_enabled``.
Method is_file_requests_emails_restricted_to_team_only Check if the union tag is ``file_requests_emails_restricted_to_team_only``.
Method is_file_resolve_comment Check if the union tag is ``file_resolve_comment``.
Method is_file_restore Check if the union tag is ``file_restore``.
Method is_file_revert Check if the union tag is ``file_revert``.
Method is_file_rollback_changes Check if the union tag is ``file_rollback_changes``.
Method is_file_save_copy_reference Check if the union tag is ``file_save_copy_reference``.
Method is_file_transfers_file_add Check if the union tag is ``file_transfers_file_add``.
Method is_file_transfers_policy_changed Check if the union tag is ``file_transfers_policy_changed``.
Method is_file_transfers_transfer_delete Check if the union tag is ``file_transfers_transfer_delete``.
Method is_file_transfers_transfer_download Check if the union tag is ``file_transfers_transfer_download``.
Method is_file_transfers_transfer_send Check if the union tag is ``file_transfers_transfer_send``.
Method is_file_transfers_transfer_view Check if the union tag is ``file_transfers_transfer_view``.
Method is_file_unlike_comment Check if the union tag is ``file_unlike_comment``.
Method is_file_unresolve_comment Check if the union tag is ``file_unresolve_comment``.
Method is_folder_link_restriction_policy_changed Check if the union tag is ``folder_link_restriction_policy_changed``.
Method is_folder_overview_description_changed Check if the union tag is ``folder_overview_description_changed``.
Method is_folder_overview_item_pinned Check if the union tag is ``folder_overview_item_pinned``.
Method is_folder_overview_item_unpinned Check if the union tag is ``folder_overview_item_unpinned``.
Method is_google_sso_change_policy Check if the union tag is ``google_sso_change_policy``.
Method is_governance_policy_add_folder_failed Check if the union tag is ``governance_policy_add_folder_failed``.
Method is_governance_policy_add_folders Check if the union tag is ``governance_policy_add_folders``.
Method is_governance_policy_content_disposed Check if the union tag is ``governance_policy_content_disposed``.
Method is_governance_policy_create Check if the union tag is ``governance_policy_create``.
Method is_governance_policy_delete Check if the union tag is ``governance_policy_delete``.
Method is_governance_policy_edit_details Check if the union tag is ``governance_policy_edit_details``.
Method is_governance_policy_edit_duration Check if the union tag is ``governance_policy_edit_duration``.
Method is_governance_policy_export_created Check if the union tag is ``governance_policy_export_created``.
Method is_governance_policy_export_removed Check if the union tag is ``governance_policy_export_removed``.
Method is_governance_policy_remove_folders Check if the union tag is ``governance_policy_remove_folders``.
Method is_governance_policy_report_created Check if the union tag is ``governance_policy_report_created``.
Method is_governance_policy_zip_part_downloaded Check if the union tag is ``governance_policy_zip_part_downloaded``.
Method is_group_add_external_id Check if the union tag is ``group_add_external_id``.
Method is_group_add_member Check if the union tag is ``group_add_member``.
Method is_group_change_external_id Check if the union tag is ``group_change_external_id``.
Method is_group_change_management_type Check if the union tag is ``group_change_management_type``.
Method is_group_change_member_role Check if the union tag is ``group_change_member_role``.
Method is_group_create Check if the union tag is ``group_create``.
Method is_group_delete Check if the union tag is ``group_delete``.
Method is_group_description_updated Check if the union tag is ``group_description_updated``.
Method is_group_join_policy_updated Check if the union tag is ``group_join_policy_updated``.
Method is_group_moved Check if the union tag is ``group_moved``.
Method is_group_remove_external_id Check if the union tag is ``group_remove_external_id``.
Method is_group_remove_member Check if the union tag is ``group_remove_member``.
Method is_group_rename Check if the union tag is ``group_rename``.
Method is_group_user_management_change_policy Check if the union tag is ``group_user_management_change_policy``.
Method is_guest_admin_change_status Check if the union tag is ``guest_admin_change_status``.
Method is_guest_admin_signed_in_via_trusted_teams Check if the union tag is ``guest_admin_signed_in_via_trusted_teams``.
Method is_guest_admin_signed_out_via_trusted_teams Check if the union tag is ``guest_admin_signed_out_via_trusted_teams``.
Method is_integration_connected Check if the union tag is ``integration_connected``.
Method is_integration_disconnected Check if the union tag is ``integration_disconnected``.
Method is_integration_policy_changed Check if the union tag is ``integration_policy_changed``.
Method is_invite_acceptance_email_policy_changed Check if the union tag is ``invite_acceptance_email_policy_changed``.
Method is_legal_holds_activate_a_hold Check if the union tag is ``legal_holds_activate_a_hold``.
Method is_legal_holds_add_members Check if the union tag is ``legal_holds_add_members``.
Method is_legal_holds_change_hold_details Check if the union tag is ``legal_holds_change_hold_details``.
Method is_legal_holds_change_hold_name Check if the union tag is ``legal_holds_change_hold_name``.
Method is_legal_holds_export_a_hold Check if the union tag is ``legal_holds_export_a_hold``.
Method is_legal_holds_export_cancelled Check if the union tag is ``legal_holds_export_cancelled``.
Method is_legal_holds_export_downloaded Check if the union tag is ``legal_holds_export_downloaded``.
Method is_legal_holds_export_removed Check if the union tag is ``legal_holds_export_removed``.
Method is_legal_holds_release_a_hold Check if the union tag is ``legal_holds_release_a_hold``.
Method is_legal_holds_remove_members Check if the union tag is ``legal_holds_remove_members``.
Method is_legal_holds_report_a_hold Check if the union tag is ``legal_holds_report_a_hold``.
Method is_login_fail Check if the union tag is ``login_fail``.
Method is_login_success Check if the union tag is ``login_success``.
Method is_logout Check if the union tag is ``logout``.
Method is_member_add_external_id Check if the union tag is ``member_add_external_id``.
Method is_member_add_name Check if the union tag is ``member_add_name``.
Method is_member_change_admin_role Check if the union tag is ``member_change_admin_role``.
Method is_member_change_email Check if the union tag is ``member_change_email``.
Method is_member_change_external_id Check if the union tag is ``member_change_external_id``.
Method is_member_change_membership_type Check if the union tag is ``member_change_membership_type``.
Method is_member_change_name Check if the union tag is ``member_change_name``.
Method is_member_change_reseller_role Check if the union tag is ``member_change_reseller_role``.
Method is_member_change_status Check if the union tag is ``member_change_status``.
Method is_member_delete_manual_contacts Check if the union tag is ``member_delete_manual_contacts``.
Method is_member_delete_profile_photo Check if the union tag is ``member_delete_profile_photo``.
Method is_member_permanently_delete_account_contents Check if the union tag is ``member_permanently_delete_account_contents``.
Method is_member_remove_external_id Check if the union tag is ``member_remove_external_id``.
Method is_member_requests_change_policy Check if the union tag is ``member_requests_change_policy``.
Method is_member_send_invite_policy_changed Check if the union tag is ``member_send_invite_policy_changed``.
Method is_member_set_profile_photo Check if the union tag is ``member_set_profile_photo``.
Method is_member_space_limits_add_custom_quota Check if the union tag is ``member_space_limits_add_custom_quota``.
Method is_member_space_limits_add_exception Check if the union tag is ``member_space_limits_add_exception``.
Method is_member_space_limits_change_caps_type_policy Check if the union tag is ``member_space_limits_change_caps_type_policy``.
Method is_member_space_limits_change_custom_quota Check if the union tag is ``member_space_limits_change_custom_quota``.
Method is_member_space_limits_change_policy Check if the union tag is ``member_space_limits_change_policy``.
Method is_member_space_limits_change_status Check if the union tag is ``member_space_limits_change_status``.
Method is_member_space_limits_remove_custom_quota Check if the union tag is ``member_space_limits_remove_custom_quota``.
Method is_member_space_limits_remove_exception Check if the union tag is ``member_space_limits_remove_exception``.
Method is_member_suggest Check if the union tag is ``member_suggest``.
Method is_member_suggestions_change_policy Check if the union tag is ``member_suggestions_change_policy``.
Method is_member_transfer_account_contents Check if the union tag is ``member_transfer_account_contents``.
Method is_microsoft_office_addin_change_policy Check if the union tag is ``microsoft_office_addin_change_policy``.
Method is_network_control_change_policy Check if the union tag is ``network_control_change_policy``.
Method is_no_expiration_link_gen_create_report Check if the union tag is ``no_expiration_link_gen_create_report``.
Method is_no_expiration_link_gen_report_failed Check if the union tag is ``no_expiration_link_gen_report_failed``.
Method is_no_password_link_gen_create_report Check if the union tag is ``no_password_link_gen_create_report``.
Method is_no_password_link_gen_report_failed Check if the union tag is ``no_password_link_gen_report_failed``.
Method is_no_password_link_view_create_report Check if the union tag is ``no_password_link_view_create_report``.
Method is_no_password_link_view_report_failed Check if the union tag is ``no_password_link_view_report_failed``.
Method is_note_acl_invite_only Check if the union tag is ``note_acl_invite_only``.
Method is_note_acl_link Check if the union tag is ``note_acl_link``.
Method is_note_acl_team_link Check if the union tag is ``note_acl_team_link``.
Method is_note_share_receive Check if the union tag is ``note_share_receive``.
Method is_note_shared Check if the union tag is ``note_shared``.
Method is_object_label_added Check if the union tag is ``object_label_added``.
Method is_object_label_removed Check if the union tag is ``object_label_removed``.
Method is_object_label_updated_value Check if the union tag is ``object_label_updated_value``.
Method is_open_note_shared Check if the union tag is ``open_note_shared``.
Method is_organize_folder_with_tidy Check if the union tag is ``organize_folder_with_tidy``.
Method is_other Check if the union tag is ``other``.
Method is_outdated_link_view_create_report Check if the union tag is ``outdated_link_view_create_report``.
Method is_outdated_link_view_report_failed Check if the union tag is ``outdated_link_view_report_failed``.
Method is_paper_admin_export_start Check if the union tag is ``paper_admin_export_start``.
Method is_paper_change_deployment_policy Check if the union tag is ``paper_change_deployment_policy``.
Method is_paper_change_member_link_policy Check if the union tag is ``paper_change_member_link_policy``.
Method is_paper_change_member_policy Check if the union tag is ``paper_change_member_policy``.
Method is_paper_change_policy Check if the union tag is ``paper_change_policy``.
Method is_paper_content_add_member Check if the union tag is ``paper_content_add_member``.
Method is_paper_content_add_to_folder Check if the union tag is ``paper_content_add_to_folder``.
Method is_paper_content_archive Check if the union tag is ``paper_content_archive``.
Method is_paper_content_create Check if the union tag is ``paper_content_create``.
Method is_paper_content_permanently_delete Check if the union tag is ``paper_content_permanently_delete``.
Method is_paper_content_remove_from_folder Check if the union tag is ``paper_content_remove_from_folder``.
Method is_paper_content_remove_member Check if the union tag is ``paper_content_remove_member``.
Method is_paper_content_rename Check if the union tag is ``paper_content_rename``.
Method is_paper_content_restore Check if the union tag is ``paper_content_restore``.
Method is_paper_default_folder_policy_changed Check if the union tag is ``paper_default_folder_policy_changed``.
Method is_paper_desktop_policy_changed Check if the union tag is ``paper_desktop_policy_changed``.
Method is_paper_doc_add_comment Check if the union tag is ``paper_doc_add_comment``.
Method is_paper_doc_change_member_role Check if the union tag is ``paper_doc_change_member_role``.
Method is_paper_doc_change_sharing_policy Check if the union tag is ``paper_doc_change_sharing_policy``.
Method is_paper_doc_change_subscription Check if the union tag is ``paper_doc_change_subscription``.
Method is_paper_doc_delete_comment Check if the union tag is ``paper_doc_delete_comment``.
Method is_paper_doc_deleted Check if the union tag is ``paper_doc_deleted``.
Method is_paper_doc_download Check if the union tag is ``paper_doc_download``.
Method is_paper_doc_edit Check if the union tag is ``paper_doc_edit``.
Method is_paper_doc_edit_comment Check if the union tag is ``paper_doc_edit_comment``.
Method is_paper_doc_followed Check if the union tag is ``paper_doc_followed``.
Method is_paper_doc_mention Check if the union tag is ``paper_doc_mention``.
Method is_paper_doc_ownership_changed Check if the union tag is ``paper_doc_ownership_changed``.
Method is_paper_doc_request_access Check if the union tag is ``paper_doc_request_access``.
Method is_paper_doc_resolve_comment Check if the union tag is ``paper_doc_resolve_comment``.
Method is_paper_doc_revert Check if the union tag is ``paper_doc_revert``.
Method is_paper_doc_slack_share Check if the union tag is ``paper_doc_slack_share``.
Method is_paper_doc_team_invite Check if the union tag is ``paper_doc_team_invite``.
Method is_paper_doc_trashed Check if the union tag is ``paper_doc_trashed``.
Method is_paper_doc_unresolve_comment Check if the union tag is ``paper_doc_unresolve_comment``.
Method is_paper_doc_untrashed Check if the union tag is ``paper_doc_untrashed``.
Method is_paper_doc_view Check if the union tag is ``paper_doc_view``.
Method is_paper_enabled_users_group_addition Check if the union tag is ``paper_enabled_users_group_addition``.
Method is_paper_enabled_users_group_removal Check if the union tag is ``paper_enabled_users_group_removal``.
Method is_paper_external_view_allow Check if the union tag is ``paper_external_view_allow``.
Method is_paper_external_view_default_team Check if the union tag is ``paper_external_view_default_team``.
Method is_paper_external_view_forbid Check if the union tag is ``paper_external_view_forbid``.
Method is_paper_folder_change_subscription Check if the union tag is ``paper_folder_change_subscription``.
Method is_paper_folder_deleted Check if the union tag is ``paper_folder_deleted``.
Method is_paper_folder_followed Check if the union tag is ``paper_folder_followed``.
Method is_paper_folder_team_invite Check if the union tag is ``paper_folder_team_invite``.
Method is_paper_published_link_change_permission Check if the union tag is ``paper_published_link_change_permission``.
Method is_paper_published_link_create Check if the union tag is ``paper_published_link_create``.
Method is_paper_published_link_disabled Check if the union tag is ``paper_published_link_disabled``.
Method is_paper_published_link_view Check if the union tag is ``paper_published_link_view``.
Method is_password_change Check if the union tag is ``password_change``.
Method is_password_reset Check if the union tag is ``password_reset``.
Method is_password_reset_all Check if the union tag is ``password_reset_all``.
Method is_password_strength_requirements_change_policy Check if the union tag is ``password_strength_requirements_change_policy``.
Method is_pending_secondary_email_added Check if the union tag is ``pending_secondary_email_added``.
Method is_permanent_delete_change_policy Check if the union tag is ``permanent_delete_change_policy``.
Method is_reseller_support_change_policy Check if the union tag is ``reseller_support_change_policy``.
Method is_reseller_support_session_end Check if the union tag is ``reseller_support_session_end``.
Method is_reseller_support_session_start Check if the union tag is ``reseller_support_session_start``.
Method is_rewind_folder Check if the union tag is ``rewind_folder``.
Method is_rewind_policy_changed Check if the union tag is ``rewind_policy_changed``.
Method is_secondary_email_deleted Check if the union tag is ``secondary_email_deleted``.
Method is_secondary_email_verified Check if the union tag is ``secondary_email_verified``.
Method is_secondary_mails_policy_changed Check if the union tag is ``secondary_mails_policy_changed``.
Method is_send_for_signature_policy_changed Check if the union tag is ``send_for_signature_policy_changed``.
Method is_sf_add_group Check if the union tag is ``sf_add_group``.
Method is_sf_allow_non_members_to_view_shared_links Check if the union tag is ``sf_allow_non_members_to_view_shared_links``.
Method is_sf_external_invite_warn Check if the union tag is ``sf_external_invite_warn``.
Method is_sf_fb_invite Check if the union tag is ``sf_fb_invite``.
Method is_sf_fb_invite_change_role Check if the union tag is ``sf_fb_invite_change_role``.
Method is_sf_fb_uninvite Check if the union tag is ``sf_fb_uninvite``.
Method is_sf_invite_group Check if the union tag is ``sf_invite_group``.
Method is_sf_team_grant_access Check if the union tag is ``sf_team_grant_access``.
Method is_sf_team_invite Check if the union tag is ``sf_team_invite``.
Method is_sf_team_invite_change_role Check if the union tag is ``sf_team_invite_change_role``.
Method is_sf_team_join Check if the union tag is ``sf_team_join``.
Method is_sf_team_join_from_oob_link Check if the union tag is ``sf_team_join_from_oob_link``.
Method is_sf_team_uninvite Check if the union tag is ``sf_team_uninvite``.
Method is_shared_content_add_invitees Check if the union tag is ``shared_content_add_invitees``.
Method is_shared_content_add_link_expiry Check if the union tag is ``shared_content_add_link_expiry``.
Method is_shared_content_add_link_password Check if the union tag is ``shared_content_add_link_password``.
Method is_shared_content_add_member Check if the union tag is ``shared_content_add_member``.
Method is_shared_content_change_downloads_policy Check if the union tag is ``shared_content_change_downloads_policy``.
Method is_shared_content_change_invitee_role Check if the union tag is ``shared_content_change_invitee_role``.
Method is_shared_content_change_link_audience Check if the union tag is ``shared_content_change_link_audience``.
Method is_shared_content_change_link_expiry Check if the union tag is ``shared_content_change_link_expiry``.
Method is_shared_content_change_link_password Check if the union tag is ``shared_content_change_link_password``.
Method is_shared_content_change_member_role Check if the union tag is ``shared_content_change_member_role``.
Method is_shared_content_change_viewer_info_policy Check if the union tag is ``shared_content_change_viewer_info_policy``.
Method is_shared_content_claim_invitation Check if the union tag is ``shared_content_claim_invitation``.
Method is_shared_content_copy Check if the union tag is ``shared_content_copy``.
Method is_shared_content_download Check if the union tag is ``shared_content_download``.
Method is_shared_content_relinquish_membership Check if the union tag is ``shared_content_relinquish_membership``.
Method is_shared_content_remove_invitees Check if the union tag is ``shared_content_remove_invitees``.
Method is_shared_content_remove_link_expiry Check if the union tag is ``shared_content_remove_link_expiry``.
Method is_shared_content_remove_link_password Check if the union tag is ``shared_content_remove_link_password``.
Method is_shared_content_remove_member Check if the union tag is ``shared_content_remove_member``.
Method is_shared_content_request_access Check if the union tag is ``shared_content_request_access``.
Method is_shared_content_restore_invitees Check if the union tag is ``shared_content_restore_invitees``.
Method is_shared_content_restore_member Check if the union tag is ``shared_content_restore_member``.
Method is_shared_content_unshare Check if the union tag is ``shared_content_unshare``.
Method is_shared_content_view Check if the union tag is ``shared_content_view``.
Method is_shared_folder_change_link_policy Check if the union tag is ``shared_folder_change_link_policy``.
Method is_shared_folder_change_members_inheritance_policy Check if the union tag is ``shared_folder_change_members_inheritance_policy``.
Method is_shared_folder_change_members_management_policy Check if the union tag is ``shared_folder_change_members_management_policy``.
Method is_shared_folder_change_members_policy Check if the union tag is ``shared_folder_change_members_policy``.
Method is_shared_folder_create Check if the union tag is ``shared_folder_create``.
Method is_shared_folder_decline_invitation Check if the union tag is ``shared_folder_decline_invitation``.
Method is_shared_folder_mount Check if the union tag is ``shared_folder_mount``.
Method is_shared_folder_nest Check if the union tag is ``shared_folder_nest``.
Method is_shared_folder_transfer_ownership Check if the union tag is ``shared_folder_transfer_ownership``.
Method is_shared_folder_unmount Check if the union tag is ``shared_folder_unmount``.
Method is_shared_link_add_expiry Check if the union tag is ``shared_link_add_expiry``.
Method is_shared_link_change_expiry Check if the union tag is ``shared_link_change_expiry``.
Method is_shared_link_change_visibility Check if the union tag is ``shared_link_change_visibility``.
Method is_shared_link_copy Check if the union tag is ``shared_link_copy``.
Method is_shared_link_create Check if the union tag is ``shared_link_create``.
Method is_shared_link_disable Check if the union tag is ``shared_link_disable``.
Method is_shared_link_download Check if the union tag is ``shared_link_download``.
Method is_shared_link_remove_expiry Check if the union tag is ``shared_link_remove_expiry``.
Method is_shared_link_settings_add_expiration Check if the union tag is ``shared_link_settings_add_expiration``.
Method is_shared_link_settings_add_password Check if the union tag is ``shared_link_settings_add_password``.
Method is_shared_link_settings_allow_download_disabled Check if the union tag is ``shared_link_settings_allow_download_disabled``.
Method is_shared_link_settings_allow_download_enabled Check if the union tag is ``shared_link_settings_allow_download_enabled``.
Method is_shared_link_settings_change_audience Check if the union tag is ``shared_link_settings_change_audience``.
Method is_shared_link_settings_change_expiration Check if the union tag is ``shared_link_settings_change_expiration``.
Method is_shared_link_settings_change_password Check if the union tag is ``shared_link_settings_change_password``.
Method is_shared_link_settings_remove_expiration Check if the union tag is ``shared_link_settings_remove_expiration``.
Method is_shared_link_settings_remove_password Check if the union tag is ``shared_link_settings_remove_password``.
Method is_shared_link_share Check if the union tag is ``shared_link_share``.
Method is_shared_link_view Check if the union tag is ``shared_link_view``.
Method is_shared_note_opened Check if the union tag is ``shared_note_opened``.
Method is_sharing_change_folder_join_policy Check if the union tag is ``sharing_change_folder_join_policy``.
Method is_sharing_change_link_allow_change_expiration_policy Check if the union tag is ``sharing_change_link_allow_change_expiration_policy``.
Method is_sharing_change_link_default_expiration_policy Check if the union tag is ``sharing_change_link_default_expiration_policy``.
Method is_sharing_change_link_enforce_password_policy Check if the union tag is ``sharing_change_link_enforce_password_policy``.
Method is_sharing_change_link_policy Check if the union tag is ``sharing_change_link_policy``.
Method is_sharing_change_member_policy Check if the union tag is ``sharing_change_member_policy``.
Method is_shmodel_disable_downloads Check if the union tag is ``shmodel_disable_downloads``.
Method is_shmodel_enable_downloads Check if the union tag is ``shmodel_enable_downloads``.
Method is_shmodel_group_share Check if the union tag is ``shmodel_group_share``.
Method is_showcase_access_granted Check if the union tag is ``showcase_access_granted``.
Method is_showcase_add_member Check if the union tag is ``showcase_add_member``.
Method is_showcase_archived Check if the union tag is ``showcase_archived``.
Method is_showcase_change_download_policy Check if the union tag is ``showcase_change_download_policy``.
Method is_showcase_change_enabled_policy Check if the union tag is ``showcase_change_enabled_policy``.
Method is_showcase_change_external_sharing_policy Check if the union tag is ``showcase_change_external_sharing_policy``.
Method is_showcase_created Check if the union tag is ``showcase_created``.
Method is_showcase_delete_comment Check if the union tag is ``showcase_delete_comment``.
Method is_showcase_edit_comment Check if the union tag is ``showcase_edit_comment``.
Method is_showcase_edited Check if the union tag is ``showcase_edited``.
Method is_showcase_file_added Check if the union tag is ``showcase_file_added``.
Method is_showcase_file_download Check if the union tag is ``showcase_file_download``.
Method is_showcase_file_removed Check if the union tag is ``showcase_file_removed``.
Method is_showcase_file_view Check if the union tag is ``showcase_file_view``.
Method is_showcase_permanently_deleted Check if the union tag is ``showcase_permanently_deleted``.
Method is_showcase_post_comment Check if the union tag is ``showcase_post_comment``.
Method is_showcase_remove_member Check if the union tag is ``showcase_remove_member``.
Method is_showcase_renamed Check if the union tag is ``showcase_renamed``.
Method is_showcase_request_access Check if the union tag is ``showcase_request_access``.
Method is_showcase_resolve_comment Check if the union tag is ``showcase_resolve_comment``.
Method is_showcase_restored Check if the union tag is ``showcase_restored``.
Method is_showcase_trashed Check if the union tag is ``showcase_trashed``.
Method is_showcase_trashed_deprecated Check if the union tag is ``showcase_trashed_deprecated``.
Method is_showcase_unresolve_comment Check if the union tag is ``showcase_unresolve_comment``.
Method is_showcase_untrashed Check if the union tag is ``showcase_untrashed``.
Method is_showcase_untrashed_deprecated Check if the union tag is ``showcase_untrashed_deprecated``.
Method is_showcase_view Check if the union tag is ``showcase_view``.
Method is_sign_in_as_session_end Check if the union tag is ``sign_in_as_session_end``.
Method is_sign_in_as_session_start Check if the union tag is ``sign_in_as_session_start``.
Method is_smart_sync_change_policy Check if the union tag is ``smart_sync_change_policy``.
Method is_smart_sync_create_admin_privilege_report Check if the union tag is ``smart_sync_create_admin_privilege_report``.
Method is_smart_sync_not_opt_out Check if the union tag is ``smart_sync_not_opt_out``.
Method is_smart_sync_opt_out Check if the union tag is ``smart_sync_opt_out``.
Method is_smarter_smart_sync_policy_changed Check if the union tag is ``smarter_smart_sync_policy_changed``.
Method is_sso_add_cert Check if the union tag is ``sso_add_cert``.
Method is_sso_add_login_url Check if the union tag is ``sso_add_login_url``.
Method is_sso_add_logout_url Check if the union tag is ``sso_add_logout_url``.
Method is_sso_change_cert Check if the union tag is ``sso_change_cert``.
Method is_sso_change_login_url Check if the union tag is ``sso_change_login_url``.
Method is_sso_change_logout_url Check if the union tag is ``sso_change_logout_url``.
Method is_sso_change_policy Check if the union tag is ``sso_change_policy``.
Method is_sso_change_saml_identity_mode Check if the union tag is ``sso_change_saml_identity_mode``.
Method is_sso_error Check if the union tag is ``sso_error``.
Method is_sso_remove_cert Check if the union tag is ``sso_remove_cert``.
Method is_sso_remove_login_url Check if the union tag is ``sso_remove_login_url``.
Method is_sso_remove_logout_url Check if the union tag is ``sso_remove_logout_url``.
Method is_started_enterprise_admin_session Check if the union tag is ``started_enterprise_admin_session``.
Method is_team_activity_create_report Check if the union tag is ``team_activity_create_report``.
Method is_team_activity_create_report_fail Check if the union tag is ``team_activity_create_report_fail``.
Method is_team_branding_policy_changed Check if the union tag is ``team_branding_policy_changed``.
Method is_team_extensions_policy_changed Check if the union tag is ``team_extensions_policy_changed``.
Method is_team_folder_change_status Check if the union tag is ``team_folder_change_status``.
Method is_team_folder_create Check if the union tag is ``team_folder_create``.
Method is_team_folder_downgrade Check if the union tag is ``team_folder_downgrade``.
Method is_team_folder_permanently_delete Check if the union tag is ``team_folder_permanently_delete``.
Method is_team_folder_rename Check if the union tag is ``team_folder_rename``.
Method is_team_merge_from Check if the union tag is ``team_merge_from``.
Method is_team_merge_request_accepted Check if the union tag is ``team_merge_request_accepted``.
Method is_team_merge_request_accepted_shown_to_primary_team Check if the union tag is ``team_merge_request_accepted_shown_to_primary_team``.
Method is_team_merge_request_accepted_shown_to_secondary_team Check if the union tag is ``team_merge_request_accepted_shown_to_secondary_team``.
Method is_team_merge_request_auto_canceled Check if the union tag is ``team_merge_request_auto_canceled``.
Method is_team_merge_request_canceled Check if the union tag is ``team_merge_request_canceled``.
Method is_team_merge_request_canceled_shown_to_primary_team Check if the union tag is ``team_merge_request_canceled_shown_to_primary_team``.
Method is_team_merge_request_canceled_shown_to_secondary_team Check if the union tag is ``team_merge_request_canceled_shown_to_secondary_team``.
Method is_team_merge_request_expired Check if the union tag is ``team_merge_request_expired``.
Method is_team_merge_request_expired_shown_to_primary_team Check if the union tag is ``team_merge_request_expired_shown_to_primary_team``.
Method is_team_merge_request_expired_shown_to_secondary_team Check if the union tag is ``team_merge_request_expired_shown_to_secondary_team``.
Method is_team_merge_request_rejected_shown_to_primary_team Check if the union tag is ``team_merge_request_rejected_shown_to_primary_team``.
Method is_team_merge_request_rejected_shown_to_secondary_team Check if the union tag is ``team_merge_request_rejected_shown_to_secondary_team``.
Method is_team_merge_request_reminder Check if the union tag is ``team_merge_request_reminder``.
Method is_team_merge_request_reminder_shown_to_primary_team Check if the union tag is ``team_merge_request_reminder_shown_to_primary_team``.
Method is_team_merge_request_reminder_shown_to_secondary_team Check if the union tag is ``team_merge_request_reminder_shown_to_secondary_team``.
Method is_team_merge_request_revoked Check if the union tag is ``team_merge_request_revoked``.
Method is_team_merge_request_sent_shown_to_primary_team Check if the union tag is ``team_merge_request_sent_shown_to_primary_team``.
Method is_team_merge_request_sent_shown_to_secondary_team Check if the union tag is ``team_merge_request_sent_shown_to_secondary_team``.
Method is_team_merge_to Check if the union tag is ``team_merge_to``.
Method is_team_profile_add_background Check if the union tag is ``team_profile_add_background``.
Method is_team_profile_add_logo Check if the union tag is ``team_profile_add_logo``.
Method is_team_profile_change_background Check if the union tag is ``team_profile_change_background``.
Method is_team_profile_change_default_language Check if the union tag is ``team_profile_change_default_language``.
Method is_team_profile_change_logo Check if the union tag is ``team_profile_change_logo``.
Method is_team_profile_change_name Check if the union tag is ``team_profile_change_name``.
Method is_team_profile_remove_background Check if the union tag is ``team_profile_remove_background``.
Method is_team_profile_remove_logo Check if the union tag is ``team_profile_remove_logo``.
Method is_team_selective_sync_policy_changed Check if the union tag is ``team_selective_sync_policy_changed``.
Method is_team_selective_sync_settings_changed Check if the union tag is ``team_selective_sync_settings_changed``.
Method is_team_sharing_whitelist_subjects_changed Check if the union tag is ``team_sharing_whitelist_subjects_changed``.
Method is_tfa_add_backup_phone Check if the union tag is ``tfa_add_backup_phone``.
Method is_tfa_add_exception Check if the union tag is ``tfa_add_exception``.
Method is_tfa_add_security_key Check if the union tag is ``tfa_add_security_key``.
Method is_tfa_change_backup_phone Check if the union tag is ``tfa_change_backup_phone``.
Method is_tfa_change_policy Check if the union tag is ``tfa_change_policy``.
Method is_tfa_change_status Check if the union tag is ``tfa_change_status``.
Method is_tfa_remove_backup_phone Check if the union tag is ``tfa_remove_backup_phone``.
Method is_tfa_remove_exception Check if the union tag is ``tfa_remove_exception``.
Method is_tfa_remove_security_key Check if the union tag is ``tfa_remove_security_key``.
Method is_tfa_reset Check if the union tag is ``tfa_reset``.
Method is_two_account_change_policy Check if the union tag is ``two_account_change_policy``.
Method is_undo_naming_convention Check if the union tag is ``undo_naming_convention``.
Method is_undo_organize_folder_with_tidy Check if the union tag is ``undo_organize_folder_with_tidy``.
Method is_user_tags_added Check if the union tag is ``user_tags_added``.
Method is_user_tags_removed Check if the union tag is ``user_tags_removed``.
Method is_viewer_info_policy_changed Check if the union tag is ``viewer_info_policy_changed``.
Method is_watermarking_policy_changed Check if the union tag is ``watermarking_policy_changed``.
Method is_web_sessions_change_active_session_limit Check if the union tag is ``web_sessions_change_active_session_limit``.
Method is_web_sessions_change_fixed_length_policy Check if the union tag is ``web_sessions_change_fixed_length_policy``.
Method is_web_sessions_change_idle_length_policy Check if the union tag is ``web_sessions_change_idle_length_policy``.
Class Variable account_capture_change_availability Undocumented
Class Variable account_capture_change_policy Undocumented
Class Variable account_capture_migrate_account Undocumented
Class Variable account_capture_notification_emails_sent Undocumented
Class Variable account_capture_relinquish_account Undocumented
Class Variable account_lock_or_unlocked Undocumented
Class Variable admin_alerting_alert_state_changed Undocumented
Class Variable admin_alerting_changed_alert_config Undocumented
Class Variable admin_alerting_triggered_alert Undocumented
Class Variable admin_email_reminders_changed Undocumented
Class Variable allow_download_disabled Undocumented
Class Variable allow_download_enabled Undocumented
Class Variable app_blocked_by_permissions Undocumented
Class Variable app_link_team Undocumented
Class Variable app_link_user Undocumented
Class Variable app_permissions_changed Undocumented
Class Variable app_unlink_team Undocumented
Class Variable app_unlink_user Undocumented
Class Variable apply_naming_convention Undocumented
Class Variable binder_add_page Undocumented
Class Variable binder_add_section Undocumented
Class Variable binder_remove_page Undocumented
Class Variable binder_remove_section Undocumented
Class Variable binder_rename_page Undocumented
Class Variable binder_rename_section Undocumented
Class Variable binder_reorder_page Undocumented
Class Variable binder_reorder_section Undocumented
Class Variable camera_uploads_policy_changed Undocumented
Class Variable capture_transcript_policy_changed Undocumented
Class Variable changed_enterprise_admin_role Undocumented
Class Variable changed_enterprise_connected_team_status Undocumented
Class Variable classification_change_policy Undocumented
Class Variable classification_create_report Undocumented
Class Variable classification_create_report_fail Undocumented
Class Variable collection_share Undocumented
Class Variable computer_backup_policy_changed Undocumented
Class Variable content_administration_policy_changed Undocumented
Class Variable create_folder Undocumented
Class Variable create_team_invite_link Undocumented
Class Variable data_placement_restriction_change_policy Undocumented
Class Variable data_placement_restriction_satisfy_policy Undocumented
Class Variable data_residency_migration_request_successful Undocumented
Class Variable data_residency_migration_request_unsuccessful Undocumented
Class Variable delete_team_invite_link Undocumented
Class Variable device_approvals_add_exception Undocumented
Class Variable device_approvals_change_desktop_policy Undocumented
Class Variable device_approvals_change_mobile_policy Undocumented
Class Variable device_approvals_change_overage_action Undocumented
Class Variable device_approvals_change_unlink_action Undocumented
Class Variable device_approvals_remove_exception Undocumented
Class Variable device_change_ip_desktop Undocumented
Class Variable device_change_ip_mobile Undocumented
Class Variable device_change_ip_web Undocumented
Class Variable device_delete_on_unlink_fail Undocumented
Class Variable device_delete_on_unlink_success Undocumented
Class Variable device_link_fail Undocumented
Class Variable device_link_success Undocumented
Class Variable device_management_disabled Undocumented
Class Variable device_management_enabled Undocumented
Class Variable device_sync_backup_status_changed Undocumented
Class Variable device_unlink Undocumented
Class Variable directory_restrictions_add_members Undocumented
Class Variable directory_restrictions_remove_members Undocumented
Class Variable disabled_domain_invites Undocumented
Class Variable domain_invites_approve_request_to_join_team Undocumented
Class Variable domain_invites_decline_request_to_join_team Undocumented
Class Variable domain_invites_email_existing_users Undocumented
Class Variable domain_invites_request_to_join_team Undocumented
Class Variable domain_invites_set_invite_new_user_pref_to_no Undocumented
Class Variable domain_invites_set_invite_new_user_pref_to_yes Undocumented
Class Variable domain_verification_add_domain_fail Undocumented
Class Variable domain_verification_add_domain_success Undocumented
Class Variable domain_verification_remove_domain Undocumented
Class Variable dropbox_passwords_exported Undocumented
Class Variable dropbox_passwords_new_device_enrolled Undocumented
Class Variable dropbox_passwords_policy_changed Undocumented
Class Variable email_ingest_policy_changed Undocumented
Class Variable email_ingest_receive_file Undocumented
Class Variable emm_add_exception Undocumented
Class Variable emm_change_policy Undocumented
Class Variable emm_create_exceptions_report Undocumented
Class Variable emm_create_usage_report Undocumented
Class Variable emm_error Undocumented
Class Variable emm_refresh_auth_token Undocumented
Class Variable emm_remove_exception Undocumented
Class Variable enabled_domain_invites Undocumented
Class Variable ended_enterprise_admin_session Undocumented
Class Variable ended_enterprise_admin_session_deprecated Undocumented
Class Variable enterprise_settings_locking Undocumented
Class Variable export_members_report Undocumented
Class Variable export_members_report_fail Undocumented
Class Variable extended_version_history_change_policy Undocumented
Class Variable external_drive_backup_eligibility_status_checked Undocumented
Class Variable external_drive_backup_policy_changed Undocumented
Class Variable external_drive_backup_status_changed Undocumented
Class Variable external_sharing_create_report Undocumented
Class Variable external_sharing_report_failed Undocumented
Class Variable file_add Undocumented
Class Variable file_add_comment Undocumented
Class Variable file_change_comment_subscription Undocumented
Class Variable file_comments_change_policy Undocumented
Class Variable file_copy Undocumented
Class Variable file_delete Undocumented
Class Variable file_delete_comment Undocumented
Class Variable file_download Undocumented
Class Variable file_edit Undocumented
Class Variable file_edit_comment Undocumented
Class Variable file_get_copy_reference Undocumented
Class Variable file_like_comment Undocumented
Class Variable file_locking_lock_status_changed Undocumented
Class Variable file_locking_policy_changed Undocumented
Class Variable file_move Undocumented
Class Variable file_permanently_delete Undocumented
Class Variable file_preview Undocumented
Class Variable file_provider_migration_policy_changed Undocumented
Class Variable file_rename Undocumented
Class Variable file_request_change Undocumented
Class Variable file_request_close Undocumented
Class Variable file_request_create Undocumented
Class Variable file_request_delete Undocumented
Class Variable file_request_receive_file Undocumented
Class Variable file_requests_change_policy Undocumented
Class Variable file_requests_emails_enabled Undocumented
Class Variable file_requests_emails_restricted_to_team_only Undocumented
Class Variable file_resolve_comment Undocumented
Class Variable file_restore Undocumented
Class Variable file_revert Undocumented
Class Variable file_rollback_changes Undocumented
Class Variable file_save_copy_reference Undocumented
Class Variable file_transfers_file_add Undocumented
Class Variable file_transfers_policy_changed Undocumented
Class Variable file_transfers_transfer_delete Undocumented
Class Variable file_transfers_transfer_download Undocumented
Class Variable file_transfers_transfer_send Undocumented
Class Variable file_transfers_transfer_view Undocumented
Class Variable file_unlike_comment Undocumented
Class Variable file_unresolve_comment Undocumented
Class Variable folder_link_restriction_policy_changed Undocumented
Class Variable folder_overview_description_changed Undocumented
Class Variable folder_overview_item_pinned Undocumented
Class Variable folder_overview_item_unpinned Undocumented
Class Variable google_sso_change_policy Undocumented
Class Variable governance_policy_add_folder_failed Undocumented
Class Variable governance_policy_add_folders Undocumented
Class Variable governance_policy_content_disposed Undocumented
Class Variable governance_policy_create Undocumented
Class Variable governance_policy_delete Undocumented
Class Variable governance_policy_edit_details Undocumented
Class Variable governance_policy_edit_duration Undocumented
Class Variable governance_policy_export_created Undocumented
Class Variable governance_policy_export_removed Undocumented
Class Variable governance_policy_remove_folders Undocumented
Class Variable governance_policy_report_created Undocumented
Class Variable governance_policy_zip_part_downloaded Undocumented
Class Variable group_add_external_id Undocumented
Class Variable group_add_member Undocumented
Class Variable group_change_external_id Undocumented
Class Variable group_change_management_type Undocumented
Class Variable group_change_member_role Undocumented
Class Variable group_create Undocumented
Class Variable group_delete Undocumented
Class Variable group_description_updated Undocumented
Class Variable group_join_policy_updated Undocumented
Class Variable group_moved Undocumented
Class Variable group_remove_external_id Undocumented
Class Variable group_remove_member Undocumented
Class Variable group_rename Undocumented
Class Variable group_user_management_change_policy Undocumented
Class Variable guest_admin_change_status Undocumented
Class Variable guest_admin_signed_in_via_trusted_teams Undocumented
Class Variable guest_admin_signed_out_via_trusted_teams Undocumented
Class Variable integration_connected Undocumented
Class Variable integration_disconnected Undocumented
Class Variable integration_policy_changed Undocumented
Class Variable invite_acceptance_email_policy_changed Undocumented
Class Variable legal_holds_activate_a_hold Undocumented
Class Variable legal_holds_add_members Undocumented
Class Variable legal_holds_change_hold_details Undocumented
Class Variable legal_holds_change_hold_name Undocumented
Class Variable legal_holds_export_a_hold Undocumented
Class Variable legal_holds_export_cancelled Undocumented
Class Variable legal_holds_export_downloaded Undocumented
Class Variable legal_holds_export_removed Undocumented
Class Variable legal_holds_release_a_hold Undocumented
Class Variable legal_holds_remove_members Undocumented
Class Variable legal_holds_report_a_hold Undocumented
Class Variable login_fail Undocumented
Class Variable login_success Undocumented
Class Variable logout Undocumented
Class Variable member_add_external_id Undocumented
Class Variable member_add_name Undocumented
Class Variable member_change_admin_role Undocumented
Class Variable member_change_email Undocumented
Class Variable member_change_external_id Undocumented
Class Variable member_change_membership_type Undocumented
Class Variable member_change_name Undocumented
Class Variable member_change_reseller_role Undocumented
Class Variable member_change_status Undocumented
Class Variable member_delete_manual_contacts Undocumented
Class Variable member_delete_profile_photo Undocumented
Class Variable member_permanently_delete_account_contents Undocumented
Class Variable member_remove_external_id Undocumented
Class Variable member_requests_change_policy Undocumented
Class Variable member_send_invite_policy_changed Undocumented
Class Variable member_set_profile_photo Undocumented
Class Variable member_space_limits_add_custom_quota Undocumented
Class Variable member_space_limits_add_exception Undocumented
Class Variable member_space_limits_change_caps_type_policy Undocumented
Class Variable member_space_limits_change_custom_quota Undocumented
Class Variable member_space_limits_change_policy Undocumented
Class Variable member_space_limits_change_status Undocumented
Class Variable member_space_limits_remove_custom_quota Undocumented
Class Variable member_space_limits_remove_exception Undocumented
Class Variable member_suggest Undocumented
Class Variable member_suggestions_change_policy Undocumented
Class Variable member_transfer_account_contents Undocumented
Class Variable microsoft_office_addin_change_policy Undocumented
Class Variable network_control_change_policy Undocumented
Class Variable no_expiration_link_gen_create_report Undocumented
Class Variable no_expiration_link_gen_report_failed Undocumented
Class Variable no_password_link_gen_create_report Undocumented
Class Variable no_password_link_gen_report_failed Undocumented
Class Variable no_password_link_view_create_report Undocumented
Class Variable no_password_link_view_report_failed Undocumented
Class Variable note_acl_invite_only Undocumented
Class Variable note_acl_link Undocumented
Class Variable note_acl_team_link Undocumented
Class Variable note_share_receive Undocumented
Class Variable note_shared Undocumented
Class Variable object_label_added Undocumented
Class Variable object_label_removed Undocumented
Class Variable object_label_updated_value Undocumented
Class Variable open_note_shared Undocumented
Class Variable organize_folder_with_tidy Undocumented
Class Variable other Undocumented
Class Variable outdated_link_view_create_report Undocumented
Class Variable outdated_link_view_report_failed Undocumented
Class Variable paper_admin_export_start Undocumented
Class Variable paper_change_deployment_policy Undocumented
Class Variable paper_change_member_link_policy Undocumented
Class Variable paper_change_member_policy Undocumented
Class Variable paper_change_policy Undocumented
Class Variable paper_content_add_member Undocumented
Class Variable paper_content_add_to_folder Undocumented
Class Variable paper_content_archive Undocumented
Class Variable paper_content_create Undocumented
Class Variable paper_content_permanently_delete Undocumented
Class Variable paper_content_remove_from_folder Undocumented
Class Variable paper_content_remove_member Undocumented
Class Variable paper_content_rename Undocumented
Class Variable paper_content_restore Undocumented
Class Variable paper_default_folder_policy_changed Undocumented
Class Variable paper_desktop_policy_changed Undocumented
Class Variable paper_doc_add_comment Undocumented
Class Variable paper_doc_change_member_role Undocumented
Class Variable paper_doc_change_sharing_policy Undocumented
Class Variable paper_doc_change_subscription Undocumented
Class Variable paper_doc_delete_comment Undocumented
Class Variable paper_doc_deleted Undocumented
Class Variable paper_doc_download Undocumented
Class Variable paper_doc_edit Undocumented
Class Variable paper_doc_edit_comment Undocumented
Class Variable paper_doc_followed Undocumented
Class Variable paper_doc_mention Undocumented
Class Variable paper_doc_ownership_changed Undocumented
Class Variable paper_doc_request_access Undocumented
Class Variable paper_doc_resolve_comment Undocumented
Class Variable paper_doc_revert Undocumented
Class Variable paper_doc_slack_share Undocumented
Class Variable paper_doc_team_invite Undocumented
Class Variable paper_doc_trashed Undocumented
Class Variable paper_doc_unresolve_comment Undocumented
Class Variable paper_doc_untrashed Undocumented
Class Variable paper_doc_view Undocumented
Class Variable paper_enabled_users_group_addition Undocumented
Class Variable paper_enabled_users_group_removal Undocumented
Class Variable paper_external_view_allow Undocumented
Class Variable paper_external_view_default_team Undocumented
Class Variable paper_external_view_forbid Undocumented
Class Variable paper_folder_change_subscription Undocumented
Class Variable paper_folder_deleted Undocumented
Class Variable paper_folder_followed Undocumented
Class Variable paper_folder_team_invite Undocumented
Class Variable paper_published_link_change_permission Undocumented
Class Variable paper_published_link_create Undocumented
Class Variable paper_published_link_disabled Undocumented
Class Variable paper_published_link_view Undocumented
Class Variable password_change Undocumented
Class Variable password_reset Undocumented
Class Variable password_reset_all Undocumented
Class Variable password_strength_requirements_change_policy Undocumented
Class Variable pending_secondary_email_added Undocumented
Class Variable permanent_delete_change_policy Undocumented
Class Variable reseller_support_change_policy Undocumented
Class Variable reseller_support_session_end Undocumented
Class Variable reseller_support_session_start Undocumented
Class Variable rewind_folder Undocumented
Class Variable rewind_policy_changed Undocumented
Class Variable secondary_email_deleted Undocumented
Class Variable secondary_email_verified Undocumented
Class Variable secondary_mails_policy_changed Undocumented
Class Variable send_for_signature_policy_changed Undocumented
Class Variable sf_add_group Undocumented
Class Variable sf_allow_non_members_to_view_shared_links Undocumented
Class Variable sf_external_invite_warn Undocumented
Class Variable sf_fb_invite Undocumented
Class Variable sf_fb_invite_change_role Undocumented
Class Variable sf_fb_uninvite Undocumented
Class Variable sf_invite_group Undocumented
Class Variable sf_team_grant_access Undocumented
Class Variable sf_team_invite Undocumented
Class Variable sf_team_invite_change_role Undocumented
Class Variable sf_team_join Undocumented
Class Variable sf_team_join_from_oob_link Undocumented
Class Variable sf_team_uninvite Undocumented
Class Variable shared_content_add_invitees Undocumented
Class Variable shared_content_add_link_expiry Undocumented
Class Variable shared_content_add_link_password Undocumented
Class Variable shared_content_add_member Undocumented
Class Variable shared_content_change_downloads_policy Undocumented
Class Variable shared_content_change_invitee_role Undocumented
Class Variable shared_content_change_link_audience Undocumented
Class Variable shared_content_change_link_expiry Undocumented
Class Variable shared_content_change_link_password Undocumented
Class Variable shared_content_change_member_role Undocumented
Class Variable shared_content_change_viewer_info_policy Undocumented
Class Variable shared_content_claim_invitation Undocumented
Class Variable shared_content_copy Undocumented
Class Variable shared_content_download Undocumented
Class Variable shared_content_relinquish_membership Undocumented
Class Variable shared_content_remove_invitees Undocumented
Class Variable shared_content_remove_link_expiry Undocumented
Class Variable shared_content_remove_link_password Undocumented
Class Variable shared_content_remove_member Undocumented
Class Variable shared_content_request_access Undocumented
Class Variable shared_content_restore_invitees Undocumented
Class Variable shared_content_restore_member Undocumented
Class Variable shared_content_unshare Undocumented
Class Variable shared_content_view Undocumented
Class Variable shared_folder_change_link_policy Undocumented
Class Variable shared_folder_change_members_inheritance_policy Undocumented
Class Variable shared_folder_change_members_management_policy Undocumented
Class Variable shared_folder_change_members_policy Undocumented
Class Variable shared_folder_create Undocumented
Class Variable shared_folder_decline_invitation Undocumented
Class Variable shared_folder_mount Undocumented
Class Variable shared_folder_nest Undocumented
Class Variable shared_folder_transfer_ownership Undocumented
Class Variable shared_folder_unmount Undocumented
Class Variable shared_link_add_expiry Undocumented
Class Variable shared_link_change_expiry Undocumented
Class Variable shared_link_change_visibility Undocumented
Class Variable shared_link_copy Undocumented
Class Variable shared_link_create Undocumented
Class Variable shared_link_disable Undocumented
Class Variable shared_link_download Undocumented
Class Variable shared_link_remove_expiry Undocumented
Class Variable shared_link_settings_add_expiration Undocumented
Class Variable shared_link_settings_add_password Undocumented
Class Variable shared_link_settings_allow_download_disabled Undocumented
Class Variable shared_link_settings_allow_download_enabled Undocumented
Class Variable shared_link_settings_change_audience Undocumented
Class Variable shared_link_settings_change_expiration Undocumented
Class Variable shared_link_settings_change_password Undocumented
Class Variable shared_link_settings_remove_expiration Undocumented
Class Variable shared_link_settings_remove_password Undocumented
Class Variable shared_link_share Undocumented
Class Variable shared_link_view Undocumented
Class Variable shared_note_opened Undocumented
Class Variable sharing_change_folder_join_policy Undocumented
Class Variable sharing_change_link_allow_change_expiration_policy Undocumented
Class Variable sharing_change_link_default_expiration_policy Undocumented
Class Variable sharing_change_link_enforce_password_policy Undocumented
Class Variable sharing_change_link_policy Undocumented
Class Variable sharing_change_member_policy Undocumented
Class Variable shmodel_disable_downloads Undocumented
Class Variable shmodel_enable_downloads Undocumented
Class Variable shmodel_group_share Undocumented
Class Variable showcase_access_granted Undocumented
Class Variable showcase_add_member Undocumented
Class Variable showcase_archived Undocumented
Class Variable showcase_change_download_policy Undocumented
Class Variable showcase_change_enabled_policy Undocumented
Class Variable showcase_change_external_sharing_policy Undocumented
Class Variable showcase_created Undocumented
Class Variable showcase_delete_comment Undocumented
Class Variable showcase_edit_comment Undocumented
Class Variable showcase_edited Undocumented
Class Variable showcase_file_added Undocumented
Class Variable showcase_file_download Undocumented
Class Variable showcase_file_removed Undocumented
Class Variable showcase_file_view Undocumented
Class Variable showcase_permanently_deleted Undocumented
Class Variable showcase_post_comment Undocumented
Class Variable showcase_remove_member Undocumented
Class Variable showcase_renamed Undocumented
Class Variable showcase_request_access Undocumented
Class Variable showcase_resolve_comment Undocumented
Class Variable showcase_restored Undocumented
Class Variable showcase_trashed Undocumented
Class Variable showcase_trashed_deprecated Undocumented
Class Variable showcase_unresolve_comment Undocumented
Class Variable showcase_untrashed Undocumented
Class Variable showcase_untrashed_deprecated Undocumented
Class Variable showcase_view Undocumented
Class Variable sign_in_as_session_end Undocumented
Class Variable sign_in_as_session_start Undocumented
Class Variable smart_sync_change_policy Undocumented
Class Variable smart_sync_create_admin_privilege_report Undocumented
Class Variable smart_sync_not_opt_out Undocumented
Class Variable smart_sync_opt_out Undocumented
Class Variable smarter_smart_sync_policy_changed Undocumented
Class Variable sso_add_cert Undocumented
Class Variable sso_add_login_url Undocumented
Class Variable sso_add_logout_url Undocumented
Class Variable sso_change_cert Undocumented
Class Variable sso_change_login_url Undocumented
Class Variable sso_change_logout_url Undocumented
Class Variable sso_change_policy Undocumented
Class Variable sso_change_saml_identity_mode Undocumented
Class Variable sso_error Undocumented
Class Variable sso_remove_cert Undocumented
Class Variable sso_remove_login_url Undocumented
Class Variable sso_remove_logout_url Undocumented
Class Variable started_enterprise_admin_session Undocumented
Class Variable team_activity_create_report Undocumented
Class Variable team_activity_create_report_fail Undocumented
Class Variable team_branding_policy_changed Undocumented
Class Variable team_extensions_policy_changed Undocumented
Class Variable team_folder_change_status Undocumented
Class Variable team_folder_create Undocumented
Class Variable team_folder_downgrade Undocumented
Class Variable team_folder_permanently_delete Undocumented
Class Variable team_folder_rename Undocumented
Class Variable team_merge_from Undocumented
Class Variable team_merge_request_accepted Undocumented
Class Variable team_merge_request_accepted_shown_to_primary_team Undocumented
Class Variable team_merge_request_accepted_shown_to_secondary_team Undocumented
Class Variable team_merge_request_auto_canceled Undocumented
Class Variable team_merge_request_canceled Undocumented
Class Variable team_merge_request_canceled_shown_to_primary_team Undocumented
Class Variable team_merge_request_canceled_shown_to_secondary_team Undocumented
Class Variable team_merge_request_expired Undocumented
Class Variable team_merge_request_expired_shown_to_primary_team Undocumented
Class Variable team_merge_request_expired_shown_to_secondary_team Undocumented
Class Variable team_merge_request_rejected_shown_to_primary_team Undocumented
Class Variable team_merge_request_rejected_shown_to_secondary_team Undocumented
Class Variable team_merge_request_reminder Undocumented
Class Variable team_merge_request_reminder_shown_to_primary_team Undocumented
Class Variable team_merge_request_reminder_shown_to_secondary_team Undocumented
Class Variable team_merge_request_revoked Undocumented
Class Variable team_merge_request_sent_shown_to_primary_team Undocumented
Class Variable team_merge_request_sent_shown_to_secondary_team Undocumented
Class Variable team_merge_to Undocumented
Class Variable team_profile_add_background Undocumented
Class Variable team_profile_add_logo Undocumented
Class Variable team_profile_change_background Undocumented
Class Variable team_profile_change_default_language Undocumented
Class Variable team_profile_change_logo Undocumented
Class Variable team_profile_change_name Undocumented
Class Variable team_profile_remove_background Undocumented
Class Variable team_profile_remove_logo Undocumented
Class Variable team_selective_sync_policy_changed Undocumented
Class Variable team_selective_sync_settings_changed Undocumented
Class Variable team_sharing_whitelist_subjects_changed Undocumented
Class Variable tfa_add_backup_phone Undocumented
Class Variable tfa_add_exception Undocumented
Class Variable tfa_add_security_key Undocumented
Class Variable tfa_change_backup_phone Undocumented
Class Variable tfa_change_policy Undocumented
Class Variable tfa_change_status Undocumented
Class Variable tfa_remove_backup_phone Undocumented
Class Variable tfa_remove_exception Undocumented
Class Variable tfa_remove_security_key Undocumented
Class Variable tfa_reset Undocumented
Class Variable two_account_change_policy Undocumented
Class Variable undo_naming_convention Undocumented
Class Variable undo_organize_folder_with_tidy Undocumented
Class Variable user_tags_added Undocumented
Class Variable user_tags_removed Undocumented
Class Variable viewer_info_policy_changed Undocumented
Class Variable watermarking_policy_changed Undocumented
Class Variable web_sessions_change_active_session_limit Undocumented
Class Variable web_sessions_change_fixed_length_policy Undocumented
Class Variable web_sessions_change_idle_length_policy Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented
def is_account_capture_change_availability(self): (source)

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

def is_account_capture_change_policy(self): (source)

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

def is_account_capture_migrate_account(self): (source)

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

def is_account_capture_notification_emails_sent(self): (source)

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

def is_account_capture_relinquish_account(self): (source)

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

def is_account_lock_or_unlocked(self): (source)

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

def is_admin_alerting_alert_state_changed(self): (source)

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

def is_admin_alerting_changed_alert_config(self): (source)

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

def is_admin_alerting_triggered_alert(self): (source)

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

def is_admin_email_reminders_changed(self): (source)

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

def is_allow_download_disabled(self): (source)

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

def is_allow_download_enabled(self): (source)

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

def is_app_blocked_by_permissions(self): (source)

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

def is_app_link_team(self): (source)

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

def is_app_link_user(self): (source)

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

def is_app_permissions_changed(self): (source)

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

def is_app_unlink_team(self): (source)

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

def is_app_unlink_user(self): (source)

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

def is_apply_naming_convention(self): (source)

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

def is_binder_add_page(self): (source)

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

def is_binder_add_section(self): (source)

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

def is_binder_remove_page(self): (source)

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

def is_binder_remove_section(self): (source)

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

def is_binder_rename_page(self): (source)

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

def is_binder_rename_section(self): (source)

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

def is_binder_reorder_page(self): (source)

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

def is_binder_reorder_section(self): (source)

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

def is_camera_uploads_policy_changed(self): (source)

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

def is_capture_transcript_policy_changed(self): (source)

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

def is_changed_enterprise_admin_role(self): (source)

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

def is_changed_enterprise_connected_team_status(self): (source)

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

def is_classification_change_policy(self): (source)

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

def is_classification_create_report(self): (source)

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

def is_classification_create_report_fail(self): (source)

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

def is_collection_share(self): (source)

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

def is_computer_backup_policy_changed(self): (source)

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

def is_content_administration_policy_changed(self): (source)

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

def is_create_folder(self): (source)

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

def is_create_team_invite_link(self): (source)

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

def is_data_placement_restriction_change_policy(self): (source)

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

def is_data_placement_restriction_satisfy_policy(self): (source)

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

def is_data_residency_migration_request_successful(self): (source)

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

def is_data_residency_migration_request_unsuccessful(self): (source)

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

def is_delete_team_invite_link(self): (source)

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

def is_device_approvals_add_exception(self): (source)

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

def is_device_approvals_change_desktop_policy(self): (source)

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

def is_device_approvals_change_mobile_policy(self): (source)

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

def is_device_approvals_change_overage_action(self): (source)

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

def is_device_approvals_change_unlink_action(self): (source)

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

def is_device_approvals_remove_exception(self): (source)

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

def is_device_change_ip_desktop(self): (source)

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

def is_device_change_ip_mobile(self): (source)

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

def is_device_change_ip_web(self): (source)

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

def is_device_delete_on_unlink_fail(self): (source)

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

def is_device_delete_on_unlink_success(self): (source)

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

def is_device_link_fail(self): (source)

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

def is_device_link_success(self): (source)

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

def is_device_management_disabled(self): (source)

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

def is_device_management_enabled(self): (source)

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

def is_device_sync_backup_status_changed(self): (source)

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

def is_device_unlink(self): (source)

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

def is_directory_restrictions_add_members(self): (source)

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

def is_directory_restrictions_remove_members(self): (source)

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

def is_disabled_domain_invites(self): (source)

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

def is_domain_invites_approve_request_to_join_team(self): (source)

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

def is_domain_invites_decline_request_to_join_team(self): (source)

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

def is_domain_invites_email_existing_users(self): (source)

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

def is_domain_invites_request_to_join_team(self): (source)

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

def is_domain_invites_set_invite_new_user_pref_to_no(self): (source)

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

def is_domain_invites_set_invite_new_user_pref_to_yes(self): (source)

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

def is_domain_verification_add_domain_fail(self): (source)

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

def is_domain_verification_add_domain_success(self): (source)

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

def is_domain_verification_remove_domain(self): (source)

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

def is_dropbox_passwords_exported(self): (source)

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

def is_dropbox_passwords_new_device_enrolled(self): (source)

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

def is_dropbox_passwords_policy_changed(self): (source)

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

def is_email_ingest_policy_changed(self): (source)

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

def is_email_ingest_receive_file(self): (source)

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

def is_emm_add_exception(self): (source)

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

def is_emm_change_policy(self): (source)

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

def is_emm_create_exceptions_report(self): (source)

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

def is_emm_create_usage_report(self): (source)

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

def is_emm_error(self): (source)

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

def is_emm_refresh_auth_token(self): (source)

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

def is_emm_remove_exception(self): (source)

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

def is_enabled_domain_invites(self): (source)

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

def is_ended_enterprise_admin_session(self): (source)

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

def is_ended_enterprise_admin_session_deprecated(self): (source)

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

def is_enterprise_settings_locking(self): (source)

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

def is_export_members_report(self): (source)

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

def is_export_members_report_fail(self): (source)

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

def is_extended_version_history_change_policy(self): (source)

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

def is_external_drive_backup_eligibility_status_checked(self): (source)

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

def is_external_drive_backup_policy_changed(self): (source)

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

def is_external_drive_backup_status_changed(self): (source)

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

def is_external_sharing_create_report(self): (source)

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

def is_external_sharing_report_failed(self): (source)

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

def is_file_add(self): (source)

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

def is_file_add_comment(self): (source)

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

def is_file_change_comment_subscription(self): (source)

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

def is_file_comments_change_policy(self): (source)

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

def is_file_copy(self): (source)

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

def is_file_delete(self): (source)

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

def is_file_delete_comment(self): (source)

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

def is_file_download(self): (source)

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

def is_file_edit(self): (source)

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

def is_file_edit_comment(self): (source)

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

def is_file_get_copy_reference(self): (source)

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

def is_file_like_comment(self): (source)

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

def is_file_locking_lock_status_changed(self): (source)

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

def is_file_locking_policy_changed(self): (source)

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

def is_file_move(self): (source)

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

def is_file_permanently_delete(self): (source)

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

def is_file_preview(self): (source)

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

def is_file_provider_migration_policy_changed(self): (source)

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

def is_file_rename(self): (source)

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

def is_file_request_change(self): (source)

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

def is_file_request_close(self): (source)

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

def is_file_request_create(self): (source)

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

def is_file_request_delete(self): (source)

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

def is_file_request_receive_file(self): (source)

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

def is_file_requests_change_policy(self): (source)

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

def is_file_requests_emails_enabled(self): (source)

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

def is_file_requests_emails_restricted_to_team_only(self): (source)

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

def is_file_resolve_comment(self): (source)

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

def is_file_restore(self): (source)

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

def is_file_revert(self): (source)

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

def is_file_rollback_changes(self): (source)

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

def is_file_save_copy_reference(self): (source)

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

def is_file_transfers_file_add(self): (source)

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

def is_file_transfers_policy_changed(self): (source)

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

def is_file_transfers_transfer_delete(self): (source)

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

def is_file_transfers_transfer_download(self): (source)

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

def is_file_transfers_transfer_send(self): (source)

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

def is_file_transfers_transfer_view(self): (source)

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

def is_file_unlike_comment(self): (source)

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

def is_file_unresolve_comment(self): (source)

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

def is_folder_link_restriction_policy_changed(self): (source)

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

def is_folder_overview_description_changed(self): (source)

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

def is_folder_overview_item_pinned(self): (source)

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

def is_folder_overview_item_unpinned(self): (source)

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

def is_google_sso_change_policy(self): (source)

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

def is_governance_policy_add_folder_failed(self): (source)

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

def is_governance_policy_add_folders(self): (source)

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

def is_governance_policy_content_disposed(self): (source)

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

def is_governance_policy_create(self): (source)

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

def is_governance_policy_delete(self): (source)

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

def is_governance_policy_edit_details(self): (source)

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

def is_governance_policy_edit_duration(self): (source)

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

def is_governance_policy_export_created(self): (source)

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

def is_governance_policy_export_removed(self): (source)

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

def is_governance_policy_remove_folders(self): (source)

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

def is_governance_policy_report_created(self): (source)

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

def is_governance_policy_zip_part_downloaded(self): (source)

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

def is_group_add_external_id(self): (source)

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

def is_group_add_member(self): (source)

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

def is_group_change_external_id(self): (source)

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

def is_group_change_management_type(self): (source)

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

def is_group_change_member_role(self): (source)

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

def is_group_create(self): (source)

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

def is_group_delete(self): (source)

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

def is_group_description_updated(self): (source)

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

def is_group_join_policy_updated(self): (source)

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

def is_group_moved(self): (source)

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

def is_group_remove_external_id(self): (source)

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

def is_group_remove_member(self): (source)

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

def is_group_rename(self): (source)

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

def is_group_user_management_change_policy(self): (source)

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

def is_guest_admin_change_status(self): (source)

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

def is_guest_admin_signed_in_via_trusted_teams(self): (source)

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

def is_guest_admin_signed_out_via_trusted_teams(self): (source)

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

def is_integration_connected(self): (source)

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

def is_integration_disconnected(self): (source)

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

def is_integration_policy_changed(self): (source)

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

def is_invite_acceptance_email_policy_changed(self): (source)

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

def is_legal_holds_activate_a_hold(self): (source)

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

def is_legal_holds_add_members(self): (source)

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

def is_legal_holds_change_hold_details(self): (source)

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

def is_legal_holds_change_hold_name(self): (source)

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

def is_legal_holds_export_a_hold(self): (source)

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

def is_legal_holds_export_cancelled(self): (source)

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

def is_legal_holds_export_downloaded(self): (source)

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

def is_legal_holds_export_removed(self): (source)

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

def is_legal_holds_release_a_hold(self): (source)

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

def is_legal_holds_remove_members(self): (source)

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

def is_legal_holds_report_a_hold(self): (source)

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

def is_login_fail(self): (source)

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

def is_login_success(self): (source)

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

def is_logout(self): (source)

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

def is_member_add_external_id(self): (source)

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

def is_member_add_name(self): (source)

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

def is_member_change_admin_role(self): (source)

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

def is_member_change_email(self): (source)

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

def is_member_change_external_id(self): (source)

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

def is_member_change_membership_type(self): (source)

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

def is_member_change_name(self): (source)

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

def is_member_change_reseller_role(self): (source)

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

def is_member_change_status(self): (source)

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

def is_member_delete_manual_contacts(self): (source)

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

def is_member_delete_profile_photo(self): (source)

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

def is_member_permanently_delete_account_contents(self): (source)

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

def is_member_remove_external_id(self): (source)

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

def is_member_requests_change_policy(self): (source)

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

def is_member_send_invite_policy_changed(self): (source)

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

def is_member_set_profile_photo(self): (source)

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

def is_member_space_limits_add_custom_quota(self): (source)

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

def is_member_space_limits_add_exception(self): (source)

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

def is_member_space_limits_change_caps_type_policy(self): (source)

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

def is_member_space_limits_change_custom_quota(self): (source)

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

def is_member_space_limits_change_policy(self): (source)

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

def is_member_space_limits_change_status(self): (source)

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

def is_member_space_limits_remove_custom_quota(self): (source)

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

def is_member_space_limits_remove_exception(self): (source)

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

def is_member_suggest(self): (source)

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

def is_member_suggestions_change_policy(self): (source)

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

def is_member_transfer_account_contents(self): (source)

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

def is_microsoft_office_addin_change_policy(self): (source)

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

def is_network_control_change_policy(self): (source)

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

def is_no_expiration_link_gen_create_report(self): (source)

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

def is_no_expiration_link_gen_report_failed(self): (source)

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

def is_no_password_link_gen_create_report(self): (source)

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

def is_no_password_link_gen_report_failed(self): (source)

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

def is_no_password_link_view_create_report(self): (source)

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

def is_no_password_link_view_report_failed(self): (source)

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

def is_note_acl_invite_only(self): (source)

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

def is_note_acl_link(self): (source)

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

def is_note_acl_team_link(self): (source)

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

def is_note_share_receive(self): (source)

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

def is_note_shared(self): (source)

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

def is_object_label_added(self): (source)

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

def is_object_label_removed(self): (source)

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

def is_object_label_updated_value(self): (source)

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

def is_open_note_shared(self): (source)

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

def is_organize_folder_with_tidy(self): (source)

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

def is_other(self): (source)

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

def is_outdated_link_view_create_report(self): (source)

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

def is_outdated_link_view_report_failed(self): (source)

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

def is_paper_admin_export_start(self): (source)

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

def is_paper_change_deployment_policy(self): (source)

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

def is_paper_change_member_link_policy(self): (source)

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

def is_paper_change_member_policy(self): (source)

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

def is_paper_change_policy(self): (source)

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

def is_paper_content_add_member(self): (source)

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

def is_paper_content_add_to_folder(self): (source)

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

def is_paper_content_archive(self): (source)

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

def is_paper_content_create(self): (source)

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

def is_paper_content_permanently_delete(self): (source)

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

def is_paper_content_remove_from_folder(self): (source)

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

def is_paper_content_remove_member(self): (source)

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

def is_paper_content_rename(self): (source)

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

def is_paper_content_restore(self): (source)

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

def is_paper_default_folder_policy_changed(self): (source)

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

def is_paper_desktop_policy_changed(self): (source)

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

def is_paper_doc_add_comment(self): (source)

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

def is_paper_doc_change_member_role(self): (source)

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

def is_paper_doc_change_sharing_policy(self): (source)

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

def is_paper_doc_change_subscription(self): (source)

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

def is_paper_doc_delete_comment(self): (source)

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

def is_paper_doc_deleted(self): (source)

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

def is_paper_doc_download(self): (source)

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

def is_paper_doc_edit(self): (source)

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

def is_paper_doc_edit_comment(self): (source)

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

def is_paper_doc_followed(self): (source)

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

def is_paper_doc_mention(self): (source)

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

def is_paper_doc_ownership_changed(self): (source)

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

def is_paper_doc_request_access(self): (source)

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

def is_paper_doc_resolve_comment(self): (source)

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

def is_paper_doc_revert(self): (source)

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

def is_paper_doc_slack_share(self): (source)

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

def is_paper_doc_team_invite(self): (source)

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

def is_paper_doc_trashed(self): (source)

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

def is_paper_doc_unresolve_comment(self): (source)

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

def is_paper_doc_untrashed(self): (source)

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

def is_paper_doc_view(self): (source)

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

def is_paper_enabled_users_group_addition(self): (source)

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

def is_paper_enabled_users_group_removal(self): (source)

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

def is_paper_external_view_allow(self): (source)

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

def is_paper_external_view_default_team(self): (source)

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

def is_paper_external_view_forbid(self): (source)

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

def is_paper_folder_change_subscription(self): (source)

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

def is_paper_folder_deleted(self): (source)

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

def is_paper_folder_followed(self): (source)

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

def is_paper_folder_team_invite(self): (source)

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

def is_paper_published_link_change_permission(self): (source)

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

def is_paper_published_link_create(self): (source)

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

def is_paper_published_link_disabled(self): (source)

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

def is_paper_published_link_view(self): (source)

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

def is_password_change(self): (source)

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

def is_password_reset(self): (source)

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

def is_password_reset_all(self): (source)

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

def is_password_strength_requirements_change_policy(self): (source)

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

def is_pending_secondary_email_added(self): (source)

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

def is_permanent_delete_change_policy(self): (source)

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

def is_reseller_support_change_policy(self): (source)

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

def is_reseller_support_session_end(self): (source)

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

def is_reseller_support_session_start(self): (source)

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

def is_rewind_folder(self): (source)

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

def is_rewind_policy_changed(self): (source)

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

def is_secondary_email_deleted(self): (source)

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

def is_secondary_email_verified(self): (source)

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

def is_secondary_mails_policy_changed(self): (source)

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

def is_send_for_signature_policy_changed(self): (source)

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

def is_sf_add_group(self): (source)

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

def is_sf_allow_non_members_to_view_shared_links(self): (source)

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

def is_sf_external_invite_warn(self): (source)

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

def is_sf_fb_invite(self): (source)

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

def is_sf_fb_invite_change_role(self): (source)

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

def is_sf_fb_uninvite(self): (source)

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

def is_sf_invite_group(self): (source)

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

def is_sf_team_grant_access(self): (source)

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

def is_sf_team_invite(self): (source)

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

def is_sf_team_invite_change_role(self): (source)

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

def is_sf_team_join(self): (source)

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

def is_sf_team_join_from_oob_link(self): (source)

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

def is_sf_team_uninvite(self): (source)

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

def is_shared_content_add_invitees(self): (source)

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

def is_shared_content_add_link_expiry(self): (source)

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

def is_shared_content_add_link_password(self): (source)

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

def is_shared_content_add_member(self): (source)

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

def is_shared_content_change_downloads_policy(self): (source)

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

def is_shared_content_change_invitee_role(self): (source)

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

def is_shared_content_change_link_audience(self): (source)

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

def is_shared_content_change_link_expiry(self): (source)

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

def is_shared_content_change_link_password(self): (source)

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

def is_shared_content_change_member_role(self): (source)

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

def is_shared_content_change_viewer_info_policy(self): (source)

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

def is_shared_content_claim_invitation(self): (source)

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

def is_shared_content_copy(self): (source)

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

def is_shared_content_download(self): (source)

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

def is_shared_content_relinquish_membership(self): (source)

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

def is_shared_content_remove_invitees(self): (source)

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

def is_shared_content_remove_link_expiry(self): (source)

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

def is_shared_content_remove_link_password(self): (source)

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

def is_shared_content_remove_member(self): (source)

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

def is_shared_content_request_access(self): (source)

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

def is_shared_content_restore_invitees(self): (source)

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

def is_shared_content_restore_member(self): (source)

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

def is_shared_content_unshare(self): (source)

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

def is_shared_content_view(self): (source)

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

def is_shared_folder_change_link_policy(self): (source)

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

def is_shared_folder_change_members_inheritance_policy(self): (source)

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

def is_shared_folder_change_members_management_policy(self): (source)

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

def is_shared_folder_change_members_policy(self): (source)

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

def is_shared_folder_create(self): (source)

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

def is_shared_folder_decline_invitation(self): (source)

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

def is_shared_folder_mount(self): (source)

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

def is_shared_folder_nest(self): (source)

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

def is_shared_folder_transfer_ownership(self): (source)

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

def is_shared_folder_unmount(self): (source)

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

def is_shared_link_add_expiry(self): (source)

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

def is_shared_link_change_expiry(self): (source)

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

def is_shared_link_change_visibility(self): (source)

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

def is_shared_link_copy(self): (source)

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

def is_shared_link_create(self): (source)

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

def is_shared_link_disable(self): (source)

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

def is_shared_link_download(self): (source)

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

def is_shared_link_remove_expiry(self): (source)

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

def is_shared_link_settings_add_expiration(self): (source)

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

def is_shared_link_settings_add_password(self): (source)

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

def is_shared_link_settings_allow_download_disabled(self): (source)

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

def is_shared_link_settings_allow_download_enabled(self): (source)

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

def is_shared_link_settings_change_audience(self): (source)

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

def is_shared_link_settings_change_expiration(self): (source)

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

def is_shared_link_settings_change_password(self): (source)

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

def is_shared_link_settings_remove_expiration(self): (source)

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

def is_shared_link_settings_remove_password(self): (source)

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

def is_shared_link_share(self): (source)

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

def is_shared_link_view(self): (source)

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

def is_shared_note_opened(self): (source)

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

def is_sharing_change_folder_join_policy(self): (source)

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

def is_sharing_change_link_allow_change_expiration_policy(self): (source)

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

def is_sharing_change_link_default_expiration_policy(self): (source)

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

def is_sharing_change_link_enforce_password_policy(self): (source)

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

def is_sharing_change_link_policy(self): (source)

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

def is_sharing_change_member_policy(self): (source)

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

def is_shmodel_disable_downloads(self): (source)

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

def is_shmodel_enable_downloads(self): (source)

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

def is_shmodel_group_share(self): (source)

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

def is_showcase_access_granted(self): (source)

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

def is_showcase_add_member(self): (source)

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

def is_showcase_archived(self): (source)

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

def is_showcase_change_download_policy(self): (source)

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

def is_showcase_change_enabled_policy(self): (source)

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

def is_showcase_change_external_sharing_policy(self): (source)

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

def is_showcase_created(self): (source)

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

def is_showcase_delete_comment(self): (source)

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

def is_showcase_edit_comment(self): (source)

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

def is_showcase_edited(self): (source)

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

def is_showcase_file_added(self): (source)

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

def is_showcase_file_download(self): (source)

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

def is_showcase_file_removed(self): (source)

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

def is_showcase_file_view(self): (source)

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

def is_showcase_permanently_deleted(self): (source)

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

def is_showcase_post_comment(self): (source)

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

def is_showcase_remove_member(self): (source)

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

def is_showcase_renamed(self): (source)

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

def is_showcase_request_access(self): (source)

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

def is_showcase_resolve_comment(self): (source)

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

def is_showcase_restored(self): (source)

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

def is_showcase_trashed(self): (source)

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

def is_showcase_trashed_deprecated(self): (source)

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

def is_showcase_unresolve_comment(self): (source)

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

def is_showcase_untrashed(self): (source)

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

def is_showcase_untrashed_deprecated(self): (source)

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

def is_showcase_view(self): (source)

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

def is_sign_in_as_session_end(self): (source)

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

def is_sign_in_as_session_start(self): (source)

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

def is_smart_sync_change_policy(self): (source)

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

def is_smart_sync_create_admin_privilege_report(self): (source)

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

def is_smart_sync_not_opt_out(self): (source)

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

def is_smart_sync_opt_out(self): (source)

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

def is_smarter_smart_sync_policy_changed(self): (source)

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

def is_sso_add_cert(self): (source)

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

def is_sso_add_login_url(self): (source)

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

def is_sso_add_logout_url(self): (source)

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

def is_sso_change_cert(self): (source)

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

def is_sso_change_login_url(self): (source)

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

def is_sso_change_logout_url(self): (source)

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

def is_sso_change_policy(self): (source)

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

def is_sso_change_saml_identity_mode(self): (source)

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

def is_sso_error(self): (source)

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

def is_sso_remove_cert(self): (source)

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

def is_sso_remove_login_url(self): (source)

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

def is_sso_remove_logout_url(self): (source)

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

def is_started_enterprise_admin_session(self): (source)

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

def is_team_activity_create_report(self): (source)

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

def is_team_activity_create_report_fail(self): (source)

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

def is_team_branding_policy_changed(self): (source)

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

def is_team_extensions_policy_changed(self): (source)

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

def is_team_folder_change_status(self): (source)

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

def is_team_folder_create(self): (source)

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

def is_team_folder_downgrade(self): (source)

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

def is_team_folder_permanently_delete(self): (source)

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

def is_team_folder_rename(self): (source)

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

def is_team_merge_from(self): (source)

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

def is_team_merge_request_accepted(self): (source)

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

def is_team_merge_request_accepted_shown_to_primary_team(self): (source)

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

def is_team_merge_request_accepted_shown_to_secondary_team(self): (source)

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

def is_team_merge_request_auto_canceled(self): (source)

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

def is_team_merge_request_canceled(self): (source)

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

def is_team_merge_request_canceled_shown_to_primary_team(self): (source)

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

def is_team_merge_request_canceled_shown_to_secondary_team(self): (source)

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

def is_team_merge_request_expired(self): (source)

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

def is_team_merge_request_expired_shown_to_primary_team(self): (source)

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

def is_team_merge_request_expired_shown_to_secondary_team(self): (source)

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

def is_team_merge_request_rejected_shown_to_primary_team(self): (source)

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

def is_team_merge_request_rejected_shown_to_secondary_team(self): (source)

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

def is_team_merge_request_reminder(self): (source)

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

def is_team_merge_request_reminder_shown_to_primary_team(self): (source)

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

def is_team_merge_request_reminder_shown_to_secondary_team(self): (source)

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

def is_team_merge_request_revoked(self): (source)

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

def is_team_merge_request_sent_shown_to_primary_team(self): (source)

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

def is_team_merge_request_sent_shown_to_secondary_team(self): (source)

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

def is_team_merge_to(self): (source)

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

def is_team_profile_add_background(self): (source)

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

def is_team_profile_add_logo(self): (source)

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

def is_team_profile_change_background(self): (source)

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

def is_team_profile_change_default_language(self): (source)

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

def is_team_profile_change_logo(self): (source)

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

def is_team_profile_change_name(self): (source)

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

def is_team_profile_remove_background(self): (source)

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

def is_team_profile_remove_logo(self): (source)

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

def is_team_selective_sync_policy_changed(self): (source)

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

def is_team_selective_sync_settings_changed(self): (source)

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

def is_team_sharing_whitelist_subjects_changed(self): (source)

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

def is_tfa_add_backup_phone(self): (source)

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

def is_tfa_add_exception(self): (source)

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

def is_tfa_add_security_key(self): (source)

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

def is_tfa_change_backup_phone(self): (source)

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

def is_tfa_change_policy(self): (source)

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

def is_tfa_change_status(self): (source)

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

def is_tfa_remove_backup_phone(self): (source)

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

def is_tfa_remove_exception(self): (source)

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

def is_tfa_remove_security_key(self): (source)

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

def is_tfa_reset(self): (source)

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

def is_two_account_change_policy(self): (source)

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

def is_undo_naming_convention(self): (source)

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

def is_undo_organize_folder_with_tidy(self): (source)

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

def is_user_tags_added(self): (source)

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

def is_user_tags_removed(self): (source)

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

def is_viewer_info_policy_changed(self): (source)

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

def is_watermarking_policy_changed(self): (source)

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

def is_web_sessions_change_active_session_limit(self): (source)

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

def is_web_sessions_change_fixed_length_policy(self): (source)

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

def is_web_sessions_change_idle_length_policy(self): (source)

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

account_capture_change_availability = (source)

Undocumented

account_capture_change_policy = (source)

Undocumented

account_capture_migrate_account = (source)

Undocumented

account_capture_notification_emails_sent = (source)

Undocumented

account_capture_relinquish_account = (source)

Undocumented

account_lock_or_unlocked = (source)

Undocumented

admin_alerting_alert_state_changed = (source)

Undocumented

admin_alerting_changed_alert_config = (source)

Undocumented

admin_alerting_triggered_alert = (source)

Undocumented

admin_email_reminders_changed = (source)

Undocumented

allow_download_disabled = (source)

Undocumented

allow_download_enabled = (source)

Undocumented

app_blocked_by_permissions = (source)

Undocumented

app_link_team = (source)

Undocumented

app_link_user = (source)

Undocumented

app_permissions_changed = (source)

Undocumented

app_unlink_team = (source)

Undocumented

app_unlink_user = (source)

Undocumented

apply_naming_convention = (source)

Undocumented

binder_add_page = (source)

Undocumented

binder_add_section = (source)

Undocumented

binder_remove_page = (source)

Undocumented

binder_remove_section = (source)

Undocumented

binder_rename_page = (source)

Undocumented

binder_rename_section = (source)

Undocumented

binder_reorder_page = (source)

Undocumented

binder_reorder_section = (source)

Undocumented

camera_uploads_policy_changed = (source)

Undocumented

capture_transcript_policy_changed = (source)

Undocumented

changed_enterprise_admin_role = (source)

Undocumented

changed_enterprise_connected_team_status = (source)

Undocumented

classification_change_policy = (source)

Undocumented

classification_create_report = (source)

Undocumented

classification_create_report_fail = (source)

Undocumented

collection_share = (source)

Undocumented

computer_backup_policy_changed = (source)

Undocumented

content_administration_policy_changed = (source)

Undocumented

create_folder = (source)

Undocumented

create_team_invite_link = (source)

Undocumented

data_placement_restriction_change_policy = (source)

Undocumented

data_placement_restriction_satisfy_policy = (source)

Undocumented

data_residency_migration_request_successful = (source)

Undocumented

data_residency_migration_request_unsuccessful = (source)

Undocumented

delete_team_invite_link = (source)

Undocumented

device_approvals_add_exception = (source)

Undocumented

device_approvals_change_desktop_policy = (source)

Undocumented

device_approvals_change_mobile_policy = (source)

Undocumented

device_approvals_change_overage_action = (source)

Undocumented

device_approvals_change_unlink_action = (source)

Undocumented

device_approvals_remove_exception = (source)

Undocumented

device_change_ip_desktop = (source)

Undocumented

device_change_ip_mobile = (source)

Undocumented

device_change_ip_web = (source)

Undocumented

device_delete_on_unlink_fail = (source)

Undocumented

device_delete_on_unlink_success = (source)

Undocumented

device_link_fail = (source)

Undocumented

device_link_success = (source)

Undocumented

device_management_disabled = (source)

Undocumented

device_management_enabled = (source)

Undocumented

device_sync_backup_status_changed = (source)

Undocumented

device_unlink = (source)

Undocumented

directory_restrictions_add_members = (source)

Undocumented

directory_restrictions_remove_members = (source)

Undocumented

disabled_domain_invites = (source)

Undocumented

domain_invites_approve_request_to_join_team = (source)

Undocumented

domain_invites_decline_request_to_join_team = (source)

Undocumented

domain_invites_email_existing_users = (source)

Undocumented

domain_invites_request_to_join_team = (source)

Undocumented

domain_invites_set_invite_new_user_pref_to_no = (source)

Undocumented

domain_invites_set_invite_new_user_pref_to_yes = (source)

Undocumented

domain_verification_add_domain_fail = (source)

Undocumented

domain_verification_add_domain_success = (source)

Undocumented

domain_verification_remove_domain = (source)

Undocumented

dropbox_passwords_exported = (source)

Undocumented

dropbox_passwords_new_device_enrolled = (source)

Undocumented

dropbox_passwords_policy_changed = (source)

Undocumented

email_ingest_policy_changed = (source)

Undocumented

email_ingest_receive_file = (source)

Undocumented

emm_add_exception = (source)

Undocumented

emm_change_policy = (source)

Undocumented

emm_create_exceptions_report = (source)

Undocumented

emm_create_usage_report = (source)

Undocumented

emm_error = (source)

Undocumented

emm_refresh_auth_token = (source)

Undocumented

emm_remove_exception = (source)

Undocumented

enabled_domain_invites = (source)

Undocumented

ended_enterprise_admin_session = (source)

Undocumented

ended_enterprise_admin_session_deprecated = (source)

Undocumented

enterprise_settings_locking = (source)

Undocumented

export_members_report = (source)

Undocumented

export_members_report_fail = (source)

Undocumented

extended_version_history_change_policy = (source)

Undocumented

external_drive_backup_eligibility_status_checked = (source)

Undocumented

external_drive_backup_policy_changed = (source)

Undocumented

external_drive_backup_status_changed = (source)

Undocumented

external_sharing_create_report = (source)

Undocumented

external_sharing_report_failed = (source)

Undocumented

file_add = (source)

Undocumented

file_add_comment = (source)

Undocumented

file_change_comment_subscription = (source)

Undocumented

file_comments_change_policy = (source)

Undocumented

file_copy = (source)

Undocumented

file_delete = (source)

Undocumented

file_delete_comment = (source)

Undocumented

file_download = (source)

Undocumented

file_edit = (source)

Undocumented

file_edit_comment = (source)

Undocumented

file_get_copy_reference = (source)

Undocumented

file_like_comment = (source)

Undocumented

file_locking_lock_status_changed = (source)

Undocumented

file_locking_policy_changed = (source)

Undocumented

file_move = (source)

Undocumented

file_permanently_delete = (source)

Undocumented

file_preview = (source)

Undocumented

file_provider_migration_policy_changed = (source)

Undocumented

file_rename = (source)

Undocumented

file_request_change = (source)

Undocumented

file_request_close = (source)

Undocumented

file_request_create = (source)

Undocumented

file_request_delete = (source)

Undocumented

file_request_receive_file = (source)

Undocumented

file_requests_change_policy = (source)

Undocumented

file_requests_emails_enabled = (source)

Undocumented

file_requests_emails_restricted_to_team_only = (source)

Undocumented

file_resolve_comment = (source)

Undocumented

file_restore = (source)

Undocumented

file_revert = (source)

Undocumented

file_rollback_changes = (source)

Undocumented

file_save_copy_reference = (source)

Undocumented

file_transfers_file_add = (source)

Undocumented

file_transfers_policy_changed = (source)

Undocumented

file_transfers_transfer_delete = (source)

Undocumented

file_transfers_transfer_download = (source)

Undocumented

file_transfers_transfer_send = (source)

Undocumented

file_transfers_transfer_view = (source)

Undocumented

file_unlike_comment = (source)

Undocumented

file_unresolve_comment = (source)

Undocumented

folder_link_restriction_policy_changed = (source)

Undocumented

folder_overview_description_changed = (source)

Undocumented

folder_overview_item_pinned = (source)

Undocumented

folder_overview_item_unpinned = (source)

Undocumented

google_sso_change_policy = (source)

Undocumented

governance_policy_add_folder_failed = (source)

Undocumented

governance_policy_add_folders = (source)

Undocumented

governance_policy_content_disposed = (source)

Undocumented

governance_policy_create = (source)

Undocumented

governance_policy_delete = (source)

Undocumented

governance_policy_edit_details = (source)

Undocumented

governance_policy_edit_duration = (source)

Undocumented

governance_policy_export_created = (source)

Undocumented

governance_policy_export_removed = (source)

Undocumented

governance_policy_remove_folders = (source)

Undocumented

governance_policy_report_created = (source)

Undocumented

governance_policy_zip_part_downloaded = (source)

Undocumented

group_add_external_id = (source)

Undocumented

group_add_member = (source)

Undocumented

group_change_external_id = (source)

Undocumented

group_change_management_type = (source)

Undocumented

group_change_member_role = (source)

Undocumented

group_create = (source)

Undocumented

group_delete = (source)

Undocumented

group_description_updated = (source)

Undocumented

group_join_policy_updated = (source)

Undocumented

group_moved = (source)

Undocumented

group_remove_external_id = (source)

Undocumented

group_remove_member = (source)

Undocumented

group_rename = (source)

Undocumented

group_user_management_change_policy = (source)

Undocumented

guest_admin_change_status = (source)

Undocumented

guest_admin_signed_in_via_trusted_teams = (source)

Undocumented

guest_admin_signed_out_via_trusted_teams = (source)

Undocumented

integration_connected = (source)

Undocumented

integration_disconnected = (source)

Undocumented

integration_policy_changed = (source)

Undocumented

invite_acceptance_email_policy_changed = (source)

Undocumented

legal_holds_activate_a_hold = (source)

Undocumented

legal_holds_add_members = (source)

Undocumented

legal_holds_change_hold_details = (source)

Undocumented

legal_holds_change_hold_name = (source)

Undocumented

legal_holds_export_a_hold = (source)

Undocumented

legal_holds_export_cancelled = (source)

Undocumented

legal_holds_export_downloaded = (source)

Undocumented

legal_holds_export_removed = (source)

Undocumented

legal_holds_release_a_hold = (source)

Undocumented

legal_holds_remove_members = (source)

Undocumented

legal_holds_report_a_hold = (source)

Undocumented

login_fail = (source)

Undocumented

login_success = (source)

Undocumented

Undocumented

member_add_external_id = (source)

Undocumented

member_add_name = (source)

Undocumented

member_change_admin_role = (source)

Undocumented

member_change_email = (source)

Undocumented

member_change_external_id = (source)

Undocumented

member_change_membership_type = (source)

Undocumented

member_change_name = (source)

Undocumented

member_change_reseller_role = (source)

Undocumented

member_change_status = (source)

Undocumented

member_delete_manual_contacts = (source)

Undocumented

member_delete_profile_photo = (source)

Undocumented

member_permanently_delete_account_contents = (source)

Undocumented

member_remove_external_id = (source)

Undocumented

member_requests_change_policy = (source)

Undocumented

member_send_invite_policy_changed = (source)

Undocumented

member_set_profile_photo = (source)

Undocumented

member_space_limits_add_custom_quota = (source)

Undocumented

member_space_limits_add_exception = (source)

Undocumented

member_space_limits_change_caps_type_policy = (source)

Undocumented

member_space_limits_change_custom_quota = (source)

Undocumented

member_space_limits_change_policy = (source)

Undocumented

member_space_limits_change_status = (source)

Undocumented

member_space_limits_remove_custom_quota = (source)

Undocumented

member_space_limits_remove_exception = (source)

Undocumented

member_suggest = (source)

Undocumented

member_suggestions_change_policy = (source)

Undocumented

member_transfer_account_contents = (source)

Undocumented

microsoft_office_addin_change_policy = (source)

Undocumented

network_control_change_policy = (source)

Undocumented

no_expiration_link_gen_create_report = (source)

Undocumented

no_expiration_link_gen_report_failed = (source)

Undocumented

no_password_link_gen_create_report = (source)

Undocumented

no_password_link_gen_report_failed = (source)

Undocumented

no_password_link_view_create_report = (source)

Undocumented

no_password_link_view_report_failed = (source)

Undocumented

note_acl_invite_only = (source)

Undocumented

note_acl_link = (source)

Undocumented

note_acl_team_link = (source)

Undocumented

note_share_receive = (source)

Undocumented

note_shared = (source)

Undocumented

object_label_added = (source)

Undocumented

object_label_removed = (source)

Undocumented

object_label_updated_value = (source)

Undocumented

open_note_shared = (source)

Undocumented

organize_folder_with_tidy = (source)

Undocumented

Undocumented

outdated_link_view_create_report = (source)

Undocumented

outdated_link_view_report_failed = (source)

Undocumented

paper_admin_export_start = (source)

Undocumented

paper_change_deployment_policy = (source)

Undocumented

paper_change_member_link_policy = (source)

Undocumented

paper_change_member_policy = (source)

Undocumented

paper_change_policy = (source)

Undocumented

paper_content_add_member = (source)

Undocumented

paper_content_add_to_folder = (source)

Undocumented

paper_content_archive = (source)

Undocumented

paper_content_create = (source)

Undocumented

paper_content_permanently_delete = (source)

Undocumented

paper_content_remove_from_folder = (source)

Undocumented

paper_content_remove_member = (source)

Undocumented

paper_content_rename = (source)

Undocumented

paper_content_restore = (source)

Undocumented

paper_default_folder_policy_changed = (source)

Undocumented

paper_desktop_policy_changed = (source)

Undocumented

paper_doc_add_comment = (source)

Undocumented

paper_doc_change_member_role = (source)

Undocumented

paper_doc_change_sharing_policy = (source)

Undocumented

paper_doc_change_subscription = (source)

Undocumented

paper_doc_delete_comment = (source)

Undocumented

paper_doc_deleted = (source)

Undocumented

paper_doc_download = (source)

Undocumented

paper_doc_edit = (source)

Undocumented

paper_doc_edit_comment = (source)

Undocumented

paper_doc_followed = (source)

Undocumented

paper_doc_mention = (source)

Undocumented

paper_doc_ownership_changed = (source)

Undocumented

paper_doc_request_access = (source)

Undocumented

paper_doc_resolve_comment = (source)

Undocumented

paper_doc_revert = (source)

Undocumented

paper_doc_slack_share = (source)

Undocumented

paper_doc_team_invite = (source)

Undocumented

paper_doc_trashed = (source)

Undocumented

paper_doc_unresolve_comment = (source)

Undocumented

paper_doc_untrashed = (source)

Undocumented

paper_doc_view = (source)

Undocumented

paper_enabled_users_group_addition = (source)

Undocumented

paper_enabled_users_group_removal = (source)

Undocumented

paper_external_view_allow = (source)

Undocumented

paper_external_view_default_team = (source)

Undocumented

paper_external_view_forbid = (source)

Undocumented

paper_folder_change_subscription = (source)

Undocumented

paper_folder_deleted = (source)

Undocumented

paper_folder_followed = (source)

Undocumented

paper_folder_team_invite = (source)

Undocumented

paper_published_link_change_permission = (source)

Undocumented

paper_published_link_create = (source)

Undocumented

paper_published_link_disabled = (source)

Undocumented

paper_published_link_view = (source)

Undocumented

password_change = (source)

Undocumented

password_reset = (source)

Undocumented

password_reset_all = (source)

Undocumented

password_strength_requirements_change_policy = (source)

Undocumented

pending_secondary_email_added = (source)

Undocumented

permanent_delete_change_policy = (source)

Undocumented

reseller_support_change_policy = (source)

Undocumented

reseller_support_session_end = (source)

Undocumented

reseller_support_session_start = (source)

Undocumented

rewind_folder = (source)

Undocumented

rewind_policy_changed = (source)

Undocumented

secondary_email_deleted = (source)

Undocumented

secondary_email_verified = (source)

Undocumented

secondary_mails_policy_changed = (source)

Undocumented

send_for_signature_policy_changed = (source)

Undocumented

sf_add_group = (source)

Undocumented

sf_allow_non_members_to_view_shared_links = (source)

Undocumented

sf_external_invite_warn = (source)

Undocumented

sf_fb_invite = (source)

Undocumented

sf_fb_invite_change_role = (source)

Undocumented

sf_fb_uninvite = (source)

Undocumented

sf_invite_group = (source)

Undocumented

sf_team_grant_access = (source)

Undocumented

sf_team_invite = (source)

Undocumented

sf_team_invite_change_role = (source)

Undocumented

sf_team_join = (source)

Undocumented

sf_team_join_from_oob_link = (source)

Undocumented

sf_team_uninvite = (source)

Undocumented

shared_content_add_invitees = (source)

Undocumented

shared_content_add_link_expiry = (source)

Undocumented

shared_content_add_link_password = (source)

Undocumented

shared_content_add_member = (source)

Undocumented

shared_content_change_downloads_policy = (source)

Undocumented

shared_content_change_invitee_role = (source)

Undocumented

shared_content_change_link_audience = (source)

Undocumented

shared_content_change_link_expiry = (source)

Undocumented

shared_content_change_link_password = (source)

Undocumented

shared_content_change_member_role = (source)

Undocumented

shared_content_change_viewer_info_policy = (source)

Undocumented

shared_content_claim_invitation = (source)

Undocumented

shared_content_copy = (source)

Undocumented

shared_content_download = (source)

Undocumented

shared_content_relinquish_membership = (source)

Undocumented

shared_content_remove_invitees = (source)

Undocumented

shared_content_remove_link_expiry = (source)

Undocumented

shared_content_remove_link_password = (source)

Undocumented

shared_content_remove_member = (source)

Undocumented

shared_content_request_access = (source)

Undocumented

shared_content_restore_invitees = (source)

Undocumented

shared_content_restore_member = (source)

Undocumented

shared_content_unshare = (source)

Undocumented

shared_content_view = (source)

Undocumented

shared_folder_change_link_policy = (source)

Undocumented

shared_folder_change_members_inheritance_policy = (source)

Undocumented

shared_folder_change_members_management_policy = (source)

Undocumented

shared_folder_change_members_policy = (source)

Undocumented

shared_folder_create = (source)

Undocumented

shared_folder_decline_invitation = (source)

Undocumented

shared_folder_mount = (source)

Undocumented

shared_folder_nest = (source)

Undocumented

shared_folder_transfer_ownership = (source)

Undocumented

shared_folder_unmount = (source)

Undocumented

shared_link_add_expiry = (source)

Undocumented

shared_link_change_expiry = (source)

Undocumented

shared_link_change_visibility = (source)

Undocumented

shared_link_copy = (source)

Undocumented

shared_link_create = (source)

Undocumented

shared_link_disable = (source)

Undocumented

shared_link_download = (source)

Undocumented

shared_link_remove_expiry = (source)

Undocumented

shared_link_settings_add_expiration = (source)

Undocumented

shared_link_settings_add_password = (source)

Undocumented

shared_link_settings_allow_download_disabled = (source)

Undocumented

shared_link_settings_allow_download_enabled = (source)

Undocumented

shared_link_settings_change_audience = (source)

Undocumented

shared_link_settings_change_expiration = (source)

Undocumented

shared_link_settings_change_password = (source)

Undocumented

shared_link_settings_remove_expiration = (source)

Undocumented

shared_link_settings_remove_password = (source)

Undocumented

shared_link_share = (source)

Undocumented

shared_link_view = (source)

Undocumented

shared_note_opened = (source)

Undocumented

sharing_change_folder_join_policy = (source)

Undocumented

sharing_change_link_allow_change_expiration_policy = (source)

Undocumented

sharing_change_link_default_expiration_policy = (source)

Undocumented

sharing_change_link_enforce_password_policy = (source)

Undocumented

sharing_change_link_policy = (source)

Undocumented

sharing_change_member_policy = (source)

Undocumented

shmodel_disable_downloads = (source)

Undocumented

shmodel_enable_downloads = (source)

Undocumented

shmodel_group_share = (source)

Undocumented

showcase_access_granted = (source)

Undocumented

showcase_add_member = (source)

Undocumented

showcase_archived = (source)

Undocumented

showcase_change_download_policy = (source)

Undocumented

showcase_change_enabled_policy = (source)

Undocumented

showcase_change_external_sharing_policy = (source)

Undocumented

showcase_created = (source)

Undocumented

showcase_delete_comment = (source)

Undocumented

showcase_edit_comment = (source)

Undocumented

showcase_edited = (source)

Undocumented

showcase_file_added = (source)

Undocumented

showcase_file_download = (source)

Undocumented

showcase_file_removed = (source)

Undocumented

showcase_file_view = (source)

Undocumented

showcase_permanently_deleted = (source)

Undocumented

showcase_post_comment = (source)

Undocumented

showcase_remove_member = (source)

Undocumented

showcase_renamed = (source)

Undocumented

showcase_request_access = (source)

Undocumented

showcase_resolve_comment = (source)

Undocumented

showcase_restored = (source)

Undocumented

showcase_trashed = (source)

Undocumented

showcase_trashed_deprecated = (source)

Undocumented

showcase_unresolve_comment = (source)

Undocumented

showcase_untrashed = (source)

Undocumented

showcase_untrashed_deprecated = (source)

Undocumented

showcase_view = (source)

Undocumented

sign_in_as_session_end = (source)

Undocumented

sign_in_as_session_start = (source)

Undocumented

smart_sync_change_policy = (source)

Undocumented

smart_sync_create_admin_privilege_report = (source)

Undocumented

smart_sync_not_opt_out = (source)

Undocumented

smart_sync_opt_out = (source)

Undocumented

smarter_smart_sync_policy_changed = (source)

Undocumented

sso_add_cert = (source)

Undocumented

sso_add_login_url = (source)

Undocumented

sso_add_logout_url = (source)

Undocumented

sso_change_cert = (source)

Undocumented

sso_change_login_url = (source)

Undocumented

sso_change_logout_url = (source)

Undocumented

sso_change_policy = (source)

Undocumented

sso_change_saml_identity_mode = (source)

Undocumented

sso_error = (source)

Undocumented

sso_remove_cert = (source)

Undocumented

sso_remove_login_url = (source)

Undocumented

sso_remove_logout_url = (source)

Undocumented

started_enterprise_admin_session = (source)

Undocumented

team_activity_create_report = (source)

Undocumented

team_activity_create_report_fail = (source)

Undocumented

team_branding_policy_changed = (source)

Undocumented

team_extensions_policy_changed = (source)

Undocumented

team_folder_change_status = (source)

Undocumented

team_folder_create = (source)

Undocumented

team_folder_downgrade = (source)

Undocumented

team_folder_permanently_delete = (source)

Undocumented

team_folder_rename = (source)

Undocumented

team_merge_from = (source)

Undocumented

team_merge_request_accepted = (source)

Undocumented

team_merge_request_accepted_shown_to_primary_team = (source)

Undocumented

team_merge_request_accepted_shown_to_secondary_team = (source)

Undocumented

team_merge_request_auto_canceled = (source)

Undocumented

team_merge_request_canceled = (source)

Undocumented

team_merge_request_canceled_shown_to_primary_team = (source)

Undocumented

team_merge_request_canceled_shown_to_secondary_team = (source)

Undocumented

team_merge_request_expired = (source)

Undocumented

team_merge_request_expired_shown_to_primary_team = (source)

Undocumented

team_merge_request_expired_shown_to_secondary_team = (source)

Undocumented

team_merge_request_rejected_shown_to_primary_team = (source)

Undocumented

team_merge_request_rejected_shown_to_secondary_team = (source)

Undocumented

team_merge_request_reminder = (source)

Undocumented

team_merge_request_reminder_shown_to_primary_team = (source)

Undocumented

team_merge_request_reminder_shown_to_secondary_team = (source)

Undocumented

team_merge_request_revoked = (source)

Undocumented

team_merge_request_sent_shown_to_primary_team = (source)

Undocumented

team_merge_request_sent_shown_to_secondary_team = (source)

Undocumented

team_merge_to = (source)

Undocumented

team_profile_add_background = (source)

Undocumented

team_profile_add_logo = (source)

Undocumented

team_profile_change_background = (source)

Undocumented

team_profile_change_default_language = (source)

Undocumented

team_profile_change_logo = (source)

Undocumented

team_profile_change_name = (source)

Undocumented

team_profile_remove_background = (source)

Undocumented

team_profile_remove_logo = (source)

Undocumented

team_selective_sync_policy_changed = (source)

Undocumented

team_selective_sync_settings_changed = (source)

Undocumented

team_sharing_whitelist_subjects_changed = (source)

Undocumented

tfa_add_backup_phone = (source)

Undocumented

tfa_add_exception = (source)

Undocumented

tfa_add_security_key = (source)

Undocumented

tfa_change_backup_phone = (source)

Undocumented

tfa_change_policy = (source)

Undocumented

tfa_change_status = (source)

Undocumented

tfa_remove_backup_phone = (source)

Undocumented

tfa_remove_exception = (source)

Undocumented

tfa_remove_security_key = (source)

Undocumented

tfa_reset = (source)

Undocumented

two_account_change_policy = (source)

Undocumented

undo_naming_convention = (source)

Undocumented

undo_organize_folder_with_tidy = (source)

Undocumented

user_tags_added = (source)

Undocumented

user_tags_removed = (source)

Undocumented

viewer_info_policy_changed = (source)

Undocumented

watermarking_policy_changed = (source)

Undocumented

web_sessions_change_active_session_limit = (source)

Undocumented

web_sessions_change_fixed_length_policy = (source)

Undocumented

web_sessions_change_idle_length_policy = (source)

Undocumented

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

Undocumented

_catch_all: str = (source)

Undocumented