enableImpersonation property

  1. @TagNumber(4)
bool get enableImpersonation

allows users to impersonate other users. The impersonator needs the appropriate *_IMPERSONATOR roles assigned as well"

Implementation

@$pb.TagNumber(4)
$core.bool get enableImpersonation => $_getBF(3);
  1. @TagNumber(4)
set enableImpersonation (bool v)

Implementation

@$pb.TagNumber(4)
set enableImpersonation($core.bool v) { $_setBool(3, v); }