схема базы данных OVN_Southbound (OVN_Southbound database schema)
RBAC_Role TABLE
Role table for role-based access controls.
Summary:
name
string
permissions
map of string-weak reference to
RBAC_Permission
pairs
Details:
name
: string
The role name, corresponding to the role
column in the
Connection
table.
permissions
: map of string-weak reference to RBAC_Permission
pairs
A mapping of table names to rows in the RBAC_Permission
table.