class documentation

class AdminAlertCategoryEnum(bb.Union): (source)

View In Hierarchy

Alert category This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.

Method is_account_takeover Check if the union tag is ``account_takeover``.
Method is_data_loss_protection Check if the union tag is ``data_loss_protection``.
Method is_information_governance Check if the union tag is ``information_governance``.
Method is_malware_sharing Check if the union tag is ``malware_sharing``.
Method is_massive_file_operation Check if the union tag is ``massive_file_operation``.
Method is_na Check if the union tag is ``na``.
Method is_other Check if the union tag is ``other``.
Method is_threat_management Check if the union tag is ``threat_management``.
Class Variable account_takeover Undocumented
Class Variable data_loss_protection Undocumented
Class Variable information_governance Undocumented
Class Variable malware_sharing Undocumented
Class Variable massive_file_operation Undocumented
Class Variable na Undocumented
Class Variable other Undocumented
Class Variable threat_management Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented
def is_account_takeover(self): (source)

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

def is_data_loss_protection(self): (source)

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

def is_information_governance(self): (source)

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

def is_malware_sharing(self): (source)

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

def is_massive_file_operation(self): (source)

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

def is_na(self): (source)

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

def is_other(self): (source)

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

def is_threat_management(self): (source)

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

account_takeover = (source)

Undocumented

data_loss_protection = (source)

Undocumented

information_governance = (source)

Undocumented

malware_sharing = (source)

Undocumented

massive_file_operation = (source)

Undocumented

Undocumented

Undocumented

threat_management = (source)

Undocumented

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

Undocumented

_catch_all: str = (source)

Undocumented