interface UserRole {
    anyDatabase?: boolean;
    database?: string;
    role: UserRoleRole;
}

Properties

anyDatabase?: boolean

One-of ('scope'): at most one of 'database', 'anyDatabase' could be set.

database?: string

One-of ('scope'): at most one of 'database', 'anyDatabase' could be set.