云数据库 GAUSSDB-查询数据库用户列表:响应示例

时间:2024-05-20 09:57:53

响应示例

查询数据库用户列表成功。

{
    "users": [
        {
            "name": "root",
            "attributes": {
                "rolsuper": false,
                "rolinherit": true,
                "rolcreaterole": true,
                "rolcreatedb": true,
                "rolcanlogin": true,
                "rolconnlimit": -1,
                "rolreplication": false,
                "rolbypassrls": false
            },
            "memberof": "{gs_role_copy_files,gs_role_signal_backend,gs_role_tablespace,gs_role_replication,gs_role_account_lock}"
        }
    ],
    "total_count": 1
}
support.huaweicloud.com/api-gaussdb/gaussdb_api_103.html