enableImpersonation property

  1. @TagNumber(3)
bool enableImpersonation

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);
  1. @TagNumber(3)
void enableImpersonation=(bool v)

Implementation

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