export interface UserAttribute { readonly group: string; readonly name: string; readonly value: string; }