loginNameIncludesDomain property

  1. @TagNumber.new(1)
bool get loginNameIncludesDomain

If enabled, the login name will automatically be suffixed with the domain of the organization. This ensures that the login name is unique across the instance.

Implementation

@$pb.TagNumber(1)
$core.bool get loginNameIncludesDomain => $_getBF(0);
  1. @TagNumber.new(1)
set loginNameIncludesDomain (bool value)

Implementation

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