class documentation

class SsoChangeLogoutUrlDetails(bb.Struct): (source)

View In Hierarchy

Changed sign-out URL for SSO. :ivar team_log.SsoChangeLogoutUrlDetails.previous_value: Previous single sign-on logout URL. Might be missing due to historical data gap. :ivar team_log.SsoChangeLogoutUrlDetails.new_value: New single sign-on logout URL.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

new_value = (source)

Undocumented

previous_value = (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