forked from sr2/cloud-api
feat: id returned with permission details
This commit is contained in:
parent
bace6388aa
commit
a215d11df9
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class UserSchema(CustomBaseModel):
|
|||
class PermissionSchema(CustomBaseModel):
|
||||
model_config = ConfigDict(from_attributes=True, extra="ignore")
|
||||
|
||||
id: int
|
||||
service_name: str
|
||||
resource: str
|
||||
action: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue