tools.ozone.hosting.getAccountHistory
Get account history, e.g. log of updated email addresses or other identity information.
- class atproto_client.models.tools.ozone.hosting.get_account_history.Params
Bases:
ParamsModelBaseParameters model for
tools.ozone.hosting.getAccountHistory.- field did: Did [Required]
Did.
- class atproto_client.models.tools.ozone.hosting.get_account_history.ParamsDict
Bases:
TypedDict- did: Did
Did.
- cursor: NotRequired[str | None]
Cursor.
- events: NotRequired[List[Literal['accountCreated', 'emailUpdated', 'emailConfirmed', 'passwordUpdated', 'handleUpdated'] | str] | None]
Events.
- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.tools.ozone.hosting.get_account_history.Response
Bases:
ResponseModelBaseOutput data model for
tools.ozone.hosting.getAccountHistory.- field events: List[models.ToolsOzoneHostingGetAccountHistory.Event] [Required]
Events.
- class atproto_client.models.tools.ozone.hosting.get_account_history.Event
Bases:
ModelBaseDefinition model for
tools.ozone.hosting.getAccountHistory.- field created_at: DateTime [Required]
Created at.
- field created_by: str [Required]
Created by.
- field details: models.ToolsOzoneHostingGetAccountHistory.AccountCreated | models.ToolsOzoneHostingGetAccountHistory.EmailUpdated | models.ToolsOzoneHostingGetAccountHistory.EmailConfirmed | models.ToolsOzoneHostingGetAccountHistory.PasswordUpdated | models.ToolsOzoneHostingGetAccountHistory.HandleUpdated | DotDict [Required]
Details.
- Constraints:
__module__ = atproto_client.models.unknown_union
__firstlineno__ = 17
__doc__ = Annotation for open ref unions: an unrecognized
$typefalls back toDotDict. Applied tot.Union[<known members>, 'dot_dict.DotDictType']. Members are discriminated bypy_typeas usual, so a known type that fails validation still raises. Only a$typethat matches no member, or a missing one, degrades to aDotDict.__get_pydantic_core_schema__ = <bound method UnknownUnionFallback.__get_pydantic_core_schema__ of <class ‘atproto_client.models.unknown_union.UnknownUnionFallback’>>
__static_attributes__ = ()
__dict__ = {‘__module__’: ‘atproto_client.models.unknown_union’, ‘__firstlineno__’: 17, ‘__doc__’: “Annotation for open ref unions: an unrecognized
$typefalls back toDotDict.nnApplied tot.Union[<known members>, 'dot_dict.DotDictType']. Members are discriminated byn``py_type`` as usual, so a known type that fails validation still raises. Only a$typethatnmatches no member, or a missing one, degrades to aDotDict.n”, ‘__get_pydantic_core_schema__’: <classmethod(<function UnknownUnionFallback.__get_pydantic_core_schema__ at 0x7ad524c14cc0>)>, ‘__static_attributes__’: (), ‘__dict__’: <attribute ‘__dict__’ of ‘UnknownUnionFallback’ objects>, ‘__weakref__’: <attribute ‘__weakref__’ of ‘UnknownUnionFallback’ objects>}__weakref__ = <attribute ‘__weakref__’ of ‘UnknownUnionFallback’ objects>
- class atproto_client.models.tools.ozone.hosting.get_account_history.AccountCreated
Bases:
ModelBaseDefinition model for
tools.ozone.hosting.getAccountHistory.
- class atproto_client.models.tools.ozone.hosting.get_account_history.EmailUpdated
Bases:
ModelBaseDefinition model for
tools.ozone.hosting.getAccountHistory.- field email: str [Required]
Email.
- class atproto_client.models.tools.ozone.hosting.get_account_history.EmailConfirmed
Bases:
ModelBaseDefinition model for
tools.ozone.hosting.getAccountHistory.- field email: str [Required]
Email.
- class atproto_client.models.tools.ozone.hosting.get_account_history.PasswordUpdated
Bases:
ModelBaseDefinition model for
tools.ozone.hosting.getAccountHistory.
- class atproto_client.models.tools.ozone.hosting.get_account_history.HandleUpdated
Bases:
ModelBaseDefinition model for
tools.ozone.hosting.getAccountHistory.- field handle: Handle [Required]
Handle.