From fce7ee7b0173355cb152e3a09a8889b2d475f8a7 Mon Sep 17 00:00:00 2001 From: Oliver Stolpe Date: Wed, 18 Dec 2024 15:22:49 +0100 Subject: [PATCH] fix: add display name to import model --- utils/cli/hpc_access_cli/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/cli/hpc_access_cli/models.py b/utils/cli/hpc_access_cli/models.py index 6b27395..5a26204 100644 --- a/utils/cli/hpc_access_cli/models.py +++ b/utils/cli/hpc_access_cli/models.py @@ -251,6 +251,8 @@ class HpcUser(BaseModel): first_name: Optional[str] #: The last name of the user. last_name: Optional[str] + #: The display name of the user. + display_name: Optional[str] #: The office phone number of the user. phone_number: Optional[str] #: The requested resources.