UserTokenModifyRequest#
- class gafaelfawr.models.token.UserTokenModifyRequest(**data)#
Bases:
BaseModel
The parameters of a user token that can be changed.
This is a separate model from
UserTokenRequest
because thetoken_name
field is optional on modify requests.- Parameters:
data (
Any
)
Attributes Summary
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].