mirror of
https://github.com/langgenius/dify.git
synced 2026-05-22 01:48:39 +08:00
fix: add miss name
This commit is contained in:
@ -117,6 +117,7 @@ class AccessPolicyRoleBinding(_RBACModel):
|
||||
resource_type: str
|
||||
resource_id: str = ""
|
||||
role_id: str
|
||||
role_name: str = ""
|
||||
created_at: int = 0
|
||||
|
||||
|
||||
@ -127,6 +128,7 @@ class AccessPolicyMemberBinding(_RBACModel):
|
||||
resource_type: str
|
||||
resource_id: str = ""
|
||||
account_id: str
|
||||
account_name: str = ""
|
||||
created_at: int = 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user