interface ListPrivilegesResponse {
    privileges: DocumentDB.v1beta1.Privilege[];
    totalCount: number;
}

Properties

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

totalCount: number

Total count of privileges present on a database.