class documentation

class TfaChangeStatusDetails(bb.Struct): (source)

View In Hierarchy

Enabled/disabled/changed two-step verification setting. :ivar team_log.TfaChangeStatusDetails.new_value: The new two factor authentication configuration. :ivar team_log.TfaChangeStatusDetails.previous_value: The previous two factor authentication configuration. Might be missing due to historical data gap. :ivar team_log.TfaChangeStatusDetails.used_rescue_code: Used two factor authentication rescue code. This flag is relevant when the two factor authentication configuration is disabled.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable new_value Undocumented
Instance Variable previous_value Undocumented
Instance Variable used_rescue_code Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _new_value_value Undocumented
Instance Variable _previous_value_value Undocumented
Instance Variable _used_rescue_code_value Undocumented
def __init__(self, new_value=None, previous_value=None, used_rescue_code=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

new_value = (source)

Undocumented

previous_value = (source)

Undocumented

used_rescue_code = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_new_value_value = (source)

Undocumented

_previous_value_value = (source)

Undocumented

_used_rescue_code_value = (source)

Undocumented