interface ListPrivilegesResponse {
    privileges: RDB.v1.Privilege[];
    totalCount: number;
}

Properties

privileges: RDB.v1.Privilege[]

Privileges of a user in a database in a Database Instance.

totalCount: number

Total count of privileges present on a database.