TokenChangeHistoryRecord#

class gafaelfawr.models.history.TokenChangeHistoryRecord(**data)#

Bases: TokenChangeHistoryEntry

A token change history entry populated from the database.

This model adds the unique row ID, which is not part of the public API but which is required for cursors to work correctly.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].