interface ListUsersResponse {
    totalCount: number;
    users: Mongodb.v1alpha1.User[];
}

Properties

Properties

totalCount: number

Total count of users present on a Database Instance.

List of users in a Database Instance.