enableImpersonation property
allows users to impersonate other users. The impersonator needs the appropriate *_IMPERSONATOR
roles assigned as well"
Implementation
@$pb.TagNumber(3)
$core.bool get enableImpersonation => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set enableImpersonation($core.bool v) { $_setBool(2, v); }