Andreas Dirnberger
Andreas Dirnberger
The context could be extended with the information if the user exists or is unknown. In the windows-auth event the field `SubStatus` defines: 0xC0000064 => user unknown (does not exists)...
@LaurenceJJones yes, good point. An other idea would be: - if an user is getting BF from multiple sources then an alert could be generated. - if an existing user...
This is currently the simplest conversion from `Path` to `FieldMask` ```ts const path:Path const updateMask = create(FieldMaskSchema) for(const m of path) { updateMask.paths.push(pathToString([m])) } ```
I only use path to fieldmask for now to get some validation. But still some complient functions to Merge messages and/or validate the update mask would be very helpful.