enableImpersonation property

  1. @TagNumber.new(2)
bool get enableImpersonation

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);
  1. @TagNumber.new(2)
set enableImpersonation (bool value)

Implementation

@$pb.TagNumber(2)
set enableImpersonation($core.bool value) => $_setBool(1, value);