enableImpersonation property
If enabled, users are allowed to impersonate other users.
The impersonator needs the appropriate *_IMPERSONATOR roles assigned as well".
Implementation
@$pb.TagNumber(2)
$core.bool get enableImpersonation => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set enableImpersonation($core.bool value) => $_setBool(1, value);