mirror of
https://github.com/langgenius/dify.git
synced 2026-05-14 10:00:53 -04: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